**** BEGIN LOGGING AT Sat Dec 19 03:00:07 2020 Dec 19 06:33:10 m4t: https://downloads.openwrt.org/snapshots/faillogs/arc_arc700/packages/elektra/compile.txt Dec 19 07:30:24 I see updates on packages on my router. However, in the build directory I see that feeds are capped to a specific commit. why is this? Should I change the feeds to just openwrt-19.07 Dec 19 09:03:28 mangix: not sure how that would be related Dec 19 09:03:52 unless it's picking up something from the host? Dec 19 09:10:01 the cmake in elektra has scripts/cmake/Modules/FindLibGpgme.cmake which looks for gpgme-config Dec 19 09:10:10 i guess it is finding that now, but wasn't before Dec 19 09:10:39 -- Include Plugin gpgme Dec 19 09:13:02 if it doesn't have a dependency listed on gpgme though, it should probably be explicitly disabled during the build. or a "plugin" option should be added to toggle gpgme support Dec 19 09:14:15 https://github.com/openwrt/packages/blob/master/libs/elektra/Makefile#L300 maybe add -gpgme or something Dec 19 09:18:38 i could add a PR to disable gpgme like that i guess. i wonder if the presence of gpgme-config will cause other packages to suddenly detect it. Dec 19 10:04:16 build #446 of bcm27xx/bcm2708 is complete: Failure [failed targetupload] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm27xx%2Fbcm2708/builds/446 blamelist: Felix Fietkau , Rosen Penev Dec 19 10:08:07 m4t: PR welcome Dec 19 10:11:51 build #479 of bcm63xx/smp is complete: Failure [failed updatefeeds] Build details are at http://buildbot.openwrt.org/master/images/builders/bcm63xx%2Fsmp/builds/479 blamelist: Felix Fietkau , Rosen Penev Dec 19 12:09:32 >KGB-1< https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 97.4% packages reproducible in our current test framework.) Dec 19 18:11:14 are the plugin files under /usr/lib/lua/luci/statistics/plugins/ created automatically? Dec 19 19:13:41 jow: changing the order of Bind and ISC-DHCP(d) is causing all sorts of startup issues…. I’m having to login and restart both services… Dec 19 19:17:02 and the first instance of Bind isn’t listening on the LAN interfaces (just the WAN) even though all interfaces have static addresses and should come up right away… plus I think both listen for NetLink events anyway, so it’s really curious. Dec 19 20:16:58 I've updated to macos Big Sur - so I'm expecting trouble and I've found it. Dec 19 20:20:20 openwrt build root looks for python & python3, installs sym links for both pointing to '/usr/bin/python3' - then fun factor is 'python3' appears to be a wrapper executable itself and if invoked with 'python' it runs python2.7 - this (obviously) breaks the build system. Dec 19 20:20:49 heh Dec 19 20:21:55 I've temporarily installed my own wrapper script in staging_dir/host/bin/python that simply execs python3 "$@" instead of following the symlink to /usr/bin/python3 - so far that's working but.... there has to be a better way :-) Dec 19 20:42:30 to be less invasive to the build system I've put my wrapper script 'python' in /usr/local/bin - all it does exec /usr/bin/env python3 "$@" Dec 19 21:10:30 ah, not quite - I need to create my wrapper as 'python3' in /usr/local/bin, then the build system will find that first in my path and link staging_dir/host/bin/python to /usr/local/bin/python3 - and the script just execs python3 - let's give that a try Dec 19 22:20:11 >KGB-0< https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 97.1% packages reproducible in our current test framework.) Dec 19 22:41:00 mangix: https://github.com/openwrt/packages/pull/14275 **** ENDING LOGGING AT Sun Dec 20 02:59:56 2020