**** BEGIN LOGGING AT Wed Nov 28 02:59:59 2012 Nov 28 08:58:25 how well do we support multiple build targets from the same source tree? Nov 28 08:58:41 I can't build in parallel, but if I just switch configs back and forth is that going to work relatively well? Nov 28 08:58:50 or can we do a proper out-of-source-tree build? Nov 28 09:06:21 dwmw2_gone: it works reasonably well, except if you are building different subtargets (e.g. x86) with different compiler options, i got bit by the difference between alix2 and soekris net45xx recently Nov 28 09:07:40 thanks. Just swapping configs around, you mean? Nov 28 09:07:48 yes Nov 28 09:08:33 i do brcm47xx, atheros, ar7, x86 all in the same tree Nov 28 09:09:37 dwmw2_gone: and if you don't mix platforms in a single arch Nov 28 09:10:34 dwmw2_gone: and softfloat vs hardfloat :) Nov 28 09:28:43 that's oK. I'm doing x86 geos and ar71 wndr3800 Nov 28 10:41:37 after adding patches, what is supposed to make sure the kernel source tree is rebuilt? Nov 28 10:42:40 make target/linux/{clean,compile} Nov 28 10:51:15 ta Nov 28 10:53:53 Suppose if I want fixes in AA I'd best backport them to 3.3.8... Nov 28 10:54:16 <[florian]> yes Nov 28 10:54:28 <[florian]> you are thinking about your atm/br2684 patches? Nov 28 10:54:34 yeah Nov 28 10:54:40 just building now Nov 28 10:54:56 I can no longer panic my 3.6.7 kernel just by killing br2684ctl while it's busy transmitting :) Nov 28 10:55:09 <[florian]> cool Nov 28 10:55:17 and its Ethernet doesn't crap itself either, when I flood it Nov 28 10:55:27 well, it does. But at least it recovers after the tx timeout :) Nov 28 10:55:38 <[florian]> yeah I also saw these patches, thanks for doing this Nov 28 10:55:47 I ought to update wholesale to AA. I need to make netifd work first though. Nov 28 10:55:58 is there an easy way to switch between netifd and the old setup? Nov 28 10:56:06 or do I need to find a second CF card for this? Nov 28 10:56:19 <[florian]> it's not exactly simple no Nov 28 10:56:42 There's "simple" and there's "easier than physically swapping out the storage on the box that currently connects me to the outside world" Nov 28 10:57:13 <[florian]> swapping rootfs is the easiest way right now Nov 28 10:59:22 hm, don't think I can even fit two rootfses on a single card Nov 28 10:59:35 perhaps that's the way forward though — put them both on one and hot-swap between them Nov 28 11:02:58 hm, or can it cope with rootfs on usb storage? Nov 28 11:13:16 <[florian]> it certainly can do this, just check your kernel options Nov 28 11:29:41 hm, I do have about 8M free on this CF card Nov 28 11:29:56 a clean image might just fit. Definitely if I can enable compression. Perhaps btrfs will work... Nov 28 11:33:32 very odd Nov 28 11:33:36 /dev/loop0 48377 8482 37438 19% /mnt/spare Nov 28 11:33:39 [root@westmere spare]# rmdir lost+found/ Nov 28 11:33:43 /dev/loop0 48377 6014 39906 14% /mnt/spare Nov 28 11:33:59 the lost+found directory in a freshly-created image was huge Nov 28 11:34:05 and empty, at the same time :) Nov 28 12:07:26 hm, that almost worked Nov 28 12:07:37 netifd brought up the pppoa, and teql still works through scripts Nov 28 12:07:40 or something like that Nov 28 12:07:54 except I was returned to the 20th century Nov 28 12:07:58 only Legacy IP and no IPv6 Nov 28 13:53:47 jow r34399 packages/utils/dosfstools/Makefile * dosfstool: change download mirror (#12285) Nov 28 17:58:42 aha, genext2fs makes a lost+found directory with a size of 5% of the image. Nov 28 17:58:51 * dwmw2_gone adds -m0 to the genext2fs invocation Nov 28 18:51:21 [florian]: any suggested work arounds for https://dev.openwrt.org/ticket/12539#ticket ? Nov 28 18:51:33 the undefined reference to `lzma_properties_decode@XZ_5.0' error? Nov 28 18:51:56 i've been waiting around for a month hoping my build would magically heal itself Nov 28 18:52:08 (it usually does: the people in this channel rock!) Nov 28 19:02:13 rektide: can you run "ldd /usr/lib/libxml2.so" and paste the output? Nov 28 19:04:22 rektide: also try this patch... http://pastebin.com/JwVP7gMj Nov 28 20:18:52 jow_laptop: liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007eff5e007000 is the lzma entry from that ldd. gist is: https://gist.github.com/4164002 Nov 28 20:29:51 will reply with the status of that patch. make is happening. Nov 28 20:57:25 i believe this is working. there's a lot of stuff compiling. :) Nov 28 20:58:43 \o/ Nov 28 21:03:45 jow r34400 trunk/package/libs/gettext-full/Makefile Nov 28 21:03:45 gettext-full: use shipped libxml for the host build, fixes lzma references from creeping in on certain distributions Nov 29 00:29:44 [ 5%] Building C object CMakeFiles/netifd.dir/main.c.o Nov 29 00:29:44 In file included from /home/weedy/projects/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/netifd-2012-10-29/main.c:23:0: Nov 29 00:29:47 /home/weedy/projects/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/netifd-2012-10-29/netifd.h:24:29: fatal error: libubox/ustream.h: No such file or directory Nov 29 00:29:50 compilation terminated. Nov 29 00:29:52 make[6]: *** [CMakeFiles/netifd.dir/main.c.o] Error 1 Nov 29 00:29:54 ok, i've been stuck for 3 days now Nov 29 00:29:58 what gives? Nov 29 01:05:12 luka r34401 trunk/package/boot/uboot-kirkwood/Makefile * [boot] uboot-kirkwood: build in $(BUILD_DIR) **** ENDING LOGGING AT Thu Nov 29 02:59:59 2012