Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 236

Summary: x11-libs/wxGtk fails compiling
Product: Gentoo Linux Reporter: Dan Armak (RETIRED) <danarmak>
Component: [OLD] LibraryAssignee: Geert Bevin <gbevin>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 3    

Description Dan Armak (RETIRED) gentoo-dev 2002-01-19 11:41:33 UTC
When emerging wxGtk-2.3.2 (needed as dep):
<configure - seems ok, lots of compiling>
c++ -c    -D_GNU_SOURCE    -D__WXGTK__ -D_REENTRANT 
-DGTK_NO_CHECK_CASTS -fno-rtti -fno-exceptions -MMD -mcpu=i686 
-march=i686 -pipe -fomit-frame-pointer -O2 -I./lib/wx/include/gtk-2.3 
-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 stream.o ./src/common/stream.cpp
./src/common/strconv.cpp: In method `void wxCSConv::LoadNow()':
./src/common/strconv.cpp:915: `wxLocale' undeclared (first use this 
function)
./src/common/strconv.cpp:915: (Each undeclared identifier is reported only 
once
./src/common/strconv.cpp:915: for each function it appears in.)
./src/common/strconv.cpp:915: parse error before `::'
make: *** [strconv.o] Error 1
make: *** Waiting for unfinished jobs....
bison -y ./src/common/parser.y
gcc -c    -D_GNU_SOURCE    -D__WXGTK__ -D_REENTRANT 
-DGTK_NO_CHECK_CASTS  -MMD -mcpu=i686 -march=i686 -pipe 
-fomit-frame-pointer -O2 -I./lib/wx/include/gtk-2.3 -I./include 
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/X11R6/include -Wall -I. -fPIC -o parser.o parser.c
c++ -c    -D_GNU_SOURCE    -D__WXGTK__ -D_REENTRANT 
-DGTK_NO_CHECK_CASTS -fno-rtti -fno-exceptions -MMD -mcpu=i686 
-march=i686 -pipe -fomit-frame-pointer -O2 -I./lib/wx/include/gtk-2.3 
-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 strconv.o ./src/common/strconv.cpp
./src/common/strconv.cpp: In method `void wxCSConv::LoadNow()':
./src/common/strconv.cpp:915: `wxLocale' undeclared (first use this 
function)
./src/common/strconv.cpp:915: (Each undeclared identifier is reported only 
once
./src/common/strconv.cpp:915: for each function it appears in.)
./src/common/strconv.cpp:915: parse error before `::'
make: *** [strconv.o] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 40, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/x11-libs/wxGTK/wxGTK-2.3.2.ebuild .
---
I've done emerge --world update yesterday, so everything should be recent.
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-01-19 11:43:37 UTC
Hm, component 'library' is probably libgentoo or something of the kind now 
that I think about it, not "libraries used by misc apps". Sorry, I'll reassign this 
to a more general component.
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-19 12:25:18 UTC
no, Libraries are libraries that apps depend on, this one should be in libraries.
Comment 3 Geert Bevin 2002-01-24 00:26:54 UTC
WORKSFORME. I'm gonna launch a compilation and another machine later on.
Comment 4 Geert Bevin 2002-01-24 04:37:48 UTC
Works on both machines I've compiled it on.
Comment 5 Geert Bevin 2002-01-24 15:51:21 UTC
wxGTK adapts to gettext being installed automatically. The --disable-intl
configure option isn't needed and made things go spooky ! Fixed the ebuild.
Comment 6 Dan Armak (RETIRED) gentoo-dev 2002-01-25 08:59:59 UTC
OK, I've emerged the new version without nls in use. Fix confirmed.