lilypond-devel
[Top][All Lists]
Advanced

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

Re: gub: I can now completely build lilypond


From: Knut Petersen
Subject: Re: gub: I can now completely build lilypond
Date: Sun, 13 Jan 2019 09:17:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3

On 12.01.19 20:25, Werner LEMBERG wrote:
    rm -rf target/*/packages/*guile*
    bin/gub tools::guile \
            freebsd-64::guile \
            linux-ppc::guile \
            darwin-x86::guile \
            darwin-ppc::guile \
            mingw::guile \
            freebsd-x86::guile \
            linux-x86::guile \
            linux-64::guile

now succeeds on ubuntu 14, ubuntu 16, ubuntu 18 and openSuSE
Tumbleweed (cpu used: i7-4790K).
It also succeeds on my openSUSE Leap 42.3 box.  So please prepare a
pull request!

Also successfully tested on ubuntu 14.04 and 16.04. So I created

https://github.com/gperciva/gub/pull/56


Given that the installation of guile seems to work now, what about
your Python issue?  Do you still have the same problem?  Have you ever
tried a Python debugger?

Still broken. I'll have a look at the python build system later.

'bin/gub tools::python' segfaults during compile stage on openSuSE tumbleweed.

On ubuntu 18 I see


case $MAKEFLAGS in \
        *-s*) LD_LIBRARY_PATH=/home/gub/NewGub/gub/target/tools/build/python-2.4.5:/home/gub/NewGub/gub/target/tools/root CC='gcc -pthread -I/home/gub/NewGub/gub/target/tools/build/python-2.4.5' LDSHARED='gcc -pthread -I/home/gub/NewGub/gub/target/tools/build/python-2.4.5 -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E /home/gub/NewGub/gub/target/tools/src/python-2.4.5/setup.py -q build;; \         *) LD_LIBRARY_PATH=/home/gub/NewGub/gub/target/tools/build/python-2.4.5:/home/gub/NewGub/gub/target/tools/root CC='gcc -pthread -I/home/gub/NewGub/gub/target/tools/build/python-2.4.5' LDSHARED='gcc -pthread -I/home/gub/NewGub/gub/target/tools/build/python-2.4.5 -shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E /home/gub/NewGub/gub/target/tools/src/python-2.4.5/setup.py build;; \
        esac
./python: error while loading shared libraries: libdb-4.7.so: cannot open 
shared object file: No such file or directory
make: *** [sharedmods] Error 127
Command barfed: cd /home/gub/NewGub/gub/target/tools/build/python-2.4.5 && make   
BLDLIBRARY='-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath 
-Wl,/home/gub/NewGub/gub/target/tools/root/usr/lib -L. -lpython$(VERSION)'  LIBC="-lcrypt 
-ldb"

Knut



reply via email to

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