**** BEGIN LOGGING AT Sat Dec 28 02:59:58 2013 Dec 28 06:03:54 build #433 of ar7 is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/433 Dec 28 06:53:48 build #408 of xburst is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/408 Dec 28 06:55:19 cool stats of the 30c3 streamdump servers :) http://wtf1.muling.lu/stats Dec 28 10:51:44 build #358 of ep93xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/358 Dec 28 11:09:56 nbd r39173 trunk/package/network/services/hostapd/files/netifd.sh * hostapd: fix the uci option name for ap isolate Dec 28 11:10:04 nbd r39174 trunk/package/network/services/hostapd/files/netifd.sh * hostapd: fix mixed wep/wpa with netifd Dec 28 11:16:22 build #397 of kirkwood is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/397 Dec 28 11:34:28 nbd r39175 packages/net/pptpd/files/pptpd.init * pptpd: create /var/etc if it does not exist (#14687) Dec 28 12:14:03 luka: ping Dec 28 12:51:06 build #387 of au1000 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/387 Dec 28 13:37:13 So, has anyone gotten some times to fix the busybox which was commited on r39106? Dec 28 13:38:12 fix? Dec 28 13:41:27 Yes. Dec 28 13:41:55 As of now, the busybox sub menu only shows one entry as shown here (http://pastebin.com/dQLp99TF). Dec 28 13:42:28 that is intentional Dec 28 13:43:04 If that is intentional, how do we configure to enable/disable options in busybox? Dec 28 13:44:18 according to the comments there was compile fails however i did not see tickets that that had unclean busybox as a problem Dec 28 13:44:51 revert the patches in a fork ? Dec 28 13:45:07 there were a few; especially changing busybox defaults caused tickets Dec 28 13:45:17 e.g. the readlink missing tickets Dec 28 13:45:22 one of the follow up commits explains how to set "default" busybox options Dec 28 13:45:46 it's only 3-4 commits or so, should be easy to find Dec 28 13:46:12 it's the commit right after that, r39107 Dec 28 13:49:25 So, how can we enable to show all settings on busybox submenu as it was before the r39106 commit? Dec 28 13:51:21 Mazilo: I think you are missing the point of r39106 & r39107 Dec 28 13:51:52 the options on the menu were causing headaches and unnecessary questions Dec 28 13:52:14 the way forward is the way described in r39107 Dec 28 13:52:35 or you can always stick to r39105 Dec 28 13:53:15 vampo: You may be right. But, where do I get the information as you mentioned above in r39107? Dec 28 13:55:06 KanjiMonster: ping ;-) Dec 28 13:55:15 slachta: pong Dec 28 13:55:31 build #332 of mpc52xx is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/332 Dec 28 13:56:36 KanjiMonster: who maintains uClibc? I just sent several patches that fixes issues that were opened quite a long time (it is a backport from uClibc master). Should I ping someone about those changes? Dec 28 13:56:57 uclibc in openwrt* Dec 28 13:57:16 vampo: can you point me to the link as described in r39107? Dec 28 13:58:05 slachta: there is no dedicated maintainer for uclibc; just some devs are more active than others there (a git log will tell you which devs are the most active there ;) Dec 28 13:59:01 I should have sent it as a patchset, I hope that the last mail describes those issues well. Dec 28 13:59:11 Mazilo: I haven't used it myself, I'm checking it as well Dec 28 13:59:20 this is the link to the change https://dev.openwrt.org/changeset/39107 Dec 28 13:59:56 vampo: That's the one I was looking at, too. Dec 28 14:01:30 vampo: looks like it doesn't work. Dec 28 14:02:09 Mazilo: basically if there is a ./env/busybox-config it will be appended to the busybox config used for building (and overrides the defaults from package/utils/busybox/config/default) Dec 28 14:02:42 IC. Dec 28 14:03:17 KanjiMonster: But, why makes it more complicated and why not fix the problem as we already know? Dec 28 14:05:59 Mazilo: because people were shooting themselves in the foot with the old way, then blamed us for it Dec 28 14:06:48 KanjiMonster: LOL ... Dec 28 14:07:32 Anyway, I patched the package/utils/busybox/Makefile file with the changeset in 39107 and created a link in ./env/busybox-config from package/utils/busybox/config/default and it still doesn't work. :( Dec 28 14:11:03 I even did a 'cp -a package/utils/busybox/config/default env/busybox-config' and 'make menuconfig' still won't show the busybox entries as before. Dec 28 14:11:33 I must be doing something wrong here. Dec 28 14:11:49 your expectations are wrong Dec 28 14:12:18 this does not "reenable" the exposed options in menuconfig Dec 28 14:12:20 KanjiMonster; I hope you are right. Dec 28 14:12:45 KanjiMonster: So, what does it do? Dec 28 14:12:50 Mazilo: Have you prayed to Busybox god and accepted its default config as your liberation from custom busybox configurations? :-D :-D Dec 28 14:13:37 slachta: Well, I can do that, but I prefer the old way through 'make menuconfig'. Dec 28 14:13:51 you either need to copy the config from from package/utils/busybox/config/default and hand-edit it, or do a make package/busybox/prepare, do a make menuconfig in the busybox build dir, then copy the .config to ./env/busybox-config Dec 28 14:14:42 anyway, I'm out - still stuff to do Dec 28 14:15:03 KanjiMonster: Thanks. Dec 28 14:22:22 nbd r39176 trunk/package/network/config/netifd/Makefile * netifd: update to the latest version, fixes wifi related segfaults Dec 28 15:08:23 nbd r39177 trunk/toolchain/uClibc/patches-0.9.33.2/135-inet_fix_threaded_use_of_res_functions.patch * uClibc: Fix threaded use of res_ functions. Dec 28 15:08:30 nbd r39178 trunk/toolchain/uClibc/patches-0.9.33.2/136-inet_make_res_init_thread_safe.patch * uClibc: make res_init() thread safe Dec 28 15:08:40 nbd r39179 trunk/toolchain/uClibc/patches-0.9.33.2/137-inet_fix_threaded_res_init.patch * uClibc: Fix lookup with DNS search in multi-threaded application. Dec 28 15:45:04 build #316 of octeon is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/316 Dec 28 15:47:36 build #441 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/441 Dec 28 15:49:41 build #441 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/441 Dec 28 15:58:03 Hi Dec 28 15:58:23 I try to build the app out of openwrt/. my build shell file is like: http://dpaste.com/1526817/. Dec 28 15:58:48 but it give me cannot find libudev.h file. I am sure the app build just find under openwrt. Dec 28 15:58:52 what I am missing? Dec 28 16:10:04 you probably did not have udev selected ? by default udev isnt built and therefore there is no libudev.h - only after i select udev i see that file in ./staging_dir/target-i386_i486_uClibc-0.9.33.2/usr/include/libudev.h (x86 target) Dec 28 16:11:14 * russell-- is bittorrenting nbd's 30c3 talk Dec 28 16:12:14 just ignore my message. there are some typos in my script file. Dec 28 16:12:37 plntyk: thanks for reply. I found out there are some typos. it shoule be _34kc_ not _32kc_. Dec 28 16:38:19 jow_laptop, nbd: Any chance of getting this version bump applied, thanks? http://patchwork.openwrt.org/patch/4206/ Dec 28 16:39:31 nbd: Thank you, Felix, for a quick merge of my uClibc patches. :-) Dec 28 18:49:53 build #463 of ppc40x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/463 Dec 28 19:18:16 russell__: got a magnet link or an info hash? Dec 28 19:18:43 :) Dec 28 19:31:07 found a copy Dec 28 20:00:37 jow_laptop: is the wiki as complete as can be while adding a new target ? Dec 28 20:15:28 no video in the thing i found Dec 28 20:16:19 russell__: http://30c3.ex23.de/saalg/30C3_-_5497_-_en_-_saal_g_-_201312271400_-_10_years_of_fun_with_embedded_devices_-_nbd-2013-12-27T13:53:08.941713.mp4 Dec 28 20:17:29 russell--: ^ Dec 28 20:22:05 jow_laptop: this is what i grabbed http://wtf.muling.lu/30c3/Saal_G/Day_1/5497-30C3_-_5497_-_en_-_saal_g_-_201312271400_-_10_years_of_fun_with_embedded_devices_-_nbd.webm.torrent Dec 28 20:38:24 jow_laptop, are you in hamburg there? Dec 28 20:44:31 build #478 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/478 Dec 28 20:50:40 jow_laptop: nice! video! Dec 28 20:53:06 * russell-- lucks out in that my sleep disorder manifests in just the right way to land approximately on german time during c3 ;-) Dec 28 21:06:47 :-) Dec 28 21:42:20 build #453 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/453 Dec 28 21:44:59 build #411 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/411 Dec 28 22:02:35 build #464 of ppc40x is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/464 Dec 28 22:29:43 build #494 of at91 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/494 Dec 28 22:52:42 build #41 of mxs is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/41 Dec 28 22:54:22 build #468 of lantiq is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/468 Dec 28 23:41:10 build #476 of atheros is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/476 Dec 28 23:43:54 build #359 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/359 Dec 28 23:50:01 build #421 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/421 Dec 29 00:31:49 build #42 of mvebu is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/42 Dec 29 01:07:14 build #484 of brcm47xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/484 Dec 29 02:29:08 nbd r39180 trunk/package/network/config/netifd/Makefile * netifd: update to the latest version, fixes wireless related segfaults on arm **** ENDING LOGGING AT Sun Dec 29 02:59:58 2013