tags 652084 + patch
tags 652084 + pending
thanks

Dear maintainer,

Kai Lüke has prepared an NMU for gosmore (versioned as
0.0.0.20100711-2.1) and I've uploaded it to DELAYED/2. Please feel
free to tell me if I should delay it longer.

Regards.

-- 
 .''`.  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: Kurt Ostbahn & Kombo: Da Talking Plachutta Blues
diff -Nru gosmore-0.0.0.20100711/debian/changelog gosmore-0.0.0.20100711/debian/changelog
--- gosmore-0.0.0.20100711/debian/changelog	2011-11-03 16:03:28.000000000 +0100
+++ gosmore-0.0.0.20100711/debian/changelog	2012-09-14 16:34:19.000000000 +0200
@@ -1,3 +1,12 @@
+gosmore (0.0.0.20100711-2.1) unstable; urgency=low
+
+  * Non-Maintainer Upload to fix RC bug
+  * Applied patch from Ubuntu (LP: #937088), restricting compiler
+    optimization with -fno-strict-overflow to fix starting with an endless loop.
+    (closes: #652084)
+
+ -- Kai Lüke <kailu...@riseup.net>  Fri, 14 Sep 2012 16:29:04 +0200
+
 gosmore (0.0.0.20100711-2) unstable; urgency=low
 
   * Moved repository to git.
diff -Nru gosmore-0.0.0.20100711/debian/patches/no-strict-overflow.diff gosmore-0.0.0.20100711/debian/patches/no-strict-overflow.diff
--- gosmore-0.0.0.20100711/debian/patches/no-strict-overflow.diff	1970-01-01 01:00:00.000000000 +0100
+++ gosmore-0.0.0.20100711/debian/patches/no-strict-overflow.diff	2012-09-14 15:05:49.000000000 +0200
@@ -0,0 +1,17 @@
+Description: disable optimizations based on strict overflow
+ some part of the code gets miscompiled to an infinite loop on startup
+Author: Julian Taylor <jtay...@ubuntu.com>
+Bug: https://trac.openstreetmap.org/ticket/4450
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652084
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/gosmore/+bug/937088
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -9,7 +9,7 @@
+ bindir = $(prefix)/bin
+ datarootdir = $(prefix)/share
+ 
+-CFLAGS=-O2 -DRES_DIR=\"$(prefix)/share/gosmore/\"
++CFLAGS=-O2 -DRES_DIR=\"$(prefix)/share/gosmore/\" -fno-strict-overflow
+ WARNFLAGS= -W -Wall
+ 
+ #"------------------------ Compiling with cegcc : ---------------------------
diff -Nru gosmore-0.0.0.20100711/debian/patches/series gosmore-0.0.0.20100711/debian/patches/series
--- gosmore-0.0.0.20100711/debian/patches/series	2011-11-03 16:03:28.000000000 +0100
+++ gosmore-0.0.0.20100711/debian/patches/series	2012-09-14 15:21:55.000000000 +0200
@@ -1 +1,2 @@
 curl_types.h
+no-strict-overflow.diff

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to