Re: [proaudio] jack_capture |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
On Sat, 21 Jul 2007, Dominique Michel wrote:
> When updating word, I get the following:
>
> Compiling source
> in /var/tmp/portage/media-sound/jack_capture-0.9.6/work/jack_capture-0.9.6 ...
> sh gen_setformat_c.sh >setformat.c gcc -O3 jack_capture.c -DVERSION=\"0.9.6\"
> -o jack_capture -ljack -lsndfile
> -Wall /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' /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libsndfile.so:
> undefined reference to
Oh, the flac check isn't working. To work-around, first add "flac"
to /etc/make.conf then reemerge libsndfile, then emerge jack_capture.
Is it possible to to add a dependency on flac in libsndfile to the
jack_capture ebuild?