**** BEGIN LOGGING AT Sat Apr 25 02:59:59 2020 Apr 25 05:06:19 build #360 of pistachio/generic is complete: Failure [failed kmodconfig] Build details are at http://buildbot.openwrt.org/master/images/builders/pistachio%2Fgeneric/builds/360 blamelist: Adrian Schmutzler , David Bauer Apr 25 05:07:37 build #342 of at91/sama5 is complete: Failure [failed defconfig dltar] Build details are at http://buildbot.openwrt.org/master/images/builders/at91%2Fsama5/builds/342 blamelist: Adrian Schmutzler , David Bauer Apr 25 08:12:05 ldir: nope, just the congrats from Guido himself, congrats and thanks! Apr 25 11:00:46 fyi all mediatek targets in red due `drivers/net/ethernet/mediatek/mtk_eth_soc.c:70:5: error: conflicting types for 'mtk_m32'` Apr 25 11:02:46 blogic: perhaps related to hnat patches? Apr 25 11:10:54 ynezz: look at your latest kernel bump Apr 25 11:11:32 kernel renamed mtk_r32 to mtk_m32, but we add a function with that name as well. Apr 25 11:12:03 https://github.com/openwrt/openwrt/commit/faf668be354af76b8b9f93921b426dc5e9782a98#diff-ed97ee0cd02850196e3012336c9317c7L150 Apr 25 11:17:18 https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/ethernet/mediatek/mtk_eth_soc.c?id=1ff0732cf8055131050fa0c26c49429d6e725505 Apr 25 11:18:39 blogic: ^^ that's the change you have to adapt on Apr 25 11:19:01 mangix: FYI another elfutils breakage https://bugs.openwrt.org/index.php?do=details&task_id=3032 Apr 25 11:20:05 adrianschmutzler: naming is hard :) Apr 25 11:25:44 was no rename from kernel btw, just added that function with a different content. anyway, the effect is the same indeed. Apr 25 11:27:11 but obviously, creating a function name that short won't make life easier... Apr 25 12:17:42 I sent a new patch to fix mt7530 roaming Apr 25 17:13:45 with latest luci i'm getting: * satisfy_dependencies_for: Cannot satisfy the following dependencies for luci-base: Apr 25 17:18:48 * cgi-io Apr 25 17:20:51 mirko: cgi-io is a somewhat new dependency, at least it wasn't required in 18.06 Apr 25 17:21:00 mirko: you need to install it from the package feed Apr 25 17:21:14 hm, i figured i'm onmaster there as well Apr 25 17:21:58 thanks, let me double-check Apr 25 17:30:08 my packages feed was screwed indeed Apr 25 17:54:48 there's a missing dependency for mtk_eth_soc for quite some time (years) now i alweays run into but still fail to figure to to best fix it Apr 25 17:54:57 mtk_eth_soc requires generic netfilter support Apr 25 17:55:26 however i don't see any package packing sole netfilter support - i only see it as kernel dependency Apr 25 17:55:46 for reference: https://bugs.openwrt.org/index.php?do=details&task_id=2203 Apr 25 17:56:12 KCONFIG:= \ Apr 25 17:56:15 CONFIG_NETFILTER=y \ Apr 25 17:56:17 might do it Apr 25 18:06:36 nbd: pling Apr 25 23:00:07 ynezz: looking at the surrounding code, it seems to assume ppc64. what a mess... Apr 25 23:03:27 no file changes between 0.177 and 0.179 Apr 25 23:05:32 build #367 of arc770/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/arc770%2Fgeneric/builds/367 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 25 23:10:53 ynezz: the problem is this patch: https://github.com/openwrt/openwrt/blob/master/package/libs/elfutils/patches/005-build_only_libs.patch Apr 25 23:11:15 compare to: https://github.com/openwrt/openwrt/blob/openwrt-19.07/package/libs/elfutils/patches/005-build_only_libs.patch Apr 25 23:11:33 unfortunately in my testing, leaving out the others results in failed compilation Apr 25 23:11:56 the failure is due to libunwind only supporting PPC with glibc and not musl. Apr 25 23:36:47 build #350 of ath79/nand is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/ath79%2Fnand/builds/350 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 25 23:42:42 build #354 of tegra/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/tegra%2Fgeneric/builds/354 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 00:00:55 build #348 of apm821xx/sata is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fsata/builds/348 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 00:10:06 i ran into the issue of fat label filesystems being fixed-length and padded by blanks Apr 26 00:10:40 while this might be correct to just pass through, it makes mounting by filesystem inconsistent as for ext3 i'd have to match for "FOOBAR" while for FAT i'd have to match for "FOOBAR " Apr 26 00:11:45 proposal to align behaviour (i think all OSes terminate the fat fslabel at first occurence of 0x20): https://pb.nanl.de/show.php?id=44995&hash=15878593 Apr 26 00:13:52 mirko: not macOS nor its predecessors Apr 26 00:14:16 ohhh, fat Apr 26 00:14:22 for fat, yes Apr 26 00:20:49 build #334 of mpc85xx/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/mpc85xx%2Fgeneric/builds/334 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 00:29:57 a bit of discussion i found in this ticket: https://bugs.openwrt.org/index.php?do=details&task_id=1283 Apr 26 00:31:55 i genuinely wonder who brought this up - padding with blanks, instead of terminating it with a null byte Apr 26 00:32:18 i mean, not who (that's pretty clear), but rather "why" Apr 26 00:34:55 build #335 of layerscape/armv8_64b is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/layerscape%2Farmv8_64b/builds/335 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 00:42:04 build #330 of apm821xx/nand is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/apm821xx%2Fnand/builds/330 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 00:56:44 build #349 of ramips/rt3883 is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/ramips%2Frt3883/builds/349 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 01:05:48 build #344 of lantiq/xway_legacy is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/lantiq%2Fxway_legacy/builds/344 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 01:12:16 build #341 of armvirt/32 is complete: Failure [failed tools] Build details are at http://buildbot.openwrt.org/master/images/builders/armvirt%2F32/builds/341 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 02:03:56 build #341 of cns3xxx/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/cns3xxx%2Fgeneric/builds/341 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang Apr 26 02:27:00 build #339 of x86/generic is complete: Failure [failed pkgbuild] Build details are at http://buildbot.openwrt.org/master/images/builders/x86%2Fgeneric/builds/339 blamelist: Ren? van Dorst , Petr ?tetiar , Daniel Golle , DENG Qingfang **** ENDING LOGGING AT Sun Apr 26 02:59:57 2020