IRC log for #oe on 20130301

00:13.36*** join/#oe DJWillis (~djwillis@cpc1-bath5-2-0-cust122.aztw.cable.virginmedia.com)
00:25.07*** join/#oe abesis (~abesis@92.45.166.176)
00:39.57*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
01:11.55*** join/#oe liuyq (~liuyq0307@221.123.128.227)
01:13.37*** join/#oe liuyq (~liuyq0307@221.123.128.227)
01:15.43*** join/#oe florian_kc (~fuchs@Maemo/community/contributor/florian)
01:20.04*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
01:23.10*** join/#oe JDuke128 (~kadirbaso@188.3.61.14)
01:59.50*** join/#oe alexhairyman (~alexhairy@c-174-52-149-118.hsd1.ut.comcast.net)
02:01.16*** join/#oe DJW|Home (~djwillis@cpc1-bath5-2-0-cust122.aztw.cable.virginmedia.com)
02:54.40*** join/#oe abesis (~abesis@217.131.208.197)
03:25.47*** join/#oe nerdboy (~sarnold@gentoo/developer/nerdboy)
03:41.11*** join/#oe VtS (~quassel@212-183-116-229.adsl.highway.telekom.at)
04:03.01nerdboyokay, where does libnss come from in oe-core without a recipe?
04:03.17nerdboyi notice the nspr recipe is current...
04:05.09*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
04:09.57*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
04:37.29kergothnerdboy: afaik libnss always comes from the c library..
04:37.37kergothcould be wrong, though
04:39.41*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
04:46.01*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
04:57.54*** join/#oe KNERD (~KNERD@24.175.249.177)
05:03.23*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
05:15.55nerdboyapparently we need the mozilla one
05:16.16nerdboymeaning libnss3
05:16.39nerdboyand friends...
05:24.10nerdboyit's still a separate package in other distros, i was just trying to figure out what happened to the oe package
05:25.02*** join/#oe DJWillis (~djwillis@cpc1-bath5-2-0-cust122.aztw.cable.virginmedia.com)
05:32.16*** join/#oe graffix_ (~graffix@c-69-246-36-76.hsd1.mi.comcast.net)
05:32.30*** join/#oe alexhairyman (~alexhairy@c-174-52-149-118.hsd1.ut.comcast.net)
05:32.38kergothah, right
05:33.15*** join/#oe liuyq (~liuyq0307@221.123.128.227)
05:33.17nerdboythen i get to shoehorn it into arago...
05:46.34nerdboywell, at least i have nspr-4.9.4 built
05:48.52mewynOh hey, kergoth.  ltns
05:49.24kergothmewyn: hey, indeed
05:50.20mewynI've picked up my old project with OE again.
05:50.29kergothcool
05:50.35mewynI have to say I'm impressed with the improvements.
05:51.04mewynIt's been a lot faster for me to get to a working system
05:55.57*** join/#oe abesis (~abesis@217.131.208.197)
06:22.52*** join/#oe clio (~andrej@85.159.109.222)
06:24.08*** join/#oe erbo (~erik@host.62.65.124.36.bitcom.se)
06:37.47*** join/#oe vitus (~vitus@145.253.169.210)
06:42.26*** join/#oe fusman (~fahad@110.93.212.98)
06:45.17*** join/#oe tasslehoff (~tasslehof@147.84-49-231.nextgentel.com)
07:05.16*** join/#oe Vutral (ss@mirbsd/special/Vutral)
07:31.18*** join/#oe eFfeM (~frans@c73189.upc-c.chello.nl)
07:36.00*** join/#oe zecke (~ich@91-66-230-199-dynip.superkabel.de)
08:07.16*** join/#oe lamikr (lamikr@nat/nokia/x-yojttuhbhrpzhymw)
08:13.08*** join/#oe aloril (~aloril@dsl-tkubrasgw3-54f97e-153.dhcp.inet.fi)
08:13.19*** join/#oe darknighl (~darknight@nat-wv.mentorg.com)
08:13.29*** join/#oe darknighte (~darknight@pdpc/supporter/professional/darknighte)
08:30.22*** join/#oe fp (~fp@115.119.134.194)
08:31.19*** join/#oe dlan^ (~dennis@116.228.88.131)
08:35.52mckoangood morning
08:40.46afournieri rebuilded my image from scratch (removed tmp-eglibc and sstate), and i get confused, of bitbake ordering... i have two recipes : one for myodbc and one for mysql5, myodbc DEPENDS on mysql5, and it does the do_configure of both at the same time, shouldn't myodbc wait for mysql5 to be packaged ?
08:41.59*** join/#oe ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it)
08:45.37*** join/#oe shawn186 (~Tiberius@unaffiliated/shawn156)
08:50.11hrwafournier: mysql5 or mysql5-native?
08:51.44afourniergood question, wait :)
08:59.05afournierhrw: in fact don't know
08:59.45afournierhrw: it's a more general question, shouldn't a recipe wait for it's DEPENDS to be builded before building itself
09:00.03hrwafournier: it does that
09:00.11hrwafournier: that's why I asked
09:00.19*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
09:00.56afournieri am telling you, myodbc DEPENDS="unixodbc mysql5"
09:01.27afournierand myodbc do_configure is done in parallele with mysql5 do_configure
09:02.10afourniernot mysql5-native if that's your question
09:02.48hrwok, so it looks like bug
09:03.03hrwbut I can not answer why
09:04.35XorAprobably best pastebin the whole recipe
09:10.39*** join/#oe ao2 (~ao2@2001:1418:117::1)
09:12.39*** join/#oe ralluri (7370e94b@gateway/web/freenode/ip.115.112.233.75)
09:15.00afournierok
09:27.55*** join/#oe fp (~fp@115.119.134.194)
09:28.08*** join/#oe Zagor (~bjst@rockbox/developer/Zagor)
09:48.34*** join/#oe ibot (~ibot@rikers.org)
09:48.34*** topic/#oe is OpenEmbedded Developer Lounge | Web: http://openembedded.org | Repositories: http://git.openembedded.org/ | Primary Repo Mirrors: https://github.com/openembedded | This is not a distro or machine support channel
09:49.25*** join/#oe {md} (~{md}@194.9.242.240)
09:52.31*** join/#oe ibot (~ibot@rikers.org)
09:52.31*** topic/#oe is OpenEmbedded Developer Lounge | Web: http://openembedded.org | Repositories: http://git.openembedded.org/ | Primary Repo Mirrors: https://github.com/openembedded | This is not a distro or machine support channel
10:03.36*** join/#oe {md} (~{md}@194.9.242.240)
10:10.49*** join/#oe dlan^ (~dennis@116.228.88.131)
10:17.43*** join/#oe eFfeM (~frans@c73189.upc-c.chello.nl)
10:27.02*** join/#oe dlan^ (~dennis@116.228.88.131)
10:33.33Zagorwhy can't I put "addtask foo after do_install" into my ptest.bbclass? it is never called.
10:36.03*** join/#oe liuyq (~liuyq0307@221.123.128.227)
10:41.21erboIf I want to remove something (in my own distro.conf) from DISTRO_FEATURES that is defined in default-distrovars.inc, how can I do that?
10:49.43*** join/#oe fp (~fp@115.119.134.194)
10:53.14*** join/#oe mario-goulart (~user@wkit.com.br)
11:02.26*** join/#oe tasslehoff (~tasslehof@147.84-49-231.nextgentel.com)
11:08.01*** join/#oe anarsoul_ (~anarsoul@86.57.155.118)
11:08.55*** join/#oe pepermint (~pepermint@host254-83-dynamic.17-79-r.retail.telecomitalia.it)
11:09.15*** join/#oe mrcan (~mrcan@unaffiliated/mrcan)
11:10.07*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
11:12.09*** join/#oe blindvt` (~b@2001:62a:4:203:6631:50ff:fe2c:fefa)
11:28.28*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
11:33.42*** join/#oe fp (~fp@115.119.134.194)
11:41.30*** join/#oe blitz00 (~stefans@192.198.151.43)
11:41.31*** join/#oe blitz00 (~stefans@unaffiliated/blitz00)
11:59.59*** join/#oe zecke (~ich@91-66-230-199-dynip.superkabel.de)
12:19.26*** join/#oe blitz00 (~stefans@192.198.151.43)
12:19.27*** join/#oe blitz00 (~stefans@unaffiliated/blitz00)
12:23.55*** join/#oe CMoH|notebook (~cipi@78.96.83.205)
12:23.55*** join/#oe CMoH|notebook (~cipi@unaffiliated/c-moh)
12:27.29*** join/#oe shoragan (~jlu@2001:6f8:1178:2:219:99ff:fe56:8d7)
12:27.30*** join/#oe shoragan (~jlu@debian/developer/shoragan)
12:53.59*** join/#oe _chase_1 (~a0271661@192.91.66.186)
13:15.02*** join/#oe ensc (~irc-ensc@fedora/ensc)
13:19.34*** join/#oe OWayne (~wayne@213.123.233.22)
13:21.25OWayneDoes anyone use syslog-ng to tie in with journald.. successfully?
13:27.06*** join/#oe mhnoyes (~mhnoyes@74.47.22.181)
13:27.06*** join/#oe mhnoyes (~mhnoyes@sourceforge/sitedocs/mhnoyes)
13:45.56*** join/#oe mhnoyes (~mhnoyes@74-47-22-181.dr01.myck.or.frontiernet.net)
13:45.57*** join/#oe mhnoyes (~mhnoyes@sourceforge/sitedocs/mhnoyes)
14:01.53*** join/#oe hillct (~hillct@c-24-34-200-20.hsd1.ma.comcast.net)
14:02.44*** join/#oe ikona__ (~ikona@85.181.99.14)
14:20.12*** join/#oe ao2 (~ao2@2001:1418:117::1)
14:22.49*** join/#oe graffix (~graffix@108-239-49-175.lightspeed.gdrpmi.sbcglobal.net)
14:24.31*** join/#oe vitus (~vitus@145.253.169.210)
14:36.36*** join/#oe lamikr (lamikr@nat/nokia/x-wklnvcvjvxnsgmab)
14:53.10*** join/#oe phdeswer (~phdeswer@a88-113-104-180.elisa-laajakaista.fi)
15:04.02*** join/#oe panda84kde (~diego@217.133.170.65)
15:05.25*** join/#oe mrcan_ (~mrcan@unaffiliated/mrcan)
15:19.14*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
15:25.12*** join/#oe hillct (~hillct@204.213.244.97)
15:34.09*** join/#oe _chase_ (~a0271661@192.94.92.11)
15:40.35*** join/#oe hillct (~hillct@71.234.176.233)
15:45.33*** join/#oe LunohoD (~alex@HSI-KBW-46-223-156-83.hsi.kabel-badenwuerttemberg.de)
15:45.41*** join/#oe {md} (~{md}@194.9.242.240)
15:45.41*** join/#oe mewyn (~mewyn@arkanoid.coinopcoop.org)
15:45.41*** join/#oe udovdh (~udovdh@pindarots.xs4all.nl)
15:45.41*** join/#oe darkschneider (~gab@93-32-63-175.ip32.fastwebnet.it)
15:54.40*** join/#oe hillct (~hillct@c-71-234-176-233.hsd1.ct.comcast.net)
15:58.56*** join/#oe ao2 (~ao2@2001:1418:117::1)
16:00.34*** join/#oe hollisb (~hollisb@67.169.221.181)
16:05.01*** join/#oe eephillip (~eephillip@pdpc/supporter/student/eephillip)
16:05.32*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
16:11.18*** join/#oe pepermint (~pepermint@host254-83-dynamic.17-79-r.retail.telecomitalia.it)
16:16.23*** join/#oe CMoH|notebook (~cipi@78.96.83.205)
16:16.24*** join/#oe CMoH|notebook (~cipi@unaffiliated/c-moh)
16:32.19*** join/#oe OWayne (~wayne@host81-154-106-120.range81-154.btcentralplus.com)
16:34.04*** join/#oe NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
16:47.50*** join/#oe florian (~fuchs@sign-4db60b67.pool.mediaWays.net)
16:47.51*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
16:57.41*** join/#oe KNERD (~KNERD@24.175.249.177)
17:03.44*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
17:21.20*** join/#oe eFfeM (~frans@c73189.upc-c.chello.nl)
17:23.10*** join/#oe jkroon_ (~jkroon@89-253-118-72.customers.ownit.se)
17:31.07*** join/#oe NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
17:44.44*** join/#oe woglinde (~henning@g225074071.adsl.alicedsl.de)
17:58.00*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
17:59.33*** join/#oe hbeck (~hbeck@69.41.94.157)
18:16.07*** join/#oe hillct (~hillct@c-24-34-200-20.hsd1.ma.comcast.net)
18:21.04*** join/#oe challinan (~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net)
18:23.46*** join/#oe dvhart (~dvhart@static-50-53-98-238.bvtn.or.frontiernet.net)
18:29.34*** join/#oe bdholt1 (~bdholt1@62.6.189.26)
18:29.47bdholt1Hi all
18:30.35bdholt1I'm new to OE and I'm trying to cross-compile WebKit (and all dependencies) for armv7
18:31.17bdholt1I've been going through a whole lot of documentation, downloaded oe and bitbake
18:31.36bdholt1I've set local.conf, but I'm stuck on MACHINE
18:32.28nerdboykergoth: anything more on the libnss3 thing?
18:32.43nerdboyso far i only see it in firefox recipes
18:32.56kergothhaven't looked into it, fighting my own fires :)
18:32.59bdholt1what do I need to set it to to build for arm-none-linux-gnueabi?
18:33.55nerdboysomething comapatible?
18:34.10bdholt1Alternatively, if this is not the right channel to ask, where is the right place?
18:34.15nerdboybeagle board might work
18:36.15nerdboybdholt1: try using the beagle board machine config
18:37.00bdholt1nerdboy: oh - I didn't realise you were talking to me - thought it was your previous conversation
18:37.19bdholt1thanks, I'll give it a go
18:43.07*** join/#oe shawn186 (~Tiberius@unaffiliated/shawn156)
18:53.38*** join/#oe challinan (~challinan@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net)
19:04.35Croftonbangs his head against cmake
19:07.09*** join/#oe pwgen (~ew@2-108-92-38-static.dk.customer.tdc.net)
19:10.48woglindecofton hehe
19:10.55woglindecrofton may I help you?
19:12.03CroftonI am using an sdk from populate_sdk and trying to make a toolchain file for it
19:12.13*** join/#oe hillct (~hillct@c-24-34-200-20.hsd1.ma.comcast.net)
19:12.21Croftonit wil lnot pass the CXX existence test because it runs the linker wo the sysroot flag
19:13.44woglindehm okay
19:22.33*** join/#oe ccssnet (~ccssnet@98.216.141.157)
19:31.17*** join/#oe florian (~fuchs@141.99.42.157)
19:31.17*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
19:44.29Croftonyeah, someting weird
19:44.47*** join/#oe eephillip (~eephillip@pdpc/supporter/student/eephillip)
19:46.46*** join/#oe xxiao (~xxiao@li41-126.members.linode.com)
19:54.25nerdboycmake is a pain...
19:54.53nerdboysometimes you can sed your way thorugh, but you need to find the right target file
19:55.10nerdboyor make a patch...
19:59.36*** join/#oe pepermint (~pepermint@host254-83-dynamic.17-79-r.retail.telecomitalia.it)
20:07.35*** join/#oe darkschneider (~gab@93-32-63-175.ip32.fastwebnet.it)
20:13.47*** join/#oe rcf (~rcf@d51A58861.access.telenet.be)
20:26.52*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
20:44.52*** join/#oe abesis (~abesis@217.131.208.197)
21:07.27*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:32.53*** join/#oe dos1 (~dos@unaffiliated/dos1)
21:43.53*** join/#oe ikona (~ikona@e181099014.adsl.alicedsl.de)
22:03.08*** join/#oe dos11 (~dos@unaffiliated/dos1)
22:06.19*** join/#oe woglinde_ (~henning@f052230043.adsl.alicedsl.de)
22:44.25*** join/#oe dos11 (~dos@unaffiliated/dos1)
23:21.21*** join/#oe graffix (~graffix@c-69-246-36-76.hsd1.mi.comcast.net)
23:35.38*** join/#oe flynn378 (~AndChat27@75.76.30.45)
23:36.01*** join/#oe khem1 (~khem@99-57-140-209.lightspeed.sntcca.sbcglobal.net)
23:47.34*** join/#oe NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
23:53.49*** join/#oe WielkiTost (~dos@unaffiliated/dos1)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.