Your message dated Tue, 07 Mar 2006 03:32:10 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#297262: fixed in boson-music 0.11-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: boson-music Severity: normal Tags: patch When building 'boson-music' on amd64 with gcc-4.0, I get the following error: checking for vsnprintf... yes checking for snprintf... yes checking for X... configure: error: Can't find X libraries. Please check your installation and add the correct paths! make: *** [configure-stamp] Error 1 With the attached patch 'boson-music' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/boson-music-0.9/acinclude.m4 ./acinclude.m4 --- ../tmp-orig/boson-music-0.9/acinclude.m4 2003-11-05 21:31:58.000000000 +0000 +++ ./acinclude.m4 2005-02-28 10:44:46.794236217 +0000 @@ -2846,7 +2846,7 @@ [/lib directory suffix (64,32,none)]), kdelibsuff=$enableval) if test "$kdelibsuff" = "none"; then - if test -d /lib64 ; then + if test -d /lib64 && ! test -L /lib64; then kdelibsuff=64 else kdelibsuff= @@ -6321,7 +6321,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 && ! test -L /lib64; then libsuff=64 fi fi diff -urN ../tmp-orig/boson-music-0.9/aclocal.m4 ./aclocal.m4 --- ../tmp-orig/boson-music-0.9/aclocal.m4 2003-11-05 21:31:58.000000000 +0000 +++ ./aclocal.m4 2005-02-28 10:45:13.330114303 +0000 @@ -2858,7 +2858,7 @@ [/lib directory suffix (64,32,none)]), kdelibsuff=$enableval) if test "$kdelibsuff" = "none"; then - if test -d /lib64 ; then + if test -d /lib64 && ! test -L /lib64; then kdelibsuff=64 else kdelibsuff= @@ -6311,7 +6311,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 && ! test -L /lib64; then libsuff=64 fi fi diff -urN ../tmp-orig/boson-music-0.9/configure ./configure --- ../tmp-orig/boson-music-0.9/configure 2003-11-05 21:31:58.000000000 +0000 +++ ./configure 2005-02-28 10:45:57.775535517 +0000 @@ -5532,7 +5532,7 @@ kdelibsuff=$enableval fi; if test "$kdelibsuff" = "none"; then - if test -d /lib64 ; then + if test -d /lib64 && ! test -L /lib64; then kdelibsuff=64 else kdelibsuff= @@ -8822,7 +8822,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 && ! test -L /lib64; then libsuff=64 fi fi @@ -12033,7 +12033,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 && ! test -L /lib64; then libsuff=64 fi fi @@ -14765,7 +14765,7 @@ libsuff= if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 - if test -d /lib64; then + if test -d /lib64 && ! test -L /lib64; then libsuff=64 fi fi
--- End Message ---
--- Begin Message ---Source: boson-music Source-Version: 0.11-1 We believe that the bug you reported is fixed in the latest version of boson-music, which is due to be installed in the Debian FTP archive: boson-music_0.11-1.diff.gz to pool/main/b/boson-music/boson-music_0.11-1.diff.gz boson-music_0.11-1.dsc to pool/main/b/boson-music/boson-music_0.11-1.dsc boson-music_0.11-1_all.deb to pool/main/b/boson-music/boson-music_0.11-1_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Reinhard Tartler <[EMAIL PROTECTED]> (supplier of updated boson-music package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 27 Jan 2006 09:39:18 +0100 Source: boson-music Binary: boson-music Architecture: source all Version: 0.11-1 Distribution: unstable Urgency: low Maintainer: Alioth Games Devel Team <[EMAIL PROTECTED]> Changed-By: Reinhard Tartler <[EMAIL PROTECTED]> Description: boson-music - Music Pack for Boson Closes: 297262 348588 Changes: boson-music (0.11-1) unstable; urgency=low . [ Reinhard Tartler ] * New Maintainer: alioth pkg-games team (Closes: #348588) * uploaders : Reinhard Tartler, Gonéri Le Bouder * Bug fix: "boson-music: FTBFS (amd64/gcc-4.0): Was already fixed by last NMU (Closes: #297262). . [ Gonéri Le Bouder ] * Compat 5 * fixe W:build-depends-without-arch-dep Files: 99edfdbd8c544096429a9beb07138184 754 games optional boson-music_0.11-1.dsc 0dddc94875ce0aed4c20acb0d4935275 4602 games optional boson-music_0.11-1.diff.gz 45aee10c68945dc03baea6bf156bfba8 16931288 games optional boson-music_0.11-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEDWPfBxd04ADYzRYRApzDAKCXFJnyD+YZnj2Mqvh0Sa2kaE7U6wCfQ5Sa SofcdchvFGCMRoy+8p+FmBM= =bKmA -----END PGP SIGNATURE-----
--- End Message ---

