lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please test gub


From: Knut Petersen
Subject: Re: Please test gub
Date: Tue, 29 Jan 2019 08:11:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

On 29.01.19 00:53, Karlin High wrote:
On 1/28/2019 6:53 AM, Knut Petersen wrote:
Please report success / fails with os / version / cpu info.

I really like the simple instructions you posted, Knut. I wouldn't be testing Gub without them. My setup doesn't like the darwin-ppc::odcctools package for some reason. Mystified why it's bringing in iPhone stuff. This same thing happened in 2 separate runs; I had deleted the cloned Git repository and started over.

Thank you for testing.


building package: darwin-ppc::odcctools
 *** Stage: download (odcctools, darwin-ppc)
 *** Stage: untar (odcctools, darwin-ppc)
Command barfed: tar -C 
/home/karlin/knut-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

Tail of target/darwin-ppc/log/odcctools.log >>>>>>>>
    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error is not recoverable: exiting now
    Command barfed: tar -C 
/home/karlin/knut-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
<<<<<<<< Tail of target/darwin-ppc/log/odcctools.log

*** 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

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

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*
   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"]

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.

Knut









reply via email to

[Prev in Thread] Current Thread [Next in Thread]