Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11698 - wxGTK-2.2.9-r1 compile fails - symbol .LEHB4327 already defined
Summary: wxGTK-2.2.9-r1 compile fails - symbol .LEHB4327 already defined
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-06 17:34 UTC by katerina
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description katerina 2002-12-06 17:34:07 UTC
Attempting to emerge audacity (which requires wxGTK-2.2.9), wxGTK-2.2.9-r1 fails
in the following way:
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -mcpu=i686 -march=i686 -fforce-addr -fomit-frame-pointer
-funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -pipe
-DZEXPORT='' -O2 -I. -I./lib/wx/include/gtk-2.2 -I./include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -Wall -fPIC  -o joystick.o ./src/gtk/joystick.cpp
{standard input}: Assembler messages:
{standard input}:763: Error: symbol `.LEHB4327' is already defined
{standard input}:778: Error: symbol `.LEHE4327' is already defined
make: *** [joystick.o] Error 1

This happens consistantly (and has across 4 compile attempts and two downloads.)
Comment 1 SpanKY gentoo-dev 2002-12-06 17:54:48 UTC
try wxGTK-2.3.3 
if that fails, try turning down your CFLAGS 
Comment 2 katerina 2002-12-06 21:17:45 UTC
Thanks for your quick response.

I'm using wxGTK-2.3.2-r2 currently.  (I run a primarily 'stable' rather than
'testing' system.)  As I said originally, I'm "Attempting to emerge audacity
(which requires wxGTK-2.2.9)" - the ebuild says "# doesn't compile with
wxGTK-2.3.2".  I apologise for not saying that more clearly.

I tried both 2.2.9 and 2.3.3.  The problem I previously mentioned appears to
have been my CXXFLAGS, as both had nearly identical problems with them.  It's
the first time I've run into problems with them in a few months of using gentoo,
so they hadn't crossed my mind.  Sorry about missing something relatively
obvious like that.

2.3.3 fails to compile for me, even with no CXXFLAGS.  I'll file another report
on that, as it's a distinct problem.

Anyhow - audacity and wxGTK 2.2.9 and 2.3.2 are now installed, so thank you for
your help/time.
Comment 3 SpanKY gentoo-dev 2002-12-06 22:50:54 UTC
np, glad it works