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
$ pingus terminate called after throwing an instance of 'PingusError' Aborted Reproducible: Always Steps to Reproduce: 1.emerge pingus & dependencies 2.start pingus 3.watch failure ;) Actual Results: The error noted above Expected Results: The game starts up and plays here is a copy of emerge --info: $ emerge --info Portage 2.0.51_rc1 (default-x86-2004.0, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6 8-gentoo-r4 i686) ================================================================= System uname: 2.6.8-gentoo-r4 i686 AMD Athlon(tm) Processor Gentoo Base System version 1.5.3 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.15.90.0.1.1-r3 Headers: sys-kernel/linux26-headers-2.6.8.1 Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-Os -march=athlon-tbird -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3. /share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /u r/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-Os -march=athlon-tbird -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS=" http://gentoo.oregonstate.edu #http://www.ibiblio.org pub/Linux/distributions/gentoo http://gentoo.seren.com/gentoo http://ftp-mirr r.internap.com/pub/gentoo " MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X alsa apm arts avi berkdb bitmap-fonts bonobo cdr crypt cups dvd en ode esd foomaticdb gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib java joystic jpeg kde libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl ss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tc d truetype x86 xml2 xmms xprint xv zlib" this happens with the pingus-0.6.0-r1 ebuild
What's the full error text?
$ pingus terminate called after throwing an instance of 'PingusError' Aborted The above is all i get from the command line. If you looking for something else please let me know how to get it, and i will.
Try building pingus and its deps without -Os
Also, save the output from emerge -evp pingus and attach that as text/plain please.
Created an attachment (id=40023) [edit] plain text file of dependencies for pingus Easiest things first i guess. I'm rebuilding the deps & pingus now.
alright, i rebuild the 3 dependencies( hermes, clanlib, libxml2) and pingus, and it now works. i'm going to try and spend the time to figure out which one was the "culprit" that didn't want to work with my "-Os" flag.
Sounds good. Reopen if you can nail it down please.
The bug was caused with pingus being build as "-Os" on my system. I reemerged all of the dependencies as "-Os"( back to their original state), and build pingus with "-O2" and it works fine. So i guess the solution would be to strip the "-Os" and change to "-O2" in the pingus ebuild. Thanks!
Great, thanks for tracking it down. I've fixed the ebuild in CVS.