**** BEGIN LOGGING AT Wed Jun 16 02:59:56 2010 Jun 16 03:11:40 build #73 of avr32 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/avr32/builds/73 Jun 16 03:29:30 build #72 of brcm63xx is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/brcm63xx/builds/72 Jun 16 03:36:55 build #69 of brcm47xx is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/brcm47xx/builds/69 Jun 16 04:03:18 build #74 of ar71xx is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ar71xx/builds/74 Jun 16 04:22:36 build #67 of sibyte is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/sibyte/builds/67 Jun 16 05:24:58 build #60 of gemini is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/60 Jun 16 05:30:42 hello Jun 16 05:55:10 build #62 of cobalt is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/cobalt/builds/62 Jun 16 06:37:08 hello Jun 16 07:53:43 build #60 of mpc52xx is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/mpc52xx/builds/60 Jun 16 11:08:09 swalker * r21812 /packages/utils/cksfv/Makefile: [packages] cksfv: fix the package definitions Jun 16 12:56:20 mac80211 drivers are not supporting "iwlist scanning"? Jun 16 13:07:07 nunojpg: try: iw scan Jun 16 13:24:16 nico * r21813 /trunk/package/busybox/ (9 files in 2 dirs): package/busybox: update to 1.16.2 (bug fix release) Jun 16 14:21:30 in menuconfig, is there a way to tell exactly which package has selected libopenssl for example? Jun 16 14:23:36 help for the config option should give you some hints Jun 16 14:24:30 yeah, there are a lot of hints for libopenssl, :) Jun 16 14:24:42 thanks though! Jun 16 15:12:21 obsy * r21814 /packages/net/transmission/Makefile: [packages] transmission: update to 2.00 final Jun 16 15:20:48 Hauke: "iw wlan0 scan" returns "command failed: Operation not supported (-122)" Jun 16 15:21:06 while "iw wlan0 info" works: http://pastebin.com/i4Q95eVT Jun 16 15:21:18 nunojpg: kill hostapd Jun 16 15:21:29 it keeps the iface busy Jun 16 15:21:48 and spawn a sta mode iface for scanning Jun 16 15:22:27 for scanning? and that iface can not be used by me? Jun 16 15:25:12 after killing hostapd the message is "Network is down (-127)" Jun 16 15:25:33 <[Fate]> ifconfig wlan0 up ? Jun 16 15:39:25 killing hostapd and then bringing the iface up results Jun 16 16:06:32 jow_laptop: if your motivated, include/netfilter.mk needs: $(eval $(call nf_add,IPT_IPOPT,CONFIG_NETFILTER_XT_TARGET_HL, $(P_XT)xt_HL)) Jun 16 16:09:42 more complete: http://openwrt.pastebin.com/1uYPVBBb Jun 16 16:13:41 netprince: okay, will look this evening Jun 16 16:21:03 jow_laptop: it may not be necessary since the newer iptables versions, I havent checked that... Jun 16 17:13:50 am I reading this right? menuconfig help shows... Symbol: PACKAGE_kmod-brcm-wl-old, Depends on: TARGET_brcm47xx && TARGET_brcm_2_4 Jun 16 17:14:27 do you have the non-old one? Jun 16 17:14:34 in package/ Jun 16 17:15:23 yes, both are there Jun 16 17:15:33 broadcom-wl and broadcom-wl-old Jun 16 17:16:25 you should be only able to select the new new one on brcm47xx Jun 16 17:17:06 I am trying to adjust my old 2.4 config with the broadcom-wl-old package Jun 16 17:17:41 but it doesn't show up in menuconfig, so I started looking at dependencies and found that Jun 16 17:18:28 I cant seem to find where brcm27xx is defined as a dependency for broadcom-wl-old Jun 16 17:22:19 netprince: I suggest to start with a fresh .config, I have various strange menuconfig effects too Jun 16 17:22:25 s/have/had/ Jun 16 17:22:39 yeah, I just deleted .config and it still isn't listed in menuconfig Jun 16 17:31:09 hmm Jun 16 17:31:19 weird Jun 16 17:31:50 there seems to be a lot of overlapping defines in the two makefiles, I'm not sure if thats right? Jun 16 17:32:02 nope Jun 16 17:32:08 one should only be foo-old Jun 16 17:32:13 the other just foo Jun 16 17:32:35 you could just rm -rf package/broadcom-wl Jun 16 17:32:37 -old Jun 16 18:03:06 this helps menuconfig, will test build it soon: http://openwrt.pastebin.com/pKqHC7yA Jun 16 18:10:18 nico * r21815 /packages/libs/ortp/ (. Makefile): [packages] add ortp - a Real-time Transport Protocol (RTP) library Jun 16 18:38:12 If you modify \ add files in /build_dir//root/ will they remain or get overwritten on next build? Jun 16 18:42:54 overwritten as I understand it Jun 16 18:43:01 everything in build_dir Jun 16 18:45:39 consider everything in build_dir/ temporary, you should not mess around there Jun 16 19:02:37 jow_laptop: so where do we mod / add files to get them in to the image? Jun 16 19:15:09 (somebody should put this in a FAQ, if there isn't already one mentioning it) Jun 16 19:16:33 goodasGNU: iirc if you create a files/ directory in your buildroot main directory, everything contained in it gets copied into the image Jun 16 19:34:56 KanjiMonster: so /files is a duplicate root "tree" , so for example /files/etc/config/fstab will make it to the squashfs root in /etc/config/fstab ? Jun 16 19:37:41 goodasGNU: i never tried it, but I read several times that it should work that way Jun 16 19:38:24 it does Jun 16 19:39:10 KanjiMonster: where did you "read" about it? Jun 16 19:39:41 wotwot: will stick get overwritten by same name files in /files/ Jun 16 19:39:53 sill it? Jun 16 19:40:27 sorry, will stock files get overwritten... Jun 16 19:40:28 goodasGNU: openwrt-devel; this got asked several there just recently (iirc) Jun 16 19:40:39 goodasGNU, its quite handy if you're building a ramdisk image and want ie files/etc/config/network in it Jun 16 19:42:02 thats likely a yes, at least thats what happens with the files i put in /etc/config Jun 16 19:42:08 wotwot: so will stock files get overwritten by same name files in /files/ ? Jun 16 19:42:13 hauke * r21817 /trunk/ (12 files in 12 dirs): remove empty directories Jun 16 19:42:15 you beat me too it ;)( Jun 16 19:42:34 THanks :) Jun 16 19:42:48 np :) Jun 16 19:44:46 hauke * r21818 /trunk/package/broadcom-wl/src/ (driver/ include/): remove empty directories Jun 16 19:49:06 florian * r21819 /trunk/package/broadcom-wl/Makefile: [package] fix typo in broadcom-wl Jun 16 19:49:43 KanjiMonster: found the reference finally ... https://forum.openwrt.org/viewtopic.php?id=17318 Jun 16 19:50:57 strangely under remove not add, but hey its there ;) Jun 16 20:24:14 jow * r21820 /trunk/package/hostapd/Makefile: [package] hostapd: properly read eap_type from configuration when setting up wpa-supplicant, fixes WPA Enterprise in client mode (#7476) Jun 16 20:25:14 cshore: ping Jun 16 20:28:13 jow * r21821 /trunk/package/hostapd/files/wpa_supplicant.sh: [package] hostapd: forgot the actual change in previous commit Jun 16 20:28:58 jow * r21822 /branches/backfire/package/hostapd/ (Makefile files/wpa_supplicant.sh): [backfire] merge r21820 and r21821 Jun 16 20:37:31 kernel is gzip not lzma in 10.03 ??!! Jun 16 20:48:26 Just made x86 defconf build with usb added into kernel. Size is 1.5 mb .config in kernel deafults to gzip . I thought this was fixed: https://dev.openwrt.org/ticket/6869 Jun 16 21:10:58 build #60 of ifxmips is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ifxmips/builds/60 Jun 16 22:14:46 build #57 of adm5120 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/adm5120/builds/57 Jun 16 23:08:42 build #57 of iop32x is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/iop32x/builds/57 Jun 16 23:18:17 build #56 of ixp4xx is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ixp4xx/builds/56 Jun 16 23:34:41 jow * r21823 /trunk/package/mtd/ (Makefile src/fis.c): Jun 16 23:34:41 [package] mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until Jun 16 23:34:41 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62 Jun 16 23:34:41 is added. Jun 16 23:37:47 jow * r21824 /branches/backfire/package/mtd/ (Makefile src/fis.c): [backfire] merge r21823 Jun 17 00:23:15 build #56 of orion is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/orion/builds/56 Jun 17 01:27:16 build #55 of rb532 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/rb532/builds/55 Jun 17 02:21:38 build #54 of rdc is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/rdc/builds/54 Jun 17 02:22:52 build #55 of kirkwood is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/kirkwood/builds/55 **** ENDING LOGGING AT Thu Jun 17 02:59:56 2010