Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189973 - ardour 2.0.5 sandbox violation
Summary: ardour 2.0.5 sandbox violation
Status: VERIFIED DUPLICATE of bug 107013
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-23 22:28 UTC by James
Modified: 2007-08-23 23:34 UTC (History)
1 user (show)

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


Attachments
ardour-2.0.5 build log (build.log,299.71 KB, text/plain)
2007-08-23 22:30 UTC, James
Details
sandbox access violation. (sandbox-media-sound_-_ardour-2.0.5-29700.log,5.01 KB, text/plain)
2007-08-23 22:53 UTC, James
Details
Output showing emerge failure messages. (scons-access-denied.txt,7.24 KB, text/plain)
2007-08-23 23:07 UTC, James
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James 2007-08-23 22:28:57 UTC
Ardour fails to install due to the following errors.
I attach a full log.

/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: warning: libFLAC.so.7, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libsndfile.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libsndfile.so: undefined reference to `FLAC__seekable_stream_encoder_set_seek_callback'



Reproducible: Always
Comment 1 James 2007-08-23 22:30:12 UTC
Created attachment 129012 [details]
ardour-2.0.5 build log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 22:31:32 UTC
You apparently need to run revdep-rebuild.
Comment 3 James 2007-08-23 22:50:56 UTC
That helped, but still will not build.
I attach a new log.
Comment 4 James 2007-08-23 22:53:40 UTC
Created attachment 129013 [details]
sandbox access violation.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 22:56:18 UTC
Re-emerge scons.
Comment 6 James 2007-08-23 23:07:03 UTC
Created attachment 129016 [details]
Output showing emerge failure messages.
Comment 7 James 2007-08-23 23:07:30 UTC
Added new log file.
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 23:08:26 UTC
As said above, re-emerge scons. Thanks.
Comment 9 James 2007-08-23 23:20:48 UTC
I did re-emerge scons. 
It made no difference.
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 23:24:43 UTC
emerge -C scons; emerge -1 scons; if it doesn't help, then rm -rf /usr/lib/scons-0.97/ and re-emerge it. No idea what's this damn stupid scons thing freaking out on and cannot reproduce any such issue.


*** This bug has been marked as a duplicate of bug 107013 ***
Comment 11 James 2007-08-23 23:32:47 UTC
emerge -C scons; emerge -1 scons

That fixed it.

Thank you.
I was just doing "emerge scons" before to re-emerge scons.
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2007-08-23 23:34:36 UTC
/me stabs scons for a good measure. Thanks for reporting back.