**** BEGIN LOGGING AT Mon Jan 17 02:59:57 2011 Jan 17 03:03:17 mazilo: I think it is a parallel build issue Jan 17 03:03:41 mazilo: try PKG_BUILD_PARALLEL:=0 in the Makefile Jan 17 03:04:30 mazilo: definitely parallel issue, see http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=255378 Jan 17 03:05:42 xMff: You are right. I use 'make -j 4 package/xmlrpc-c/compile' to build and it crashed as shown. After you mentioned it, I tried to rebuild without the '-j' switch without a problem. So, can you please commit a new Makefile with 'PKG_BUILD_PARALLEL:=0'? Jan 17 03:07:34 jow * r25030 /packages/libs/xmlrpc-c/Makefile: [packages] xmlrpc-c: package is not safe for parallel build Jan 17 03:11:58 xMff: Thanks. Jan 17 03:15:26 damn it all to hell. Jan 17 03:15:52 e2fsprogs won't build with PKG_BUILD_PARALLEL=0 ... so it's not within e2fsprogs... it's an external dependency. Jan 17 03:16:13 well there is tools/e2fsprogs and package/e2fsprogs Jan 17 03:16:21 are you sure you look at the right one? Jan 17 03:19:37 no change... it's the host version that's building, but I think it fails to find gcc because it hasn't yet been built. Jan 17 03:32:03 philipp64: are you trying to build the toolchain with QUILT=1 or something. I found QUILT=1 during toolchain build killed the buld Jan 17 03:37:32 I'm doing "make -j6 V=99" and that's it. Jan 17 03:40:22 last week I built that way with no problem Jan 17 03:40:27 including e2fsprogs Jan 17 03:41:06 it's been broken for me for over a week. Jan 17 03:42:57 If I'm building 2.6.37, do I still need compat-wireless? Jan 17 03:43:56 oh wait, maybe your problem is tools/e2fsprogs for a ext4 image - I didn't do that Jan 17 03:44:38 and that should be built with the host's gcc not the OpenWRT gcc (tools is built before toolchain) Jan 17 03:46:19 so.... why does configure try to find gcc? Jan 17 03:47:15 you mean why does it fail to find your host gcc? Jan 17 03:48:30 no, why is it looking for the target CC? Jan 17 03:48:59 is this for creating an ext4 image, or for having e2fsprogs in the image? Jan 17 03:49:04 it has, for instance, TARGET_CFLAGS += $(FPIC) Jan 17 03:49:22 for tools/e2fsprogs? Jan 17 03:49:56 not package/e2fsprogs? Jan 17 03:50:57 what is the actual error anyway? Jan 17 03:51:43 configure fails? then upload build_dir/host/e2fsprogs-*/config.log Jan 17 04:19:40 pasting the entire build logs first... ftp://ftp.redfish-solutions.com/pub/openwrt.log Jan 17 04:24:00 that's not a gcc problem I don't think Jan 17 04:24:16 actually, it seems to be qemu that's puking Jan 17 04:25:50 here's the interesting part http://fpaste.org/ZDGa/ Jan 17 04:26:15 not sure why qemu is needed... Jan 17 04:26:31 yeah, it's the uuid feature for qemu that's the issue from the looks of it Jan 17 04:27:23 so --disable-uuid or what? Jan 17 04:27:38 don't know....not sure what the deal is with qemu Jan 17 04:28:07 maybe for generating the emulator images? Jan 17 04:42:05 so libuuid is built as part of e2fsprogs... but e2fsprogs gets build *after* qemu. Jan 17 04:42:13 so qemu needs to depend on e2fsprogrs. Jan 17 04:43:17 where are the dependencies expressed for packages? Jan 17 04:49:54 cshore: I think I got it. Jan 17 04:49:58 it's a one liner. Jan 17 04:56:07 cshore: just emailed out the fix. Jan 17 04:59:55 any committers around? Jan 17 05:20:48 let me look Jan 17 05:24:42 philipp64: shouldn't that just be $(curdir)/qemu/compile := $(curdir)/e2fsprogs/install Jan 17 05:24:42 that will call $(curdir)/automake/install via the previous dependency Jan 17 05:27:13 it doesn't hurt to have it be both direct and indirect... and if the dependency on libuuid ever goes away... it will still be needed. Jan 17 05:29:14 I think it really should be only the one....otherwise you could argue the same way about most of the dependencies, and it break the exiting pattern. Jan 17 05:30:31 well, all I know is it works as I sent it. Jan 17 05:33:04 what about the other patch? the CONFIG_ symbols? Jan 17 05:34:19 I got them stacking up 3 deep... Jan 17 05:34:46 The CONFIG looks okay Jan 17 05:36:15 patches you mean? Jan 17 05:36:24 yeah... Jan 17 05:36:53 I'm working with one of the netdev folks, and need to have the patches get in so he can reliably build. Jan 17 05:37:14 without me sending him 5 patches just to build an image... sigh. Jan 17 05:42:03 hmmm.....you patch seems to have files that don't exist yet, but doesn't create them (.eg. target/linux/x86/config-default Jan 17 05:42:25 oh wait, I see Jan 17 05:42:31 wrong level start on the patch Jan 17 05:44:10 failed with rejects Jan 17 05:44:54 lets try that again Jan 17 05:45:41 do you have any patches that need to be applied before the CONFIG one? Jan 17 05:47:50 ok, how do I get the patch without the mail headers? Jan 17 05:48:21 cut-n-paste tends to screw up whitespace, so it's not a good option Jan 17 05:48:30 sorry, I have two sets of patches from the file target/linux/x86/config-default Jan 17 05:48:43 let me try again... Jan 17 05:49:08 ah, ok, maybe it was genuine rejects then Jan 17 05:49:18 not just email to patch problems Jan 17 05:51:21 try: ftp://ftp.redfish-solutions.com/pub/missing-symbols.patch Jan 17 05:52:28 ok, that worked Jan 17 05:54:10 cshore * r25031 /trunk/target/linux/ (generic/config-2.6.37 x86/config-default): Jan 17 05:54:10 [x86]: Missing symbols for CONFIG_xxx .. Jan 17 05:54:10 Thanks Philip Prindeville Jan 17 05:55:10 thanks! Jan 17 05:55:16 now I'm down to 2. :-) Jan 17 05:55:25 plus the leds_geos thing. Jan 17 05:56:57 philipp64: someone already fixed the qemu thing Jan 17 05:57:10 well, if you want to tweak the qemu patch to have a single dependency, that's fine too. Jan 17 05:57:20 as long as they both work. Jan 17 05:58:32 philipp64: it's already fixed in trunk Jan 17 06:00:11 how do you figure? Jan 17 06:00:13 by kaloz in 20478 Jan 17 06:00:24 sorry 24078 Jan 17 06:00:53 $(curdir)/qemu/compile := $(curdir)/e2fsprogs/install is in current trunk Jan 17 06:01:54 in fact I don't see where the other one is coming from....hmmm.... Jan 17 06:02:03 its broken Jan 17 06:02:06 morning Jan 17 06:02:13 o/ Jan 17 06:02:37 cshore: someone added an automake dep a few lines below and broke it Jan 17 06:02:52 ah, ok, wrong line? Jan 17 06:02:56 24865 Jan 17 06:03:26 Hauke broke it I think with a regression. Jan 17 06:03:31 ah, I see.... Jan 17 06:03:46 jow * r25032 /trunk/tools/Makefile: [tools] remove bogus qemu dependency Jan 17 06:04:16 cshore: the second instance is overwriting the first Jan 17 06:04:24 right, I didn't see it Jan 17 06:04:35 so after evaluation, qemu only depended on automake, not e2fsprogs Jan 17 06:04:36 until you pointed out there was nother one Jan 17 06:26:17 will he? won't he? Jan 17 06:28:16 philipp64? jow fixed it Jan 17 06:48:58 no, I meant for the cs5535 stuff... Jan 17 06:49:16 the module loads up, but... no devices are being created... Jan 17 06:49:27 trying to figure out why. Jan 17 07:07:17 jow_laptop: still around? Jan 17 07:07:28 enabled debugging for hotplug.... seeing: Jan 17 06:55:03 OpenWrt daemon.info hotplug: name=cs5535_gpio, path=/module/cs5535_gpio Jan 17 07:08:34 would that have matched the first entry in /etc/hotplug2-common.rules? Jan 17 07:12:13 looking Jan 17 07:12:45 no Jan 17 07:13:11 uhm sorry, yes Jan 17 07:13:20 assuming that name = DEVICENAME Jan 17 07:18:57 ok, so we do a makedev /dev/cs5535_gpio 0666 Jan 17 07:19:52 but nothing gets created. Jan 17 07:22:02 wait Jan 17 07:22:14 no, the pattern does not match Jan 17 07:22:24 the expressions are anchored Jan 17 07:22:38 you need to add |cs5535_gpio Jan 17 07:23:44 any reason the driver calls it this way? Jan 17 07:23:49 special api? Jan 17 07:25:11 jow * r25033 /packages/net/xtables-addons/patches/003-redundant-bracket.patch: [packages] xtables-addons: remove m4 syntax error (#8593) Jan 17 07:28:03 I pasted the logger line from the comment section into the first section... rebooting. Jan 17 07:29:47 no, they're matching. Jan 17 07:30:22 what is the likelihood of capturing a kernel panic with a network console? Jan 17 07:31:32 xMff: but... pppd didn't come back up Jan 17 07:31:56 I lost context Jan 17 07:39:07 jump on 97.120.16.248 .... do "head -n20 /etc/hotplug2-common.rules" Jan 17 07:39:34 then "logread | grep hotplug" and "ls -l /dev/*gpio*" Jan 17 07:45:26 see what I'm talking about? Jan 17 07:55:09 xMff: we're missing soloscli... Jan 17 08:00:30 but that's a different issue. anyway: Jan 17 07:44:30 OpenWrt daemon.info hotplug: name=cs5535_gpio, path=/module/cs5535_gpio, major=%MAJOR%, minor=%MINOR%, subsystem=module Jan 17 08:00:43 which tells me that MAJOR and MINOR aren't being set. Jan 17 08:05:32 ok, well, bedtime for me. I'll look at it more tomorrow. Jan 17 08:05:46 ls /etc/init.d/ Jan 17 08:05:50 doh. Jan 17 09:03:05 gmorning Jan 17 09:41:17 bbl Jan 17 17:18:58 build #59 of ps3 is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/ps3/builds/59 Jan 17 18:58:19 build #61 of pxcab is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/pxcab/builds/61 Jan 17 19:27:35 xMff: I have just posted this (https://forum.openwrt.org/viewtopic.php?pid=125742#p125742) and am hoping you and/or others can help me out to resolve patching issue. Jan 17 19:39:18 very quiet today. Jan 17 19:39:49 didn't know that Martin Luther King day was a holiday in Europe as well. :-) Jan 17 19:54:35 rly? it explains almost everything today... Jan 17 19:59:01 philipp64|laptop: it wasn't last time i looked.. Jan 17 19:59:14 i think everyones just busy :P Jan 17 20:50:19 EqUaTe: hell i need to clone myself 3 more times Jan 17 20:50:51 * xMff too Jan 17 20:51:18 OutBackDingo: don't we all? Jan 17 20:51:28 seriously, if anyone here comes up with cloning tech, please share. Jan 17 20:51:51 EqUaTe: see dolly :) Jan 17 20:51:53 baaaaaaaaaa Jan 17 20:52:00 _USABLE_ cloning tech :P Jan 17 20:52:28 good luck cloning a bloke with what they used :P Jan 17 20:53:23 no need to clone, just speed up ur local time against the common outter Jan 17 20:54:27 no thanks, i don't want to die prematurely. Jan 17 20:57:07 yeah, this side issue isn't fixed yet Jan 17 21:28:25 re Jan 17 22:19:45 hrm.. should sysupgrade work when changing archs? ie brcm47xx to brcm-2.4 Jan 17 22:20:31 (or vice versa) Jan 17 22:27:24 I wouldn't count on it Jan 17 22:27:45 I never tried, though Jan 17 22:28:43 hairy muff Jan 17 22:35:15 not sure what that has to do with anything. Jan 17 22:36:58 philipp64|laptop: rhyme it. Jan 17 22:37:56 scary stuff? Jan 17 22:38:19 fair enough Jan 17 22:39:18 and this is why I wasn't born Cockney. Jan 17 22:40:44 lol Jan 17 22:40:47 nor was i Jan 17 22:41:02 the more family-friendly version is fairy fluff Jan 17 23:28:12 does any one know what function the broadcom "ctf" module performs Jan 18 01:50:29 clear Jan 18 01:50:37 oops :) Jan 18 02:41:19 build #62 of gemini is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/62 **** ENDING LOGGING AT Tue Jan 18 02:59:57 2011