arduino / openwrt-yun

A custom version of OpenWrt, targeted to the Arduino Yún
GNU General Public License v2.0
148 stars 71 forks source link

packages feed index is not generated #31

Closed rriggio closed 9 years ago

rriggio commented 9 years ago

Hi, it looks like the index for the packages feed for some reason unknown to me is not generated. This in time means that the firmware cannot be built from scratch since that feed contains some dependencies.

ffissore commented 9 years ago

Can you share the actual output? I've just tried and everything seems to work fine.

rriggio commented 9 years ago

This is the output. Have you tried rebuilding everything from scratch? checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking pkg-config is at least version 0.20... yes checking for CURL... configure: error: Package requirements (libcurl) were not met:

No package 'libcurl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables CURL_CFLAGS and CURL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

Makefile:108: recipe for target '/home/rriggio/src/openwrt-yun/build_dir/linux-ar71xx_generic/opkg-618/.configured_yyyy' failed make[3]: * [/home/rriggio/src/openwrt-yun/build_dir/linux-ar71xx_generic/opkg-618/.configured_yyyy] Error 1 make[3]: Leaving directory '/home/rriggio/src/openwrt-yun/package/opkg' package/Makefile:105: recipe for target 'package/opkg/compile' failed make[2]: * [package/opkg/compile] Error 2 make[2]: Leaving directory '/home/rriggio/src/openwrt-yun' package/Makefile:101: recipe for target '/home/rriggio/src/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile' failed make[1]: * [/home/rriggio/src/openwrt-yun/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/rriggio/src/openwrt-yun' /home/rriggio/src/openwrt-yun/include/toplevel.mk:151: recipe for target 'world' failed make: * [world] Error 2

ffissore commented 9 years ago

I did and it worked. It seems you're using your own linux box for compiling: please remind that we only support debian wheezy Can you try building with MAKE_JOBS=1 ./build.sh and send me the whole output via email? f.fissore@arduino.cc