re: gcc 3.1 vs XF4.2

2002-07-29 Thread Jack Howarth
In case anyone is interested, I finally pinned down why the GL server extension, libGLcore.a, from the XFree86 4.2.0-0pre1v1 package built under gcc 3.1.1 doesn't load properly. It appears that when building under gcc 3.1.1, we become like alpha on ppc and can no longer do a 'strip --strip-debug

Re: gcc 3.1.1 to 3.2 transition

2002-07-29 Thread Daniel Jacobowitz
On Mon, Jul 29, 2002 at 10:32:03PM -0400, Jack Howarth wrote: > Daniel, >What about the libgcc_s.so.1? I assume we are assured of compatibility > in using a libgcc_s.so.1 from gcc 3.2 with binaries built with gcc 3.1.1 > then? Yes. -- Daniel Jacobowitz Carnegie Mell

Re: gcc 3.1.1 to 3.2 transition

2002-07-29 Thread Jack Howarth
Daniel, What about the libgcc_s.so.1? I assume we are assured of compatibility in using a libgcc_s.so.1 from gcc 3.2 with binaries built with gcc 3.1.1 then? Jack -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: gcc 3.1.1 to 3.2 transition

2002-07-29 Thread Daniel Jacobowitz
On Mon, Jul 29, 2002 at 08:45:30PM -0400, Jack Howarth wrote: > Daniel, >Well if gcc 3.1.1 instantly disappears the moment gcc 3.2 hits the pool, > won't that force openoffice/stl to deinstall on a dist-upgrade? It would > nicer if we allows folks a grace period for their apps to get rebuilt >

Bug#154767: cpp-2.95: cpp fails to parse macros with varargs correctly

2002-07-29 Thread Daniel Jacobowitz
On Tue, Jul 30, 2002 at 01:33:34AM +0200, Marek Habersack wrote: > On Tue, Jul 30, 2002 at 01:21:48AM +0200, Martin v. Loewis scribbled: > > Marek Habersack <[EMAIL PROTECTED]> writes: > > > > > OK, I found the statement about the preceeding non-witespace tokens but, > > > still, I would think tha

Re: gcc 3.1.1 to 3.2 transition

2002-07-29 Thread Jack Howarth
Daniel, Well if gcc 3.1.1 instantly disappears the moment gcc 3.2 hits the pool, won't that force openoffice/stl to deinstall on a dist-upgrade? It would nicer if we allows folks a grace period for their apps to get rebuilt before yanking the supporting libs they need.

Re: gcc 3.1.1 to 3.2 transition

2002-07-29 Thread Daniel Jacobowitz
On Mon, Jul 29, 2002 at 08:29:25PM -0400, Jack Howarth wrote: > I noticed that the new gcc-3.1_3.1.1ds3-1 changelog notes that > gcc 3.1.1 will go away when 3.2 arrives. Do we plan on having a period > of time (say a month) where both 3.1.1 and 3.2 will co-exist in the > sid pool? That might b

gcc 3.1.1 to 3.2 transition

2002-07-29 Thread Jack Howarth
I noticed that the new gcc-3.1_3.1.1ds3-1 changelog notes that gcc 3.1.1 will go away when 3.2 arrives. Do we plan on having a period of time (say a month) where both 3.1.1 and 3.2 will co-exist in the sid pool? That might be a good idea to allow folks to recompile any packages that they might

Bug#154599: Acknowledgement (internal gcc error compiling perl 5.8.0)

2002-07-29 Thread Brendan O'Dea
On Mon, Jul 29, 2002 at 08:15:48PM +0200, Matthias Klose wrote: >Brendan O'Dea writes: >> More info: this error does not occur when building without -Duse64bitint. > >please could you recheck with gcc-3.1 please? It would appear that 3.1 is OK. Nicholas Clark responded to a message of mine on the

Bug#154767: cpp-2.95: cpp fails to parse macros with varargs correctly

