[OpenWrt-Devel] Requesting patch review for #7667 -- preserving SUID/SGID permissions when building images

2010-07-25 Thread ermo | Rune Morling
Hi there, I've spent some time troubleshooting my backfire branch build because sudo in particular was not installed with its SUID bit set in the final squashfs image, effectively making it unusable (thanks to nbd and xMff for putting up with all my questions in #openwrt). I have created patches

[OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Jim Henderson
When trying to build from the latest sources, I get the following output (with V=99) on 'make world': --- snip --- make[3]: Entering directory `/home/jhenderson/Downloads/openwrt/feeds/ packages/net/miniupnpd' ln -sf /home/jhenderson/Downloads/openwrt/build_dir/linux-ar71xx_generic/

Re: [OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Jim Henderson
On Sun, 25 Jul 2010 18:18:53 +, 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

Re: [OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Joseph Roback
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

Re: [OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Joseph Roback
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

Re: [OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Jim Henderson
On Sun, 25 Jul 2010 21:44:52 -0600, Joseph Roback wrote: 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

Re: [OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Joseph Roback
I using r22388. After building miniupnpd manually and continuing the build, uhttpd failed because its dependency openssl was there. I manually build uhttpd make package/uhttpd-compile and then it was ok. I think the build system dependencies are screwed up somehow... Joe On Jul 25, 2010,

Re: [OpenWrt-Devel] Builds since yesterday afternoon not succeeding

2010-07-25 Thread Jim Henderson
On Sun, 25 Jul 2010 22:05:12 -0600, Joseph Roback wrote: I using r22388. After building miniupnpd manually and continuing the build, uhttpd failed because its dependency openssl was there. I manually build uhttpd make package/uhttpd-compile and then it was ok. I think the build system