Bug#499142: backtraces point to gdb

2008-11-05 Thread dann frazier
gdb seems to suggest that this is a fakeroot issue - which might help explain why it happens w/ sbuild & pbuilder but not when I build by hand. Its unclear why the amd64 buildd, didn't have a problem while the others archs did - they all seem to use fakeroot. A backtrace of the faked-sysv process

Processed: reassign 499142 to fakeroot

2008-11-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 499142 fakeroot Bug#499142: hangs while building eclipse Bug reassigned from package `gij-4.3' to `fakeroot'. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (adm

Bug#504684: gcc-4.3: __attribute__((const)) breaks __attribute__((warn_unused_result))

2008-11-05 Thread Josh Triplett
Package: gcc-4.3 Version: 4.3.2-1 Severity: normal Making a function __attribute__((const)) makes the warnings from __attribute__((warn_unused_result)) go away. I've attached a minimal testcase. Results: $ echo == USE_CONST == ; gcc -DUSE_CONST -c test.c -o /dev/null ; echo == \!USE_CONST == ;

ppl_0.10-1_i386.changes ACCEPTED

2008-11-05 Thread Debian Installer
Accepted: libppl-c2_0.10-1_i386.deb to pool/main/p/ppl/libppl-c2_0.10-1_i386.deb libppl-doc_0.10-1_all.deb to pool/main/p/ppl/libppl-doc_0.10-1_all.deb libppl0.10-dev_0.10-1_i386.deb to pool/main/p/ppl/libppl0.10-dev_0.10-1_i386.deb libppl7_0.10-1_i386.deb to pool/main/p/ppl/libppl7_0.10-1

Processing of ppl_0.10-1_i386.changes

2008-11-05 Thread Archive Administrator
ppl_0.10-1_i386.changes uploaded successfully to localhost along with the files: ppl_0.10-1.dsc ppl_0.10.orig.tar.gz ppl_0.10-1.diff.gz libppl7_0.10-1_i386.deb libppl0.10-dev_0.10-1_i386.deb libppl-c2_0.10-1_i386.deb libpwl4_0.10-1_i386.deb libpwl-dev_0.10-1_i386.deb libppl-doc_0.

Bug#504621: libgcj9-0: Failure in java::util::TreeSet::subSet

2008-11-05 Thread Jörg Sommer
Package: libgcj9-0 Version: 4.3.2-2 Severity: normal Hi, import java.util.TreeSet; public class test { public static void main(String arg[]) { TreeSet set = new TreeSet(); set.add(1); set.add(2); set.add(3); set.add(4); set.add(5);