Hi Knut,

as said I ran the GUB build on my Debian server as well.

Am 29.01.19 um 08:11 schrieb Knut Petersen:
On 29.01.19 00:53, Karlin High wrote:
*** Failed target: darwin-ppc::odcctools
gub.make:63: recipe for target 'packages' failed
make[1]: *** [packages] Error 1
make[1]: Leaving directory '/home/karlin/knut-gub/gub'
GNUmakefile:26: recipe for target 'lilypond' failed
make: *** [lilypond] Error 2


It seems that one choked at exactly the same point.


That means you were able to build all the tools necessary to start compilation of odcctools. But our own gzip fails to decompress the odcc*tar.gz. Weird.

Please verify that you got the correct source file. Executing

   md5sum downloads/odcctools/odcctools-iphone-dev-278.tar.gz

in  /home/karlin/knut-gub/gub should give that result:

   b067f6311e4c3d923e693dd280fab632 downloads/odcctools/odcctools-iphone-dev-278.tar.gz


That's successful.



If this is ok (it really should!) please execute the following commands:

   mkdir -p STRACE
   rm -f STRACE/*
   rm -f target/darwin-ppc/packages/odcctools*


It seems I also had to remove target/darwin-ppc/status/odcctools*


strace -v -f -ff -s 1024 -o STRACE/TP bin/gub darwin-ppc::odcctools
   grep -o '^exec[^]]*]' STRACE/*  |  grep '/tar"\|/gzip"'

the output of grep should be similar to

STRACE/TP.7751:execve("/home/gub/gub/target/tools/root/usr/bin/tar", ["tar", "-C", "/home/gub/gub/target/darwin-ppc/src/odcctools-278", "--strip-component=1", "-v", "-z", "-xf", "/home/karlin/knut-gub/gub/downloads/odcctools/odcctools-iphone-dev-278.tar.gz"] STRACE/TP.7752:execve("/home/gub/gub/target/tools/root/usr/bin/gzip", ["gzip", "-d"]


It is.


Obviously filenames (STRACE/TP<number>) will differ as they indicate the ID of the processes.

Please send me those two files and target/darwin-ppc/log/odcctools.log.


Which two files, the tar and gzip files in .../usr/bin?

Urs



Knut







_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to