Bug#561301: Suggested package gcc-4.4-doc not available

2009-12-15 Thread Matthias Klose
gcc-4.4-doc-non-dfsg isn't packaged yet. On 16.12.2009 01:31, Christian Ohm wrote: Package: gcc-4.4 Version: 4.4.2-5 Severity: normal Hello, Since the default gcc in unstable is now 4.4 I wanted to clean up the old 4.3 a bit and discovered that the gcc-4.4-doc package is missing, though it is

Processed (with 5 errors): your mail

2009-12-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > block 559967 by 561317 Bug #559967 [libxmlrpc3-java] FTBFS [hppa]: method openConnection() in the type URL is not... Was not blocked by any bugs. Added blocking bug(s) of 559967: 561317 > thanks, Unknown command or malformed arguments to command.

Bug#561317: libgcj10: Method java.net.URL.openConnection(java.net.Proxy) not implemented

2009-12-15 Thread Onkar Shinde
Package: libgcj10 Version: 4.4.2-3 Severity: normal Although GCJ claims compliance with Java 5.0 standard APIs it does not implement method java.net.URL.openConnection(java.net.Proxy). This may not be a big issue ordinarily but in this case it is causing FTBFS of libxmlrpc3-java. [1] Following

Bug#561301: Suggested package gcc-4.4-doc not available

2009-12-15 Thread Christian Ohm
Package: gcc-4.4 Version: 4.4.2-5 Severity: normal Hello, Since the default gcc in unstable is now 4.4 I wanted to clean up the old 4.3 a bit and discovered that the gcc-4.4-doc package is missing, though it is suggested by gcc-4.4. Best regards, Christian Ohm -- System Information: Debian Rele

Results for 4.4.2 (Debian 4.4.2-5) testsuite on sparc-unknown-linux-gnu

2009-12-15 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: sparc-linux-gnu gcc version 4.4.2 (Debian 4.4.2-5) Native configuration is sparc-unknown-linux-gnu === g++ tests === Running target unix FAIL: g++.dg/abi/guard2.C scan-assembler _ZGVZN1A1fEvE1i,comd

Results for 4.4.2 (Debian 4.4.2-5) testsuite on hppa-unknown-linux-gnu

2009-12-15 Thread Matthias Klose
LAST_UPDATED: Obtained from SVN: tags/gcc_4_4_2_release revision 152840 Target: hppa-linux-gnu gcc version 4.4.2 (Debian 4.4.2-5) Native configuration is hppa-unknown-linux-gnu === g++ tests === Running target unix === g++ Summary === # of expected passes

Bug#561249: Spurious warning with -Wconversion (uint16_t/htons) in -O2 mode

2009-12-15 Thread Eric Estievenart
Package: g++-4.4 Version: 4.4.2-5 Severity: normal The bug may be rather in libc6-dev, which defines: htons to __bswap16 if optimize && little endian, and __bswap16 in bits/byteswap.h # define __bswap_16(x) \ (__extension__ \ ({

Bug#561249: g++-4.4: Spurious warning with -Wconversion (uint16_t/htons) in -O2 mode

2009-12-15 Thread Eric Estievenart
Package: g++-4.4 Version: 4.4.2-5 Severity: normal Consider following code: -- test.cpp - #include void test() { uint16_t s = 123; // No warning expected here uint16_t swapped = htons( s ); } -- g++-4.4 -Wconversion -Werror -c test.cpp => no er

Bug#561245: Missing include files give error message but return code 0.

2009-12-15 Thread Thomas Jahns
Package: gfortran-4.4 Version: 4.4.2-5 When compiling a test program containing only an include, the compiler does not fail when not finding the include as it should: $ cat testinclude.f90 program testinc include 'notthere.inc' print *, 'I''m running although I shouldn''t even compile.' end p