Your message dated Tue, 07 Mar 2006 03:02:10 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#299665: fixed in boson-data 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-data Severity: normal Tags: patch When building 'boson-data' on amd64 with gcc-4.0, I get the following error: 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 Later during the build, there is also a message complaining about a missing 'aclocal-1.6'. With the attached patch 'boson-data' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/boson-data-0.9.1/acinclude.m4 ./acinclude.m4 --- ../tmp-orig/boson-data-0.9.1/acinclude.m4 2003-11-16 16:07:31.000000000 +0100 +++ ./acinclude.m4 2005-03-15 19:51:59.000000000 +0100 @@ -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-data-0.9.1/aclocal.m4 ./aclocal.m4 --- ../tmp-orig/boson-data-0.9.1/aclocal.m4 2003-11-16 16:07:31.000000000 +0100 +++ ./aclocal.m4 2005-03-15 19:50:21.000000000 +0100 @@ -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= diff -urN ../tmp-orig/boson-data-0.9.1/admin/acinclude.m4.in ./admin/acinclude.m4.in --- ../tmp-orig/boson-data-0.9.1/admin/acinclude.m4.in 2003-11-16 16:07:31.000000000 +0100 +++ ./admin/acinclude.m4.in 2005-03-15 19:51:16.000000000 +0100 @@ -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= diff -urN ../tmp-orig/boson-data-0.9.1/admin/libtool.m4.in ./admin/libtool.m4.in --- ../tmp-orig/boson-data-0.9.1/admin/libtool.m4.in 2003-11-16 16:07:31.000000000 +0100 +++ ./admin/libtool.m4.in 2005-03-15 19:51:32.000000000 +0100 @@ -1270,7 +1270,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-data-0.9.1/configure ./configure --- ../tmp-orig/boson-data-0.9.1/configure 2003-11-16 16:07:31.000000000 +0100 +++ ./configure 2005-03-15 19:51:00.000000000 +0100 @@ -5912,7 +5912,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= @@ -9255,7 +9255,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 @@ -12562,7 +12562,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 @@ -15390,7 +15390,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-data-0.9.1/debian/control ./debian/control --- ../tmp-orig/boson-data-0.9.1/debian/control 2005-03-15 20:02:33.850738928 +0100 +++ ./debian/control 2005-03-15 19:58:43.877362676 +0100 @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Mickael Marchand <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), wml, kdelibs4-dev, libqt3-mt-dev +Build-Depends: debhelper (>> 4.0.0), wml, kdelibs4-dev, libqt3-mt-dev, automake1.6 Standards-Version: 3.6.1 Package: boson-data
--- End Message ---
--- Begin Message ---Source: boson-data Source-Version: 0.11-1 We believe that the bug you reported is fixed in the latest version of boson-data, which is due to be installed in the Debian FTP archive: boson-data_0.11-1.diff.gz to pool/main/b/boson-data/boson-data_0.11-1.diff.gz boson-data_0.11-1.dsc to pool/main/b/boson-data/boson-data_0.11-1.dsc boson-data_0.11-1_all.deb to pool/main/b/boson-data/boson-data_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-data 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: Sat, 25 Feb 2006 04:27:36 +0100 Source: boson-data Binary: boson-data 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-data - Datas for Boson Closes: 299665 314971 Changes: boson-data (0.11-1) unstable; urgency=low . [ Reinhard Tartler ] * Changed Maintainer to the alioth pkg-games group * adding myself to uploaders * Bug fix: "boson-data: FTBFS (amd64/gcc-4.0) has already been fixed by last NMU (Closes: #299665). . [ Gonéri Le Bouder ] * perlmagic added in Build-Depends (Closes: #314971) * myself in uploader * standards-version 3.6.2 and debhelper 5 * dpatch * fixe W:build-depends-without-arch-dep Files: 84c37f2bf3a1a46eba7e9469dbd49c70 775 games optional boson-data_0.11-1.dsc 40632cce0a5a0876ef3a41b486a94f44 3962 games optional boson-data_0.11-1.diff.gz c24f83f3b7556e3656ad1c7df8ca925f 15206380 games optional boson-data_0.11-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEDWJMBxd04ADYzRYRApCIAJ43nR66id0Uyr5+VGML3ouyc25MpQCff8Vo 5xlBAcWF5Csjm5gsn/79jXg= =Dllt -----END PGP SIGNATURE-----
--- End Message ---

