Your message dated Tue, 14 Aug 2012 18:24:43 +0100
with message-id <[email protected]>
and subject line Re: Bug#684905: unblock: mess/0.146-2
has caused the Debian Bug report #684905,
regarding unblock: mess/0.146-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
684905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684905
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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) \
--- End Message ---
--- Begin Message ---
On Tue, 2012-08-14 at 16:26 +0200, Emmanuel Kasper wrote:
> 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.
Unblocked; thanks.
Regards,
Adam
--- End Message ---