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
Please keyword, dev-cpp/libsexymm ~ppc ~ppc64 media-sound/bmpx ~ppc ~ppc64 Missed repoman warnings because of package.mask, shrug.. Sorry! But it's good idea to retest bmpx, it's been mostly rewritten (again)
I've dropped keywords from bmpx, as it currently segfaults just too often. That's no fun. 0.3x series produced segfaults while running and 0.40 now segfaults on startup. This might be a toolchain issue though.. I'll retest, when a user requests so.
that was for ppc64, not ppc.
(In reply to comment #1) > I've dropped keywords from bmpx, as it currently segfaults just too often. > That's no fun. 0.3x series produced segfaults while running and 0.40 now > segfaults on startup. This might be a toolchain issue though.. Yeah.. Since BMPx is using large amount of C++ libs it's easy to break it by e.g. mixing GCC versions.. some libs built with GCC 4.1.2 and some 4.2.0 for example. Basically, to get something valid debug info out of it you have to ensure "entire system" is built with one single compiler..
Added ~ppc