Also interesting, if invoked to build miniupnpd manually, the iptables 
dependency seems to be honored.

$ make package/feeds/packages/miniupnpd-compile
Collecting package info: done
 make[1] package/feeds/packages/miniupnpd-compile
 make[2] -C package/libtool host-compile
 make[2] -C package/libtool compile
 make[2] -C package/iptables compile
 make[2] -C feeds/packages/net/miniupnpd compile

The problem, repeatable every build, only seems to occur after `make clean && 
make' of the entire trunk


Joe

On Jul 25, 2010, at 9:18 PM, Joseph Roback wrote:

> I am experiencing the same errors. It happens to me even with `make -j1'. The 
> miniupnpd package is being built before the iptables package, which miniupnpd 
> depends on. It uses header files from the iptables package.
> 
> The miniupnpd Makefile tries to set CFLAGS to
> 
> CFLAGS="... -I$(firstword $(wildcard $(KERNEL_BUILD_DIR)/iptables-*/include)) 
> -DIPTABLES_143"
> 
> but the directory referenced, `$(KERNEL_BUILD_DIR)/iptables-*/include' 
> doesn't exist until iptables is at least unpacked.
> 
> There is a DEPENDS:=iptables in the miniupnpd Makefile. I've also tried 
> putting a PKG_BUILD_DEPENDS:=iptables but no change.
> 
> I honestly don't know what the difference between DEPENDS and 
> PKG_BUILD_DEPENDS is, but neither seem to trigger iptables build before 
> miniupnpd.
> 
> Joe
> 
> On Jul 25, 2010, at 8:49 PM, Jim Henderson wrote:
> 
>> On Sun, 25 Jul 2010 18:18:53 +0000, Jim Henderson wrote:
>> 
>>> When trying to build from the latest sources, I get the following output
>>> (with V=99) on 'make world':
>> 
>> Seems to be working now.
>> 
>> Jim
>> 
>> -- 
>> Jim Henderson
>> Please keep on-topic replies on the list so everyone benefits
>> 
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

Reply via email to