Bug#224875: dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread

2003-12-28 Thread J.H.M. Dassen (Ray)
On Mon, Dec 22, 2003 at 23:48:59 -0800, Ryan Murray wrote: > the spec file for mips and mipsel have -lthread, rather than -lpthread, > breaking all builds that involve pthreads. Matthias fixed this in upstream CVS already, but not in an upload apparently. I'm now uploading an NMU with his patch.

Bug#224875: dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread

2003-12-28 Thread Jeff Bailey
On Sun, 2003-12-28 at 10:24, J.H.M. Dassen (Ray) wrote: > Matthias fixed this in upstream CVS already, but not in an upload > apparently. I'm now uploading an NMU with his patch. Will you fix the other grave bug, too, then? It's a trivial fix in the rules file to include the file in the archive.

Processed: Fixed in NMU of gcc-3.3 1:3.3.3ds0-0pre0.1

2003-12-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 224875 + fixed Bug#224875: dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread There were no tags set. Tags added: fixed > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracki

Bug#224875: dchub_0.4.5-3(mips/unstable): mips{,el} spec file specifies -lthread, not -lpthread

2003-12-28 Thread J.H.M. Dassen (Ray)
On Sun, Dec 28, 2003 at 12:44:47 -0500, Jeff Bailey wrote: > Will you fix the other grave bug, too, then? I didn't look at that one in detail - cursory reading left the impression that there wasn't one clear solution yet. > It's a trivial fix in the rules file to include the file in the archive.

[Bug c++/13070] [3.3/3.4 regression] -Wformat option ignored in g++

2003-12-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-12-28 22:22 --- Subject: Bug 13070 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2003-12-28 22:22:13 Modified files: gcc/cp : ChangeLog decl.c gcc/testsui

[Bug c++/13070] [3.3 regression] -Wformat option ignored in g++

2003-12-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-28 23:05 --- Only a 3.3 Regression now. -- What|Removed |Added Summary|[3.3/3.4 regression] -

Bug#225346: gnat-3.3 doesn't implement tasking

2003-12-28 Thread Sebastian D.B. Krause
Package: gnat-3.3 Version: 1:3.3.3-0pre0 Severity: important All Ada programs that use tasking don't work on ppc. They show the following error: failed run-time assertion : Tasking not implemented on this configuration This seems to be a known problem and a patch exists, but this bug is still no

Cosmetic Dependency Problem on Unstable (gcc-2.95 -> gcc -> gcc-3.3)

2003-12-28 Thread Aleksi Suhonen
Hello, I've got a small debian/unstable system that doesn't have too much disk space, so I'd like to have just one compiler on it and it needs to be gcc-2.95. However, gcc-2.95 depends on gcc, which in turn depends on gcc-3.3 ... Another problem for me is that I don't know what the proper way wo

[Bug c++/13081] [3.3/3.4 regression] forward template declarations in let inlining fail

2003-12-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-12-29 02:42 --- Subject: Bug 13081 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2003-12-29 02:42:17 Modified files: gcc/cp : ChangeLog decl.c gcc/testsui

[Bug c++/13081] [3.3 regression] forward template declarations in let inlining fail

2003-12-28 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2003-12-29 02:44 --- Fixed in GCC 3.4. -- What|Removed |Added Summary|[3.3/3.4 regression] forward|[3