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

Bug 334075

Summary: media-sound/ardour-3.9999 depnds (now) on >=media-libs/raptor-1.4.2[curl] instead of >=media-libs/raptor-1.4.2 without curl.
Product: Gentoo Linux Reporter: denysonique <dennisonic>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch - added required curl flag to the media-libs/raptor-1.4.2 dependency
corrected the diff format of the last patch
corrected again - changed the attachement type to patch

Description denysonique 2010-08-23 13:48:36 UTC
media-sound/ardour-3.9999 depnds (now) on >=media-libs/raptor-1.4.2[curl]  instead of >=media-libs/raptor-1.4.2 without curl.

When trying to emerge with >=media-libs/raptor-1.4.2 installed without curl. The build fails with:
 [634/650] cxx_link: build/default/libs/surfaces/generic_midi/generic_midi_control_protocol_1.o build/default/libs/surface$
default/libs/ardour/libardour.so: undefined reference to `curl_global_init'
default/libs/ardour/libardour.so: undefined reference to `curl_easy_cleanup'
default/libs/ardour/libardour.so: undefined reference to `curl_easy_setopt'
default/libs/ardour/libardour.so: undefined reference to `curl_easy_perform'
default/libs/ardour/libardour.so: undefined reference to `curl_easy_init'
collect2: ld returned 1 exit status 

Confirmed by another user on f.g.o http://forums.gentoo.org/viewtopic-t-841197-highlight-.html
Comment 1 denysonique 2010-08-23 14:05:50 UTC
Created attachment 244217 [details, diff]
Patch - added required curl flag to the media-libs/raptor-1.4.2 dependency
Comment 2 denysonique 2010-08-23 14:07:35 UTC
'When trying to emerge with >=media-libs/raptor-1.4.2 installed without curl.' - without the curl use flag. Just to clafiry.
Comment 3 denysonique 2010-08-23 14:14:08 UTC
Created attachment 244219 [details]
corrected the diff format of the last patch
Comment 4 denysonique 2010-08-23 14:16:12 UTC
Created attachment 244221 [details, diff]
corrected again - changed the attachement type to patch
Comment 5 Alexis Ballier gentoo-dev 2010-10-10 14:46:04 UTC
there's no such ebuild in the tree; you're probably using the proaudio overlay for which we can't do anything...