**** BEGIN LOGGING AT Sun Mar 03 02:59:56 2019 Mar 03 05:29:05 the x86_32 target seems horribly broken - eventually i got the toolchain to build, however built gcc can't even compile musl Mar 03 05:30:19 there are several 32bit subtargets of x86 Mar 03 05:30:32 Generic/Generic Mar 03 05:39:04 my alix2 build worked very recently Mar 03 05:45:33 first it fails because of stash smashing protection, then sth. else and then musl cpp-code complains about the compiler not supporting mandatory features Mar 03 05:48:39 and: make[5]: Entering directory '/home/mirko/src/openwrt.git/build_dir/target-i386_pentium4_musl/linux-x86_generic/linux-4.14.103' Mar 03 05:48:42 i486-openwrt-linux-musl-gcc: error: unrecognized command line option '-mtune=i486'; did you mean '-mtune='? Mar 03 06:22:07 mirko: march and mtune are the same, no? Mar 03 06:25:57 march and mtune are not synonymous Mar 03 06:26:42 GCC manual says Moreover, specifying -march=cpu-type implies -mtune=cpu-type. Mar 03 06:27:10 that it does Mar 03 06:27:20 but not vice versa Mar 03 06:27:26 right Mar 03 06:30:14 hrm target.mk doesn't have any mtune settings Mar 03 06:31:24 it's in menuconfig Mar 03 09:25:10 xback: there may be an issue with the 4.19.26 bump, I'm getting this http://paste.debian.net/1071191/ for ipq806x (using https://git.openwrt.org/?p=openwrt/staging/chunkeey.git;a=commitdiff;h=fb43d80a720550ab4a22a42c820be1b66c09dba1), but xt_flowoffload_route() doesn't really look target specific Mar 03 10:08:08 Borromini: ping Mar 03 10:08:28 Borromini: i've pushed another ed/cca fix to mt76.git, could you please test if that resolves your issues? Mar 03 10:11:45 nbd: hey Mar 03 10:11:53 will do, and will keep you posted! Mar 03 11:25:55 mirko: FYI, doesn't look broken http://phase1.builds.openwrt.org/builders/x86%2Fgeneric/builds/1244 Mar 03 12:13:14 nbd: i just built with the latest mt76 git. connection still lags frequently, ping jumps from a few ms to a few s occasionally, or downright timeouts Mar 03 12:14:56 an ssh session to other devices in my lan becomes unworkable Mar 03 12:18:28 no problem here Mar 03 12:18:30 the wireless itself hasn't died yet but i won't be waiting for that since the frequent timeouts make my laptop unusable, so i'm rolling back to 18.06 head + your disable edcca patch for now Mar 03 12:18:34 Powered by LuCI Master (git-19.059.75296-bdfb370) / OpenWrt SNAPSHOT r9492-0e8ddc953f Mar 03 12:18:40 newifi D2 Mar 03 12:18:47 an mt76 device too Mar 03 12:22:20 crim-: thanks, but that does not solve my issue unfortunately. Mar 03 12:22:27 brb, rolling back. Mar 03 13:01:03 Borromini: please show me the contents of /sys/kernel/debug/ieee80211/phy*/mt76/agc Mar 03 13:01:17 (no need to flash back to the broken version) Mar 03 13:03:01 nbd: https://paste.debian.net/1071203/ Mar 03 13:03:27 this is 18.06 head with your earlier disable edcca patch Mar 03 13:05:51 Borromini: when the issue occured in the other build, did you have any clients with weaker signals connected? Mar 03 13:06:00 or only signal as strong as it currently is? Mar 03 13:07:08 nbd: my smartphone was connected as well Mar 03 13:07:16 no other clients though Mar 03 13:08:01 smartphone was on the table next to my laptop so i suppose it received a similar signal Mar 03 13:11:59 nbd: i gotta go, might be back online this evening if you need me to test stuff. thanks for your help. Mar 03 13:46:17 * ldir holds off putting his latest cake module into the family router for testing whilst mrs ldir does the online weekly shop - breaking t'internet at this moment really wouldn't be popular Mar 03 17:27:31 updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html Mar 03 20:39:04 Guys whats correct? PKG_LICENSE_FILES or PKG_LICENSE_FILE? https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md - there is PKG_LICENSE_FILES, but in documentation https://openwrt.org/docs/guide-developer/packages is PKG_LICENSE_FILE Mar 03 21:19:15 Pepe: https://github.com/openwrt/openwrt/blob/master/include/package-defaults.mk#L61 - the plural Mar 03 21:22:23 don't use libglog or amd64-microcode as examples ;) Mar 03 21:32:22 KanjiMonster: is LICENSE_FILES used in any way by the build system? **** ENDING LOGGING AT Mon Mar 04 02:59:57 2019