2002-07-29 Thread Marek Habersack
On Tue, Jul 30, 2002 at 01:21:48AM +0200, Martin v. Loewis scribbled: > Marek Habersack <[EMAIL PROTECTED]> writes: > > > OK, I found the statement about the preceeding non-witespace tokens but, > > still, I would think that something that breaks the kernel compile should be > > important no matte

Bug#154767: cpp-2.95: cpp fails to parse macros with varargs correctly

2002-07-29 Thread Martin v. Loewis
Marek Habersack <[EMAIL PROTECTED]> writes: > OK, I found the statement about the preceeding non-witespace tokens but, > still, I would think that something that breaks the kernel compile should be > important no matter how trivial to work-around it is... The question is whether it should be fixe

Bug#154767: cpp-2.95: cpp fails to parse macros with varargs correctly

2002-07-29 Thread Marek Habersack
On Tue, Jul 30, 2002 at 12:35:07AM +0200, Martin v. Loewis scribbled: > [EMAIL PROTECTED] writes: > > > printf(KERN_ERR "[" DRM_NAME ":%s] *ERROR* " fmt , __FUNCTION__, ## > > args) > [...] > > which is invalid C syntax. ##' gets rid of the comma, so we get the > > following instead: > >

Bug#154767: cpp-2.95: cpp fails to parse macros with varargs correctly

2002-07-29 Thread Martin v. Loewis
[EMAIL PROTECTED] writes: > printf(KERN_ERR "[" DRM_NAME ":%s] *ERROR* " fmt , __FUNCTION__, ## > args) [...] > which is invalid C syntax. ##' gets rid of the comma, so we get the > following instead: > > fprintf (stderr, "success!\n") > > > Which is not the case. That bug breaks

Bug#154767: cpp-2.95: cpp fails to parse macros with varargs correctly

2002-07-29 Thread grendel
Package: cpp-2.95 Version: 1:2.95.4-10 Severity: important Given the sample code (extracted from the Linux kernel sources): #include #define DRM_NAME "drm" #define KERN_ERR "<7>" #define DRM_ERROR(fmt, args...) \ printf(KERN_ERR "[" DRM_NAME ":%s] *ERROR* " fmt , __FUNCTION__, ## args)

Bug#154599: Acknowledgement (internal gcc error compiling perl 5.8.0)

2002-07-29 Thread Matthias Klose
Brendan O'Dea writes: > More info: this error does not occur when building without -Duse64bitint. please could you recheck with gcc-3.1 please? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

gcc-3.1_3.1.1ds3-1_hppa.changes is NEW

2002-07-29 Thread Debian Installer
(new) cpp-3.1_3.1.1-1_hppa.deb standard interpreters WARNING: Already present in main distribution. The GNU C preprocessor. The GNU C preprocessor is a macro processor that is used automatically by the GNU C compiler to transform programs before actual compilation. . This package has been separ

gcc-3.1_3.1.1ds3-1_i386.changes is NEW

2002-07-29 Thread Debian Installer
cpp-3.1-doc_3.1.1-1_all.deb to pool/main/g/gcc-3.1/cpp-3.1-doc_3.1.1-1_all.deb cpp-3.1_3.1.1-1_i386.deb to pool/main/g/gcc-3.1/cpp-3.1_3.1.1-1_i386.deb fastjar_3.1.1-1_i386.deb to pool/main/g/gcc-3.1/fastjar_3.1.1-1_i386.deb fixincludes_3.1.1-1_i386.deb to pool/main/g/gcc-3.1/fixincludes_3.

Class::Constructor accepted

2002-07-29 Thread akim
>Submitter-Id: net >Originator:Akim Demaille >Organization: >Confidential: no >Synopsis: Invoking (template?) ctors as Class::Class is accepted >Severity: serious >Priority: low >Category: c++ >Class: accepts-illegal >Release: 3.1.1 20020606 (Debian prerel