tags 667427 + patch
tags 667427 + pending
thanks

Dear maintainer,

I've prepared an NMU (it needs a sponsor) for zeroc-icee (versioned as
1.2.0-6.1) and uploaded it to mentors.debian.net[0]. I've fixed this
issue the same way it was fixed here[1]. Hope you find the patch
helpful.

Regards.

[0] https://mentors.debian.net/package/zeroc-icee
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667139
diff -u zeroc-icee-1.2.0/debian/changelog zeroc-icee-1.2.0/debian/changelog
--- zeroc-icee-1.2.0/debian/changelog
+++ zeroc-icee-1.2.0/debian/changelog
@@ -1,3 +1,10 @@
+zeroc-icee (1.2.0-6.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": build with -fpermissive (Closes: #667427)
+
+ -- Raúl Benencia <rbenen...@linti.unlp.edu.ar>  Tue, 22 May 2012 14:32:03 -0300
+
 zeroc-icee (1.2.0-6) unstable; urgency=low
 
   * Fixed versioned dependency of zeroc-icee on libicee-java to match
only in patch2:
unchanged:
--- zeroc-icee-1.2.0.orig/debian/patches/10-gcc4.7-compilation.patch
+++ zeroc-icee-1.2.0/debian/patches/10-gcc4.7-compilation.patch
@@ -0,0 +1,33 @@
+diff -Nur -x '*.orig' -x '*~' zeroc-icee-1.2.0/config/Make.rules.GNU zeroc-icee-1.2.0.new/config/Make.rules.GNU
+--- zeroc-icee-1.2.0/config/Make.rules.GNU	2012-05-22 14:50:44.914966093 -0300
++++ zeroc-icee-1.2.0.new/config/Make.rules.GNU	2012-05-22 14:52:25.622965453 -0300
+@@ -66,6 +66,7 @@
+ endif
+ 
+ CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
++CXXFLAGS		+= -fpermissive
+ 
+ ifeq ($(STATICLIBS),)
+    CXXFLAGS		+= -fPIC
+diff -Nur -x '*.orig' -x '*~' zeroc-icee-1.2.0/config/Make.rules.GNU_kFreeBSD zeroc-icee-1.2.0.new/config/Make.rules.GNU_kFreeBSD
+--- zeroc-icee-1.2.0/config/Make.rules.GNU_kFreeBSD	2012-05-22 14:50:44.914966093 -0300
++++ zeroc-icee-1.2.0.new/config/Make.rules.GNU_kFreeBSD	2012-05-22 14:53:41.938964965 -0300
+@@ -66,6 +66,7 @@
+ endif
+ 
+ CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
++CXXFLAGS		+= -fpermissive
+ 
+ ifeq ($(STATICLIBS),)
+    CXXFLAGS		+= -fPIC
+diff -Nur -x '*.orig' -x '*~' zeroc-icee-1.2.0/config/Make.rules.Linux zeroc-icee-1.2.0.new/config/Make.rules.Linux
+--- zeroc-icee-1.2.0/config/Make.rules.Linux	2012-05-22 14:50:44.914966093 -0300
++++ zeroc-icee-1.2.0.new/config/Make.rules.Linux	2012-05-22 14:53:12.182965157 -0300
+@@ -66,6 +66,7 @@
+ endif
+ 
+ CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
++CXXFLAGS		+= -fpermissive
+ 
+ ifeq ($(STATICLIBS),)
+    CXXFLAGS		+= -fPIC

Attachment: signature.asc
Description: Digital signature

Reply via email to