tags 667375 + fixed
thanks

The bug indeed is in coin3, but nevertheless this package can be
compiled by adding the CXXFLAG "-fpermissive". coin3 ftbfs
(#667139) can be workarounded in the same way, but I think the actual
fix should be made by upstream developers.

I've tagged this bug as "fixed" because I don't know if the attached
fix qualifies for a "patch" tag. I would like to read the opinion of a
more experienced developer in this matter.

I've prepared an NMU (it needs sponsoring) for soqt (versioned as
1.5.0-2.1) and uploaded it to mentors.debian.net[0].

Regards.

[0] https://mentors.debian.net/package/soqt
diff -Nru soqt-1.5.0/debian/changelog soqt-1.5.0/debian/changelog
--- soqt-1.5.0/debian/changelog	2011-12-11 05:57:44.000000000 -0300
+++ soqt-1.5.0/debian/changelog	2012-05-22 21:54:59.000000000 -0300
@@ -1,3 +1,10 @@
+soqt (1.5.0-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": build with -fpermissive (Closes: #667375)
+
+ -- Raúl Benencia <rbenen...@linti.unlp.edu.ar>  Tue, 22 May 2012 21:44:54 -0300
+
 soqt (1.5.0-2) unstable; urgency=low
 
   * Switch to source format 3.0 (quilt).
diff -Nru soqt-1.5.0/debian/rules soqt-1.5.0/debian/rules
--- soqt-1.5.0/debian/rules	2011-12-11 06:04:07.000000000 -0300
+++ soqt-1.5.0/debian/rules	2012-05-22 21:59:45.000000000 -0300
@@ -25,6 +25,8 @@
 CFLAGS += -O2
 endif
 
+export CXXFLAGS=-fpermissive
+
 build: build-stamp-qt4
 
 build-stamp-qt4:

Attachment: signature.asc
Description: Digital signature

Reply via email to