Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Version Bump terminatorX V3.82. Fixed a lot of Bugs. Builds now with gcc 2.95 to 3.4. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created an attachment (id=51650) [details] The Ebuild terminatorx-3.82.ebuild
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -O2 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer -ftracer -fweb -funit-at-a-time -DXML_MANUAL=\"/usr/share/terminatorX/doc/terminatorX-manual/C/terminatorX-manual.xml\" -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -O2 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer -ftracer -fweb -funit-at-a-time -MT tX_engine.o -MD -MP -MF ".deps/tX_engine.Tpo" -c -o tX_engine.o tX_engine.cc; \ then mv -f ".deps/tX_engine.Tpo" ".deps/tX_engine.Po"; else rm -f ".deps/tX_engine.Tpo"; exit 1; fi tX_dialog.cc: In function `void init_tx_options(GtkWidget*)': tX_dialog.cc:379: error: `get_oss_device_list' undeclared (first use this function) tX_dialog.cc:379: error: (Each undeclared identifier is reported only once for each function it appears in.) make[4]: *** [tX_dialog.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/store/tmp/portage/terminatorx-3.82/work/terminatorX-3.82/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/store/tmp/portage/terminatorx-3.82/work/terminatorX-3.82/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/store/tmp/portage/terminatorx-3.82/work/terminatorX-3.82/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/store/tmp/portage/terminatorx-3.82/work/terminatorX-3.82' make: *** [all] Error 2 !!! ERROR: media-sound/terminatorx-3.82 failed. !!! Function src_compile, Line 51, Exitcode 2 !!! (no error message) !!! If you need support, post the topmost build error, NOT this status message.
Created an attachment (id=51666) [details] terminatorx-3.82.ebuild This ebuild needs a cleanup, this looks a lot cleaner (please don't attach unchanged ebuilds, when you do need to change it, please see the ebuild mistakes document, the header should be cleared, not modified). Doesn't build for me, please see the attached error message. [ebuild N ] media-sound/terminatorx-3.82 +3dnow +alsa -debug +mad +oggvorbis -oss -sox 0 kB [2]
This is in CVS, the oss USE-flag has been dropped from the ebuild as the package only pretends that OSS can be disabled, this doesn't actually work and results in the compile error I just pasted. Thank you for your report. Please give the ebuild two hours to propagate before syncing your portage tree.
Created an attachment (id=54393) [details] mpg321.patch
he ebuild don't contains the dependency to media-sound/mpg321. I'd add a patch for it. Greetings Michael Edwards