Re: [proaudio] ardour 0.99.3

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


Frieder Bürzele wrote:
Paul Winkler wrote:
On Tue, May 16, 2006 at 11:44:32PM +0200, Frieder B?rzele wrote:
Paul Winkler wrote:
I get this when emerging ardour-0.99.3 on an amd64 box:

Calculating dependencies ...done!
(snip)
aclocal: couldn't open directory `/usr/local/share/aclocal': No such
file or directory

!!! ERROR: media-sound/ardour-0.99.3 failed.
!!! Function src_compile, Line 65, Exitcode 1
!!! autogen failed
!!! If you need support, post the topmost build error, NOT this status
message.


I can fix it by doing:
ln -s /usr/share/aclocal /usr/local/share/aclocal
emerge ardour

...it's currently emerging, we'll see if it finishes with no more errors
;)

please reproduce the error and do the following in /var/tmp/portage/ardour-0.99.3/work

grep -R -i -e '/usr/local/share/aclocal' *

thx

   Frieder

Sorry for the delay, I finally got back to this...

kermit # emerge  ardour
Calculating dependencies ...done!
emerge (1 of 1) media-sound/ardour-0.99.3 to /
md5 files   ;-) ardour-0.99.3.ebuild
md5 files   ;-) ardour-0.99.2.ebuild
md5 files   ;-) files/ardour-vst-support_1_1.patch
md5 files   ;-) files/digest-ardour-0.99.2
md5 files   ;-) files/digest-ardour-0.99.3
md5 files   ;-) files/ardour-vst-support_0_1.patch
md5 src_uri ;-) ardour-0.99.3.tar.bz2
Unpacking source...
Unpacking ardour-0.99.3.tar.bz2 to
/var/tmp/portage/ardour-0.99.3/work
Source unpacked.
aclocal: couldn't open directory `/usr/local/share/aclocal': No such
file or directory

!!! ERROR: media-sound/ardour-0.99.3 failed.
!!! Function src_compile, Line 65, Exitcode 1
!!! autogen failed
!!! If you need support, post the topmost build error, NOT this status
message.

kermit # cd /var/tmp/portage/ardour-0.99.3/work
kermit work # grep -R -i -e '/usr/local/share/aclocal' *
ardour-0.99.3/DOCUMENTATION/BUILD.ru: export ACLOCAL_FLAGS="-I /usr/share/aclocal -I /usr/local/share/aclocal -I /opt/gnome/share/aclocal"


Does ardour-0.99.2 die with the same error?

   Frieder

wait, before trying ardour-0.99.2 do the following:
export ACLOCAL_FLAGS="-I /usr/share/aclocal"
emerge ardour
If this wotn' work try to export the variable ACLOCAL_FLAGS inside the ebuild.
Add

export ACLOCAL_FLAGS="-I /usr/share/aclocal"

right after the line src_compile(){

At last redigest the ebuild
ebuild /path/to/ardour-0.99.3.ebuild

  Frieder







Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/