Bug#346171: gcc-4.0-base: Not installing changelog.Debian properly

2006-01-05 Thread Nelson A. de Oliveira
Package: gcc-4.0-base Version: 4.0.2-6 Severity: serious Justification: Non native packages must provide changelog.Debian (section 12.7) Hi! Today, after upgrading the packages cpp-4.0 g++-4.0 gcc-4.0 gcc-4.0-base from version 4.0.2-5 to 4.0.2-6, I saw that there was no changelog.Debian.gz file o

pwlib 1.8.7 does not build on alpha due with -Os

2006-01-05 Thread Kilian Krause
>Submitter-Id: net >Originator: >Confidential: no >Synopsis: pwlib 1.8.7 does not build on alpha due with -Os >Severity: serious >Priority: medium >Category: c++ >Class: wrong-code >Release: 4.0.3 20051201 (prerelease) (Debian 4.0.2-5) (Debian >testing/u

Bug#344265: gcj-4.0: Segfault on -fdump-tree-all-all

2006-01-05 Thread Matthias Klose
tags 344265 + upstream fixed-upstream retitle 344265 [fixed in 4.1] Segfault on -fdump-tree-all-all thanks Emmanuel Fleury writes: > Package: gcj-4.0 > Version: 4.0.2-5j2 > Severity: important > > On the following Java code: > > class Main { > >public static void main (String[] args){ >

[Bug target/11877] gcc should use xor trick with -Os

2006-01-05 Thread dann at godzilla dot ics dot uci dot edu
--- Comment #9 from dann at godzilla dot ics dot uci dot edu 2006-01-05 20:22 --- (In reply to comment #7) > *** Bug 23338 has been marked as a duplicate of this bug. *** > Bug 23338 contained a patch that might fixed this issue. Here it is, so that it can be evaluated. *** i386.md

Processing of java-gcj-compat_1.0.47-1_i386.changes

2006-01-05 Thread Archive Administrator
java-gcj-compat_1.0.47-1_i386.changes uploaded successfully to localhost along with the files: java-gcj-compat_1.0.47-1.dsc java-gcj-compat_1.0.47.orig.tar.gz java-gcj-compat_1.0.47-1.diff.gz java-gcj-compat-dev_1.0.47-1_i386.deb java-gcj-compat_1.0.47-1_i386.deb Greetings, Your

Processing of gcj-4.0_4.0.2-6_i386.changes

2006-01-05 Thread Archive Administrator
gcj-4.0_4.0.2-6_i386.changes uploaded successfully to localhost along with the files: gcj-4.0-base_4.0.2-6_i386.deb gcj-4.0_4.0.2-6_i386.deb gij-4.0_4.0.2-6_i386.deb libgcj6_4.0.2-6_i386.deb libgcj6-awt_4.0.2-6_i386.deb libgcj6-dev_4.0.2-6_i386.deb libgcj6-dbg_4.0.2-6_i386.deb Greeti

Processing of gcj-4.0_4.0.2-6_powerpc.changes

2006-01-05 Thread Archive Administrator
gcj-4.0_4.0.2-6_powerpc.changes uploaded successfully to localhost along with the files: gcj-4.0_4.0.2-6.dsc gcj-4.0_4.0.2-6.diff.gz libgcj6-jar_4.0.2-6_all.deb libgcj-common_4.0.2-6_all.deb libgcj6-src_4.0.2-6_all.deb gcj-4.0-base_4.0.2-6_powerpc.deb gcj-4.0_4.0.2-6_powerpc.deb gij

Bug#346004: iostream can't do files > 2GB

2006-01-05 Thread Tobias Oetiker
Package: libstdc++5-3.3 Version: 3.3.5-13 When I run this program: big.cc: - #include #include using namespace std; int main() { ofstream test("/scratch/bigfile.txt"); for (long i = 0; i < 15; i++) { test << i; } test.close(); return 0; } --