**** BEGIN LOGGING AT Thu Nov 10 02:59:58 2011 **** BEGIN LOGGING AT Thu Nov 10 05:56:30 2011 Nov 10 07:47:22 build #83 of kirkwood is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/83 Nov 10 09:16:31 build #85 of ar71xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/85 Nov 10 09:32:20 build #80 of au1000 is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/80 Nov 10 10:34:03 for the following: http://patchwork.openwrt.org/patch/1452/ I've got someone else to test it, and it works, but the patch doesn't (currently) turn on actual sysfs support for gpio. Nov 10 10:34:30 should it? or should the patch be limited to adding gpiolib? Nov 10 10:58:41 build #72 of adm5120 is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/72 Nov 10 11:08:49 tripolar * r28932 /packages/net/nfs-kernel-server/files/nfsd.init: [packages/nfsd]: use nfsd instead of none Nov 10 12:17:25 jow * r28933 /trunk/ (6 files in 6 dirs): base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli Nov 10 12:21:31 jow * r28934 /branches/backfire/ (2 files in 2 dirs): [backfire] base-files, target: merge r28750 and r28933 Nov 10 12:48:35 kaloz * r28935 /trunk/package/base-files/files/etc/passwd: [base-files]: the empty root password should be empty ;) Nov 10 12:50:26 :P Nov 10 12:55:45 kaloz * r28936 /trunk/package/ (3 files in 3 dirs): enable and use shadow passwords by default Nov 10 13:39:51 kaloz * r28937 /trunk/package/base-files/files/etc/inittab: [base-files]: nuke another 2.4 skeleton Nov 10 13:40:15 heh Nov 10 13:41:54 so, will inittab be completely gone now? Nov 10 13:42:04 no Nov 10 13:42:08 or will it come in from other places? Nov 10 13:42:12 neither Nov 10 13:42:50 there is just no /dev/tts on kernel 2.6 Nov 10 13:43:11 ahh, the tts/0, gotit :) Nov 10 13:43:34 I thought this was nuking the file, should have looked at the actual diff Nov 10 15:07:53 jow * r28938 /packages/net/kamailio/Makefile: [packages] kamailio: define CROSS_COMPILE=1 to prevent sourcing host pg_config Nov 10 15:32:22 florian * r28939 /trunk/package/acx-mac80211/Makefile: Nov 10 15:32:22 [package] acx-mac80211: update to 20111030 Nov 10 15:32:22 Fixes build failures with Linux 3.1+ Nov 10 15:32:41 [florian]: thx! Nov 10 15:32:50 <[florian]> you are welcome Nov 10 15:33:39 [florian]: are you aware of anyone working on 3.1 for ar7? Nov 10 15:36:39 <[florian]> loswillios: no, but I will upgrade it if no one does it Nov 10 15:38:19 can anyone remember how Isolved my missing linux/gpio_dev.h problem last time? Nov 10 15:38:38 I have forgotten :( Nov 10 15:39:14 <[florian]> karlp: you slept, you woke up, and then you knew how to resolve it Nov 10 15:39:22 <[florian]> so I suggest you go sleeping now Nov 10 15:39:22 heh Nov 10 15:39:27 :D Nov 10 15:39:39 wouldn't mind a snooze actually, but it's still a little early Nov 10 15:40:09 I can't remember whether I gave up and just copied it in, or whether I worked out what to do properly. Nov 10 15:41:27 you found out that your code could never have worked since you lacked various CFLAGS (-I) Nov 10 15:41:32 and an include of kernel.mk Nov 10 15:41:43 ahh, that's right Nov 10 15:42:50 yeah, I added include $(INCLUDE_DIR)/kernel.mk and TARGET_CFLAGS+=-I$(LINUX_DIR)/include Nov 10 15:53:00 <[florian]> loswillios: there are some changes in 3.1 that need fixing in the switch drivers, otherwise most ar7 patches apply just ine Nov 10 15:53:03 <[florian]> +f Nov 10 16:06:44 are you talking about 973-cpmac_handle_mvswitch.patch? Nov 10 16:21:34 hi Nov 10 16:21:36 ping {Nico} Nov 10 16:22:13 {Nico}: i found an "error" in /etc/init.d/usb the line should be mount -t usbfs usbfs ... not -usbfs none Nov 10 16:23:14 it wors with none but usbfs is in every distro around Nov 10 16:23:25 wors/works Nov 10 16:33:33 hi, I think I'v found bug in recent trunk - I need to have USB support compiled into kernel (not as module), this impiles that NLS support is enabled too (kernel's dependencies). I also have some kmod-usb*drivers packages enabled in menuconfig. this in turn enables NLS support as module in owrt - causing make world to fail with http://pastebin.com/AdS2WbmZ Nov 10 16:35:24 Im prety sure that this setup was working for me before I updated trunk, but now it complains about missing .ko files ... (which are enabled as * in kernel's config) Nov 10 16:39:32 voyo when you select it in menuconfig it is still build as module but the mudule is included into the kernel Nov 10 16:39:43 into the image i ment Nov 10 16:42:13 tripolar: no quite, only modules selected as kmod-* packages are included into firmware. but thats not the case. Im talking about drivers built-in into kernel, not as modules. Nov 10 16:42:33 so you modified the kernel config Nov 10 16:42:43 in target/linux/*/config-*? Nov 10 16:43:17 I have those options overided in kernel_menuconfig or in my target's kernel config. Like I said I have to have something directly in kernel Nov 10 16:43:40 yes, correct Nov 10 16:43:49 if you include that stuff directly into the kernel you must modify the makefile to not include that ko into the image Nov 10 16:43:52 have my own targets Nov 10 16:44:47 modify the kmod-usb*drivers and its dependencies - but whats the point in adding this directly into the image? Nov 10 16:44:59 ok , I think I know what to do, but as I said Im preety sure it was working for me before ;) Nov 10 16:45:01 in the kernel i ment Nov 10 16:45:26 you are doing unsupported modifications - so you should know what you are doing ;) Nov 10 16:45:28 ie. to have rootfs on USB , you need to have usb drivers drectly in kernel Nov 10 16:45:44 you can load the modules in preinit Nov 10 16:45:49 or use the extroot package Nov 10 16:46:22 load the modules in preinit - also an unsupported mod ;) Nov 10 16:46:32 yup, mostly I know what Im doing ;) sometimes I lack general owrt knowedledge. but I usualy gain quick help here on #channel :) Nov 10 16:47:03 yeah the openwrt devs and userbase are very friendly Nov 10 16:47:42 and nearly allways have a helping hand Nov 10 16:48:38 I just tought it might be considered as owrt bug, but maybe indeed my modifications are much too custom/unsopported ;) Nov 10 16:48:50 i think so Nov 10 16:49:28 mods are nice but i dont think all will make it into trunk as most of them are too specific ;) Nov 10 16:49:34 I can only complain that this was working for me so far, until I updated trunk yesterday ;) Nov 10 16:49:55 then checkout the old version or find the commit that broke it Nov 10 16:50:13 yup, ok, fairynuf :) Nov 10 16:56:25 btw, what kernel options will be included - from target's config (general , then subtarget ?) , or kernel_menuconfig should override all those above ? Nov 10 17:00:08 no Nov 10 17:00:27 kernel_menuconfig modifies target/linux/$target/config-* Nov 10 17:04:55 oh. hm.. what with config in subtarget then ? subtarget's config override ? Nov 10 17:05:30 ie. target/linux/ar71xx/voyo/config-default Nov 10 17:06:35 they override the per target conf Nov 10 17:09:10 so target/linux/ar71xx/voyo/config-default > (target/linux/ar71xx/config-2.6.32 || kernel_menuconfig) > target/linux/generic/config-2.6.32 ? Nov 10 17:10:23 yes Nov 10 17:10:40 you can take the svn diff or whatever scm you use and fold that into your subtarget conf Nov 10 17:11:21 kk, ty Nov 10 17:11:23 you shoud understand kernel_menuconf as aid to work out configs, not as documented feature like the normal menuconfig Nov 10 17:11:45 ah, I see. I tought its for "users" too. Nov 10 17:11:53 especially since there are numerous overrides applied Nov 10 17:12:00 especially through kernel packages etc. Nov 10 17:12:32 yup, like this one above, if you read hour ago Nov 10 17:12:57 afair the current trunk has an option to turn missing *.ko into warnings Nov 10 17:13:08 oh ? Nov 10 17:13:10 where ? Nov 10 17:13:11 we need that too actually because some targets like kirkwood have usb support builtin Nov 10 17:13:15 thats suits me best Nov 10 17:13:24 so we want the kmod-usb-* to be empty, yet there to accomodate for depeendencies Nov 10 17:14:01 but I haven o yet looked myself in the mechanism Nov 10 17:14:11 but it should be very recent (< 6 days) Nov 10 17:14:39 I have uptodate trunk, where I should look for this option ? menuconfig ? or somewhere manually ? Nov 10 17:15:35 menuconfig Nov 10 17:19:01 hm no, actually its not configurable Nov 10 17:19:27 the current implementation just warns if a *.ko is needed and missing but builtin Nov 10 17:19:42 and fails if it is needed, missing and not builtin Nov 10 17:19:59 jow_laptop: it should also build an empty .ipk Nov 10 17:21:25 voyo: ^ Nov 10 17:47:43 right . ok. tnx. Nov 10 18:07:35 build #71 of mpc52xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/71 Nov 10 20:57:22 build #102 of atheros is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/102 Nov 10 21:46:11 build #99 of orion is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/99 Nov 10 23:08:30 jow * r28940 /trunk/package/mac80211/patches/820-b43-add-antenna-control.patch: [package] mac80211: add antenna control api for b43 Nov 10 23:23:39 guys, I have issue with external root. (on recent trunk). it mounts both /dev/mtdblock3 and my /dev/sda7 device in /overlay http://pastebin.com/i5MfgMTR . any advice ? **** ENDING LOGGING AT Fri Nov 11 02:59:57 2011