**** BEGIN LOGGING AT Tue Jan 30 03:00:02 2018 Jan 30 03:25:20 ant_home: you dont need defined(__GLIBC__) || defined(__UCLIBC__) just defined(__GLIBC__) is enough, uclibc impersonates glibc Jan 30 13:52:47 hello Jan 30 13:53:43 I would like to ask why NM is 1.4 when 1.10 is the latest stable... someone online ? Jan 30 13:54:44 maybe you have also problem with dnsmasq vs networkmanager & interface in shared mode Jan 30 13:55:18 [1517310006.7657] dnsmasq-manager: dnsmasq exited with error: Network access problem (address in use, permissions) (2) Jan 30 13:55:32 NetworkManager:ERROR:../../NetworkManager-1.4.4/src/devices/nm-device.c:8959:: assertion failed: () Jan 30 13:55:42 NetworkManager.service: Main process exited, code=dumped, status=6/ABRT Jan 30 13:56:07 this issue seems old... but the NM is also old in OE Jan 30 13:57:55 liekly no one has updated it Jan 30 13:58:28 patches welcome :) Jan 30 13:58:53 hello Crofton, how this works, does someone focus in OE community on NM ? Jan 30 13:59:22 or this task just wait for the first one in the line Jan 30 13:59:55 I do see some patches arounf NM... maybe this will require some cooperation Jan 30 14:00:20 Basically for meta-oe, it is mantained by people who use the recipes Jan 30 14:00:51 yes, here we are one :) then... my manager will be happy Jan 30 14:03:05 ... what idiot got the idea about the IoT gateway Jan 30 14:03:11 thank you Jan 30 14:03:30 Try updating the recipe and ask questions Jan 30 14:03:40 not the esiest recipe to understand :) Jan 30 14:05:15 have beautiful day gyus Jan 30 15:19:21 * kergoth yawns Jan 30 15:42:58 ka6sox, abaco is offline and hanging build. Jan 30 22:16:20 khem, I am confused about features.h. Afair glibc and uclibc had it but now musl as well Jan 30 22:17:16 so basically these old checks are bogus... Jan 30 22:17:19 +#if defined(__GLIBC__) || defined(__UCLIBC__) Jan 30 22:17:20 #include Jan 30 22:18:19 I know I can include it unconditionally for glibc/musl, as in oe-core recipe Jan 30 22:20:08 pls shed some light on that Jan 30 22:39:01 ant_home: features.h existed for musl ever since it came out Jan 30 22:49:09 I get it now with my patch, CC=aarch64-oe-linux-musl-klcc Jan 30 22:49:25 lude/common.h:141:18: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'off_t {aka long long int}' [-Wformat=] Jan 30 22:49:25 stderr, "%s: error!: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__); \ Jan 30 22:49:25 ^ Jan 30 22:49:52 I will special-case klibc and dietlibc only Jan 30 22:50:08 i.e. reverse-logic Jan 30 22:52:06 pls correct me if wrong, with autoconf size of off_t/loff_t is now known during configure step, isn't? Jan 31 00:15:42 khem, for klibc it must be #define PRIdoff_t "ll"PRId32 Jan 31 00:16:06 to silence the warning, but actually it is all 64bit Jan 31 01:46:01 ll is 64bit so it looks ok to me **** ENDING LOGGING AT Wed Jan 31 03:00:02 2018