hi, 3 more problems. Only #2 is a critical one for me, I have worked around #1 and #3 myself.
1. make bootstrap: nsis fails to build, complaining about missing windows.h and windowsx.h. I'm using PLATFORMS=linux in the makefile, but it wants to build nsis (which appears to be a windows app) anyways. The problem went away when I installed the mingw* .debs. The rest of 'make bootstrap' works fine. 2. make linux: This fails with the following: [...] *** Stage: patch (guile) invoking cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && patch -p0 < /home/erik/lily/gub/gub/patches/guile-reloc.patch patching file configure.in Hunk #1 succeeded at 1025 (offset -5 lines). patching file libguile/guile.c patching file libguile/load.c Hunk #1 succeeded at 195 (offset 15 lines). Hunk #2 succeeded at 268 (offset 15 lines). patching file libguile/load.h invoking cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && libtoolize --force --copy --automake invoking cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && aclocal -I /home/erik/lily/gub/gub/target/linux/system/usr/share/aclocal invoking cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && autoheader -I /home/erik/lily/gub/gub/target/linux/system/usr/share/aclocal configure.in:56: warning: AC_CANONICAL_HOST invoked multiple times autoconf/specific.m4:392: AC_MINGW32 is expanded from... configure.in:56: the top level invoking cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && autoconf -I /home/erik/lily/gub/gub/target/linux/system/usr/share/aclocal configure.in:56: warning: AC_CANONICAL_HOST invoked multiple times autoconf/specific.m4:392: AC_MINGW32 is expanded from... configure.in:56: the top level invoking cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && automake --add-missing --foreign automake: configure.in: installing `./mkinstalldirs' Makefile.am:22: require version 1.5, but have 1.4-p6 libguile/Makefile.am:202: invalid variable `nodist_modinclude_HEADERS' srfi/Makefile.am:44: bad macro name [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:45: bad macro name [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:46: bad macro name [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:48: bad macro name [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:49: bad macro name [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:50: bad macro name [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:52: bad macro name [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:53: bad macro name [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:54: bad macro name [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:56: bad macro name [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:57: bad macro name [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:58: bad macro name [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:58: invalid unused variable name: [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:45: invalid unused variable name: [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:52: invalid unused variable name: [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:56: invalid unused variable name: [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:53: invalid unused variable name: [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:44: invalid unused variable name: [EMAIL PROTECTED]@_la_SOURCES' srfi/Makefile.am:50: invalid unused variable name: [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:57: invalid unused variable name: [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:54: invalid unused variable name: [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:46: invalid unused variable name: [EMAIL PROTECTED]@_la_LDFLAGS' srfi/Makefile.am:49: invalid unused variable name: [EMAIL PROTECTED]@_la_LIBADD' srfi/Makefile.am:48: invalid unused variable name: [EMAIL PROTECTED]@_la_SOURCES' test-suite/standalone/Makefile.am:37: invalid unused variable name: `AM_LDFLAGS'Command barfed: cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && automake --add-missing --foreign Traceback (most recent call last): File "gub-builder.py", line 293, in ? main () File "gub-builder.py", line 286, in main run_builder (options, settings, pm, deps, spec_object_dict) File "gub-builder.py", line 214, in run_builder run_one_builder (options, spec) File "gub-builder.py", line 161, in run_one_builder (available[stage]) () File "/home/erik/lily/gub/gub/specs/guile.py", line 32, in patch self.autoupdate () File "lib/gub.py", line 329, in autoupdate self.system (''' File "lib/context.py", line 113, in system verbose=self.verbose) File "lib/oslog.py", line 79, in system self.system_one (i, call_env, ignore_error) File "lib/oslog.py", line 42, in system_one raise Exception (m) Exception: Command barfed: cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && automake --add-missing --foreign make: *** [linux] Error 1 3. When I retry 'make linux', there's another problem: it re-attempts to patch guile, which gives something like: [...] 1 out of 1 hunk ignored -- saving rejects to file libguile/guile.c.rej patching file libguile/load.c Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] n Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file libguile/load.c.rej patching file libguile/load.h Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] n Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file libguile/load.h.rej Command barfed: cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && patch -p0 < /home/erik/lily/gub/gub/patches/guile-reloc.patch Traceback (most recent call last): File "gub-builder.py", line 293, in ? main () File "gub-builder.py", line 286, in main run_builder (options, settings, pm, deps, spec_object_dict) File "gub-builder.py", line 214, in run_builder run_one_builder (options, spec) File "gub-builder.py", line 161, in run_one_builder (available[stage]) () File "/home/erik/lily/gub/gub/specs/guile.py", line 31, in patch self.system ('cd %(srcdir)s && patch -p0 < %(patchdir)s/guile-reloc.patch') File "lib/context.py", line 113, in system verbose=self.verbose) File "lib/oslog.py", line 79, in system self.system_one (i, call_env, ignore_error) File "lib/oslog.py", line 42, in system_one raise Exception (m) Exception: Command barfed: cd /home/erik/lily/gub/gub/target/linux/src/guile-1.8.0 && patch -p0 < /home/erik/lily/gub/gub/patches/guile-reloc.patch make: *** [linux] Error 1 -- Erik _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel