[Angstrom-devel] Building darkice, configure does not find lame/faac/ogg, although they are compiled

Anton Komarov akomarov at nvisiongroup.ru
Thu Jul 28 17:30:23 CEST 2011


Hi, trying to build darkice for Angstrom

using following bb recipe

DESCRIPTION = "DarkIce is a live audio streamer."
LICENSE = "GPLv3"

DEPENDS = "lame faac  libvorbis libogg"

PR = "r0"

SRC_URI = "http://darkice.googlecode.com/files/${PN}-${PV}.tar.gz"

S = "${WORKDIR}/${PN}-${PV}"
inherit autotools


SRC_URI[md5sum] = "1804e63d42a9703d01fe378c9a77c473"
SRC_URI[sha256sum] =
"61a05c4dab206c22c3e3d5570ee4841f9c8875241098adf687717e7dcc6df332"

but configure script complaining it cannot find any libraries.

| checking for lame library at /usr ... configure: WARNING: not found,
building without lame
| checking for vorbis libraries at /usr ... configure: WARNING: not
found, building without Ogg Vorbis
| checking for faac library at /usr ... configure: WARNING: not found,
building without faac
| checking for aacplus library at /usr ... configure: WARNING: not
found, building without aacplus
| checking for twolame library at /usr ... configure: WARNING: not
found, building without twolame
| configure: error: neither lame, Ogg Vorbis, faac, aac+ nor twolame configured
NOTE: package darkice-1.0-r0: task do_configure: Failed
ERROR: Function 'do_configure' failed (see
/stuff/work/setup-scripts/build/tmp-angstrom_2008_1/work/armv7a-angstrom-linux-gnueabi/darkice-1.0-r0/temp/log.do_configure.10619
for further information)
ERROR: Task 11 (/stuff/work/setup-scripts/sources/openembedded/recipes/darkice/darkice_1.0.bb,
do_configure) failed with exit code '1'
ERROR: '/stuff/work/setup-scripts/sources/openembedded/recipes/darkice/darkice_1.0.bb'
failed



More information about the Angstrom-distro-devel mailing list