Your message dated Tue, 17 Oct 2006 15:47:21 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#382981: fixed in bmagic 3.4.0-4 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: bmagic Version: 3.4.0-2 Severity: normal Tags: patch When building 'bmagic' on amd64/unstable, I get the following error: # Add here commands to clean up after the build process. env PROJECT_DIR=`pwd` /usr/bin/make clean make[1]: Entering directory `/bmagic-3.4.0' tests/stress Sorry! This platform (x86_64-unknown-linux-gnu) is unsupported. ../../makefile.in:67: /bmagic-3.4.0/platforms/.mk: No such file or directory Sorry! This platform (x86_64-unknown-linux-gnu) is unsupported. make[2]: *** No rule to make target `/bmagic-3.4.0/platforms/.mk'. Stop. make[1]: *** [.DIRS_BLD] Error 127 make[1]: Leaving directory `/bmagic-3.4.0' make: *** [clean-patched] Error 2 With the attached patch 'bmagic' can be built on amd64. Regards Andreas Jochens diff -urN ../tmp-orig/bmagic-3.4.0/canon-system ./canon-system --- ../tmp-orig/bmagic-3.4.0/canon-system 2003-03-28 00:42:44.000000000 +0000 +++ ./canon-system 2006-08-14 12:20:37.000000000 +0000 @@ -30,7 +30,7 @@ echo intel-unixware7 exit 0;; - i[34567]86-*-linux-gnu*) + i[34567]86-*-linux-gnu*|x86_64-*-linux-gnu*) echo intel-linux-gnu exit 0;; diff -urN ../tmp-orig/bmagic-3.4.0/platforms/intel-linux-gnu.mk ./platforms/intel-linux-gnu.mk --- ../tmp-orig/bmagic-3.4.0/platforms/intel-linux-gnu.mk 2004-05-14 23:52:00.000000000 +0000 +++ ./platforms/intel-linux-gnu.mk 2006-08-14 12:21:12.000000000 +0000 @@ -10,8 +10,8 @@ COMMON_LDFLAGS = $(LINKER_DFLAGS) -export-dynamic COMMON_CLDFLAGS = $(COMMON_LDFLAGS) EXTERN_LIBS = $(EXTERN_LIBS_BASE)/lib - CXX = g++ -mcpu=pentiumpro -march=pentiumpro -Wall - CC = gcc -mcpu=pentiumpro -march=pentiumpro -Wall + CXX = g++ -Wall + CC = gcc -Wall LD = g++ CC_PIC_FLAGS = -fPIC CXX_PIC_FLAGS = -fPIC
--- End Message ---
--- Begin Message ---Source: bmagic Source-Version: 3.4.0-4 We believe that the bug you reported is fixed in the latest version of bmagic, which is due to be installed in the Debian FTP archive: bmagic_3.4.0-4.diff.gz to pool/main/b/bmagic/bmagic_3.4.0-4.diff.gz bmagic_3.4.0-4.dsc to pool/main/b/bmagic/bmagic_3.4.0-4.dsc bmagic_3.4.0-4_all.deb to pool/main/b/bmagic/bmagic_3.4.0-4_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. Wes Chow <[EMAIL PROTECTED]> (supplier of updated bmagic 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: Tue, 17 Oct 2006 10:36:56 -0400 Source: bmagic Binary: bmagic Architecture: source all Version: 3.4.0-4 Distribution: unstable Urgency: low Maintainer: Athena Capital Research <[EMAIL PROTECTED]> Changed-By: Wes Chow <[EMAIL PROTECTED]> Description: bmagic - C++ template library for efficient platform independent bitsets Closes: 382981 Changes: bmagic (3.4.0-4) unstable; urgency=low . * Fix amd64 patch so that it works correctly with debuild cleans. (Closes: #382981) Files: e79820be60b1e856035203135e4d723d 662 libdevel optional bmagic_3.4.0-4.dsc f63d56381b738c7c79118658c6e9420a 17710 libdevel optional bmagic_3.4.0-4.diff.gz fbc0bb9e63892620c0971c8d391b444d 453060 libdevel optional bmagic_3.4.0-4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFFNS1QOmXwGc/ULyYRAjxJAJ48rja66dz4FBRr63W+Srn0MR3hKgCeMKjd x03sUDS1/yJ31ANWQFuId+o= =0TTw -----END PGP SIGNATURE-----
--- End Message ---

