| [proaudio] Re: Re: Re: FFADO on gentoo | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/proaudio Archives
] 
Frieder Bürzele a écrit:
> I will look into that
[...]
> k fixed
Thanks again ;-)
>> 3) I think that "unpack ${A}" (just before "subversion_src_unpack")
>> should be removed in jack-audio-connection-kit-9999.ebuild
> 
> nope that is needed for netjack
Ok. I didn't saw that, you're perfectly right. But
jack-audio-connection-kit-9999 (with "unpack ${A}") does not compile
without "netjack" useflag :
----log----
# USE="-netjack" emerge -av jack-audio-connection-kit
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild   R   ] media-sound/jack-audio-connection-kit-9999  USE="3dnow
alsa freebob jack-tmpfs mmx sse (-altivec) -caps (-coreaudio)
-cpudetection -dbus -debug -doc -jackdmp -netjack -oss -portaudio" 0 kB
[1]
Total: 1 package (1 reinstall), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage/proaudio
Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild Manifests...
>>> Emerging (1 of 1) media-sound/jack-audio-connection-kit-9999 to /
 * checking ebuild checksums ;-) ...           [ ok ]
 * checking auxfile checksums ;-) ...          [ ok ]
 * checking miscfile checksums ;-) ...         [ ok ]
>>> Unpacking source...
 * 
 * ERROR: media-sound/jack-audio-connection-kit-9999 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 3748:  Called unpack
 *               ebuild.sh, line  313:  Called die
 * The specific snippet of code:
 *      [ -z "$*" ] && die "Nothing passed to the 'unpack' command"
 *  The die message:
 *   Nothing passed to the 'unpack' command
If you need support, post the topmost build error, and the call stack if
relevant.
----log----
T.