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

Bug 12241

Summary: ardour-cvs does not compile
Product: Gentoo Linux Reporter: J. Ellis (RETIRED) <jje>
Component: Current packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED FIXED    
Severity: normal CC: jje
Priority: High Keywords: EBUILD
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
URL: http://ardour.sourceforge.net
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 12227    
Bug Blocks:    
Attachments: Updated ardour-cvs ebuild
media-sound/ardour-cvs/ardour-cvs-0.5-r1.ebuild

Description J. Ellis (RETIRED) gentoo-dev 2002-12-16 05:24:12 UTC
media-sounds/ardour-cvs is broken. Compile dies in opt.cc in the ksi module. 

To work around this added IUSE="ksi" and:

        use ksi \
                && myconf="--enable-ksi" \
                || myconf="--disable-ksi"

to the ebuild and USE="-ksi" for the build.

Ardour_ksi is a "AIUI is a text-based interface for ardour" and is apparently
optional.
Comment 1 J. Ellis (RETIRED) gentoo-dev 2002-12-16 17:27:31 UTC
Created attachment 6550 [details]
Updated ardour-cvs ebuild

Updated ebuild for ardour-cvs that:

i) depends on jack-cvs (see 12227)
ii) adds support for USE="ksi", USE="-ksi" is needed to build the current cvs
code.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-17 01:01:50 UTC

*** This bug has been marked as a duplicate of 12227 ***
Comment 3 J. Ellis (RETIRED) gentoo-dev 2002-12-17 01:13:57 UTC
This is not a duplicate of 12227.

12227 - jack needs an ebuild for building from cvs (ardour-cvs depends on this)
12241 - ardour-cvs does not build. The build is broken by default and needs
USE="-ksi" to compile.
Comment 4 Nick Hadaway 2002-12-21 16:23:11 UTC
jack-cvs will be added to portage later this weekend and I will update the 
ardour-cvs ebuild accordingly.
Comment 5 J. Ellis (RETIRED) gentoo-dev 2002-12-27 21:09:46 UTC
Created attachment 6794 [details]
media-sound/ardour-cvs/ardour-cvs-0.5-r1.ebuild

Removed the ksi USE hack. No longer needed, compile breakage fixed in cvs.
Comment 6 Nick Hadaway 2003-01-02 10:23:07 UTC
jack-cvs and an updated ardour-cvs has been added to portage. :)