Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5764 - audacity ebuild fails to emerge
Summary: audacity ebuild fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-30 01:03 UTC by Alex Combas
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 Alex Combas 2002-07-30 01:03:34 UTC
root@Gentoo ghetto # emerge audacity -p

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild  N   ] x11-libs/wxGTK-2.2.9 to /
[ebuild  N   ] media-sound/audacity-1.0.0 to /

root@Gentoo ghetto # emerge audacity
Calculating dependencies ...done!
>>> emerge x11-libs/wxGTK-2.2.9 to /
>>> md5 ;-) wxGTK-2.2.9.tar.bz2
>>> Unpacking source...
>>> Unpacking wxGTK-2.2.9.tar.bz2
>>> Source unpacked.
gif
opengl
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gettext in -lc... yes
loading argument cache configarg.cache
checking for --enable-gui... yes
checking for --with-libpng... yes
checking for --with-libjpeg... yes
checking for --with-libtiff... yes
checking for --with-opengl... yes
checking for --with-dmalloc... no
checking for --with-zlib... yes
checking for --with-odbc... no
checking for --enable-shared... yes
checking for --enable-soname... no
checking for --enable-optimise... yes
checking for --enable-debug... no
checking for --enable-debug_flag... no
checking for --enable-debug_info... no
checking for --enable-debug_gdb... no
checking for --enable-debug_cntxt... no
checking for --enable-mem_tracing... no
checking for --enable-profile... no
checking for --enable-no_rtti... no
checking for --enable-no_exceptions... no
checking for --enable-permissive... no
checking for --enable-no_deps... no
checking for --enable-intl... yes
checking for --enable-config... yes
checking for --enable-sockets... yes
checking for --enable-ipc... yes
checking for --enable-dialupman... yes
checking for --enable-apple_ieee... yes
checking for --enable-timedate... yes
checking for --enable-wave... no
checking for --enable-fraction... no
checking for --enable-dynlib... yes
checking for --enable-longlong... yes
checking for --enable-log... yes
checking for --enable-streams... yes
checking for --enable-file... yes
checking for --enable-textfile... yes
checking for --enable-unicode... no
checking for --enable-wcsrtombs... no
checking for --enable-wxprintfv... no
checking for --enable-std_iostreams... no
checking for --enable-filesystem... yes
checking for --enable-fs_inet... yes
checking for --enable-fs_zip... yes
checking for --enable-zipstream... yes
checking for --enable-catch_segvs... yes
checking for --enable-threads... yes
checking for --enable-serial... yes
checking for --enable-docview... yes
checking for --enable-help... yes
checking for --enable-constraints... yes
checking for --enable-printarch... yes
checking for --enable-mdi... yes
checking for --enable-postscript... yes
checking for --enable-prologio... yes
checking for --enable-resources... yes
checking for --enable-xresources... no
checking for --enable-clipboard... yes
checking for --enable-dnd... yes
checking for --enable-metafile... yes
checking for --enable-treelayout... yes
checking for --enable-controls... no
checking for --enable-accel... yes
checking for --enable-caret... yes
checking for --enable-bmpbutton... yes
checking for --enable-checkbox... yes
checking for --enable-checklst... yes
checking for --enable-choice... yes
checking for --enable-combobox... yes
checking for --enable-gauge... yes
checking for --enable-grid... yes
checking for --enable-newgrid... yes
checking for --enable-imaglist... yes
checking for --enable-listbox... yes
checking for --enable-listctrl... yes
checking for --enable-notebook... yes
checking for --enable-radiobox... yes
checking for --enable-radiobtn... yes
checking for --enable-sash... yes
checking for --enable-scrollbar... yes
checking for --enable-slider... yes
checking for --enable-spinbtn... yes
checking for --enable-spinctrl... yes
checking for --enable-splitter... yes
checking for --enable-statbmp... yes
checking for --enable-statbox... yes
checking for --enable-statline... yes
checking for --enable-statusbar... yes
checking for --enable-tabdialog... no
checking for --enable-toolbar... yes
checking for --enable-tbarnative... yes
checking for --enable-tbarsmpl... yes
checking for --enable-treectrl... yes
checking for --enable-commondlg... yes
checking for --enable-dirdlg... yes
checking for --enable-textdlg... yes
checking for --enable-tipdlg... yes
checking for --enable-progressdlg... yes
checking for --enable-miniframe... yes
checking for --enable-html... yes
checking for --enable-tooltips... yes
checking for --enable-splines... yes
checking for --enable-validators... yes
checking for --enable-busyinfo... yes
checking for --enable-plot... yes
checking for --enable-joystick... yes
checking for --enable-gif... yes
checking for --enable-pcx... yes
checking for --enable-pnm... yes
saving argument cache configarg.cache
checking for toolkit... gtk
updating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -march=i686 -O3 -fomit-frame-pointer -pipe
) works... yes
checking whether the C compiler (gcc -march=i686 -O3 -fomit-frame-pointer -pipe
) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for c++... c++
checking whether the C++ compiler (c++ -march=i686 -O3 -fomit-frame-pointer
-pipe ) works... yes
checking whether the C++ compiler (c++ -march=i686 -O3 -fomit-frame-pointer
-pipe ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD compatible install... /bin/install -c
checking for strip... strip
checking make for VPATH support... yes
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking whether ln -s works... yes
updating cache ./config.cache
checking for zlib.h... yes
checking for deflate in -lz... yes
checking for png.h... yes
checking for png_check_sig in -lpng... yes
checking for jpeglib.h... yes
checking for jpeg_read_header in -ljpeg... yes
checking for tiffio.h... yes
checking for TIFFError in -ltiff... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.7... yes
checking for gtk-config... (cached) /usr/bin/gtk-config
checking for GTK - version >= 1.2.3... yes
checking for gdk_im_open in -lgdk... yes
checking for GL/gl.h... yes
checking for glFlush in -lGL... yes
checking for strings.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for wcstr.h... no
checking for fnmatch.h... yes
checking for X11/XKBlib.h... yes
checking for ANSI C header files... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking if size_t is unsigned int... yes
checking for pw_gecos in struct passwd... yes
checking for working const... yes
checking for inline... inline
checking size of char... 1
checking size of short... 2
checking size of int *... 4
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking whether byte ordering is bigendian... no
checking for iostream... yes
checking if C++ compiler supports bool... yes
checking if you need GNU extensions... yes
checking for wcslen in -lc... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsscanf... yes
checking for sigaction... yes
checking for sa_handler type... int
checking for vfork... yes
checking for timegm... yes
checking for nanosleep... yes
checking for uname... yes
checking for strtok_r... yes
checking for inet_addr... yes
checking for inet_aton... yes
updating cache ./config.cache
checking for pthread_create in -lpthread... yes
checking for thr_setconcurrency... no
checking for sched.h... yes
checking for sched_yield in -lpthread... yes
checking for pthread_attr_getschedpolicy in -lpthread... yes
checking for pthread_attr_setschedparam in -lpthread... yes
checking for sched_get_priority_max in -lpthread... yes
checking for pthread_cancel in -lpthread... yes
checking for pthread_cleanup_push/pop... yes
checking for strptime... yes
checking for timezone variable in <time.h>... __timezone
checking for localtime... yes
checking for tm_gmtoff in struct tm... yes
checking for gettimeofday... yes
checking whether gettimeofday takes two arguments... yes
checking for socket... yes
checking what is the type of the third argument of getsockname... socklen_t
checking for linux/joystick.h... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking whether make sets ${MAKE}... yes
updating cache ./config.cache
creating ./config.status
creating wx-config
creating src/make.env
creating src/makeprog.env
creating src/makelib.env
creating Makefile
creating setup.h
configuring in demos
running /bin/sh ./configure  --infodir=/usr/share/info --mandir=/usr/share/man
--prefix=/usr --host=i686-pc-linux-gnu --with-gtk --enable-static --with-zlib
--with-unicode --with-opengl --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
creating ./config.status
creating Makefile
creating bombs/Makefile
creating dbbrowse/Makefile
creating forty/Makefile
creating fractal/Makefile
creating life/Makefile
creating poem/Makefile
configuring in samples
running /bin/sh ./configure  --infodir=/usr/share/info --mandir=/usr/share/man
--prefix=/usr --host=i686-pc-linux-gnu --with-gtk --enable-static --with-zlib
--with-unicode --with-opengl --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
creating ./config.status
creating Makefile
creating caret/Makefile
creating calendar/Makefile
creating checklst/Makefile
creating config/Makefile
creating controls/Makefile
creating console/Makefile
creating db/Makefile
creating dialogs/Makefile
creating dialup/Makefile
creating docview/Makefile
creating docvwmdi/Makefile
creating dnd/Makefile
creating dragimag/Makefile
creating drawing/Makefile
creating dynamic/Makefile
creating exec/Makefile
creating font/Makefile
creating grid/Makefile
creating help/Makefile
creating image/Makefile
creating internat/Makefile
creating ipc/Makefile
creating joytest/Makefile
creating layout/Makefile
creating listctrl/Makefile
creating mdi/Makefile
creating menu/Makefile
creating minifram/Makefile
creating minimal/Makefile
creating newgrid/Makefile
creating notebook/Makefile
creating png/Makefile
creating printing/Makefile
creating proplist/Makefile
creating propsize/Makefile
creating richedit/Makefile
creating resource/Makefile
creating rotate/Makefile
creating sashtest/Makefile
creating scroll/Makefile
creating scrollsub/Makefile
creating splitter/Makefile
creating statbar/Makefile
creating text/Makefile
creating thread/Makefile
creating toolbar/Makefile
creating treectrl/Makefile
creating treelay/Makefile
creating typetest/Makefile
creating validate/Makefile
creating sockets/Makefile
creating wizard/Makefile
creating html/Makefile
creating html/about/Makefile
creating html/help/Makefile
creating html/printing/Makefile
creating html/helpview/Makefile
creating html/test/Makefile
creating html/zip/Makefile
creating html/virtual/Makefile
creating html/widget/Makefile
creating opengl/Makefile
creating opengl/cube/Makefile
creating opengl/penguin/Makefile
creating opengl/isosurf/Makefile
configuring in utils
running /bin/sh ./configure  --infodir=/usr/share/info --mandir=/usr/share/man
--prefix=/usr --host=i686-pc-linux-gnu --with-gtk --enable-static --with-zlib
--with-unicode --with-opengl --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
creating ./config.status
creating Makefile
creating makegen/Makefile
creating HelpGen/Makefile
creating HelpGen/src/Makefile
creating tex2rtf/Makefile
creating tex2rtf/src/Makefile
creating hhp2cached/Makefile
creating dialoged/Makefile
creating dialoged/src/Makefile
configuring in contrib
running /bin/sh ./configure  --infodir=/usr/share/info --mandir=/usr/share/man
--prefix=/usr --host=i686-pc-linux-gnu --with-gtk --enable-static --with-zlib
--with-unicode --with-opengl --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for esd.h... yes
checking for esd_close in -lesd... yes
ESound detected
updating cache .././config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating src/ogl/Makefile
creating src/mmedia/Makefile
creating src/stc/Makefile
creating samples/Makefile
creating samples/mmedia/Makefile
creating samples/ogl/Makefile
creating samples/ogl/ogledit/Makefile
creating samples/ogl/studio/Makefile
creating samples/stc/Makefile
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 accel.o ./src/gtk/accel.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 app.o ./src/gtk/app.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 bitmap.o ./src/gtk/bitmap.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 bmpbuttn.o ./src/gtk/bmpbuttn.cppc++ -c    "-DwxINSTALL_PREFIX=\"/usr\"" 
-D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT  -MMD -march=i686
-fomit-frame-pointer -pipe -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 brush.o ./src/gtk/brush.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 button.o ./src/gtk/button.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 checkbox.o ./src/gtk/checkbox.cppc++ -c    "-DwxINSTALL_PREFIX=\"/usr\"" 
-D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT  -MMD -march=i686
-fomit-frame-pointer -pipe -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 checklst.o ./src/gtk/checklst.cppc++ -c   
"-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT 
-MMD -march=i686 -fomit-frame-pointer -pipe -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 choice.o
./src/gtk/choice.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 clipbrd.o ./src/gtk/clipbrd.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 colour.o ./src/gtk/colour.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 combobox.o ./src/gtk/combobox.cppc++ -c    "-DwxINSTALL_PREFIX=\"/usr\"" 
-D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT  -MMD -march=i686
-fomit-frame-pointer -pipe -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 control.o ./src/gtk/control.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 cursor.o ./src/gtk/cursor.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 data.o ./src/gtk/data.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 dataobj.o ./src/gtk/dataobj.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 dc.o ./src/gtk/dc.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 dcclient.o ./src/gtk/dcclient.cppc++ -c    "-DwxINSTALL_PREFIX=\"/usr\"" 
-D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT  -MMD -march=i686
-fomit-frame-pointer -pipe -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 dcmemory.o ./src/gtk/dcmemory.cppc++ -c   
"-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT 
-MMD -march=i686 -fomit-frame-pointer -pipe -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 dcscreen.o
./src/gtk/dcscreen.cppc++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__
-DGTK_NO_CHECK_CASTS -D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe
-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 dialog.o ./src/gtk/dialog.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 dnd.o ./src/gtk/dnd.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 font.o ./src/gtk/font.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 fontdlg.o ./src/gtk/fontdlg.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 frame.o ./src/gtk/frame.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 gauge.o ./src/gtk/gauge.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 gdiobj.o ./src/gtk/gdiobj.cpp
gcc -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS 
-D_REENTRANT -MMD -march=i686 -fomit-frame-pointer -pipe -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 gsockgtk.o ./src/gtk/gsockgtk.c
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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 icon.o ./src/gtk/icon.cpp
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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.cppc++ -c    "-DwxINSTALL_PREFIX=\"/usr\"" 
-D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT  -MMD -march=i686
-fomit-frame-pointer -pipe -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 listbox.o ./src/gtk/listbox.cpp
src/gtk/joystick.cpp:351: default argument given for parameter 2 of `bool
wxJoystick::SetCapture(wxWindow*, int = 0)'
include/wx/gtk/joystick.h:86: after previous specification in `bool
wxJoystick::SetCapture(wxWindow*, int = 0)'
make: *** [joystick.o] Error 1
make: *** Waiting for unfinished jobs....
c++ -c    "-DwxINSTALL_PREFIX=\"/usr\""  -D__WXGTK__ -DGTK_NO_CHECK_CASTS
-D_REENTRANT  -MMD -march=i686 -fomit-frame-pointer -pipe -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.cppsrc/gtk/joystick.cpp:351: default argument
given for parameter 2 of `bool wxJoystick::SetCapture(wxWindow*, int = 0)'
include/wx/gtk/joystick.h:86: after previous specification in `bool
wxJoystick::SetCapture(wxWindow*, int = 0)'
make: *** [joystick.o] Error 1

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

!!! emerge aborting on  /usr/portage/x11-libs/wxGTK/wxGTK-2.2.9.ebuild .
root@Gentoo ghetto #
Comment 1 Bret Towe 2002-08-02 01:42:39 UTC
adding --disable-joystick to the configure line of wxGTK allows that to merge
but for me audacity fails later in the compile with this error (this is a gcc
3.1 system)

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include/id3 -I../include -mcpu=athlon -O3
-pipe -Wno-deprecated -Wall -Wno-unused -Wno-inline -Woverloaded-virtual
-Wmissing-declarations -c tag_file.cpp -MT tag_file.lo -MD -MP -MF
.deps/tag_file.TPlo  -fPIC -DPIC -o .libs/tag_file.lo
tag_file.cpp: In function `size_t RenderV2ToFile(const ID3_TagImpl&,
std::fstream&)':
tag_file.cpp:284: invalid conversion from `int' to `const char*'
tag_file.cpp:284:   initializing argument 1 of `std::basic_ofstream<_CharT,
_Traits>::basic_ofstream(const char*, std::_Ios_Openmode) [with _CharT = char,
_Traits = std::char_traits<char>]'
tag_file.cpp:299: invalid conversion from `uchar*' to `char*'
tag_file.cpp:299:   initializing argument 1 of `std::basic_istream<_CharT,
_Traits>& std::basic_istream<_CharT, _Traits>::read(_CharT*, int) [with _CharT =
char, _Traits = std::char_traits<char>]'
tag_file.cpp:301: invalid conversion from `uchar*' to `const char*'
tag_file.cpp:301:   initializing argument 1 of `std::basic_ostream<_CharT,
_Traits>& std::basic_ostream<_CharT, _Traits>::write(const _CharT*, int) [with
_CharT = char, _Traits = std::char_traits<char>]'
ake[3]: *** [tag_file.lo] Error 1
make[3]: Leaving directory
`/var/tmp/portage/audacity-1.0.0/work/audacity-src-1.0.0/id3lib/src'

hope this helps some
Comment 2 Nick Hadaway 2002-08-09 13:51:05 UTC
both audacity-1.0.0-r1 and wxGTK-2.2.9-r1 are now in portage and include 
patches for the wxGTK's joystick code and audacity's id3lib.  The ebuilds 
should be available on rsync servers in a couple of hours.

emerge rsync
emerge /usr/portage/x11-libs/wxGTK/wxGTK-2.2.9-r1.ebuild
emerge /usr/portage/media-sound/audacity/audacity-1.0.0-r1.ebuild

Thanks for the report!