**** BEGIN LOGGING AT Sat Jun 29 02:59:59 2013 Jun 29 05:17:40 build #306 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/306 Jun 29 05:21:02 build #229 of gemini is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/229 Jun 29 05:57:49 build #317 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/317 Jun 29 06:57:43 build #270 of avr32 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/270 Jun 29 08:25:34 blogic: where are the modules loaded at preinit for the usb disk i can't find the relevant code part? Jun 29 08:26:17 tripolar_: 1 sec, let me get your personal support developer Jun 29 08:26:35 tripolar_: i am your persoanl support engineer, how may i hold your hand today ;) Jun 29 08:26:56 tripolar_: modules are loaded by kmloader now days Jun 29 08:27:14 tripolar_: main.c: system("/sbin/kmodloader /etc/modules-boot.d/"); Jun 29 08:27:18 inside procd Jun 29 08:27:28 ignore the ugly system() invocation Jun 29 08:31:05 <_trine> blogic, will you go and make the tea now please Jun 29 08:31:31 <_trine> :) Jun 29 08:32:23 tripolar_: sorry your personal support engineer is currently hold another users hand Jun 29 08:32:32 he will make tea when he has free tiem again Jun 29 08:32:55 <_trine> lol Jun 29 08:38:16 blogic: thanks Jun 29 08:38:52 blogic procd i was searching in ubox Jun 29 08:42:41 blogic r37080 trunk/target/linux/ramips/image/Makefile * ramips: unbreak initramfs generation Jun 29 08:57:04 blogic: but is there actually a sleep that waits for the hd to show up? i couldn't find it in procd too Jun 29 09:09:48 build #236 of mcs814x is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/236 Jun 29 09:14:24 tripolar_: there is not yet Jun 29 09:14:55 okay i will for now add one to package/base-files/files/lib/preinit/80_mount_root before the mount_root this should work Jun 29 09:17:03 blogic: thanks for your help and time Jun 29 11:15:54 build #277 of ar7 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/277 Jun 29 12:39:52 nbd r37081 trunk/package/kernel/mac80211/patches/557-ath9k_fix_tx_queue_accounting.patch * ath9k: fix tx queue pending frame counter when dropping packets Jun 29 13:19:36 build #296 of ramips is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/296 Jun 29 13:23:36 build #275 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/275 Jun 29 13:27:16 build #275 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/275 Jun 29 13:30:03 jow r37082 trunk/package/network/config/firewall/Makefile * firewall: update to git head Jun 29 13:33:14 jow r37083 branches/attitude_adjustment/package/firewall/Makefile * AA: firewall: merge r37082 (#13787) Jun 29 13:40:03 changeset 37080, the patch I was waiting for! Jun 29 15:54:52 I have one simple question: I have patched m25p80.c to add my flashchip, do I have to set compatible and modalias to match this flashchip at spi section of dts file or not? Jun 29 15:57:23 I have conflicting information, one guy said to remove compatible and put "linux,modalias = "m25p80";", but I think all dts files have compatible and modalias set to some chip, even if it's not the chip that is in the router itself.. Jun 29 15:59:37 Devastator: m25p80 makes it find the driver Jun 29 16:00:06 if you dont put the real chip id in the dts file it will cpomplain on boot saying it found XYZ but none was in the dts file Jun 29 16:00:14 so it is safe to put both in the dts file Jun 29 16:00:49 can I set compatible = "f25l32pa"; then linux,modalias = "m25p80", "f25l32pa"; Jun 29 16:00:53 ? Jun 29 16:01:44 compatible = "f25l32pa", "m25p80"; and linux,modalias = "m25p80"; Jun 29 16:01:44 well, I will see if it works Jun 29 16:01:52 oh, ok Jun 29 16:02:28 by the way, great work with the switch patch Jun 29 16:02:36 no more kernel ooops Jun 29 16:02:51 you mean the ethernet on ramips ? Jun 29 16:02:54 yes Jun 29 16:02:56 good Jun 29 16:03:07 did you test on rt305x ? Jun 29 16:03:14 or which SoC do you use ? Jun 29 16:03:23 and of course, the unbreak ramips patch, this was driving me nuts! Jun 29 16:03:26 rt5450 Jun 29 16:03:28 opss Jun 29 16:03:32 rt5350 Jun 29 16:03:53 ok Jun 29 16:03:58 good that is now works Jun 29 16:04:05 i had not tested 5350 yet Jun 29 16:05:19 yes, I could ping no problem Jun 29 16:06:08 my macs are dummy, first port is a pita Jun 29 16:06:26 I mean, this is the first device I'm trying to port Jun 29 16:07:48 if you don't mind, do you always make clean before making a build? Jun 29 16:07:59 no Jun 29 16:08:12 make is enough Jun 29 16:08:39 if you only change kernel code you can do "make target/install" this will only rebuild kernel and then generate images Jun 29 16:08:54 in this case, the dts file Jun 29 16:09:13 make target/install is enough for a dts file change Jun 29 16:09:33 much faster :) Jun 29 16:09:39 great! I will keep that in mind next time :P Jun 29 16:10:35 I'm now working on a logic for build seama header for 4mb flash as well.. Jun 29 16:10:44 ok Jun 29 16:10:51 dir645 uses that header format Jun 29 16:11:46 indeed, the only difference is the flashchip size, and from what I've read, seama calculates the header according to chip size?! Jun 29 16:12:36 blogic: i wrote a fix for the mount delay Jun 29 16:12:37 http://paste.debian.net/13316/ Jun 29 16:12:51 i added a new option - mount_delay Jun 29 16:14:25 hmmm Jun 29 16:14:25 ok Jun 29 16:14:40 lets call it root_delay Jun 29 16:14:46 but ok, i will merge that patch Jun 29 16:14:51 cool Jun 29 16:17:09 to do a bit of bikeshedding Jun 29 16:17:19 I think it should be called delay_root or delay_mount Jun 29 16:17:35 since all other option names are in the same endianess Jun 29 16:17:48 true Jun 29 16:18:21 true Jun 29 16:18:54 should i change it and send it to the ml? Jun 29 16:19:02 if you want Jun 29 16:19:07 yeah i can Jun 29 16:19:17 elso rename the corresponding enum Jun 29 16:19:24 *also Jun 29 16:19:34 yeah i would have done this ;) Jun 29 16:20:42 which name is now preferred? Jun 29 16:20:48 delay_root or delay_mount Jun 29 16:22:18 debian/ubuntu initramfs uses rootdelay for that Jun 29 16:28:18 yay, flashchip detected, partitions created, only offsets to correct Jun 29 16:34:54 blogic r37084 trunk/target/ linux/lantiq/config-3.7 linux/lantiq/patches-3.7 * lantiq: remove 3.7 kernel patches Jun 29 16:35:04 blogic r37085 trunk/target/linux/lantiq/patches-3.8/0025-NET-MIPS-lantiq-adds-xrx200-net.patch * lantiq: make xrx200 network driver use a tasklet for rx housekeeping Jun 29 16:35:13 blogic r37086 trunk/target/linux/lantiq/config-default * lantiq: fix kernel config for DEU support Jun 29 16:35:22 blogic r37087 trunk/target/ linux/lantiq/patches-3.8/0037-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch linux/lantiq/dts/DGN3500.dtsi * lantiq: Add support for loading athxk eeproms through mtd Jun 29 16:39:16 can someone review my partition definitions? here is what I have: http://codepad.org/E4AW6DPX and here is in stock firmware: http://codepad.org/pDQu530Z Jun 29 16:42:16 blogic: sent Jun 29 16:46:59 build #307 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/307 Jun 29 16:48:29 tripolar: thx Jun 29 16:49:38 I guess his router doesn't run openwrt :P Jun 29 16:50:07 build #261 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/261 Jun 29 16:51:33 ;) Jun 29 16:52:38 does your tip of "make target/install" works if I change 02_network file? Jun 29 16:52:44 blogic r37088 trunk/package/system/ubox/Makefile * ubox: add support for delay_root option Jun 29 16:53:24 no Jun 29 16:53:48 "make target/install" ignores all changes to packages and root file system Jun 29 16:55:56 unlucky me :| Jun 29 16:56:41 40 minutes to see if I get the macs right this time.. Jun 29 16:57:31 40 minutes ? Jun 29 16:57:39 just call "make" Jun 29 16:59:18 exactly.. Jun 29 16:59:46 I'm using this: ionice -c 3 nice -n 20 make -j 2 V=s CONFIG_DEBUG_SECTION_MISMATCH=y 2>&1 | tee build.log | egrep -i '(warn|error)' Jun 29 17:00:25 how long does it take if you just call "make" ? Jun 29 17:00:31 "time make" Jun 29 17:01:01 will do, macs will probably be wrong again heheh Jun 29 17:01:55 I bet this has something to do with my partitions setup, but.. try & error rules Jun 29 17:02:12 ;) Jun 29 17:02:26 I appreciate your help and huge patience Jun 29 17:02:36 haha Jun 29 17:03:04 done, I was wrong after all.. Jun 29 17:03:38 here I go again, brb Jun 29 17:05:11 tripolar 18:52 < OpenWrt-Commits> blogic r37088 trunk/package/system/ubox/Makefile * ubox: add support for delay_root option Jun 29 17:09:48 news flash: macs were wrong Jun 29 17:15:46 where can I find mtd_get_mac_binary function? Jun 29 17:17:47 it would be so much easier if stock firmware had hexdump, but no, let's cap it all Jun 29 17:20:57 in /lib/functions/ some where Jun 29 17:21:14 package/base-files/files/* inside your build tree Jun 29 17:23:23 hey blogic , i saw your comment on the ticket with the failsafe auto booting problem on the latest trunk versions, i did a make oldconfig and make and still my router gets in failsafe with only eth0 with 192.168.1.1 Jun 29 17:24:11 do you think the gpio button kernel module can be fixed with openwrt? without it boots okay but that means we cannot use stuff like restorefactory or wifitoggle Jun 29 17:24:30 yes Jun 29 17:24:38 dape: we are working on it Jun 29 17:24:43 it's on the TODO list? great , thanks! Jun 29 17:25:09 if you can ping me pls i will test it asap :-) Jun 29 18:05:17 odd, hexdump shows proper mac on the offset my board is, why it's not setting remains a mystery Jun 29 18:18:32 blogic r37089 trunk/target/ (26 files in 2 dirs) * lantiq: add v3.9 support Jun 29 19:03:25 nbd r37090 trunk/package/kernel/gpio-button-hotplug/src/gpio-button-hotplug.c Jun 29 19:03:25 gpio-button-hotplug: improve gpio button debouncing, verify state changes over multiple polls. fixes spurious failsafe triggers (#13784) Jun 29 19:17:21 dape: ^ that should fix 740 Jun 29 19:17:43 thanks guys! im on it Jun 29 19:38:47 blogic r37091 trunk/scripts/metadata.pl * metadata.pl: fixpath exclusion of kernel packages Jun 29 20:02:07 build #264 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/264 Jun 29 21:00:46 mirko r37092 trunk/package/system/ubox/Makefile * [package/ubox] depend on libubox Jun 29 23:17:00 tripolar: how goes the package maintainership waiting game? Jun 30 00:20:28 swalker: not that good ;) Jun 30 00:20:35 Kaloz: ping Jun 30 00:22:28 Kaloz: id like to get write access to pulseaudio, etchmail procmail and dovecot... what do i have to do to get write access? Jun 30 00:22:35 rather dismal state of affairs with lots of lip service Jun 30 00:22:55 i allready maintain some progs Jun 30 00:23:23 swalker: .D Jun 30 01:18:13 build #278 of ar7 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/278 Jun 30 02:24:33 blogic ping me when available **** ENDING LOGGING AT Sun Jun 30 02:59:58 2013