**** BEGIN LOGGING AT Mon Mar 07 02:59:58 2016 Mar 07 05:48:34 oh wow, musl finally got mips64 support Mar 07 08:42:17 Noltari: do you want the rpi3 patches applied or are you still waiting for feedback? Mar 07 09:20:43 swalker: thanks, as usual... silly developers continually updating their packages.... Mar 07 09:20:51 I had one of them on my list, guess I've got more now :) Mar 07 11:03:33 build #233 of bcm53xx is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/233 Mar 07 11:08:12 oops, did i break bcm53xx? :| Mar 07 11:14:11 jow_laptop: for some weird reason bcm53xx didn't copmile, could it be due some of your optimizations? Mar 07 11:14:17 jow_laptop: http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/233/steps/compile_8/logs/stdio Mar 07 11:14:31 jow_laptop: drivers/firmware/broadcom/bcm47xx_sprom.c:723: undefined reference to `ssb_arch_register_fallback_sprom' Mar 07 11:14:53 it's unexpected since my call to ssb_arch_register_fallback_sprom is protected with #if defined(CONFIG_SSB_SPROM) Mar 07 11:22:34 it just compiled fine locally Mar 07 11:22:51 the build environment is really fragile for make -j. I tend to use -j20, and it's often that the build will fail, and then I do -j 1 and then things work Mar 07 11:23:44 SwedeMike: where did you find info about -j ? Mar 07 11:23:46 also, for downloading ftp links, what is used? wget? I need to make it use passive ftp by default because I'm accessing repositories using NAT64, because the server is IPv6 only and a lot of resources aren't dual stacked. Mar 07 11:23:48 SwedeMike: all I can see is argv: ['make', 'IGNORE_ERRORS=m', 'V=99', 'BUILD_LOG=1', 'target/install'] Mar 07 11:24:07 rmilecki: I use "make -j20" Mar 07 11:24:09 SwedeMike: use local repo/mirror to save time Mar 07 11:24:37 SwedeMike: i'm talking about buildbot. where did you see -j usage in that step of buildbot? Mar 07 11:24:38 plntyk: well, there are things being downloaded from all over the place that isn't even part of the openwrt mirrors. Mar 07 11:24:51 rmilecki: I don't know what buildbot is. Mar 07 11:25:04 SwedeMike: i posted a link to buildbot and the error... Mar 07 11:25:34 rmilecki: have you tested your build with CONFIG_ALL=y ? Mar 07 11:25:37 rmilecki: I wasn't commenting on anything you wrote. Mar 07 11:26:00 most broken things in packages and kernel modules are because of that and some *accidental* selection of symbols then Mar 07 11:26:03 rmilecki: sorry for the confusion, I now realise what I said could be interpreted as an answer to you. Mar 07 11:26:36 plntyk: it's a step of kernel compilation Mar 07 11:26:38 SwedeMike: mirror the files on your local http or even normal filesystem instead of using any internet connection - speeds up build noticably Mar 07 11:26:41 not any kernel module Mar 07 11:27:05 i believe it simply compiles the kernel: Mar 07 11:27:06 make IGNORE_ERRORS=m V=99 BUILD_LOG=1 target/install Mar 07 11:27:07 plntyk: this is of course just a problem first time after doing clone, after that all files needed are in dl Mar 07 11:28:03 I ran into this: https://dev.openwrt.org/ticket/19824 where I couldn't download using ftp and this file isn't mirrored in any openwrt mirror Mar 07 11:28:35 rmilecki: kmod-ssb selects SSB_PCIHOST, which selects SSB_SPROM Mar 07 11:29:08 but it's still a factor that I keep running into the fact that I do make -j20 and build fails, then I do -j1 V=s and compile completes without error Mar 07 11:29:31 but this is of course not optimal Mar 07 11:30:04 SwedeMike: if you encounter such build errors, you should start using BUILD_LOG=1 when building with -j20 Mar 07 11:31:05 nbd: as in environment variable? "BUILD_LOG=1 make -j20" Mar 07 11:31:55 bastian posted that he successfully used some web serverfarms w. -j 28 or so successfully - so there might be some system issues too Mar 07 11:32:27 SwedeMike: as in make -j20 BUILD_LOG=1 Mar 07 11:32:27 I have a VM with 16 cores I'm using to build on. Mar 07 11:32:35 SwedeMike: then you can grep for 'Error' in logs/ Mar 07 11:33:00 nbd: thanks, have another error now that I have been getting multiple times, will take a look! Mar 07 11:34:09 some bugs with packages might depend how fast/parallel you build - then other libs might get detected by configure etc. Mar 07 11:34:32 same thing again, http://mirror2.openwrt.org/sources/MesaLib-10.3.0.tar.bz2 doesn't exist on openwrt mirrors Mar 07 11:34:54 x feeds are considered broken i think Mar 07 11:37:55 SwedeMike: http://source.buildroot.net looks like a good mirror to use Mar 07 11:41:47 I workarounded by putting in ftp server in /etc/hosts with NAT64 translated IPv4->IPv6 address Mar 07 11:46:08 build #225 of realview is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/225 Mar 07 11:46:10 build #181 of ramips.mt7620 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7620/builds/181 Mar 07 11:46:13 build #232 of ipq806x is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ipq806x/builds/232 Mar 07 11:55:40 rmilecki: I didn't optimize qanything Mar 07 11:57:29 ok, my fault Mar 07 11:58:40 ahh, it's ssb being module and SPROM driver being buiiltin Mar 07 11:58:42 damn Mar 07 11:58:55 CONFIG_SSB_SPROM=y doesn't mean ssb is builtin Mar 07 11:58:59 i'll have to fix that :/ Mar 07 12:28:17 build #220 of malta is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/220 Mar 07 14:48:59 build #234 of ramips is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/234 Mar 07 14:49:06 build #221 of malta is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/221 Mar 07 14:49:18 build #214 of rb532 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/214 Mar 07 15:41:28 somebody should reassign diskspace or fix running out of space errors by disabling multiple compiles or so http://buildbot.openwrt.org:8010/buildslaves/wyrding Mar 07 18:14:21 build #231 of brcm63xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/231 Mar 07 18:14:28 build #161 of gemini is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/161 Mar 07 18:14:36 build #231 of ramips.rt3883 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/231 Mar 07 18:14:36 build #234 of ramips.mt7621 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/234 Mar 07 18:17:11 build #168 of ep93xx is complete: Failure [failed shell_13] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/168 Mar 07 20:10:11 build #189 of xburst is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/189 Mar 07 21:35:25 hello Mar 07 21:35:38 Does someone know the SoC RTL9607 ? Mar 07 21:36:18 I can't find any info about it from google: no datasheet, but not even annoucement or anyting Mar 07 21:38:31 I only see the many chinese reseller website which never give any userfull info Mar 08 00:18:57 build #225 of imx6 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/225 Mar 08 00:33:37 build #222 of x86.64 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86.64/builds/222 Mar 08 01:23:35 build #190 of brcm63xx.smp is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/190 Mar 08 01:43:25 build #234 of bcm53xx is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/234 Mar 08 01:43:27 build #180 of ixp4xx is complete: Failure [failed shell_18 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/180 Mar 08 01:57:24 build #180 of lantiq.xrx200 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq.xrx200/builds/180 Mar 08 02:00:27 build #184 of ar71xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/184 Mar 08 02:00:44 build #185 of mxs is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/185 Mar 08 02:01:14 build #184 of kirkwood is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/184 **** ENDING LOGGING AT Tue Mar 08 02:59:59 2016