[proaudio] media-sound/xmms2-9999 ebuild fixes |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] media-sound/xmms2-9999 ebuild fixes
- From: Daniel Johnson <il.basso.buffo@xxxxxxxxx>
- Date: Thu, 13 Aug 2009 12:12:41 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=sqEOar+YhN9R1EkuVoIkJP/6LRRWH7WkHzS4WpaKpus=; b=C4TvD/uSJWq46VkgV/8ijQwT5EK0DW1cuc/kM1Boypdho85UHTgRjqzgu2tEJBqUmo 6llLDhtbRRI4VoKTVMliu+x9MR1VA7GVe6HnnktTHF7xH9eEMt/xm1p/lRfQQZLArYdL TJcuN3a/KitPWec9AJdGB5lI9Z9sS5fQa1++4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=bxFxDpn2F/Fry/BWw0hpsd6alqbt0FZzO4tSdx7CgV/L3UdjLhnWi2tbCsE8oAAzmc EuY20Giv03tJAnzFEpUE7jZKqNPHlHm+rJrCCEpWqvmoBKIp/9ADwl652jK3s8ng3vV4 X1S48f28cCaBzOpu1wg92QfHv0YR2p6rHrv5U=
Using the stock pro-audio GIT build for xmms2-9999, I get a configure
error and a sandbox violation. The following steps need to be taken
to get it to build correctly:
1. remove the lastfm USE flag and all references to lastfm in the
ebuild. Apparently the xmms2 devs have stopped supporting lastfm.
2. add the following line in the src_compile function within the ebuild:
sed -i -e 's:/sbin/ldconfig:/bin/true:g' "${S}"/wscript
Since Portage automagically handles invoking ldconfig at the end
of the build process, we don't need it here, where it will cause a
sandbox violation.
Cheers,
Daniel