Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 483966

Summary: media-plugins/audacious-plugins-3.4.1 should depend on >=media-libs/libsidplayfp-1.0.0
Product: Gentoo Linux Reporter: Torsten Kaiser <Storklerk>
Component: [OLD] LibraryAssignee: Jeff (JD) Horelick (RETIRED) <jdhore>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 481556    
Bug Blocks:    

Description Torsten Kaiser 2013-09-06 10:21:47 UTC
The build fails as:
checking for JACK... no
checking for JACK... yes
checking for SAMPLERATE... yes
checking for SIDPLAYFP... no
configure: error: Cannot find sidplayfp, but compilation of SID input plugin has been explicitly requested; please install sidplayfp and run configure again

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-plugins/audacious-plugins-3.4.1/work/audacious-plugins-3.4.1/config.log
 * ERROR: media-plugins/audacious-plugins-3.4.1::gentoo failed (configure phase):

config.log reveals:
configure:11082: checking for SIDPLAYFP
configure:11089: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
Requested 'libsidplayfp >= 1.0' but version of libsidplayfp is 0.3.8
configure:11092: $? = 1
configure:11106: $PKG_CONFIG --exists --print-errors "libsidplayfp >= 1.0"
Requested 'libsidplayfp >= 1.0' but version of libsidplayfp is 0.3.8
configure:11109: $? = 1
configure:11123: result: no
Requested 'libsidplayfp >= 1.0' but version of libsidplayfp is 0.3.8
configure:11140: error: Cannot find sidplayfp, but compilation of SID input plugin has been explicitly requested; please install sidplayfp and run configure again

So the DEPEND needs to be changed from "sid? ( media-libs/libsidplayfp )" to "sid? ( >=media-libs/libsidplayfp-1.0.0 )", but that is a problem, because only media-libs/libsidplayfp-0.3.8 is availably in the main tree.
Comment 1 Torsten Kaiser 2013-09-06 10:23:21 UTC
Bump request for libsidplayfp has already been filed in bug 481556
Comment 2 Rafał Mużyło 2013-09-06 10:35:55 UTC
It's already mentioned in bug 483458.
Comment 3 Paramonov Valeriy 2013-09-21 14:55:45 UTC
I confirm, the same problem.
Both libsidplayfp and sidplayfp are already installed.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2013-10-01 15:17:02 UTC
bumped this dep in the ebuild for 3.4.1
Comment 5 Torsten Kaiser 2013-10-01 17:36:32 UTC
Thanks!

media-plugins/audacious-plugins-3.4.1 now builds fine.