Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Dear Rekease Team Please unblock package mess The mess package available in Squeeze segfaults at startup on i386 (which is after all a rather common architecture) This has been reported in #681915 and fixed in mess/0.146-2. I include a debdiff of mess/0.146-2. Thank you unblock mess/0.146-2 -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash *** /tmp/diff.txt diff -Nru mess-0.146/debian/changelog mess-0.146/debian/changelog --- mess-0.146/debian/changelog 2012-06-19 11:14:55.000000000 +0200 +++ mess-0.146/debian/changelog 2012-07-31 14:51:56.000000000 +0200 @@ -1,3 +1,10 @@ +mess (0.146-2) unstable; urgency=low + + * Default gcc optimize flag switched to -O2 (-O3 segfaults on i386) + Closes: #681915 + + -- Emmanuel Kasper <[email protected]> Mon, 02 Jul 2012 16:03:03 +0200 + mess (0.146-1) unstable; urgency=low [ Emmanuel Kasper ] diff -Nru mess-0.146/debian/rules mess-0.146/debian/rules --- mess-0.146/debian/rules 2012-06-19 10:41:39.000000000 +0200 +++ mess-0.146/debian/rules 2012-07-31 14:49:56.000000000 +0200 @@ -38,10 +38,10 @@ PROFILE= \ MAP= \ VERBOSE= \ - OPTIMIZE=3 \ + OPTIMIZE=2 \ LDFLAGS="-Wl,--as-needed" \ LDFLAGSEMULATOR="-Wl,--as-needed" \ - NOWERROR=1 + NOWERROR=1 \ DEB_MESS_OPTS = \ $(DEB_MAME_OPTS) \ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

