Bug#342084: unixodbc: dh_makeshlibs fails when -O0: added symbols in libodbcinstQ.so.1: qstrcmp

2005-12-05 Thread Marc Herbert
Package: unixodbc Version: 2.2.11-8ubuntu1 Severity: minor A very minor issue you might like to know about. It's about building unixodbc.deb. When NOT optimizing (no -O2), it fails like this: dh_compress dh_fixperms perl ./debian/dh_makeshlibs -X lib/odbc/lib -a Error: added symbols in

Bug#343108: libstdc++6-4.0-dev: catching exception from codecvt_byname() segfaults

2005-12-12 Thread Marc Herbert
Package: libstdc++6-4.0-dev Version: 4.0.2-5 Severity: normal The following code segfaults. Looks like a double delete, _S_destroy_c_locale() being called twice: first in the regular path of codecvt.h:codecvt_byname ctor, then a second time when ~codecvt() is automatically called to clean up the

Bug#343108: idem with new cvt_byname_t(name, 1)

2005-12-14 Thread Marc Herbert
By the way using new cvt_byname_t(name,1) instead of new cvt_byname_t(name) does not change anything. Looks sensible since the suggested double delete explanation is a locale double delete, not a facet double delete. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Bug#329192: please increase default /etc/nullmailer/pausetime

2006-10-02 Thread Marc Herbert
At least this bug could be made bearable by increasing the default pausetime. What's the point of re-trying to send a message every minute? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#373267: nullmailer: dpkg-buildpackage may fail (circular Makefile* generation)

2006-06-13 Thread Marc Herbert
Package: nullmailer Version: 1.02-7 Severity: important Justification: fails to build from source Hi Norbert, I just tried tonight to dpkg-buildpackage nulmailer 1.02-7 (among others) on Ubuntu breezy. As usual when autoconf is involved, it took me about 3 hours to understand and workaround

Bug#444773: fixed in wavemon 0.5

2009-03-22 Thread Marc Herbert
This bug seems to have been fixed in wavemon 0.5 downloaded from http://eden-feed.erg.abdn.ac.uk/wavemon/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#738575: -momit-lock-prefix

2014-10-20 Thread Marc Herbert
See the new -momit-lock-prefix option added to binutils (gas) in order to solve this issue: https://sourceware.org/ml/binutils/2014-08/msg00093.html -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#738575: -momit-lock-prefix

2014-10-21 Thread Marc Herbert
Jarno aurel...@aurel32.net: control: tag -1 + wontfix On Sun, Oct 19, 2014 at 11:44:02PM +0100, Marc Herbert wrote: See the new -momit-lock-prefix option added to binutils (gas) in order to solve this issue: https://sourceware.org/ml/binutils/2014-08/msg00093.html It might solve this issue