Your message dated Wed, 20 Nov 2024 06:34:04 +0000 with message-id <E1tDeHs-009ANw-QZ@fasolo.debian.org> and subject line Bug#930969: fixed in mffm-fftw 1.7-5 has caused the Debian Bug report #930969, regarding mffm-fftw FTCBFS: broken Makefile dependencies 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 owner@bugs.debian.org immediately.) -- 930969: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930969 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: mffm-fftw FTCBFS: broken Makefile dependencies
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Sun, 23 Jun 2019 20:18:51 +0200
- Message-id: <20190623181850.GA18883@alf.mars>
Source: mffm-fftw Version: 1.7-4 Tags: patch upstream mffm-fftw fails to cross build from source, because it relinks using the wrong compiler during make install. In part this happens, because dh_auto_install doesn't pass cross tools to make install. Having make install compile or link stuff seems wrong though. This happens, because upstream's Makefile dependencies are broken. The attached patch fixes the dependencies and makes mffm-fftw cross buildable. Please consider applying it. Helmut--- mffm-fftw-1.7.orig/Makefile +++ mffm-fftw-1.7/Makefile @@ -40,9 +40,11 @@ docs: doxygen -libs: - $(MAKELIB),libfft.so.1 -o libfft.so.1 $(OBJ) -lfftw3 - $(MAKELIB),lib2Dfft.so.1 -o lib2Dfft.so.1 $(OBJ2D) -lfftw3 +libs: libfft.so.1 lib2Dfft.so.1 +libfft.so.1: $(OBJ) + $(MAKELIB),$@ -o $@ $^ -lfftw3 +lib2Dfft.so.1: $(OBJ2D) + $(MAKELIB),$@ -o $@ $^ -lfftw3 ex: #fftw V2 @@ -54,9 +56,7 @@ # $(CC) *.o -lfftw3 real2DFFTExample.cc -o real2DFFTExample # $(CC) *.o -lfftw3 realFFTExample.cc -o realFFTExample -install: $(OBJ) \ - $(OBJ2D) \ - libs \ +install: libfft.so.1 lib2Dfft.so.1 \ docs install --directory $(LIB) $(INC) $(DOCS)/html $(DOCS)/examples install lib* $(LIB)
--- End Message ---
--- Begin Message ---
- To: 930969-close@bugs.debian.org
- Subject: Bug#930969: fixed in mffm-fftw 1.7-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 20 Nov 2024 06:34:04 +0000
- Message-id: <E1tDeHs-009ANw-QZ@fasolo.debian.org>
- Reply-to: Petter Reinholdtsen <pere@debian.org>
Source: mffm-fftw Source-Version: 1.7-5 Done: Petter Reinholdtsen <pere@debian.org> We believe that the bug you reported is fixed in the latest version of mffm-fftw, which is due to be installed in the Debian FTP archive. 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 930969@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Petter Reinholdtsen <pere@debian.org> (supplier of updated mffm-fftw 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 20 Nov 2024 07:09:37 +0100 Source: mffm-fftw Architecture: source Version: 1.7-5 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Petter Reinholdtsen <pere@debian.org> Closes: 930969 1045538 Changes: mffm-fftw (1.7-5) unstable; urgency=medium . * QA upload. . * Added d/gbp.conf to describe branch layout. * Updated vcs in d/control to Salsa. * Updated d/gbp.conf to enforce the use of pristine-tar. * Updated Standards-Version from 3.7.3 to 4.7.0. * Use wrap-and-sort -at for debian control files. * Trim trailing whitespace. * Bump debhelper from old 10 to 13. * Set debhelper-compat version in Build-Depends. * Added 1020-cross-build.patch to fix cross build problem (Closes: #930969). * Added 1030-hardeing.patch to use hardening build flags. * Added 1040-clean-rebuildability.patch to make source rebuildable (Closes: #1045538). * Flag in d/control that root build is not needed. * Restructured patches to use naming scheme. Checksums-Sha1: 84f1dcbbf258149d3c68b1de13fcab4cefb7979d 1869 mffm-fftw_1.7-5.dsc ec4944aa8c2bb041a7ebeb1485ce338d14d802e8 115776 mffm-fftw_1.7-5.debian.tar.xz 9cbf38abde8c5be3c51d4143778e193039755785 6600 mffm-fftw_1.7-5_source.buildinfo Checksums-Sha256: 666bc6573a1d7192076380656d2e77424e057e42d4f2a11f0f607d357d5cf799 1869 mffm-fftw_1.7-5.dsc d54505a2e1c5476663306d0c7168b843e18d4c329fdf1f26ce8c0cefd785bfb1 115776 mffm-fftw_1.7-5.debian.tar.xz 2b61cdf091c71b2ee5a22db363d7d3c47890dc6ec1d262b3496eea022bf9fcf5 6600 mffm-fftw_1.7-5_source.buildinfo Files: e92cebae505ab277aa9de95c38f7cc56 1869 devel optional mffm-fftw_1.7-5.dsc 2ec0aa248dded2a47fd220ba1847f9a8 115776 devel optional mffm-fftw_1.7-5.debian.tar.xz d1ad9a672ad6c83e06edda5aa187a57c 6600 devel optional mffm-fftw_1.7-5_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmc9fo0ACgkQgSgKoIe6 +w4o+w//fLTUuaSJP3mjbzBFYW1pzNkSE72Vs8n68gtoyTpYPTnVZ72B48TcXfti bI94aKyhoINVxLUjlczZ96fTMBMtjzYD3CJ2gdUIbn9l+gr8VGuEZ5ss+XANrgC6 d0uqre4HPq51NmwZAQoy6YDXst+CMsZull/0lx8/cdFLiTuiRpP+G7em6oytgk/8 9KW+ZkGXRXRVsPjnG9Hn5SnnKzT4qqaIqluXIzS/OnWD+D8mwGNdN6tbQaflIVwG 6Xz9b1m/Y1RN19TyI8ZXRkSiJEw9MZ3595iiP+S5pghwdZbzQ/eBG6EjusWhJxiT OQEKJIAdwBZy/DoWNbXXcy2OXeuYamCW1oRfbDbLbyZqbXJ/IWAr3K8D9Hip+TVo LZ61RPtG4akpIpxiPFxCgWXT48cBFACXVo2q0QYS1wQIqJeZP0RQnibUugjLBCEf XOTads5tXdvkoidPWCIrdjCXCTpr6RtOSFZzxF7uddqAOq63up8SDUGty52J/6Wx 7Xf1lUMzhr1iFpWyvXj5tLfubzHPpI48u7u74pngGNWR6MFW/qhR74chQaKArD3R r2VjxFds6EKJmTSJQk4gzK1zbrgdhRJlLTsorPcVYeA32KMixX2KMQSYfcQ5THam u/AaBGCDldGRE1gJYXhe5RH+NCH7ouDDuYe97oA9ntfMLVVEmhw= =fTkw -----END PGP SIGNATURE-----Attachment: pgp63Eq5O9njO.pgp
Description: PGP signature
--- End Message ---