Your message dated Tue, 28 Jul 2009 15:32:14 +0000
with message-id <[email protected]>
and subject line Bug#532794: fixed in bam 0.2.0-4
has caused the Debian Bug report #532794,
regarding bam: FTBFS on Debian GNU/Hurd [Patch]
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
532794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532794
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bam
Version: 0.2.0-3
Severity: normal
Hi,
bam currently fails to build on Debian GNU/Hurd. The attached quilt
patch will resolve that. I put it in patches/fixes/.
Thank you,
Barry deFreese
Index: bam-0.2.0/src/platform.h
===================================================================
--- bam-0.2.0.orig/src/platform.h 2009-06-11 13:18:59.840000000 -0400
+++ bam-0.2.0/src/platform.h 2009-06-11 13:20:43.760000000 -0400
@@ -41,6 +41,13 @@
#define BAM_PLATFORM_STRING "linux"
#endif
+#if defined(__GNU__) || defined(__gnu__)
+ #define BAM_FAMILY_UNIX
+ #define BAM_FAMILY_STRING "unix"
+ #define BAM_PLATFORM_LINUX
+ #define BAM_PLATFORM_STRING "gnu"
+#endif
+
#if defined(MACOSX) || defined(__APPLE__) || defined(__DARWIN__)
#define BAM_FAMILY_UNIX
#define BAM_FAMILY_STRING "unix"
@@ -72,7 +79,7 @@
/* architectures */
-#if defined(i386) || defined(__i386__) || defined(__x86__) ||
defined(BAM_PLATFORM_WIN32)
+#if defined(i386) || defined(__i386__) || defined(__x86__) ||
defined(i386_AT386) || defined(BAM_PLATFORM_WIN32)
#define BAM_ARCH_IA32
#define BAM_ARCH_STRING "ia32"
#endif
--- End Message ---
--- Begin Message ---
Source: bam
Source-Version: 0.2.0-4
We believe that the bug you reported is fixed in the latest version of
bam, which is due to be installed in the Debian FTP archive:
bam_0.2.0-4.diff.gz
to pool/main/b/bam/bam_0.2.0-4.diff.gz
bam_0.2.0-4.dsc
to pool/main/b/bam/bam_0.2.0-4.dsc
bam_0.2.0-4_i386.deb
to pool/main/b/bam/bam_0.2.0-4_i386.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.
Gonéri Le Bouder <[email protected]> (supplier of updated bam 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.8
Date: Mon, 27 Jul 2009 23:29:12 +0200
Source: bam
Binary: bam
Architecture: source i386
Version: 0.2.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <[email protected]>
Changed-By: Gonéri Le Bouder <[email protected]>
Description:
bam - A fast and flexible build system
Closes: 532794
Changes:
bam (0.2.0-4) unstable; urgency=low
.
* Apply Barry GNU/Hurd patch (Closes: #532794)
* Standards-Version: 3.8.2, no change
Checksums-Sha1:
4cd65820aba0b94407f6f3fbfcc8208106d55ec0 1189 bam_0.2.0-4.dsc
da058233b10ec7388848c2f5815637b60a9d97c2 4150 bam_0.2.0-4.diff.gz
685daa7184bac4e3abff3566c373b6b76e433b2c 37754 bam_0.2.0-4_i386.deb
Checksums-Sha256:
5a708802855708a9b4a6329046effa740d5feb77f1f400ce4c0ed040610c9d2d 1189
bam_0.2.0-4.dsc
ea829972cbb33cdfbcbd4eb2b8670063cae1dfa6816512e1c20d0efbe1e0e040 4150
bam_0.2.0-4.diff.gz
714ca0616cc43752b4bb98ef2e62691c6efa1c5b0169dbb08a10725ad161a6b2 37754
bam_0.2.0-4_i386.deb
Files:
065390daaddf03cad2556e51d9814755 1189 devel optional bam_0.2.0-4.dsc
9807cebe9b6439ffb774c25b804b4d91 4150 devel optional bam_0.2.0-4.diff.gz
4c83383c59f098499cfca3e2a7aaf5a8 37754 devel optional bam_0.2.0-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpvC5YACgkQsKTFpDfZQSyLPwCffS+UI0cFFi/ZpC6Wuizz5LnN
yiMAn29QogIJ23W5s7ew9RNTCcMHUiab
=rXyA
-----END PGP SIGNATURE-----
--- End Message ---