Package: lilypond
Version: 2.6.3-1
Severity: important
Tags: patch

Hi,

lilypond fails to build on GNU/kFreeBSD due to unstatisfiable
build-dependency on libc6-dev and because of outdated config.{guess,sub}

Please find attached a patch to fix that. Could you please include it in
your next upload?

Thanks in advance,
Aurelien


-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -u lilypond-2.6.3/debian/control lilypond-2.6.3/debian/control
--- lilypond-2.6.3/debian/control
+++ lilypond-2.6.3/debian/control
@@ -1,5 +1,5 @@
 Source: lilypond
-Build-Depends: debhelper (>= 4.0.0), binutils (>= 2.11.92.0.10-2), libc6-dev 
(>= 2.2.4-6) | libc6.1-dev (>= 2.2.4-6) | libc0.2-dev (>= 2.2.4-6), python-dev, 
guile-1.6-dev | libguile-dev, tetex-bin, libkpathsea-dev, tetex-extra, flex (>= 
2.5.4a-14) | flex-old, bison (<< 1:1.50) | bison (>> 1:1.75-1), texinfo (>= 
4.6-1), groff, m4, gettext (>= 0.10.36-1), mftrace (>= 1.1.17-1), 
ec-fonts-mftraced, fontforge (>= 0.0.20050911-1)
+Build-Depends: debhelper (>= 4.0.0), binutils (>= 2.11.92.0.10-2), libc6-dev 
(>= 2.2.4-6) | libc6.1-dev (>= 2.2.4-6) | libc0.2-dev (>= 2.2.4-6) | 
libc0.1-dev (>= 2.2.4-6), python-dev, guile-1.6-dev | libguile-dev, tetex-bin, 
libkpathsea-dev, tetex-extra, flex (>= 2.5.4a-14) | flex-old, bison (<< 1:1.50) 
| bison (>> 1:1.75-1), texinfo (>= 4.6-1), groff, m4, gettext (>= 0.10.36-1), 
mftrace (>= 1.1.17-1), ec-fonts-mftraced, fontforge (>= 0.0.20050911-1), 
autotools-dev
 Build-Depends-Indep: gs-gpl (>= 8.01-5) | gs-esp | gs (<= 7.07-1), netpbm (>= 
2:9.10-1), imagemagick
 Build-Conflicts-Indep: gs-afpl | gs-gpl (= 8.01-1), gs-gpl (= 8.01-2), gs-gpl 
(= 8.01-3), gs-gpl (= 8.01-4) 
 Section: tex
diff -u lilypond-2.6.3/debian/rules lilypond-2.6.3/debian/rules
--- lilypond-2.6.3/debian/rules
+++ lilypond-2.6.3/debian/rules
@@ -41,6 +41,7 @@
 build-stamp:
        dh_testdir
 
+       cp -f /usr/share/misc/config.{guess,sub} ./stepmake/bin/
        ./configure --disable-checking --enable-debugging \
                --prefix=/usr --enable-optimising \
                --infodir='$${prefix}/share/info' \
@@ -69,6 +70,7 @@
        -$(MAKE) WWW-clean top-WWW-clean
        -$(MAKE) distclean
        rm lib/python
+       rm -f ./stepmake/bin/config.{guess,sub}
 
        # Still not clean enough?  Let's use... BRUTE STRENGTH!  :-)
        find . -type d -name 'out' -o -name 'out-www' | xargs rm -rf

Reply via email to