IRC log for #oe on 20100719

00:03.17*** join/#oe BenLauDC (~benlau@221.125.8.44)
01:22.14*** join/#oe methril (~methril@189.27.128.112.dynamic.adsl.gvt.net.br)
01:24.12*** join/#oe Taalas (~Taalas@p5B165859.dip.t-dialin.net)
01:24.57*** join/#oe lisppaste (~lisppaste@common-lisp.net)
02:03.33*** join/#oe fraxinath (~quassel@p4FD64F2D.dip.t-dialin.net)
02:40.05*** join/#oe lisppaste (~lisppaste@common-lisp.net)
02:40.26*** join/#oe Dr_Who (~tgall@206.9.88.154)
02:41.10*** join/#oe Dr_Who (~tgall@gentoo/developer/dr-who)
03:13.16*** join/#oe methril (~methril@189.27.130.227.dynamic.adsl.gvt.net.br)
03:16.12*** join/#oe borg_ (~olaf@p54869984.dip0.t-ipconnect.de)
03:33.57*** join/#oe piroko (~jeremy@pohl.ececs.uc.edu)
03:47.27*** join/#oe mithro (~tim@unaffiliated/mithro)
05:09.15*** join/#oe karmakop (~mrave@cpe-76-181-240-141.columbus.res.rr.com)
05:48.47*** join/#oe d_t_h (~dieter@a89-182-85-38.net-htp.de)
05:59.34*** join/#oe ZeeD (~ZeeD@67.21.18.218)
06:01.35*** join/#oe IgorK (~igor@user-64-9-232-165.googlewifi.com)
06:04.41*** join/#oe ZeeD (~ZeeD@67.21.18.218)
06:09.43*** join/#oe gim (5eb4148f@gateway/web/freenode/ip.94.180.20.143)
06:13.57gimHi! I want to use not last version of gcc, what settings should I use? Tried DEFAULT_PREFERENCE_<machine> = "-1" at 4.4.4 and "1" at 4.1.2, but OE still build 4.4.4
06:22.45*** join/#oe IgorK (~igor@user-64-9-232-165.googlewifi.com)
06:25.26eFfeM_workgim, in local.conf add PREFERRED_VERSION_gcc = "4.1.2"
06:25.47eFfeM_workbtw any particular reason why 4.4.4 is no good  for you ?
06:29.08*** join/#oe mckoan (~marco@unaffiliated/mckoan)
06:29.29mckoangood morning
06:29.45grggim, I'm using PREFERRED_GCC_VERSION_local, with minimal and ANGSTROM_GCC_VERSION when building angstrom
06:32.32*** join/#oe rob_w (~bob@pD95EFF8B.dip.t-dialin.net)
06:38.17gimeFfeM_work: Thanks, it works. Reason -- u-boot in OE fails to build for LPC3250 with patches from NXP, but builds fine in LTIB framework with gcc 4.1.2, so I decided to check whether errors are because of gcc version.
06:38.41*** join/#oe james (7ab785b9@gateway/web/freenode/ip.122.183.133.185)
06:38.50eFfeM_workgim ah ok
06:39.02eFfeM_workmight be the oe u-boot is missing a patch
06:40.43eFfeM_work<PROTECTED>
06:41.03eFfeM_workoopsie
06:41.06Guest42259hi, I have added some packages to the task-beagleboard-demo.bb. It's getting compiled but the binaries are not there in rootfs.
06:41.13gimeFfeM_work: Maybe, some errors I've found in web and fixed them successfully, but then linking errors arise. Actually I don't think it's because of gcc version, checking it just to be on the safe side
06:41.30IgorKgood evening all
06:41.39eFfeM_workhi IgorK, gm
06:42.10eFfeM_workgim, linking is binutils (but could also be lib related),
06:42.34Guest42259How can i resolve this?
06:46.39IgorKit looks like glibc recipe ha(d) the wrong reference to the "ld.so.conf"
06:47.01IgorKremoving it from the source files reference fixes the build
06:47.26IgorKdid anybody took care of this?
06:47.38eFfeM_workIgorK: which version ?
06:47.52IgorKglibc_2.9.bb
06:48.51eFfeM_workIgorK: did you pull after sat 12.00 gmt ?
06:49.31eFfeM_workit was missing from the tree from friday evening to saturday morning (my bad) fixed it sat morning
06:49.58eFfeM_workIgorK: you do not want to remove it from the recipe
06:50.53*** part/#oe Guest42259 (7ab785b9@gateway/web/freenode/ip.122.183.133.185)
06:51.04IgorKok, it's now fixed? what I need to do now?
06:51.11*** join/#oe bala_holmes (7ab785b9@gateway/web/freenode/ip.122.183.133.185)
06:52.58eFfeM_workgit pull
06:54.27*** join/#oe thebohemian (~rschus@p5DDC2BA0.dip.t-dialin.net)
06:55.28*** join/#oe gim (5eb4148f@gateway/web/freenode/ip.94.180.20.143)
06:56.00IgorKdo I need to kill work and rebuild everything? how will it work?
06:57.24eFfeM_workIgorK: no, just go into your openembedded dir and do a git pull
06:57.41eFfeM_workno need to kill work just reissue the bitbake command that had the failing glibc build
06:57.49eFfeM_workand apologies for the trouble caused
06:59.41IgorKso it will rebuild glibc and all dependency it built?
07:01.35*** join/#oe playya (~playya@unaffiliated/playya)
07:02.50eFfeM_workIgorK: it wil rebuild glibc and continue with the build process
07:03.59eFfeM_workIgorK: ah, i get what you mean, you removed the line and have dependent recipes; well that should not be a problem as the file is not used at link time, it is just at the target where you run into problems when the file is missing
07:08.18*** join/#oe Proxyles (~henrik@c-f893e255.56-4-64736c14.cust.bredbandsbolaget.se)
07:08.41IgorKyes, I removed the line from the recipe and continued the build
07:09.09*** join/#oe cyberdeck (~cyberdeck@iss66.vlsi.informatik.tu-darmstadt.de)
07:09.53IgorKso ALL I need is "git pull", right? and then "bitbake -k <atom>"? but will it rebuild everything?
07:23.56eFfeM_workehm, no; you need "git pull" for the latest recipe. but as this was not a functional change I didn't bump PR, so you need to explicitly remove glibc
07:24.21eFfeM_workIgorK: command: "bitbake -cclean glibc glibc-initial"
07:24.58eFfeM_workthen you can continue your build process; this file does not affect the generation of other packages so no need to clean these
07:25.18eFfeM_workcontinue your build process == "bitbake console-image" or whatever you wanted to build
07:25.28IgorKok, thanx
07:25.43IgorKapologies accepted :)
07:25.51eFfeM_workfeel free to ping me if you run into problems
07:25.53eFfeM_workty :-)
07:33.00*** join/#oe mlip (~mlip@62.218.44.194)
07:33.13IgorKwill do
07:46.22*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
07:52.45mlipmorning
07:53.33mliphas the way conffiles overrides are handled changed in the last weeks? an override for such a file now creates a *-opkg file, while it did overwrite the file some time ago
07:55.48*** join/#oe florian_kc (~fuchs@Maemo/community/contributor/florian)
07:58.14*** join/#oe ao2 (~ao2@cl-35.trn-01.it.sixxs.net)
07:58.42*** join/#oe rob_w_ (~bob@pD95ECAFD.dip.t-dialin.net)
07:59.09IgorKeFfem_work: by which time do u live?
07:59.18eFfeM_workIgorK: GMT+2
07:59.27eFfeM_work(NL)
08:00.34floriangood morning
08:00.44eFfeM_workhi florian
08:04.04IgorKgood morning, florian
08:04.35*** join/#oe dth_ntb (~dieter@a89-183-87-213.net-htp.de)
08:04.52IgorKeFfem_work: I saw that file added in the "git pull" statistics. I cleaned glibc* and restarted the build
08:05.08eFfeM_workIgorK: great! good luck!
08:05.09IgorKwill report in the morning
08:05.46eFfeM_workIgorK: ok, I'm online for the next 6.5 hr, but will stay in the channel so feel free to drop a msg
08:06.02eFfeM_workor in my evening I might be online as eFfeM
08:12.53bala_holmeshi, I have some problem with building rootfs, in stable/2009
08:12.54bala_holmeshi, I have some problem with building rootfs, in stable/2009?
08:13.57bala_holmespackages listed in task-*.bb, is not present in rootfs, can I have any idea?
08:17.36CIA-203Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * r3d3d49a20d 10openembedded.git/recipes/uclibc/ (uclibc-git/mipsel/uClibc.machine uclibc_git.bb):
08:17.36CIA-2uclibc-git: Refresh config for mipsel and bump to latest git master.
08:17.36CIA-2Signed-off-by: Khem Raj <raj.khem@gmail.com>
08:20.58*** join/#oe woglinde (~henning@p5DDC267B.dip.t-dialin.net)
08:22.58*** join/#oe CMoH-notebook (~cipi@95.76.71.81)
08:37.19*** join/#oe ant_work (~chatzilla@host214-85-static.34-85-b.business.telecomitalia.it)
08:37.46*** join/#oe prinzenrolle (4fd410e6@gateway/web/freenode/ip.79.212.16.230)
08:50.01*** join/#oe mickey|office (~Mickey@business-092-079-168-007.static.arcor-ip.net)
08:51.41CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * rf73986f74c 10openembedded.git/recipes/devicekit/devicekit-power_014.bb: devicekit-power 014: fix build for offline machines
08:52.57prinzenrollehello
08:53.03woglindehi
09:07.17woglindehi xora
09:07.33hrwmornig
09:08.14woglindehi hrw
09:11.05XorAmorning
09:11.38*** join/#oe B_Lizzard (~havoc@athedsl-430131.home.otenet.gr)
09:14.47*** join/#oe mickey|ICE621 (~M@tmo-099-33.customers.d1-online.com)
09:28.01prinzenrollemmh  have some trouble to build openembedded with angstrom debian for an arm9 atmel qemu-native_010.3.bb failed every time :(
09:29.26prinzenrollewhere can i paste the compile log? to get some help
09:29.50woglinde~pastebin
09:29.51ibot[~pastebin] A "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few : http://www.pastebin.com , http://pastebin.ca , http://channels.debian.net/paste , http://paste.lisp.org , http://bin.cakephp.org/ , http://asterisk.pastey.net/ , or install pastebinit with yum or aptitude.
09:30.10woglinde*sigh* as I said install the debian qemu
09:30.29woglindeand set ASSUME_PROVIDED += "qemu-native" in local.conf
09:30.43prinzenrolleare you again hi woglinde
09:33.49CIA-203Xerxes RÃ¥nby <xerxes@zafena.se> 07org.openembedded.dev * r6916986de6 10openembedded.git/recipes/openjdk/ (3 files in 2 dirs):
09:33.49CIA-2openjdk-6-6b18: add pre1.8.1 releasebranch fixes up to 13 Jul 2010.
09:33.50CIA-2fixes origin from http://icedtea.classpath.org/hg/release/icedtea6-1.8/shortlog
09:33.59prinzenrollek i change the local.conf and test it now again
09:34.11prinzenrollethx again for your great support (help)
09:35.57*** join/#oe ensc|w (~ensc@www.sigma-chemnitz.de)
09:37.18prinzenrollei ve some next question sorry im a noob... where can i find what display the kernel supported? at the moment i use an LB043WQ1 from philips lg its on the eval board
09:39.28woglindehm
09:39.39woglindexorg and framebuffer?
09:39.47woglindehas it edid?
09:39.55woglindewhich graphic chipset?
09:43.36prinzenrolleits an at91sam9g45
09:44.25hrwprinzenrolle: sam9g45 has a screen on board or vga/dvi output?
09:48.57prinzenrollenope no vga or dvi an LCD controller supporting STN and TFT displays up to 1280*860
09:54.07*** join/#oe dos1 (~dos@unaffiliated/dos1)
09:55.03*** join/#oe kerim (~kerim@81.214.22.138)
09:59.40*** join/#oe CMoH (~cipi@95.76.71.81)
10:00.02*** join/#oe CMoH-notebook (~cipi@95.76.71.81)
10:04.36*** join/#oe hrw (~hrw@conference/ubuntu/x-txekbrvjxtprefjs)
10:05.07CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r576f600ec1 10openembedded.git/recipes/usbutils/usbmodeswitch_1.1.3.bb: usbmodeswitch: fix virtual/libusb0
10:07.57*** join/#oe kerim (~kerim@81.214.22.138)
10:08.47eFfeM_workhm, anyone an idea on this:
10:08.48eFfeM_workERROR: Nothing RPROVIDES 'eglibc' (but /home/frans/workspace/gtd/openembedded.git/recipes/eglibc/eglibc_2.9.bb RDEPENDS on or otherwise requires it)
10:10.28*** part/#oe kerim (~kerim@81.214.22.138)
10:10.53eFfeM_worki would expect eglibc_2.9.bb to deliver eglibc
10:12.00XorAits an RDPENDS so it depends what it PACKAGES
10:17.31eFfeM_workXorA, i don't think my understanding of the build system is good enough to understand that
10:18.02eFfeM_workdidn't change anything in this area, confused why I get this
10:18.31eFfeM_workPACKAGES indeed mentions glibc, not eglibc
10:20.14eFfeM_workah, think i got it
10:21.27XorAphew! as those files are obtuse :-D
10:22.51eFfeM_workyes
10:29.25*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
10:29.53CIA-203Martin Jansa <martin.jansa@gmail.com> 07org.openembedded.dev * r57e0fe3728 10openembedded.git/conf/distro/include/angstrom-jalimo.conf:
10:29.53CIA-2angstrom-jalimo: fix openjdk-6-jre preferred version
10:29.53CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
10:29.53CIA-2Acked-by: Koen Kooi <k-kooi@ti.com>
10:34.32*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
10:35.20*** join/#oe mithro (~tim@unaffiliated/mithro)
10:39.23*** join/#oe otavio (~otavio@debian/developer/otavio)
10:40.30*** join/#oe lrg (~lrg@slimlogic.co.uk)
10:42.44CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * rf87932855c 10openembedded.git/recipes/powervr-drivers/bc-cube_0.2.0.bb: bc-cube: add libgles-omap3-x11wsegl to x11 rdepends
10:44.05*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
10:47.23*** join/#oe GNUtoo|laptop (~gnutoo@95.232.142.62)
10:47.52GNUtoo|laptop~curse orange
10:47.53ibotMay you be reincarnated as a Windows XP administrator, orange !
10:49.14GNUtoo|laptopthey are blocking all ports....
10:49.25GNUtoo|laptopI'll have to use a ssh proxy for git
10:49.28GNUtoo|laptoptoo
10:49.33GNUtoo|laptops/git/oe
10:49.56*** join/#oe julianpid (~julianpid@firewall.ctxuk.citrix.com)
10:51.07XorAGNUtoo|laptop: that is the reason I setup OpenVPN :-)
10:51.14GNUtoo|laptopblocked too
10:51.19GNUtoo|laptopit's on port 443 udp
10:51.26XorAmine is on 443 tcp
10:51.27GNUtoo|laptoponly ssh -D is left
10:51.36GNUtoo|laptopssh -D is on port 443 tcp
10:51.44XorAwith openvpns ability to share with https it rocks
10:52.21GNUtoo|laptopI know
10:52.25GNUtoo|laptopbefore they added that support
10:52.32GNUtoo|laptopI used a perl script
10:52.35GNUtoo|laptopfor doing that
10:55.25XorAcool
10:55.37XorAit would be extra cool to have all three :-)
10:56.41GNUtoo|laptopall 3 is impossible
10:56.47GNUtoo|laptopbasically it work this way
10:57.03GNUtoo|laptopit detects https or ssh/vpn
10:57.12GNUtoo|laptopusing the fact that one talk first
10:57.18GNUtoo|laptopand the other wait
10:58.57XorAah didnt know that
11:02.12*** join/#oe GNUtoo|laptop (~gnutoo@95.232.142.62)
11:12.26*** join/#oe kergoth_ (~kergoth@ip24-251-170-95.ph.ph.cox.net)
11:14.31*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
11:16.28*** join/#oe Kevin` (~kevin@rrcs-67-52-47-69.west.biz.rr.com)
11:16.56*** join/#oe jconnolly|away (~jconnolly@firebug.buglabs.net)
11:17.16*** join/#oe ensc|w (~ensc@www.sigma-chemnitz.de)
11:18.44RPmorning all
11:18.52woglindehi RP
11:26.00GNUtoo|laptophi woglinde
11:26.10GNUtoo|laptopbtw how do I put everything under a proxy?
11:26.17GNUtoo|laptopI need :
11:26.21GNUtoo|laptopgit pull for oe
11:26.25GNUtoo|laptopautorev things
11:26.27GNUtoo|laptopetc...
11:26.30woglindedont know
11:26.32woglindesorry
11:26.37GNUtoo|laptopok
11:26.42GNUtoo|laptop~curse orange
11:26.43ibotMay you be reincarnated as a Windows XP administrator, orange !
11:26.49GNUtoo|laptop(again)
11:27.26XorAsockisfy?
11:27.40RPGNUtoo|laptop: setup your ~/.ssh/config file to use the proxy
11:27.41XorAwas called somelike that, you just do sockify bitbake spanner
11:27.57GNUtoo|laptopah nice
11:27.59GNUtoo|laptopthanks a lot
11:28.17XorAremembers having to do that many years ago at wolfson
11:28.36RPdoes this behind the corporate firewall
11:28.44GNUtoo|laptopisn't there a variable
11:28.48GNUtoo|laptoplike http_proxy?
11:29.06GNUtoo|laptopbecause my proxy is ssh
11:29.16GNUtoo|laptopI don't remember how to setup a vpn with ssh
11:29.21GNUtoo|laptopand that require root access
11:29.30*** join/#oe aloisiojr (~aloisio@200.184.118.136)
11:29.33GNUtoo|laptopand ubuntu-based uses sudo
11:30.12XorAhttp://manpages.ubuntu.com/manpages/jaunty/man1/socksify.1.html
11:31.13GNUtoo|laptopthanks a lot!!!
11:35.46*** join/#oe methril_work (~methril@201.35.65.90)
11:39.23GNUtoo|laptopXorA, http://pastebin.com/AXKn8eAv
11:39.28GNUtoo|laptopand it didn't work
11:39.33GNUtoo|laptopit's dante.conf
11:40.05XorAbugger it certainly used to, I used it many times a few years ago :-(
11:40.07CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * rebc2e1d43a 10openembedded.git/recipes/linux/ (3 files in 3 dirs):
11:40.07CIA-2linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT
11:40.07CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11:40.15CIA-203Martin Jansa <Martin.Jansa@gmail.com> 07org.openembedded.dev * r6117802de8 10openembedded.git/recipes/linux/ (2 files in 2 dirs):
11:40.15CIA-2linux-openmoko-2.6.34: enable XFS, brtfs and GPT in defconfig
11:40.15CIA-2Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
11:40.38GNUtoo|laptopwhere should I look for help
11:40.38GNUtoo|laptop?
11:41.17GNUtoo|laptopor I could try to do an ssh vpn but I don't remmber how to do it,specially the route part
11:47.10GNUtoo|laptopbbs
11:49.17mlipis there some reason, a kernel module (option) doesn't get its entry in modules.dep ?
11:49.35mlipmodprobe fails, while insmod with the right path works :/
11:50.07JaMamlip: was depmod -a called from postinst of package with that kernel module?
11:50.13*** join/#oe GNUtoo|laptop (~gnutoo@95.232.142.62)
11:51.15mlipehm, the package is generated by the standard kernel recipe? so it should i think
11:51.42mlipJaMa: postins script included in the ipk seems to be right
11:52.44JaMaand if you do depmod -a, then modprobe works ok?
11:54.31*** join/#oe mickey|ICE621 (~M@tmo-098-32.customers.d1-online.com)
11:54.58mliptesting
11:58.34mlipJaMa: when I do it everything works
11:59.06mliphttp://pastebin.com/27FRVVmN
11:59.10mlipstandard postinst
12:03.41JaMathen it should work ok as long as 2.6.28.10 is right and the module is really in /lib/modules/2.6.28.10
12:04.31*** join/#oe ldnunes (~ldnunes@189.114.111.55)
12:05.10*** join/#oe mrcan (~harika@78.179.177.124)
12:05.30mlipit is ...
12:05.31*** part/#oe bazbell (~a0192809@nat/ti/x-pfmsxatompeptwgf)
12:06.05mlipusbserial module works; option, cdc-acm do not :/
12:12.45*** part/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
12:23.40*** join/#oe mario-goulart (~user@67.205.85.241)
12:32.23*** join/#oe aloisiojr (~aloisio@200.184.118.136)
12:39.00*** join/#oe matgnt (~matthias@z0701.wist.uni-linz.ac.at)
12:39.40*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
12:41.28*** join/#oe BenLauDC (~benlau@221.125.8.44)
13:05.58*** join/#oe dth_ntb (~dieter@a89-182-85-38.net-htp.de)
13:08.06*** join/#oe aloisiojr (~aloisio@200.184.118.130)
13:08.40*** join/#oe playya (~playya@unaffiliated/playya)
13:15.16*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
13:16.45*** join/#oe etrunko (~edulima@201.53.213.176)
13:20.42*** join/#oe GNUtoo|htcdream (~GNUtoo@ABordeaux-152-1-28-67.w83-193.abo.wanadoo.fr)
13:45.39*** join/#oe gchiii (~gchiii@adsl-76-255-12-150.dsl.mrdnct.sbcglobal.net)
13:47.24*** join/#oe kergoth (~kergoth@ip24-251-170-95.ph.ph.cox.net)
13:49.22*** join/#oe jpereira (~jpereira@unaffiliated/jpereira)
13:56.31*** join/#oe GNUtoo|laptop (~gnutoo@ABordeaux-152-1-28-67.w83-193.abo.wanadoo.fr)
14:08.07*** join/#oe marcosmamorim (~marcos@187.34.227.37)
14:12.44*** join/#oe kristoffer (~kristoffe@95.209.19.15.bredband.tre.se)
14:23.17*** join/#oe Spz0 (~a@97-120-163-154.ptld.qwest.net)
14:38.43IgorKgood morning
14:40.02IgorKhere is another trouble from me: http://paste.pocoo.org/show/239383 :)
14:52.06*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
14:52.11*** join/#oe jansam (~jansam@chaos.mk.cvut.cz)
14:59.17*** join/#oe etrunko (~edulima@201.53.213.176)
15:02.39*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
15:04.21*** join/#oe JaMa (~martin@161-24.13.24.78.awnet.cz)
15:06.00*** join/#oe GNUtoo|laptop (~gnutoo@95.232.142.62)
15:06.13IgorKanybody knows what is going on here?
15:06.17*** part/#oe mlip (~mlip@62.218.44.194)
15:12.10florianThis looks pretty much broken...which OE tree is this?
15:12.49florianoh and what tries to build firefox?
15:14.30florian"bitbake world" is never a good idea ;)
15:14.50tzangergood morning.  It doesn't appear that the gumstix overo stuff is in the normal OE repo... is this the case, or am I missing something?
15:14.57woglindeseems some people have to much time and too much space
15:15.04tzangerI'd like to use the normal OE repo if possible, I really hate how every vendor seems to want their own "spin" of OE
15:19.02*** join/#oe awozniak (~awozniak@adsl-76-205-222-173.dsl.snlo01.sbcglobal.net)
15:20.08thebohemiantzanger: the problem is that OE dev is a too fast moving target
15:20.40prinzenrollewoglinde?
15:20.56thebohemiantzanger: however you're right, their changes should be pushed into OE dev or stable sometimes. that would reduces headaches for everyone
15:21.12prinzenrollei ve set the qemu param but now the glibc_2.6.1.bb failed :(
15:21.44*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
15:22.00prinzenrollelocaldef returned an error
15:22.01tzangerthebohemian: yes, I have no problem with them going against point-in-time tags ro something, but this total separate repo blows
15:22.33thebohemiantzanger: but the repo is a git one, is it?
15:22.40tzangeryes
15:22.49thebohemiantzanger: so theoretically cherries could be picked and pushed into OE
15:24.43tzangerthat sounds very problematic
15:25.01thebohemianI like buglabs approach. they have a repo of repos and for every change to OE's metadata you have to copy stuff into a separate folder. this allows stuff to ripe there and you have a clear idea of what needs to be merged back into OE (as long as there is something in this overlay folder -> work is needed to port it back to OE)
15:26.09hrwthebohemian: good to know that someone likes that layout
15:26.30hrwI made it that way before my leave to make things easier for next devs
15:26.34thebohemianhrw: its your baby, isnt it?
15:26.51hrwyes
15:26.56thebohemianhrw: yeah, I think it makes totally sense
15:27.32thebohemianhrw: maybe we should document the approach in the wiki and so help 'customers' to find their way to use OE
15:28.06IgorKflorian: its OE_HEAD, don't know who builds firefox and Im building angstrom-gnome-image
15:28.09hrwthere are many ways to do such setup
15:30.24*** join/#oe mrc3 (~mrc3@nat/ti/x-hhurqrlxzkiehkur)
15:31.38*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
15:32.32florianIgorK: you don't wnat's this for your board ;)
15:33.30IgorKu mean I dont want gnome? is it too big for it? or something else?
15:34.40IgorKgpe from OE_HEAD is un-buildable... :-(
15:51.37*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
15:53.37*** join/#oe CosmicPenguin (~nobody@207-114-132-30.static.twtelecom.net)
16:01.50*** join/#oe cminyard (~cminyard@pool-173-57-145-237.dllstx.fios.verizon.net)
16:02.22rphillipsI purged my sources/ svn directory and tarball cache files, but the svn checkout for a package keeps pulling a fixed number... SRCREV=${AUTOREV} in the bb file
16:02.32rphillipsdoes anyone know where the svn revision is cached?
16:03.48*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
16:04.36rphillipsnm... started working somehow
16:07.20*** join/#oe hoj (~hoj@75-147-191-205-Washington.hfc.comcastbusiness.net)
16:08.05*** join/#oe m4t (matt@theorize.org)
16:23.43*** join/#oe dth_ntb (~dieter@a89-182-85-38.net-htp.de)
16:24.50*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
16:30.23*** join/#oe mrc3 (~mrc3@nat/ti/x-uisftsdkswpdxboz)
16:35.36*** join/#oe robtow (~rob@12.156.66.34)
16:48.09ensc|wmmh... gcc 4.4.4 miscompiles u-boot's vsprintf() :(
16:50.42*** join/#oe etrunko (~edulima@201.53.213.176)
16:51.54CIA-203Robert Schuster <robertschuster@fsfe.org> 07org.openembedded.dev * r4f106a90c3 10openembedded.git/recipes/openjdk/openjdk-6-common.inc: openjdk-6: Reworked packaging (RDEPENDS) to match what users are used to from Ubuntu.
16:52.05CIA-203Robert Schuster <robertschuster@fsfe.org> 07org.openembedded.dev * r4a4c051546 10openembedded.git/recipes/openjdk/openjdk-6-common.inc: openjdk-6: Added manual RDEPENDS for vm-shark and vm-cacao.
16:55.29ensc|wit seems to swap the two words of uint64_t in put_dec()
16:56.31*** join/#oe methril_work (~methril@201.35.65.90)
16:56.48*** join/#oe warflyr (warflyr@c-76-25-242-34.hsd1.co.comcast.net)
16:57.21warflyrdoes angstrom have a script htat is executed autmatically (like /etc/rc.local in debian); or do i need to create my own init script?
17:03.43*** join/#oe Crofton (~balister@pool-96-240-180-89.ronkva.east.verizon.net)
17:05.29*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
17:06.10*** join/#oe toi (~toi@d54C2AA76.access.telenet.be)
17:06.59*** join/#oe ldnunes (~ldnunes@189.114.111.55)
17:20.39*** join/#oe stefan_schmidt (~stefan@p5B034050.dip.t-dialin.net)
17:25.39khemensc|w: interesting
17:25.49khemensc|w: have you created a small testcase ?
17:26.08ensc|wkhem: I am about it...
17:26.23khemensc|w: sometimes people dont use volatile for serialised access
17:26.40khemand rely on compiler which is incorrect assumption
17:28.02ensc|wI do not think that this is a volatile think;  when I do '++num' outside the loop in put_dec(), buffer will be filled with '0'. When I do it inside, buffer is '1'
17:28.31ensc|wwhen doing num |= 0x23ffffffffull, there is given out '35'
17:41.56khemensc|w: I did not get it but I will wait for testcase
17:51.27khemwarflyr: it should have boot up scripts look into /etc/rc stuff if you want to customize it then you can
17:58.38*** join/#oe ka6sox (~ka6sox@nslu2-linux/ka6sox)
18:01.07*** join/#oe DJWillis (djwillis@cpc1-bath2-0-0-cust327.aztw.cable.virginmedia.com)
18:04.17*** join/#oe dth (~dieter@a89-182-85-38.net-htp.de)
18:12.00*** join/#oe mnabil (~mnabil@41.234.71.240)
18:13.13*** join/#oe kgilmer (~kgilmer@host-72-175-248-130.static.bresnan.net)
18:29.47*** join/#oe dth (~dieter@a89-182-85-38.net-htp.de)
18:31.50*** join/#oe toi (~toi@d54C2AA76.access.telenet.be)
18:33.07*** join/#oe robtow (~rob@12.156.66.34)
18:44.02*** join/#oe Andy_ (~Andy@97-126-86-5.tukw.qwest.net)
18:46.44*** join/#oe etrunko (~edulima@187.75.148.141)
18:54.04ensc|wkhem: I am not able to reproduce the error under linux and have to stop now;  I put the code + some debugging at http://pastebin.com/zZ2AjnJw
18:54.26warflyrim recieving the error:  ERROR: QA Issue with autossh: No GNU_HASH in the elf binary: '/ninja/build/tmp/work/armv7a-angstrom-linux-gnueabi/autossh-1.4b-r0/packages-split/autossh/usr/bin/autossh'; i cant seem to find any solutions for it online but i did find one post where someone said they are ignoring QA errors; how can i ignore QA errors?
18:54.34ensc|wput_dec() is called there with '3', '2', '1' (see r2 reg)
18:54.48*** join/#oe dth_ntb (~dieter@a89-182-85-38.net-htp.de)
18:55.01ensc|w'fp' should be filled with the 'r2' value but is always 0
19:01.51*** join/#oe kristoffer (~kristoffe@95.209.19.15.bredband.tre.se)
19:02.45*** join/#oe toi (~toi@d54C2AA76.access.telenet.be)
19:08.26*** join/#oe florian (~fuchs@Maemo/community/contributor/florian)
19:09.17tzangerhmm
19:09.21tzangerNOTE: The localpath does not exist 'sources/expat-2.0.1.tar.gz'
19:09.24tzangerhow does one get around that?
19:09.27ensc|whmm... seems that strd is not working at this time...
19:09.38tzangerI tried bitbake -cclean expat and then bitbake expat, but it's the same thing
19:09.39ensc|wperhaps a stack alignment problem...
19:09.55tzangerI had erased the stamp files for expat beforehand but then remembered tha tbitbake had a better way (-cclean)
19:12.33ensc|wkhem: yep; stack was not aligned. so no gcc problem... (at least not this time ;))
19:16.38khemensc|w: nice
19:17.11khemyeah casting is another nightmare where people assume a char* is same as int*
19:17.48khemwarflyr: I would suggest not to ignore QA errors but fix them
19:17.57khemwarflyr: this error has a simple fix
19:18.57khemwarflyr: add TARGET_CC_ARCH += "${LDFLAGS}" in the autossh recipe
19:23.54kergothRP: ping
19:26.03CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * r9a3b603429 10openembedded.git/conf/distro/include/sane-srcrevs.inc: opkg: bump SRCREV to 543
19:27.59*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
19:31.07*** part/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
19:37.48*** join/#oe otavio (~otavio@debian/developer/otavio)
19:39.42*** join/#oe ensc (~irc-ensc@fedora/ensc)
19:41.02*** join/#oe pb__ (~pb@blundell.swaffham-prior.co.uk)
19:41.56*** join/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
19:50.33*** join/#oe playya_ (~playya@unaffiliated/playya)
19:53.25*** part/#oe thebohemian (~rschus@p5DDC267B.dip.t-dialin.net)
20:24.56*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
20:25.36warflyrkhem thanks, that did the trick
20:30.31*** join/#oe mrc3 (~mrc3@nat/ti/x-dmzggwxmgpeoelbc)
20:30.46*** join/#oe jconnolly (~jconnolly@firebug.buglabs.net)
20:35.42*** join/#oe otavio (~otavio@debian/developer/otavio)
20:36.25*** join/#oe otavio (~otavio@debian/developer/otavio)
20:41.21*** join/#oe ldnunes (~ldnunes@189.114.111.55)
20:45.06*** join/#oe Martin-B (~martin@pool-148-65-198-89.dbd-ipconnect.net)
20:50.01*** join/#oe kgilmer (~kgilmer@host-72-175-249-108.static.bresnan.net)
20:59.26*** join/#oe hansdampf (~moritz@212.77.183.160)
21:04.37*** join/#oe marcosmamorim (~marcos@187.56.201.210)
21:06.25*** join/#oe mickey|munich (~M@tmo-104-224.customers.d1-online.com)
21:09.13*** join/#oe marcosmamorim1 (~marcos@187.34.227.107)
21:32.47*** join/#oe mnabil (~mnabil@41.234.69.1)
21:35.04Andy_what would be the best way to install a program to run under qemu-386 inside of a oe linux image for my embedded system?
21:37.10kergothyou already have the image, and just want to add another package to it?
21:37.42Andy_well I want to install a package to run through qemu-386 emulation
21:39.02kergoth?
21:39.12kergothagain, do you already have an oe built filesystem for qemu?
21:39.49Andy_yes I have the basic bootstrap image currently reading up on configuring packages for my own modified distro
21:41.52Andy_I'm not sure if it's as simple as running my image in qemu-system-arm and installing the packages etc... and then just copying that from my rootfs over to a sd card etc...  or If I need to make a recipe that configures the package
21:47.52*** join/#oe ant__ (~andrea@host169-189-dynamic.60-82-r.retail.telecomitalia.it)
21:47.56*** join/#oe mickeyl (~mickey@80.81.242.146)
21:49.28Andy_kergoth: I'm trying to accomplish the this...  arm->qemu-386->x86 package
21:52.42khemAndy_: you can create an image with all stuff cross compiled
21:52.47khemthat will be easy
21:53.42Andy_well the package I want to run isn't cross compilable at the end of that chain, or currently it isn't
21:54.04Andy_atleast not to my knowledge
21:55.38khemyou can do lot of qemu dance but if it can be done make it compilable under cross env
21:55.49khemthat will be easier to maintain also
21:56.16*** join/#oe marcosmamorim (~marcos@189.110.124.67)
21:56.37Andy_well for the time being aside from porting the code to cross compilable, is there a good approach for making a package that runs through x86 qemu?
21:58.42khemAndy_: look into impactlinux.com
21:58.51khemmay be thats more suited for what you want
22:00.52Andy_I like what I've seen thus far of OE not sure why I would want to switch to a different cross compilation / linux image creation tool chain
22:01.58*** join/#oe dijenerate (~dijenerat@64.210.44.37)
22:02.41khemAndy_: you could boot qemu from nfs
22:02.50khemand then do the stuff you want
22:02.59khemin the end create an image
22:03.11khemwhich will have whatever you built
22:03.25khemthis all will be a hack
22:04.18Andy_ok that is what I was thinking I was going to have to do, just wasn't sure if there was a cleaner approach
22:06.42khemyou could look into how locales are generated in glibc
22:08.18Andy_how would changing the character set information with glibc help?
22:08.44Andy_this all looks like localization info to me
22:11.26khemglibc uses qemu-arm to generate locales for arm system on you rbuild box
22:11.31khemthats how it will help
22:12.00Andy_oh
22:12.25Andy_thanks khem
22:13.59*** join/#oe methril (~methril@189.27.130.53.dynamic.adsl.gvt.net.br)
22:29.54Jay7khem: seems your PowerDeveloper proposal will be accepted
22:39.08CIA-203Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * r1453178a02 10openembedded.git/conf/distro/include/sane-toolchain.inc:
22:39.08CIA-2sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.
22:39.08CIA-2Signed-off-by: Khem Raj <raj.khem@gmail.com>
22:39.20CIA-203Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * re9fe87a13c 10openembedded.git/conf/ (21 files in 3 dirs): (log message trimmed)
22:39.20CIA-2distro: Move thumb into distro features
22:39.20CIA-2* Currenlty we define the thumb specific overrides in machine tune files
22:39.21CIA-2and as machine conf files are included before the distro conf files
22:39.21CIA-2the overrides dont get right values and set incorrectly.
22:40.08kergothhah! i forgot the old OZ buildroot is still in sourceforge cvs
22:41.03kergothhmmmmm
22:58.04*** join/#oe kergoth_ (~kergoth@ip24-251-170-95.ph.ph.cox.net)
23:06.49tzangerhey guys
23:07.04tzanger(dammit, now I have to watch The Goonies)
23:07.06tzangerNOTE: The localpath does not exist 'sources/expat-2.0.1.tar.gz'
23:07.19tzanger^^ I'm trying to build expat, but it's throwing this up
23:07.47tzangerI had the connection drop so it failed to untar, so I deleted the file and also the stamp files in order to make OE grab it again
23:08.14tzangerwhen that didn't work I remembered that "bitbake -cclean expat" is a better way to do that, but after running it and then "bitbake expat" it's throwing this error now
23:11.27kergoth_did you forget to remove the .md5?
23:13.27tzangeroh, perhaps
23:16.45kergoth_the .md5 is the indicator that it doesn't need to fetch that file -- its complete
23:17.03ant__ah, well, now console-image is building jack
23:23.00*** join/#oe etrunko (~edulima@187.75.148.141)
23:23.14*** join/#oe grg (~grg@eth7090.sa.adsl.internode.on.net)
23:33.44CIA-203Chase Maupin <chasemaupin03@gmail.com> 07org.openembedded.dev * red482f3982 10openembedded.git/ (9 files in 9 dirs):
23:33.45CIA-2remove dm3730-am3715-evm machine type references
23:33.45CIA-2* Removed references to the dm3730-am3715-evm machine type
23:33.45CIA-2and replaced with dm37x-evm and am37x-evm machine types.
23:33.45CIA-2Signed-off-by: Chase Maupin <chase.maupin@ti.com>
23:33.51*** join/#oe dth (~dieter@a89-182-85-38.net-htp.de)
23:39.44*** join/#oe dth (~dieter@a89-182-85-38.net-htp.de)
23:51.16*** join/#oe playya (~playya@unaffiliated/playya)
23:51.51*** join/#oe dth (~dieter@a89-182-85-38.net-htp.de)
23:52.11*** join/#oe fraxinas (~quassel@p4FD660AA.dip.t-dialin.net)
23:54.25*** join/#oe playya (~playya@unaffiliated/playya)
23:54.36tzangerkergoth_: hmm, okay that worked, unfortunately it seems that my connection wasn't interrupted; the archive's damaged

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