Ticket #101 (reopened defect)

Opened 1 year ago

Last modified 3 months ago

utils/padsp.c:2392: error: redefinition of 'stat' & 'stat64'

Reported by: elmarco Assigned to: ossman
Priority: normal Milestone:
Component: padsp Severity: normal
Keywords: Cc: marcandre.lureau@gmail.com

Description

utils/padsp.c:2392: error: redefinition of 'stat' /usr/lib/gcc-snapshot/lib/gcc/i486-linux-gnu/4.3.0/include-fixed/sys/stat.h:489: error: previous definition of 'stat' was here utils/padsp.c:2454: error: redefinition of 'stat64' /usr/lib/gcc-snapshot/lib/gcc/i486-linux-gnu/4.3.0/include-fixed/sys/stat.h:556: error: previous definition of 'stat64' was here make[3]: *** [libpulsedsp_la-padsp.lo] Error 1

Change History

07/08/07 19:32:32 changed by elmarco

  • cc changed from marcandre.lureau@gmail.com, hwinkel@gmail.com, mrovner@hotmail.com, trac@justin.meagerman.net, dpeterson@enthought.com, bruno@inertiacreeps.net, shishz@hotpop.com, alecclews@gmail.com, jorvis@gmail.com, jkletsky@feedster.com, peter.merel@globalx.com.au, Andreas.Podgurski@Gmx.de, nick+trac@ekenosen.net, gerz@fgan.de, daved@dis-corp.com, zoogie@lugatgt.org, josh.moore@gmx.de, dlawson@masterytech.com, mark81@gmail.com, carwyn@carwyn.com, trac.tickets@roblight.com, tobias.roeser@iba-cg.de, erikand@swip.net to marcandre.lureau@gmail.com.

hmm, weird CC, sorry.

07/10/07 10:11:55 changed by ossman

  • owner changed from lennart to ossman.

*gnnn*

May bad things happen to glibc's weird ass stat implementation.

Which glibc is that header from?

07/10/07 10:25:28 changed by elmarco

gcc-snapshot/lib/gcc/i486-linux-gnu/4.3.0/include-fixed/sys/stat.h

gcc-snapshot is ubuntu gcc (GCC) 4.3.0 20070414 (experimental), which might be broken (I would not take the risk to say so).

it seems they ship there own headers "include-fixed" on top of libc (and others! linux, X11, firefox!)

08/26/07 04:14:45 changed by lennart

  • status changed from new to closed.
  • resolution set to wontfix.

Seems to be serious ubuntu borkage. Doesn't happen on any other OS, including Fedora which is usually bleeding edge (please note that most gcc hackers work for rh these days).

I am sorry, but I don't see why I should spend any time for fixing bugs which appear only when you compile our code with something with an "experimental" and "snapshot" in it.

Sorry. Closing as wontfix.

If you have a working patch, feel free to reopen this bug and I will look into merging it.

04/18/08 00:40:31 changed by ajrh

  • status changed from closed to reopened.
  • resolution deleted.

Hello,

For info, I am also encountering this problem on Red Hat Enterprise Linux AS release 4 together with gcc 4.3.0 (on AMD64)

The packaged system compiler gcc 3.4.6 is deteced as too old by the atomic ops package, so that seems not to be an option.

06/21/08 18:15:30 changed by lennart

  • component changed from clients to padsp.