Package: lilypond Version: 2.8.7-3 Severity: important Tags: patch Hi,
when trying to build lilypond on GNU/kFreeBSD, the build fails with the following error: UNAME_MACHINE = i686 UNAME_RELEASE = 6.1-1-686 UNAME_SYSTEM = GNU/kFreeBSD UNAME_VERSION = #0 Wed Dec 13 22:25:55 CET 2006 configure: error: cannot guess build type; you must specify one make: *** [build-stamp] Error 1 (A complete build log is attached.) To solve that, you can either update config.{guess,sub} by copying them from /usr/share/misc, or maybe setup a more appropriate and autoadjusting solution as described in #334786 (which I've been tempted to reopen, but I wasn't sure it was the right thing to do). Cheers, -- Cyril Brulebois PS: BTW, this package will FTBFS as long as #401168 is not fixed, but once the attached patch in that bugreport is applied, everything should be fine.
dpkg-buildpackage: source package is lilypond dpkg-buildpackage: source version is 2.8.7-2 dpkg-buildpackage: source changed by Thomas Bushnell, BSG <[EMAIL PROTECTED]> dpkg-buildpackage: host architecture kfreebsd-i386 dpkg-buildpackage: source version without epoch 2.8.7-2 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp build-doc-stamp /usr/bin/make WWW-clean top-WWW-clean make[1]: Entering directory `/home/kibi/lilypond-build-2/lilypond-2.8.7' make[1]: *** No rule to make target `WWW-clean'. Stop. make[1]: Leaving directory `/home/kibi/lilypond-build-2/lilypond-2.8.7' make: [clean] Error 2 (ignored) /usr/bin/make distclean make[1]: Entering directory `/home/kibi/lilypond-build-2/lilypond-2.8.7' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/home/kibi/lilypond-build-2/lilypond-2.8.7' make: [clean] Error 2 (ignored) rm lib/python rm: cannot lstat `lib/python': No such file or directory make: [clean] Error 1 (ignored) # Still not clean enough? Let's use... BRUTE STRENGTH! :-) find . -type d -name 'out' -o -name 'out-www' | xargs rm -rf rm -f lib/lilypond/python examples.html rm -f debian/emacsen-startup rm -f debian/lilypond1.7*.dirs debian/lilypond.dirs rm -f debian/postinst debian/prerm debian/postrm rm -f debian/lilypond-data.doc-base debian/lilypond.doc-base dh_clean debian/rules build dh_testdir ./configure --disable-checking --enable-debugging \ --prefix=/usr --enable-optimising \ --infodir='${prefix}/share/info' \ --mandir='${prefix}/share/man' checking build system type... stepmake/bin/config.guess: unable to guess system type This script, last modified 2002-03-20, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from ftp://ftp.gnu.org/pub/gnu/config/ If the version you run (stepmake/bin/config.guess) is already up to date, please send the following data and any information you think might be pertinent to <[EMAIL PROTECTED]> in order to provide the needed information to handle your system. config.guess timestamp = 2002-03-20 uname -m = i686 uname -r = 6.1-1-686 uname -s = GNU/kFreeBSD uname -v = #0 Wed Dec 13 22:25:55 CET 2006 /usr/bin/uname -p = /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = i686 /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = i686 UNAME_RELEASE = 6.1-1-686 UNAME_SYSTEM = GNU/kFreeBSD UNAME_VERSION = #0 Wed Dec 13 22:25:55 CET 2006 configure: error: cannot guess build type; you must specify one make: *** [build-stamp] Error 1