Friday, 2018-08-03

*** anujm <anujm!~anujm@192.198.146.171> has joined #yocto00:00
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:02
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC00:04
*** linuxjacques <linuxjacques!~jacques@nslu2-linux/jacques> has quit IRC00:09
*** wizofe_ <wizofe_!~wizofe@90.255.13.142> has quit IRC00:17
*** wizofe_ <wizofe_!~wizofe@90.255.13.142> has joined #yocto00:17
*** justinttt <justinttt!49e56612@gateway/web/freenode/ip.73.229.102.18> has quit IRC00:20
*** anujm <anujm!~anujm@192.198.146.171> has quit IRC00:46
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC00:54
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto01:06
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto01:25
*** anujm <anujm!anujm@nat/intel/x-ighzzlluapazqpaq> has joined #yocto01:37
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has joined #yocto01:45
*** anujm <anujm!~anujm@192.198.147.164> has joined #yocto01:54
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC01:57
*** paulg_ <paulg_!~paulg@198-84-238-126.cpe.teksavvy.com> has quit IRC02:10
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto02:25
*** Zajc <Zajc!~Zajc@89-212-111-208.static.t-2.net> has quit IRC02:28
*** wizofe_ <wizofe_!~wizofe@90.255.13.142> has quit IRC02:30
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC02:44
kergothfancer: okay, finally got my base cross canadian changes + the majority of yours merged to master, first a set of general fixes, then the cross-canadian specific bits, there's still a fancer-integrate branch with the bits that haven't been merged, mainly linux-libc-headers, hte glibc recipe split to the components, strace-external, and the ct-ng specifics. i'll look over those again later02:45
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC03:17
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC03:31
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto03:33
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-fyradggyoiasvhjn> has quit IRC04:01
*** sr105 <sr105!~sr105@72.187.19.10> has quit IRC05:14
*** sr105 <sr105!~sr105@72.187.19.10> has joined #yocto05:15
*** Geek_Juice <Geek_Juice!~Bryanstei@shellium.org> has quit IRC05:15
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto05:25
*** anujm <anujm!~anujm@192.198.147.164> has quit IRC05:32
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has quit IRC06:01
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has joined #yocto06:12
malanecoraHello everyone! I'm trying to compile PostGIS v2.4.4 (actually cross-compile with Yocto Project) but I'm running into trouble...GCC complains about "error: ../liblwgeom/.libs/liblwgeom.a: No such file or directory" when running 'do_compile' and that's bothering me because it seems that liblwgeom is never generated (at /liblwgeom/Makefile.in we can see that only liblwgeom.la is generated, indeed, there're a couple of commented lines06:31
malanecoraDoes anyone know why is it trying to compile against a non-generated lib?06:31
*** majuk <majuk!~majuk@174-24-35-31.clsp.qwest.net> has joined #yocto06:53
*** majuk <majuk!~majuk@174-24-35-31.clsp.qwest.net> has quit IRC06:57
yoctiNew news from stackoverflow: Unable to executes the specified task a given target recipe <https://stackoverflow.com/questions/51666679/unable-to-executes-the-specified-task-a-given-target-recipe>06:58
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto07:10
*** mckoan|away is now known as mckoan07:11
*** mckoan <mckoan!~marco@unaffiliated/mckoan> has joined #yocto07:11
malanecoraCan I just replace all references to liblwgeom.a by liblwgeom.la?07:17
malanecoraOr that would be no sense?07:17
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has quit IRC07:29
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has joined #yocto07:33
*** reto <reto!~reto@85.195.220.82> has quit IRC07:50
*** wizofe <wizofe!~wizofe@213.205.240.131> has joined #yocto07:51
*** wizofe <wizofe!~wizofe@213.205.240.131> has quit IRC07:54
*** wizofe <wizofe!~wizofe@213.205.240.131> has joined #yocto07:54
*** miwa <miwa!~miwa@unaffiliated/miwa> has joined #yocto07:56
aehs29malanecora: no you cant, .a isnt the same as .la08:00
aehs29malanecora: I would check the MAkefile rules to check why the static library isnt being built08:01
*** wizofe <wizofe!~wizofe@213.205.240.131> has quit IRC08:02
*** rajm <rajm!~robertmar@148.252.241.226> has joined #yocto08:03
neverpanicmalanecora: I think yocto defaults to not compiling static libraries nowadays. If you want them, you'll have to explicitly enable them.08:03
malanecoraaehs29: neverpanic : I have checked the Make rules and seems that liblwgeom.a is not intended to be built. Just .la (along with .so) is built.08:08
malanecoraAlso, I don't know where the flag to compile against liblwgeom.a comes from, because it shouldn't exist!08:09
malanecoraIt's a bit crazy. Right now I'm building PostGIS inside my target system (i have already made it before) in order to check if, there, liblwgeom.a is built08:10
malanecora(I don't think so, but who knows...)08:11
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC08:17
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto08:20
*** wizofe <wizofe!~wizofe@213.205.251.2> has joined #yocto08:29
malanecoraOk. To my surprise, it does build liblwgeom.a in the target device...08:36
*** wizofe <wizofe!~wizofe@213.205.251.2> has quit IRC08:36
malanecoraIn fact, libtool automatically builds liblwgeom.a. The Makefile is pretty much the same as in Yocto.08:38
*** wizofe <wizofe!~wizofe@185.52.146.174> has joined #yocto08:38
malanecoraWizardry08:38
*** joaocfernandes <joaocfernandes!~joaocfern@88.157.234.132> has joined #yocto08:41
*** joaocfernandes <joaocfernandes!~joaocfern@88.157.234.132> has quit IRC08:45
*** RP <RP!~RP@5751f4a1.skybroadband.com> has joined #yocto08:48
malanecoraSome in Yocto may be forcing the static lib not to be built08:52
malanecoraSomething*08:53
JaMasee meta/conf/distro/include/no-static-libs.in08:57
*** joaocfernandes <joaocfernandes!589dea84@gateway/web/cgi-irc/kiwiirc.com/ip.88.157.234.132> has joined #yocto08:58
malanecorahttps://paste.ofcode.org/xf6GtXieZZx2s5F3xwCQP809:00
malanecoraDefault Poky configuration09:04
malanecoraThe strange thing is that it doesn't build liblwgeom.a along with libtool liblwgeom.la and .so as it is intended to be09:08
malanecoraBut if I write a make rule to build liblwgeom.a in the classical way (ar cru lib...ranlib lib)09:08
malanecoraIt build it, but fails when linking09:09
neverpanicmalanecora: That's the point. Yocto's default config is not to build static libs (as you can see in the no-static-libs.in file, see EXTRA_OECONF_append = "${DISABLE_STATIC}".09:10
neverpanicFor that reason, liblwgeom's build system likely disables building static libraries (although it could easily support building them)09:11
neverpanicThe problem is that PostGIS attempts to use the static library although it's not available. You should figure out why it does that and make it use the shared library.09:12
neverpanicAnd if it can't or shouldn't use the shared library, you'll have to set DISABLE_STATIC_pn-liblwgeom = "" so enable building a static library.09:12
malanecoraneverpanic: Thank you very much! I'll try it out!09:17
malanecoraJaMa: Also, thank you for the tip!09:22
*** armpit <armpit!~armpit@2601:202:4180:c33:c03b:e0c:ade4:e24e> has quit IRC09:25
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vztycjuahjdgfoss> has joined #yocto09:26
malanecoraIs there a way to modify that file (meta/conf/distro/include/no-static-libs.in) since it is not recommended to directly modify anything under poky folder?09:35
*** armpit <armpit!~armpit@2601:202:4180:c33:7c04:462a:a515:393a> has joined #yocto09:37
malanecoraWell, it seems to have worked!09:41
malanecoraJust had to add DISABLE_STATIC = "" to the postgis recipe09:42
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC09:42
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto09:45
*** wizofe <wizofe!~wizofe@185.52.146.174> has quit IRC09:52
yoctiNew news from stackoverflow: How to use qemu for the image build for nanopi-neo-air in yocto <https://stackoverflow.com/questions/48150393/how-to-use-qemu-for-the-image-build-for-nanopi-neo-air-in-yocto>09:58
*** RP <RP!~RP@5751f4a1.skybroadband.com> has quit IRC10:19
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto10:24
*** RP <RP!~RP@5751f4a1.skybroadband.com> has joined #yocto10:47
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto10:52
*** malanecora <malanecora!b23cc82d@gateway/web/freenode/ip.178.60.200.45> has quit IRC11:19
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC12:26
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC12:38
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has quit IRC12:54
*** CoLa|work <CoLa|work!~cordlandw@91.239.177.14> has quit IRC13:10
*** JPEW <JPEW!cc4da337@gateway/web/freenode/ip.204.77.163.55> has joined #yocto13:16
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto13:16
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC13:21
*** noway96 <noway96!~noway96@50-244-213-195-static.hfc.comcastbusiness.net> has quit IRC14:02
*** noway96 <noway96!~noway96@50-244-213-195-static.hfc.comcastbusiness.net> has joined #yocto14:03
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto14:14
*** ttllkk <ttllkk!512fa528@gateway/web/freenode/ip.81.47.165.40> has joined #yocto14:21
ttllkkHi, I am trying to remove 'ModemManager' from NetworkManager's PACKAGECONFIG from the local.conf, could someone help me do that?14:22
ttllkkI am trying: PACKAGECONFIG_pn-networkmanager_remove = "modemmanager"14:22
ttllkkbut it is not working14:22
*** arfoll <arfoll!~brendan.l@217.89.178.116> has quit IRC14:23
*** majuk <majuk!~majuk@174-24-35-31.clsp.qwest.net> has joined #yocto14:28
frayI don't remember the processing order in this case...  You MIGHT have to reverse the override/remove fields14:29
yoctiNew news from stackoverflow: How to use SSTATE_DUPWHITELIST variable in yocto <https://stackoverflow.com/questions/37369055/how-to-use-sstate-dupwhitelist-variable-in-yocto>14:29
frayPACKAGECONFIG_remove_<override>14:29
fraythis will only do the 'remove' to PACKAGECONFIG, if the override is active at that time..14:29
fraywhat you have right now says 'remove' from the variable PACKAGECONFIG_pn-networkmanager  which might not actually be defined anywhere14:30
fraysubtle difference, but I've had to do this in the past14:30
ttllkkfray: hey, that worked! Thank you!14:33
frayit's not obvious, but '_append', '_remove' are operators that affect the variable preceding them.. while other things following '_' are either part of the variable name or an override..14:33
frayoverrides are usually processed pretty late.. so you need to over the operations/overrides, so the operations match the declared variable, and the override only allos the operation when active..14:34
fraylike I said, subtle difference.. but one of the more advanced knowledge items to get right14:34
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC14:48
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto14:54
*** dev1990 <dev1990!~dev@dynamic-87-105-35-123.ssp.dialog.net.pl> has quit IRC14:55
*** ttllkk <ttllkk!512fa528@gateway/web/freenode/ip.81.47.165.40> has quit IRC15:01
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto15:02
*** vmeson <vmeson!~rmacleod@192-0-133-4.cpe.teksavvy.com> has quit IRC15:04
JPEWarmpit here?15:07
*** justinttt <justinttt!49e56612@gateway/web/freenode/ip.73.229.102.18> has joined #yocto15:09
*** mckoan is now known as mckoan|away15:16
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC15:16
*** rburton_ <rburton_!~textual@35.106.2.81.in-addr.arpa> has joined #yocto15:18
*** rburton_ is now known as rburton15:18
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto15:18
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC15:35
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto15:40
*** grma <grma!~gruberm@80.93.38.128> has quit IRC15:48
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has quit IRC15:52
noway96why was the modutils recipe removed from poky and replaced with modutils-initscripts recipe? I just want modinfo'15:59
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC16:05
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has joined #yocto16:08
yateslooking for hints on how to specify our own custom cpio.gz file to link to the kernel.16:08
rburtonnoway96: that' in kmod16:09
noway96rburton ty16:11
yatesis it as simple as setting INITRAMFS_IMAGE and INITRAMFS_FSTYPES?16:11
yatesand creating the recipe for generating cpio.gz?16:12
armpitJPEW, yes16:17
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto16:17
armpitRP, stable/sumo-next good to go16:17
JPEWarmpit: Actually, thats what I was going to comment about16:18
JPEWarmpit:  a6be839929 was reverted on master16:18
*** nayfe <nayfe!uid259604@gateway/web/irccloud.com/x-qkievbofdjpeycmr> has quit IRC16:19
JPEWIt was reveted in 2869b56 in favor of 80443c4216:19
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC16:19
*** sgw <sgw!~sgw@134.134.139.75> has joined #yocto16:19
armpitah.. it was dropped by RP but I had it still16:22
armpitthanks for the catch16:22
JPEWnp. There was someone on IRC just yesterday saying they had seen the problem, so it might still be worth backporting the correct fix16:23
*** sgw <sgw!~sgw@134.134.139.75> has quit IRC16:29
*** Crofton <Crofton!~Crofton@64.124.121.174> has joined #yocto16:41
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-vztycjuahjdgfoss> has quit IRC16:45
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto16:53
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto17:02
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto17:08
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC17:11
*** wizofe <wizofe!~wizofe@185.52.146.174> has joined #yocto17:13
khemRP, rburton: Sent a RFT for glibc 2.28 see if you can accomodate an AB run17:19
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC17:19
* khem feels like a troublemaker17:19
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto17:19
*** rajm <rajm!~robertmar@148.252.241.226> has quit IRC17:25
khemthere is branch kraj/glibc-2.28 on contrib repo too17:33
*** joaocfernandes <joaocfernandes!589dea84@gateway/web/cgi-irc/kiwiirc.com/ip.88.157.234.132> has quit IRC17:45
*** Crofton <Crofton!~Crofton@64.124.121.174> has quit IRC17:48
rburtonkhem: did you see the patchtest reply17:58
khemrburton: yes17:59
khemfixing it17:59
*** wizofe <wizofe!~wizofe@185.52.146.174> has quit IRC18:07
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC18:19
*** Crofton <Crofton!~Crofton@64.124.121.174> has joined #yocto18:50
*** Crofton <Crofton!~Crofton@64.124.121.174> has quit IRC18:55
armpitkhem, why fix it. Thought you where a troublemaker19:11
*** dc13ff <dc13ff!uid190567@gateway/web/irccloud.com/x-xxfmcnmgtshhzxvc> has joined #yocto19:17
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC19:21
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC19:22
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto19:29
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto19:43
*** Crofton <Crofton!~Crofton@64.124.121.174> has joined #yocto19:44
*** Crofton <Crofton!~Crofton@64.124.121.174> has quit IRC19:57
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC19:57
fancerkergoth: great! Thanks, man. I'll check it out a bit later.20:12
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has quit IRC20:15
*** Jackie_ <Jackie_!~quassel@60.247.85.82> has quit IRC20:15
*** dengke <dengke!~dengke@60.247.85.82> has quit IRC20:16
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has joined #yocto20:18
*** sgw <sgw!~sgw@134.134.139.75> has joined #yocto20:28
*** Crofton <Crofton!~Crofton@64.124.121.174> has joined #yocto21:15
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has quit IRC21:23
*** dc13ff <dc13ff!uid190567@gateway/web/irccloud.com/x-xxfmcnmgtshhzxvc> has quit IRC21:26
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-cxqgroklllvyyzjk> has joined #yocto21:27
*** Crofton <Crofton!~Crofton@64.124.121.174> has quit IRC21:39
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC21:51
*** yizhao <yizhao!~zhaoyi@60.247.85.82> has joined #yocto22:01
*** justinttt <justinttt!49e56612@gateway/web/freenode/ip.73.229.102.18> has quit IRC22:09
*** mattsm <mattsm!~mattsm@76.205.175.243> has quit IRC22:15
*** mattsm <mattsm!~mattsm@76.205.175.243> has joined #yocto22:15
khemarmpit: I sent a v2 :) which is better22:46
khemarmpit: yesterday night I was driving through your town22:46
*** varjag <varjag!~user@2a02:2121:287:2f37:5832:c8d2:1b5d:cc7f> has joined #yocto23:03
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has quit IRC23:04
*** jcstach <jcstach!~jcstach@hw-us-east-1a.agilent.com> has quit IRC23:15
*** varjag <varjag!~user@2a02:2121:287:2f37:5832:c8d2:1b5d:cc7f> has quit IRC23:16
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto23:17
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC23:26
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto23:27
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC23:32
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto23:33
*** King_InuYasha <King_InuYasha!~King_InuY@fedora/ngompa> has joined #yocto23:41
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC23:42
*** majuk <majuk!~majuk@174-24-35-31.clsp.qwest.net> has quit IRC23:46
*** majuk <majuk!~majuk@174-24-35-31.clsp.qwest.net> has joined #yocto23:47
*** majuk <majuk!~majuk@174-24-35-31.clsp.qwest.net> has quit IRC23:51

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!