Hi all,

I'm compiling trunk r40755. I can add some feeds:

./scripts/feeds update
./scripts/feeds install luci-light alsa-utils bluez-utils

and with menuconfig I can select those packages and compile all right. But when I add mpd:

./scripts/feeds install mpd

and select it with menuconfig, the compilation breaks with the following error:

make[3]: Entering directory '/hulk/bwf/mnt_trunk/trunk/feeds/packages/libs/glib2' (cd /hulk/bwf/mnt_trunk/trunk/build_dir/host/glib-2.37.7/; if [ -x configure ]; then cp -fpR /hulk/bwf/mnt_trunk/trunk/scripts/config.{guess,sub} /hulk/bwf/mnt_trunk/trunk/build_dir/host/glib-2.37.7// && /bin/bash ./configure CC="gcc" CFLAGS="-O2 -I/hulk/bwf/mnt_trunk/trunk/staging_dir/host/include" CPPFLAGS="-I/hulk/bwf/mnt_trunk/trunk/staging_dir/host/include" LDFLAGS="-L/hulk/bwf/mnt_trunk/trunk/staging_dir/host/lib" SHELL="/bin/bash" --target=x86_64-linux-gnu --host=x86_64-linux-gnu --build=x86_64-linux-gnu --program-prefix="" --program-suffix="" --prefix=/hulk/bwf/mnt_trunk/trunk/staging_dir/host --exec-prefix=/hulk/bwf/mnt_trunk/trunk/staging_dir/host --sysconfdir=/hulk/bwf/mnt_trunk/trunk/staging_dir/host/etc --localstatedir=/hulk/bwf/mnt_trunk/trunk/staging_dir/host/var --sbindir=/hulk/bwf/mnt_trunk/trunk/staging_dir/host/bin ; fi )
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes

... some lines removed ...

checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
configure: error:
*** You must have either have gettext support in your C library, or use the *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html

Makefile:99: recipe for target '/hulk/bwf/mnt_trunk/trunk/build_dir/host/glib-2.37.7/.configured' failed make[3]: *** [/hulk/bwf/mnt_trunk/trunk/build_dir/host/glib-2.37.7/.configured] Error 1 make[3]: Leaving directory '/hulk/bwf/mnt_trunk/trunk/feeds/packages/libs/glib2' package/Makefile:159: recipe for target 'package/feeds/packages/glib2/host/compile' failed
make[2]: *** [package/feeds/packages/glib2/host/compile] Error 2
make[2]: Leaving directory '/hulk/bwf/mnt_trunk/trunk'
package/Makefile:156: recipe for target '/hulk/bwf/mnt_trunk/trunk/staging_dir/target-mips_mips32_uClibc-0.9.33.2/stamp/.package_compile' failed make[1]: *** [/hulk/bwf/mnt_trunk/trunk/staging_dir/target-mips_mips32_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory '/hulk/bwf/mnt_trunk/trunk'
/hulk/bwf/mnt_trunk/trunk/include/toplevel.mk:169: recipe for target 'world' failed
make: *** [world] Error 2


I compiled mpd successfully in trunk r39441, but I can't recreate the feed state at that time.

Any suggestion?

Regards.
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to