Your message dated Sat, 16 Jan 2016 15:05:57 +0100 with message-id <[email protected]> and subject line patch not needed anymore has caused the Debian Bug report #631631, regarding netpipe: FTBFS with ld --as-needed 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.) -- 631631: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631631 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: netpipe Version: 3.7.1-1 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 *** /tmp/tmprE28h6 In Ubuntu, the attached patch was applied to achieve the following: * debian/rules: Pass -Wl,--no-as-needed to fix FTBFS with ld --as-needed. (LP: #771040) Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers oneiric APT policy: (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-999-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJOBfjUAAoJEGHzRCZ03mYkKa0QAKn/0SR2UsRxylOIQ+s5XCDY ztrPpHbNg9h8hAbMOsYiENWDlUtM2w6ZMTUIL9iwK/QzNuXrMDtX17jq53k/fkMZ BqBfdDosdt2XvzAdIz9v7RBtIDcrZ+bRPikhZbmn0VtltN2B430fNCCRWaGSXGIi JcqKum1ZIJSyRofIcKY3r4gzb9lXwTvxNwN7/0oPcz4R7elVUvSJ3qGrxg75gGX4 b0SxLfbKKs17PSzdTtPXdcvHT/9OH0Zl+RZwVD7uBc0Vny/ZG25xmz7IvQbRRaI4 tNu83UfdFUDb8fEASa0C7LGzSZyo/Xh6mqjzm5PZVMaaV3wuT/f/1r9T1JOdyjvI MMEWG6UgqzmUSN6KwFLdZy5K26xHVCBT6bdQH27/FLocR660OwP17ubBr08OXh6c /DlUlA3B+9H/WD0uqWRv/kLXqY69dwSpqrmBLfwXBAL1QR+sCqDyJO0848oKO2gt HeEx1qe6OJnM6jiSE/yuHU/UazCHdlrjEF2WhI4dEdMeIXQlOo0cN3hmIPUNRgGS tfobYtqbKsBigYHD6mrsxyvLjGIU3jrJ9371UTRbVz8ZZFS/opHXpHTfolU7jiWX +7lnwRqG+n8X4krtZrhzzRsnD6oHxDdYz6ax0IV53ih7iI5XAWcQjjhPdBkI7067 V52zCzn5tCwPcSLfy7Tt =YQHZ -----END PGP SIGNATURE-----=== modified file 'debian/rules' --- debian/rules 2010-01-06 19:07:32 +0000 +++ debian/rules 2011-06-25 14:59:52 +0000 @@ -21,7 +21,7 @@ $(MAKE) mpi MPICC=mpicc.lam mv NPmpi NPlam cp debian/netpipe.1 NPlam.1 - C_INCLUDE_PATH=/usr/lib/mpich/include $(MAKE) mpi MPICC="$$(mpicc.mpich -show | sed 's,mpich/lib ,mpich/lib/shared ,1')" + C_INCLUDE_PATH=/usr/lib/mpich/include $(MAKE) mpi MPICC="$$(mpicc.mpich -show | sed 's,mpich/lib ,mpich/lib/shared ,1' | sed 's/-lmpich/-Wl,--no-as-needed -lmpich/')" mv NPmpi NPmpich cp debian/netpipe.1 NPmpich.1
--- End Message ---
--- Begin Message ---patch not needed anymore
--- End Message ---

