Build fail: Arcadyan VGV7510KW22(NOR) / o2 6431 - asterisk13

Hello,
i am try to build a image for a VGV7510KW22 | o2 6431.

.config see: http://www.file-upload.net/download-12277039/_config_VGV7510KW22.html

But got error at build asterisk-13.9.1.

checking for a sed that does not truncate output... /home/dennis/Downloads/source/staging_dir/host/bin/sed
checking for xml2-config... /home/dennis/Downloads/source/staging_dir/target-mips_24kc_musl-1.1.16/host/bin/xml2-config
configure: error: Could not find required 'Libxml2' development package
make[3]: *** [Makefile:284: /home/dennis/Downloads/source/build_dir/target-mips_24kc_musl-1.1.16/asterisk-13.9.1/.configured_yyyyyyy] Error 1
make[3]: Leaving directory '/home/dennis/Downloads/source/feeds/telephony/net/asterisk-13.x'
make[2]: *** [package/Makefile:108: package/feeds/telephony/asterisk-13.x/compile] Error 2
make[2]: Leaving directory '/home/dennis/Downloads/source'
make[1]: *** [package/Makefile:102: /home/dennis/Downloads/source/staging_dir/target-mips_24kc_musl-1.1.16/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/dennis/Downloads/source'
make: *** [/home/dennis/Downloads/source/include/toplevel.mk:199: world] Fehler 2

How to fix this ?

Thanks

Same issue for me using Debian 8.0 x64. The packages libxml2 and libxml2-dev are already installed on the system.

i opend a issue at: https://github.com/openwrt/telephony/issues/133

cool, thanks. Maybe it's helpful to open the same issue at LEDE github https://github.com/lede-project

got from the LEDE Mailinglist the info that i should open on https://github.com/openwrt/telephony/
so i think it did not help.

but you can do if you want

for me works this:

run make, got error

then

cd source
cp -r ./build_dir/hostpkg/libxml2-2.9.4/include/libxml staging_dir/host/include

make

now no error and the image build work

1 Like