Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383927 - dev-python/pygame-1.9.2_pre3203 fails compilation with "ld: cannot find -lporttime"
Summary: dev-python/pygame-1.9.2_pre3203 fails compilation with "ld: cannot find -lpor...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 10:58 UTC by Sebastian Pipping
Modified: 2011-09-29 14:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (dev-python:pygame-1.9.2_pre3203:20110921-105409.log,24.81 KB, text/plain)
2011-09-21 10:58 UTC, Sebastian Pipping
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2011-09-21 10:58:35 UTC
Created attachment 287263 [details]
build.log

Log is attached.
Comment 1 Mike Gilbert gentoo-dev 2011-09-21 21:24:06 UTC
Arfrever: Are we just missing a dep here?
Comment 2 Mike Gilbert gentoo-dev 2011-09-21 21:37:20 UTC
Actually, it looks like a broken automagic dep.

sping: Do you have media-libs/portmidi installed from an overlay (like sunrise)?
Comment 3 Sebastian Pipping gentoo-dev 2011-09-21 21:59:19 UTC
(In reply to comment #2)
> sping: Do you have media-libs/portmidi installed from an overlay (like
> sunrise)?

Actually yes, =media-libs/portmidi-217 from sunrise.  Is there a connection?
Comment 4 Mike Gilbert gentoo-dev 2011-09-21 22:04:25 UTC
Yeah, this package's build system tries to auto-detect everything and does not allow one to selectively disable it.

media-libs/portmidi installs /usr/include/porttime.h. pygame sees this, and tries to link against /usr/lib/libporttime.so, which does not exist.
Comment 5 Mike Gilbert gentoo-dev 2011-09-21 22:24:53 UTC
Should be fixed now.