**** BEGIN LOGGING AT Wed Mar 14 03:00:01 2018 Mar 14 07:25:37 morning! Mar 14 10:31:45 morning! Mar 14 10:32:11 Herrie|2: ofono doesn't use pkgconfig ? because it would give the correct include path, if it did Mar 14 10:37:25 Tofe: Well it does according to https://github.com/openembedded/openembedded-core/blob/pyro/meta/recipes-connectivity/ofono/ofono.inc#L8 and we don't overwrite it at our end :S Mar 14 10:38:10 Might be worth to check the .spec in mer oFono repo to see if there are any clues there Mar 14 10:40:57 Doesn't seem to list anything out of the ordinary tbh: https://git.merproject.org/mer-core/ofono/blob/master/rpm/ofono.spec Mar 14 10:49:06 Are we going in that "if" ? https://git.merproject.org/mer-core/ofono/blob/master/ofono/configure.ac#L186 Mar 14 10:57:14 Tofe: Well we shouldn't. Mar 14 10:59:54 Seems we have --disable-sailfish-pushforwarder Mar 14 11:00:00 But we should have --enable-sailfish-pushforwarder=no Mar 14 11:12:30 Let me try that :P Mar 14 11:50:52 ok, but then it means that it shouldn't depend on libglibc actually, if I read the configure.ac correctly Mar 14 11:59:21 Yeah Mar 14 11:59:30 Well I must be doing something wrong somewhere... Mar 14 12:16:19 or ofono didn't deactivate fully its dependency on libglibc when it shouldn't be needed Mar 14 18:02:02 Herrie|2: pipng Mar 14 18:21:06 Tofe: pong Mar 14 18:21:26 Herrie|2: I'm working on getting newer ofono building Mar 14 18:24:04 ...done Mar 14 18:24:27 let me give all that to you Mar 14 18:25:07 ofono bbappend: https://bpaste.net/show/890ab435c925 Mar 14 18:26:15 you'll need to apply a patch: https://bpaste.net/show/de3aa2f2d0f4 Mar 14 18:26:49 I didn't touch my libglibc package: https://bpaste.net/show/85d1f9a94e95 Mar 14 18:26:55 that's it Mar 14 18:30:03 Tofe: A bit weird Mar 14 18:30:09 I don't really understand why we need that patch Mar 14 18:30:17 Is upstream broken somehow in the configure.ac? Mar 14 18:31:21 The way I read it it shouldn't need the libglibc package if you don't have the sailfish push forwarder and the salfish-rilmodem Mar 14 18:31:46 I'm not that familiar with the automake syntax, was going to read up on that Mar 14 18:33:01 I added the --enable-saifish-pushforwarder=no in OECONF_append and I can see it in do-configure Mar 14 18:33:10 same for the sf rilmodem Mar 14 18:34:51 These small Halium regexp hacks took way too much of my time but they should help in long run :) Mar 14 18:34:56 Herrie|Pre3: actually the main source code does need libglibc whatever option you give Mar 14 18:35:22 Does it? I thought only the tests? Mar 14 18:35:42 in units/test-sms-filter.c yes Mar 14 18:36:05 but that one is built with the current options from the bbappend Mar 14 18:36:09 so I thought we wanted it Mar 14 18:36:15 Well we shouldn't really need that one Mar 14 18:36:25 We could disable it somehow Mar 14 18:36:29 But wouldn't hurt to have tests Mar 14 18:36:50 This libgrilio seems like some testing lib too? Didn't really understand Mar 14 18:36:57 there's probably a way to patch that one test to remove the libglibc dependency Mar 14 18:37:18 libgrilio I don't know, I didn't include it anyway Mar 14 18:37:33 Tofe: Me neither, but it's listed as requirement :P Mar 14 18:37:41 In the configure.ac and also in the .spec Mar 14 18:38:04 lib-g-RIL-IO, so... I/O for RIL with glib-2.0 ? Mar 14 18:38:15 Yup :P Mar 14 18:38:27 But the code doesn't look very extensive and to do much Mar 14 18:38:40 To me this looked like for some testing when I checked Mar 14 18:39:10 so, which way do you prefer for now: do we disable the tests ? patch the failing test ? patch configure? Mar 14 18:53:25 patch configure Mar 14 18:54:52 well, then, that's what I gave you Mar 14 18:55:16 I'll test in a bit Mar 14 20:24:32 Tofe: Hmmz no cigar @ my end Mar 14 20:24:58 Can you paste your oFono recipe? Mar 14 20:26:20 Ah missing depends it seems Mar 14 20:28:21 OK now works Mar 14 21:05:18 good :) **** ENDING LOGGING AT Thu Mar 15 03:00:01 2018