On 31/05/2014 18:39, Slávek Banko wrote:
On Saturday 31 of May 2014 19:33:20 Michael
Howard wrote:
Amarok armv7hf from nightly builds does not work
and I've noticed that
from building (amd64) using tde_packaging (from git) that the debian
build does not appear to use cmake but instead uses autotools?. Very
odd. Is that correct?
Yes, that's exactly right, because cmake port of Amarok
is incomplete.
Ok, thanks for the info.
As I said, I'm intending to do a complete run/packaging for armv* (as
well as amd64) so if I can convert anything to cmake along the way I
wiil.
First I gotta get past tdebase failing with;
make[2]: *** No rule to make target `kcminit/libtdeinit_kcminit.so',
needed by `kcminit/kcminit'. Stop.
All good fun :)
The problem above seems to have occured due to a bunch of files not
getting created during the build process. In this case
libtdeinit_kcminit.so (there were others). It appears (at least to me)
that the cause is the build process attempting to create hard links
which fails on my system because my 'BUILD' structure is on a different
filesystem to /opt/trinity and hard links are not permitted across volumes.
Cheers,
Mike.
--