Bug#667139: coin3: ftbfs with GCC-4.7

gregor herrmann gregoa at debian.org
Sun May 13 13:50:25 UTC 2012


On Thu, 03 May 2012 23:16:26 +0200, Matthias Klose wrote:

> this can be worked around by building with -fpermissive.

I can confirm that it builds with the attached diff.

But:

% lintian -F coin3_3.1.3-2.1_amd64.changes
E: libcoin60: embedded-library usr/lib/libCoin.so.60.1.3: expat


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Dhafer Youssef: Holy Lie (Empire d'Ivresse Suite)
-------------- next part --------------
diff -u coin3-3.1.3/debian/changelog coin3-3.1.3/debian/changelog
--- coin3-3.1.3/debian/changelog
+++ coin3-3.1.3/debian/changelog
@@ -1,3 +1,12 @@
+coin3 (3.1.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": build with -fpermissive, thanks to Matthias
+    Klose for the pointer.
+    (Closes: #667139)
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 13 May 2012 15:39:08 +0200
+
 coin3 (3.1.3-2) unstable; urgency=low
 
   * control: Remove dependencies on libxp-dev, which is to be obsoleted.
diff -u coin3-3.1.3/debian/rules coin3-3.1.3/debian/rules
--- coin3-3.1.3/debian/rules
+++ coin3-3.1.3/debian/rules
@@ -3,6 +3,7 @@
 %:
 	dh $@ --parallel --with autotools_dev
 
+export CXXFLAGS += -fpermissive
 
 DEB_CONFIGURE_EXTRA_FLAGS = --disable-dependency-tracking \
 	--enable-static --enable-shared \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20120513/7b609eb2/attachment.pgp>


More information about the debian-science-maintainers mailing list