[Gpe-list] Problem for building "esound" package
netspectrum
wzc0066 at yahoo.com.cn
Wed Jan 17 13:06:55 CET 2007
Hello everyone!
I have some problem when building the "esound" package. The building log was
below:
------------------------------------------------------------------------------------------------
zwang at wzc:~/gpe-practice/poky/build$ bitbake -b esound_0.2.36.bb
NOTE: package esound-0.2.36: started
NOTE: package esound-0.2.36-r0: task do_configure: started
ERROR: function do_configure failed
ERROR: log data follows
(/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/temp/log.do_configure.12696)
| automake (GNU automake) 1.9.3
| Written by Tom Tromey <tromey at redhat.com>.
|
| Copyright 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions. There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
| AUTOV is 1.9
| NOTE: Executing autoreconf --verbose --install --force --exclude=autopoint
-I
/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/esound-0.2.36/
-I
/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/esound-0.2.36/m4/
-I
/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal-1.9
-I
/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal
| autoreconf: Entering directory `.'
| autoreconf: configure.ac: not using Gettext
| autoreconf: running: aclocal -I
/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/esound-0.2.36/
-I
/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/esound-0.2.36/m4/
-I
/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal-1.9
-I
/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal
--force -I m4
|
/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal/gconf-2.m4:8:
warning: underquoted definition of AM_GCONF_SOURCE_2
| run info '(automake)Extending aclocal'
| or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
| aclocal:configure.ac:355: warning: macro `AM_PATH_AUDIOFILE' not found in
library
| autoreconf: configure.ac: tracing
| autoreconf: running: libtoolize --copy --force
|
/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal/gconf-2.m4:8:
warning: underquoted definition of AM_GCONF_SOURCE_2
| run info '(automake)Extending aclocal'
| or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
| aclocal:configure.ac:355: warning: macro `AM_PATH_AUDIOFILE' not found in
library
| autoreconf: running:
/home/zwang/gpe-practice/poky/build/tmp/staging/i686-linux/bin/autoconf
--include=/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/esound-0.2.36/
--include=/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/esound-0.2.36/m4/
--include=/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal-1.9
--include=/home/zwang/gpe-practice/poky/build/tmp/staging/arm-poky-linux/share/aclocal
--force --warnings=cross
| configure.ac:355: error: possibly undefined macro: AM_PATH_AUDIOFILE
| If this token and others are legitimate, please use
m4_pattern_allow.
| See the Autoconf documentation.
| autoreconf:
/home/zwang/gpe-practice/poky/build/tmp/staging/i686-linux/bin/autoconf
failed with exit status: 1
| FATAL: autoreconf execution failed.
NOTE: Task failed:
/home/zwang/gpe-practice/poky/build/tmp/work/armv5te-poky-linux/esound-0.2.36-r0/temp/log.do_configure.12696
NOTE: package esound-0.2.36-r0: task do_configure: failed
ERROR: TaskFailed event exception, aborting
NOTE: package esound-0.2.36: failed
ERROR: Build of 'esound' failed
Build statistics:
Attempted builds: 1
Failed builds: 1
zwang at wzc:~/gpe-practice/poky/build$
------------------------------------------------------------------------------------------------
I have searched the ERROR " warning: macro `AM_PATH_AUDIOFILE' not found in
library" in google,
and accepted the advice: need to install (build) the "audiofile" package
first.
I have builded the "audiofile" package successfully, but the ERROR is still.
The "esound_0.2.36.bb" file is below:
---------------------------------------------------
DESCRIPTION = "Enlightened sound daemon"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "audiofile"
SRCDATE = "20070117"
SRC_URI = "http://192.168.1.142/~zwang/testspace/packages/${P}.tar.gz"
inherit autotools pkgconfig
---------------------------------------------------
So what's wrong?
What should i do?
Please help!!
--
View this message in context: http://www.nabble.com/Problem-for-building-%22esound%22-package-tf3026855.html#a8409041
Sent from the GPE mailing list archive at Nabble.com.
More information about the Gpe-list
mailing list