**** BEGIN LOGGING AT Sun Feb 23 02:59:57 2020 Feb 23 11:27:47 is there a way to depend on CONFIG_GCC_VERSION >= 8 ? Feb 23 11:32:07 or is it CONFIG_GCC_USE_VERSION_8 || CONFIG_GCC_USE_VERSION_9 then ? Feb 23 11:32:30 (LLVM libcxx doesn't build with GCC < 8 Feb 23 11:36:42 wait, apparently also not with 8 Feb 23 11:36:58 C++11 or greater is required but the compiler does not support c++2a Feb 23 11:37:17 mangix: care to look into ^ Feb 23 11:38:02 stintel: !old_version1&&!old_version2 is better than new_version1||new_version2; the former can only get fewer, not more Feb 23 11:38:56 KanjiMonster: makes sense Feb 23 11:39:36 I just switched back to libstdcpp for now Feb 23 11:40:12 maybe I'll look into it after I finish my current mini project (reading an SDM630 v2 modbus with rpi) Feb 23 12:36:15 Any admins here that can merge wiki/inbox articles to the official documentation part? Feb 23 12:40:34 AMA: you can contact tmomas through the wiki or forum, he's an admin. doesn't hang on IRC afaik. Feb 23 12:41:18 Borromini thanks for the hint. Feb 23 12:42:01 yw Feb 23 13:18:29 builds of 19.07 branch currently fail for me when trying to include hostapd+hostapd-utils , maybe also wpa-cli. build host is current arch linux, maybe the tools are too new? maybe this is the relevant part of the buildlog, i can only continue debugging tomorrow night maybe. https://paste.tecff.de/?3c490ea6627c3d8d#PzjBmbOkuWwqHXTXiwpDJc0pJ0cak40XFZnsMiJaD10= Feb 23 14:50:25 hmmm, why would `config_foreach mbusd_instance mbusd` in start_service() result in this, when there is no `config mbusd 'data'` instance: Sun Feb 23 14:17:18 2020 daemon.info procd: Not starting instance mbusd::data, command not set Feb 23 15:08:29 where's the rest of it? Feb 23 16:19:58 karlp: https://github.com/stintel/lede-wip/tree/master/mbusd/files Feb 23 21:17:41 #yawn Feb 23 21:17:48 -> bed Feb 23 21:22:32 updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html Feb 23 21:28:44 heh, cute, I have a "same" project internally (mbusd that is) Feb 23 21:29:01 cant' see anything wrong with it, and I've not seen that message from procd before at least, sorry, *shrugs* Feb 23 21:34:56 seems massively more ocmplicated than my implmentation, I wonder what extra things it's really handling. Feb 23 21:35:20 oh, Isee, it implements modbus entirely itself. I use libmodbus. Feb 23 21:56:49 stintel: I made it depend on std=c++2a. Lowering to 17 will fix. Feb 23 22:27:55 * aparcar[m] sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/qIQZGBCWhHlJQwqYBpuTWXSW > Feb 23 22:34:45 aparcar[m]: looks like something is wrong with your local build Feb 23 22:35:00 iw was updated to a new version some days ago but this should not cuase such error messages Feb 23 22:35:11 Hauke: I'm using the upstream imagebuiler Feb 23 22:50:47 Hauke: does it work for you? **** ENDING LOGGING AT Mon Feb 24 02:59:57 2020