Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12241 - ardour-cvs does not compile
Summary: ardour-cvs does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL: http://ardour.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on: 12227
Blocks:
  Show dependency tree
 
Reported: 2002-12-16 05:24 UTC by J. Ellis (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Updated ardour-cvs ebuild (ardour-cvs-0.5-r1.ebuild,1.38 KB, text/plain)
2002-12-16 17:27 UTC, J. Ellis (RETIRED)
Details
media-sound/ardour-cvs/ardour-cvs-0.5-r1.ebuild (ardour-cvs-0.5-r1.ebuild,1.29 KB, text/plain)
2002-12-27 21:09 UTC, J. Ellis (RETIRED)
Details

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