Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 334075 - 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.
Summary: media-sound/ardour-3.9999 depnds (now) on >=media-libs/raptor-1.4.2[curl] in...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 13:48 UTC by denysonique
Modified: 2010-10-10 14:46 UTC (History)
0 users

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


Attachments
Patch - added required curl flag to the media-libs/raptor-1.4.2 dependency (ardour-3.9999.ebuild.patch,599 bytes, patch)
2010-08-23 14:05 UTC, denysonique
Details | Diff
corrected the diff format of the last patch (ardour-3.9999.ebuild.patch,368 bytes, text/plain)
2010-08-23 14:14 UTC, denysonique
Details
corrected again - changed the attachement type to patch (ardour-3.9999.ebuild.patch,368 bytes, patch)
2010-08-23 14:16 UTC, denysonique
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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...