Bug 187529 - =media-sound/bmpx-0.40.0 and dev-cpp/libsexymm keywording
|
Bug#:
187529
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: ppc@gentoo.org
|
Reported By: ssuominen@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: =media-sound/bmpx-0.40.0 and dev-cpp/libsexymm keywording
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-08-02 19:24 0000
|
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..