Am Mo., 28. Jan. 2019 um 13:53 Uhr schrieb Knut Petersen <[email protected]>: > > Hi everybody! > > I created a branch in my gub repository that contains > https://github.com/gperciva plus pull requests 53-60. Therefore it is pretty > easy to test if that version of gub succeeds to build current lilypond master > on your machine. > > All you need to do is to execute the following commands: > > git clone https://github.com/knupero/gub.git -b DevelHead > cd gub > mkdir regtests > cd regtests > wget > http://lilypond.org/downloads/binaries/test-output/lilypond-2.19.82-1.test-output.tar.bz2 > touch ignore > cd .. > time make lilypond > > Even on a fast computer 'make lilypond' will take some hours to complete. > > If downloading of a source archive fails because of some network problem > restart 'make lilypond'. > > You'll need some free disk space ... about 20 GB is a minimum. > > Please report success / fails with os / version / cpu info. > > Knut
Success on Ubuntu-18.04 64-bit: [...] make[1]: Leaving directory '/home/hermann/gub' real 1101m55,592s user 1903m38,415s sys 305m38,341s $ uname -a Linux kasten 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ cat /proc/cpuinfo model name : Intel(R) Pentium(R) CPU N3510 @ 1.99GHz Some Remarks/Observations: - As said already, I had lib32ncurses5 and lib32z1 installed. Afaict, libc6-dev-i386 is _not_ installed - Some excerpts of /target/linux-64/log/python.log *** WARNING: renaming "crypt" since importing it failed: build/lib.linux-x86_64-2.4/crypt.so: undefined symbol: crypt *** WARNING: renaming "nis" since importing it failed: build/lib.linux-x86_64-2.4/nis.so: undefined symbol: yp_master changing mode of //home/hermann/gub/target/linux-64/install/python-2.4.5-root/usr/lib/python2.4/lib-dynload/crypt_failed.so to 755 changing mode of //home/hermann/gub/target/linux-64/install/python-2.4.5-root/usr/lib/python2.4/lib-dynload/nis_failed.so to 755 failed python modules:crypt_failed.so, nis_failed.so - Similar in /target/tools/log/python.log [...] failed python modules:nis_failed.so Great work so far, many thanks, Harm _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
