**** BEGIN LOGGING AT Sun Sep 22 03:00:26 2019 **** BEGIN LOGGING AT Sun Sep 22 05:19:40 2019 Sep 22 05:50:20 mangix: pong Sep 22 06:51:27 dhewg: you were messing with uClibc++? Sep 22 07:00:39 not really, trying to build something with it, turns out it doesn't support uclibc++ Sep 22 08:30:54 mangix: there's one bug i stumbled upon though. this sums it up: dhewg: TARGET_CXX_NOCACHE not being overwritten by uclibc++.mk when ccache isn't enabled can be considered a buildsystem bug though Sep 22 08:49:02 that build failure points to CXX not being overriden properly Sep 22 08:50:46 CXXFLAGS="$(TARGET_CXXFLAGS) $(EXTRA_CXXFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS) seems totally wrong Sep 22 08:50:56 extra_ and target_ are the same Sep 22 09:10:39 the build failure was due to uclibc++/TARGET_CXX_NOCACHE without ccache Sep 22 09:10:46 it works with TARGET_CXX Sep 22 09:11:15 uclibc++.mk should always set both vars, which it currently doesn't Sep 22 09:13:46 the "(TARGET_CXXFLAGS) $(EXTRA_CXXFLAGS)" combination is used in cmake and scons too Sep 22 09:15:34 meson doesn't have CPPFLAGS, so i combined that too (and there're many packages doing the same) Sep 22 09:15:40 what's wrong with it? Sep 22 09:31:32 TARGET_*FLAGS should be enough Sep 22 09:32:03 that Build/Configure step is also suspect Sep 22 09:32:17 can't you call default and the python config after? Sep 22 09:33:48 the Host and Build stages also don't match Sep 22 09:34:04 Host/Compile and Build/Configure are the same Sep 22 09:34:41 The Install stage is also not standard Sep 22 09:35:00 but it is for Package/ Sep 22 09:35:30 Build/Configure/Default only does autoconf stuff Sep 22 09:38:29 meh I'll look at it carefully when I get time Sep 22 09:38:52 I also noticed you're installing to STAGING_DIR_HOST. I was told this was a nono Sep 22 09:39:10 STAGING_DIR_HOST is for stuff under the tools/ directory. Sep 22 09:39:34 anyway, I'm out Sep 22 09:39:54 review sounds good, maybe use github for it, as im not sure what exact parts you're refering here with mismatching stages Sep 22 09:42:48 and i guess i need to use HOST_BUILD_PREFIX then, which would be 'hostpkg'? Sep 22 10:37:22 * russell-- manages to take careful aim and shoot foot ... my PATCHv2 changed the subject line (because the patch did something different to solve the same problem), patchwork shows the first version superseded, but doesn't show the new version (except as a comment to the superseded patch): http://patchwork.ozlabs.org/patch/1163168/#2263367 Sep 22 11:40:38 russell--: did you send the v2 as a reply to the first one? No idea if that caused the issue, but in general don't do that Sep 22 12:04:36 yeah, that's what i did. **** BEGIN LOGGING AT Sun Sep 22 13:01:19 2019 Sep 22 13:36:07 russell--: not sure about openwrt, but (from what I read) some kernel developers mute/hide (patch) threads once "dealt" with, so any further replies won't become visible to them Sep 22 15:53:46 Hi is it safe to leave avahi- running on my router? I installed it to mess around with a smarte speacker I have. Sep 22 15:54:04 Is it as dodgy as upnp. Sep 22 18:54:36 updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html Sep 23 01:57:58 build #364 of x86/geode is complete: Failure [failed kmods] Build details are at http://release-builds.lede-project.org/17.01/images/builders/x86%2Fgeode/builds/364 blamelist: Eneas U de Queiroz , Hauke Mehrtens **** ENDING LOGGING AT Mon Sep 23 02:59:57 2019