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
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.
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
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
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
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
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__ \
({
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
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
9 matches
Mail list logo