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
>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
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){
>
--- 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
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
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
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
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;
}
--
8 matches
Mail list logo