IRC log for #oe on 20100711

00:20.40*** join/#oe GNUtoo|laptop (~gnutoo@50.118-226-89.dsl.completel.net)
00:26.01*** join/#oe flo_lap (~fuchs@Maemo/community/contributor/florian)
00:45.45*** join/#oe hillct (~hillct@cpe-174-109-201-200.nc.res.rr.com)
01:18.38*** join/#oe raster (~raster@enlightenment/developer/raster)
01:45.28*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
01:45.43dcordeskhem, ping
01:46.18dcordeskhem, got problems building glib with gcc-4.4.4 on armv7
01:47.36dcordeskhem, the 4.4.5 test with angstrom distro failed unfortunately. something in the depency tree wanted csl toolchain again
01:50.24dcordeskhem, I'm pinging you about the 4.4.4 cause I've seen you adding some stuff and mentioning armv7..
01:50.42dcordesI didn't see that error building from scratch few days ago with same configuration
01:52.29khemdcordes: someone upgraded glib
01:53.27khem211fb05d665e95192cf4d4b81dfa89fde04359cf
01:54.12khemwhat failed with 4.5
01:55.04dcordesI think it was also something about glib
01:55.09dcordestbh I didn't note it
01:55.16dcordestinderbox might have the answer. let me take a look
01:58.51khemdcordes: send an email to mailing list do Stanislav knows
02:04.18*** join/#oe fraxinath (~quassel@p4FD64EE5.dip.t-dialin.net)
02:04.40dcordeskhem, is it necessary to put something special into subject ?
02:05.19khemdcordes: for now PREFERRED_VERSION_glib-2.0-native = "2.24.0"
02:05.27khemin your local.conf
02:05.38khemshould choose the previous version
02:06.25khemdcordes: or alternatively you can add libiconv to DEPENDS
02:07.21khemhmmm that one will not work because we dont seem to have recipe for libiconv-native
02:07.23dcordeskhem, Im reporting it anyway
02:07.31khemyou should
02:07.41khemmostt probably he has libiconv installed on his box
02:08.00khemyou can install libiconv on the build box and it will work for you
02:08.52khembtw this failure should happen with any compiler
02:09.18dcordesaha so it's something new to add to the sanity  checker for host ?
02:09.52dcordescrap I forgot I'm on the machine where I have no #
02:09.56khemor remove usage of libiconv from glib
02:10.33dcordeshm pity. no libiconv-native
02:10.40dcordesI think oe needs more *-native :)
02:10.52mwester_Phht!
02:11.37mwester_If we had just a few more -native recipes, we might as well reboot the host into "oe-native" to do the build. :p
02:12.00dcordessounds good
02:12.01mwester_Thank goodness for ASSUME_PROVIDED
02:12.54mwester_But to be serious, I wonder how far away we really are from being able to chroot into an OE-native fs... and would that have any benefit?
02:14.00dcordescrazy
02:14.02khemmwester: we still dont build toolchain for build
02:14.04khem:)
02:14.20khemonce we start doing that then we are almost there
02:14.32khemso we will be building two distro
02:14.32dcordeskhem, seems like you're right. here is the error
02:14.38dcordes| gconvert.c:55:2: error: #error GNU libiconv not in use but included iconv.h is from libiconv
02:15.22khemdcordes: you can choose previous version in local.conf and report the issue in ml
02:15.28khemand quote the commit too
02:15.31*** join/#oe BenLauDC (~benlau@221.125.8.44)
02:15.38dcordesaight
02:16.56khemand continue with 4.5 :)
02:17.36dcordeskhem, but then it will give me the code sourcery bs again
02:18.02dcordeskhem, which commit should I quote? there are  several glib things
02:20.28khemdcordes: I mentioned it a while ago
02:20.45khemwhat CS thing does it want
02:20.57dcordesah see the hash
02:21.49dcordesok mail sent
02:22.47khemdcordes: how did you select 4.5
02:22.57khemI know you send your local.conf
02:23.02khemcan you repaste it
02:23.22dcordesPREFERRED_VERSION_gcc-cross = "4.4.4"
02:23.23dcordesPREFERRED_VERSION_gcc-cross-initial = "4.4.4"
02:23.23dcordesPREFERRED_VERSION_gcc-cross-intermediate = "4.4.4"
02:23.23dcordesPREFERRED_VERSION_binutils-cross = "2.20.1"
02:23.38dcordesthis what I was using now when I encountered glib-2.0 libiconv problem
02:23.40dcordesas seen on ml
02:23.54khemand what happens if you change 4.4.4 to 4.5
02:24.48dcordes1sec
02:25.52dcordeslol I set 4.4.5 yesterday
02:26.33dcordesexplains why I got nice codesourcery offered
02:26.52dcordesok will do rm -rf and build with 4.5
02:27.42dcordesPREFERRED_VERSION_gcc-cross = "4.5"
02:27.42dcordesPREFERRED_VERSION_gcc-cross-initial = "4.5"
02:27.43dcordesPREFERRED_VERSION_gcc-cross-intermediate = "4.5"
02:27.43dcordesPREFERRED_VERSION_binutils-cross = "2.20.1"
02:27.43dcordesPREFERRED_VERSION_perl-native = "5.10.1"
02:27.43dcordesPREFERRED_VERSION_glib-2.0-native = "2.24.0"
02:27.46dcordeskhem, looks good ?
02:28.46khemdcordes: yes
02:29.15khemmwester: the box arrived today I just checked my mailbox
02:29.33dcordesthis build I must get an image ! else the rm -rf tmp to image built ratio reaches critical level
02:29.56dcordeskhem, new ARM board ?
02:30.12khemdcordes: no its an old nslu
02:30.18dcordeslol
02:30.33dcordesI have an akita and I mentioned on the list that I offered it to good OE peeps
02:30.40dcordesin that oe devices page
02:30.57mwester_cool
02:31.25dcordesif you know somebody who wants it ping me
02:32.28khemdcordes: btw if you choose gcc 4.5 you should rebuild everything
02:32.37khemdcordes: due to TLS access issue
02:32.40dcordesalready rf'd
02:32.48khemgood job
02:32.56dcordesbaking now
02:33.37dcordeskhem, you happen to know somebody who's good with touchscreen drivers? I have that android ts driver I want to use with tslib
02:34.06*** join/#oe jkridner1 (~a0321898@nat/ti/x-rxyzwbvilsogynfg)
02:34.09khemdcordes: kergoth could help you
02:37.21dcordeskergoth, would be nice if you could take a look https://lists.berlios.de/pipermail/tslib-general/2010-July/000302.html
02:40.16khemmwester: I powered it on and put on network
02:40.24khemdoes not show up in my device lis
02:41.06dcordesthinks he should try evdev too
02:41.06mwester_Yep.  It has the original Linksys firmware put back on it.
02:41.16khemah
02:41.35mwester_For whatever reason, Linksys did not default to DHCP -- they hardcoded 192.168.1.77
02:41.53*** join/#oe hufnus_cicq (~hufnus_ci@69-12-177-67.dsl.static.sonic.net)
02:41.55khemhmmmm and my network is not 192.168.x.x
02:42.01khemits 10.x.x.x
02:42.08mwester_Same for mine.
02:42.19*** join/#oe Openfree (~Openfree`@218.1.217.37)
02:42.51khemmwester: so first thing I should put OE on it
02:43.07khemwhere are directions for firmware change
02:43.14mwester_IIRC, I didi something like "ifconfig eth0:1 192.168.1.100 (etc etc)" to add an IP to the existing NIC on my host, then I could ping it and connect to it with my browser (and set DHCP).
02:43.46mwester_http://www.nslu2-linux.org/   <--- main wiki
02:43.59*** join/#oe jpereira (~jpereira@189.60.161.16)
02:44.08*** join/#oe jpereira (~jpereira@unaffiliated/jpereira)
02:44.18mwester_http://www.nslu2-linux.org/wiki/SlugOS/InstallandTurnupABasicSlugOSSystem   <-- SlugOS install
03:09.26*** join/#oe borg_ (~olaf@p54868DD8.dip0.t-ipconnect.de)
03:13.43*** join/#oe jpereira (~jpereira@unaffiliated/jpereira)
03:17.56CIA-203Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * r1f373112f4 10openembedded.git/recipes/quilt/ (5 files in 2 dirs): (log message trimmed)
03:17.56CIA-2quilt: Add option QUILT_NO_RM_SYMLINKS so follow symlinks with quilt refresh
03:17.57CIA-2* OE now creates symlinks into metadata. This patch allows quilt to
03:17.57CIA-2follow the symlinks so when a patch is refreshed then the result
03:17.57CIA-2happens in the metadata location.
03:37.59*** join/#oe khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
03:46.05*** join/#oe khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
06:13.37*** join/#oe xeon-enouf (~xeon-enou@unaffiliated/xeon-enouf)
06:25.35*** join/#oe zecke (~ich@df01ppp026.eplus-online.de)
06:42.37*** join/#oe eFfeM (~frans@j200125.upc-j.chello.nl)
06:47.10*** join/#oe vaibhav1 (~vaibhav@122.169.90.116)
06:53.03*** join/#oe methril_ (~methril@189.27.129.196.dynamic.adsl.gvt.net.br)
06:53.34eFfeMgm
07:01.03*** join/#oe hillct_ (~hillct@cpe-174-109-201-200.nc.res.rr.com)
07:04.37eFfeMpb_ ping
07:37.33*** join/#oe ao2 (~ao2@cl-35.trn-01.it.sixxs.net)
08:06.50Jay7JFYI: OE profile on ohloh https://www.ohloh.net/p/3928
08:26.27*** join/#oe GNUtoo|laptop (~gnutoo@50.118-226-89.dsl.completel.net)
08:27.20*** join/#oe B_Lizzard (~havoc@athedsl-421257.home.otenet.gr)
08:30.13CIA-203Koen Kooi <koen@openembedded.org> 07org.openembedded.dev * ra9b120b534 10openembedded.git/recipes/gcc/ (2 files): gcc csl 2007q3: hack to fix build
08:46.42*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
08:48.05*** join/#oe arun (~arun@unaffiliated/sindian)
08:49.29*** join/#oe LeTama (~IceChat7@vau06-1-82-228-252-90.fbx.proxad.net)
08:50.07*** part/#oe fraxinath (~quassel@p4FD64EE5.dip.t-dialin.net)
09:04.39pb__eFfeM: hello
09:04.42*** join/#oe arun (~arun@unaffiliated/sindian)
09:04.51*** part/#oe LeTama (~IceChat7@vau06-1-82-228-252-90.fbx.proxad.net)
09:06.42eFfeMpb__ wnated to discuss with you if it should be base.bbclass or cross.bbclass
09:07.14eFfeMinbetween i did send an email as I'm probably gone in a few minutes and only have little time later today
09:09.48eFfeMand wheter we should also introduce COMPATIBLE_ARCH
09:10.32pb__yeah, I just replied to your mail
09:10.42pb__I don't understand why COMPATIBLE_ARCH is necessary.
09:11.58eFfeMwell e.g. most gcc versions do not support nios2 in any flavour that's why _ARCH could be handy
09:12.34eFfeMneed to go now, back in 30-60 mins
09:13.42pb__right, but you can check that with TARGET_SYS anyway
09:13.58pb__(since TARGET_SYS is, in general, defined in terms of TARGET_ARCH + TARGET_OS)
09:14.12pb__there doesn't seem any need to add a separate check for that
09:18.26*** join/#oe Openfree (~Openfree`@218.1.217.37)
09:26.54*** join/#oe raster (~raster@enlightenment/developer/raster)
09:33.37*** join/#oe zecke (~ich@dsl-62-220-14-162.berlikomm.net)
09:46.48*** join/#oe dos1 (~dos@unaffiliated/dos1)
09:57.26*** join/#oe zenob (~marek@ip-77.222.249.248.spray.net.pl)
10:06.47eFfeMyeah, figured that out about half an hour ago
10:09.01eFfeMpb__ just read your email, somehow I assumed that cross.bbclas would be for recipes running on the host doing things for the target
10:09.10eFfeMis this a wrong assumption?
10:16.19eFfeMCOMPATIBLE_MACHINE is also there and if COMPATIBLE_TARGET_SYS is only used for cross, it is still possible that the system tries to build a non-supported recipe (e.g. for if COMPATIBLE_TARGET_SYS gcc 4.x says it is for sys S only then non S systems will not build gcc-cross 4.x but with a gcc-cross it is still possible to build the gcc 4.x for S
10:16.30eFfeMat least that is my understanding but I can be wrong here
10:25.26*** join/#oe B_Lizzard (~havoc@athedsl-421257.home.otenet.gr)
10:47.49*** join/#oe dth (~dieter@a89-182-75-136.net-htp.de)
10:52.22*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
11:05.57*** join/#oe Heinervdm (~thomas@pD9E167CB.dip.t-dialin.net)
11:09.32pb_eFfeM: you're correct that cross.bbclass is for recipes running on BUILD_SYS and generating code for TARGET_SYS.
11:16.27*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
11:18.44*** join/#oe aszpain (~aszpain@72.67.18.95.dynamic.jazztel.es)
11:19.27dcordesgood day!
11:19.27aszpainI have made an 2.6.28 image... now I want a 2.6.33 image.. how can I change OE to change the default kernel version when doing images?
11:20.24dcordesaszpain, in local.conf put something like
11:20.25dcordesPREFERRED_VERSION_<your-kernel-package-name-here> "2.6.33"
11:20.47aszpainmy kernel package?
11:20.54dcordesaszpain, what is your machine ?
11:20.59aszpainIGEPv2
11:21.04aszpainigep0020
11:21.51dcordesaszpain, all kernel recipes can be found in recipes/linux/
11:22.07Jay7or set DEFAULT_PREFERENCE_<your_machine>="1" in appropriate kernel recipe
11:22.19Jay7but local.conf is better
11:22.47aszpainso u cant upgrade to ANY kernel u want just the ones in the recipes?
11:23.19dcordesaszpain, sure you can. but you need to find out what .bb is providing your kernel first
11:24.00dcordesaszpain, obviously PREFERRED_VERSION_<your-kernel-package-name-here> "2.6.33" assumes that you have 2.6.33 version of that recipe present in OE
11:24.19aszpainhmm let me chekc if it is here
11:24.28aszpainrecipes/linux/ u said right ? ok
11:26.52aszpainwhere is not found
11:27.04aszpainit only has the recipe for 28
11:27.09aszpain:(
11:27.24aszpainso how can I make / get that .BB file?
11:31.12aszpaindcordes.... cant you just copy the .bb file of the 28 as a base for the 2.6.33 ?
11:31.45aszpainmeta/packages/linux/linux-igep2_2.6.28.10-0.bb
11:31.48dcordesaszpain, that's what I usually do
11:31.58aszpainand... does it works?
11:32.28dcordesaszpain, look at the .bb file content and just try
11:32.59dcordesaszpain, on a site note the fact that your recipes are in packages rather than recipes shows that you are not using org.openembdded.dev branch of the oe source tree
11:33.23dcordesaszpain, so you are probably about to do double work
11:34.02aszpainhmmmm
11:34.34dcordesaszpain, 'git branch' to check
11:34.38aszpaingit clone http://repo.or.cz/r/openembedded.git
11:34.46aszpainomg thats what my wiki said
11:35.12aszpainwhy my board provider said me to dl oe from here?
11:35.29dcordesplease use 'git branch' to check what branch you on. it's the one with the asterisk
11:36.21aszpain* org.openembedded.dev
11:36.24aszpainyes it is then
11:36.45aszpainits ok
11:37.56eFfeMpb_ but shouldn't COMPATIBLE_TARGET_SYS also avoid building target recipes that make no sense (e.g. building a binutils or gcc for a target that does not support that target also breaks things
11:39.47pb_yeah, I guess so
11:40.00pb_in absence of a generic toolchain.bbclass, maybe base.bbclass really is the least bad place for that check.
11:40.16pb_it is a bit of a shame to introduce the extra overhead for the 99% of packages that won't benefit from it, but still.
11:40.58eFfeMpb_ i have no better idea
11:40.58CIA-203Paul Eggleton <bluelightning@bluelightning.org> 07org.openembedded.dev * r078d6eadc4 10openembedded.git/conf/machine/ (h4000.conf hx4700.conf): conf/machine: add keymaps to recommended list for h4000/hx4700 to fix record button
11:41.09CIA-203Paul Eggleton <bluelightning@bluelightning.org> 07org.openembedded.dev * r4857a88f7e 10openembedded.git/recipes/keymaps/ (3 files in 3 dirs): keymaps: add keymaps for h4000 & hx4700 to make record button usable
11:41.19pb_though, that said, building gcc for an unsupported target would choke fairly quickly during configure, so I am not quite sure what the extra check really buys you.
11:41.58eFfeMpb_ if you agree with the patch in base.bbclass can you ack the original patch ?
11:42.23eFfeMpb_ I want to avoid that distro's pull in a recipe that is not supported for that target
11:42.48dcordesaszpain, are you uptodate ? 'git pull'
11:43.23pb_ok, fair enough I guess
11:43.34dcordesaszpain, you really should not have a packages dir
11:44.56pb_is it just gcc and binutils that are going to do this?  if so, maybe their own .inc files would be a better place.
11:48.05CIA-203Paul Eggleton <bluelightning@bluelightning.org> 07org.openembedded.dev * r2cc5b6a073 10openembedded.git/recipes/opie-init/opie-init.inc: opie-init: disable special init handling for c7x0 (for w100 which is currently disabled)
11:48.32dcordesmickey|bbl, I am subscribed to the devel ml. few hours ago I sent couple of mails which are not visible in the archive yet. can you check ?
11:50.37pb_could be that your server is greylisted, it will do that if you haven't posted before.
11:51.31dcordespb_, it were the first mails I sent
11:52.32pb_that's probably it then
11:55.10eFfeMpb_ it is as far as I see it now gcc, binutils and *libc; haven't considered doing it locally, maybe it is better to have a generic solution, I can imagine it is useful elsewehre too
11:55.38pb_eFfeM: libc isn't a cross tool, so you can just check for COMPATIBLE_HOST there.
11:56.14pb_it's only the cross ones that are slightly complex.  if that's just gcc and binutils then I would suggest doing it locally in their own recipes
11:56.59pb_or in a compatible-toolchain.bbclass that they all inherit, if you prefer
11:57.21eFfeMpb_ this is not only about cross tools, libc has target specific code it it and if libc does not run on an arch it is pointless to select it as a package or build it
11:57.31pb_eFfeM: right, but you can check that with COMPATIBLE_HOST
11:57.46pb_i.e. there is already a mechanism to do what you need for libc, there is no need to add a new one
11:58.19eFfeMpb_ I agree with the last sentence but thougth COMPATIBLE_HOST only said something about hosts
11:59.00eFfeMe.g. what would I add to glibc 2.4 if I want to specify this is not for nios2
11:59.10pb_COMPATIBLE_HOST = "(?!nios2)"
11:59.39pb_or whatever the notation was for negative regexps
12:00.33eFfeMyour negate is ok, just thought COMPATIBLE_HOST was for saying that things do not run on the build host
12:00.50eFfeMi think COMPATIBLE_HOST is not documented
12:00.58pb_that would be COMPATIBLE_BUILD_SYS or something, which doesn't exist.
12:01.06pb_COMPATIBLE_HOST just tests against ${HOST_SYS}
12:01.20eFfeMpb_ found that
12:02.13eFfeMthought HOST_SYS was for host
12:02.30pb_it is.  I suspect you are confused about what "host" means in this context.
12:02.34eFfeMyes
12:02.44eFfeMwill try this later, got visitors
12:02.50eFfeMthanks alot for your info
12:03.21pb_see the autoconf manual, it has some explanation of the "build"/"host"/"target" terminology
12:03.28dcordespb_, can you whitelist my mailserver then ?
12:03.38pb_dcordes: no, but the greylist will sort it out eventually
12:03.44dcordesok ^^
12:04.05dcordespb_, how long does that usually take ?
12:04.16pb_dcordes: a few hours, I forget exactly how it's configured on discovery
12:04.34pb_I don't have my ssh keys with me now but I can look at it later if your mail still hasn't been delivered.
12:04.56dcordespb_, I sent the first mail 03:21:44 CET
12:05.13pb_ah, it shouldn't have taken that long
12:05.17pb_you didn't get a bounce, presumably?
12:05.21dcordespb_, nope
12:05.43dcordespb_, I have a discovery unprivileged user
12:06.24pb_okay.  if you ping me again later when I am back at home, I will have a poke at the logs and see what has gone wrong.  unless mickey|bbl returns and sorts you out before then.
12:06.32pb_or flo_lap, he also has root on discovery
12:09.11dcordespb_, ok thanks a lot
12:10.03eFfeMpb_ will look at the manual, will get back to this later
12:10.06eFfeMbye
12:10.13pb_righto
12:16.24*** join/#oe pirho (debian-tor@gateway/tor-sasl/pirho)
12:16.43karmakopnewb question
12:17.13karmakopI have built the angstrom image for x86
12:17.25karmakopI have the image files with the root fs
12:17.59karmakopnow I want to add a package so that it is included in the image
12:18.45karmakopI tried adding grub using local.conf
12:19.10karmakopbut grub wasn't included on the image until I removed my tmp folder and built everything again
12:19.16karmakopwhich took 6 hours
12:19.36dcordeskarmakop, you used ANGSTROM_EXTRA_INSTALL ?
12:20.00*** join/#oe zecke (~ich@46.115.203.246)
12:20.25karmakopDISTRO_EXTRA_RDEPENDS += "grub"
12:20.49karmakopthat's how I added grub
12:21.10pb_hi zecke
12:22.07karmakoplooking up ANGSTROM_EXTRA_INSTALL
12:22.53dcordeskarmakop, that's what I use. usually when I rebuild the image then stuff will get built and included without any rm -rf tmp
12:23.55zeckepb_: hi!
12:23.55zeckepb_: what is the temperature like in Cambridge (or close to it)?
12:24.35pb_zecke: mid-high 20s, I think.  we had about 30C yesterday but I think today is a bit cooler.
12:24.37pb_let me look
12:25.12pb_http://www.wunderground.com/cgi-bin/findweather/getForecast?query=zmw:00000.1.03571 says 26.4C today
12:25.58pb_yesterday's high was 31.8C apparently
12:30.00karmakopdcordes: Thanks, looking for the right .bb to add that line in
12:30.53dcordeskarmakop, many image recipes already have a line that includes what you put into ANGSTROM_EXTRA_INSTALL so you can just put it in local.conf
12:31.27dcordeskarmakop, the easiest way is prolly just adding grub and everything else you want directly in the image recipe into IMAGE_INSTALL
12:40.56karmakopdcordes: I'm floundering trying to find the right .bb
12:41.11dcordeskarmakop, what's the bitbake commandline you use for the image ?
12:44.33karmakopbitbake x11-image
12:45.05karmakopdcordes:  sorry, dealing with a 4 year old covered in syrup
12:46.46dcordeskhem, glib-2.0 also failing with  PREFERRED_VERSION_glib-2.0-native = "2.24.0" http://tinderbox.openembedded.net/public/logs/task/6482496.txt
12:46.53dcordeskarmakop, :)
12:47.30dcordeskarmakop, recipes/images/x11-image.bb
12:48.45karmakopdcordes: ahh, missing the images subfolder, just found it with find
12:48.48*** join/#oe orjanf (~onfg@h51baff8c.k3918.sta.perspektivbredband.net)
12:49.22karmakopgoing to try lilo, grub crashed with a floating point exception
12:51.16dcordesoops
12:58.23aszpaindcordes imagine i have my .bb file 2.6.33... what do I have todo for getting bitbake x11-image working with that kernel version?
13:05.58karmakopdcordes: thanks, building now
13:06.54dcordesaszpain, <dcordes> aszpain, are you uptodate ? 'git pull' <dcordes> aszpain, you really should not have a packages dir
13:17.50*** join/#oe mickey|sofa (~mickey@e180136119.adsl.alicedsl.de)
13:19.03dcordesmickey|sofa, hey there :) can you take a look at my devel ml problem ?
13:20.25mickey|sofa?
13:34.09dcordesmickey|bbl, <dcordes> mickey|bbl, I am subscribed to the devel ml. few hours ago I sent couple of mails which are not visible in the archive yet. can you check ?
13:34.32dcordesmickey|sofa, <dcordes> pb_, I sent the first mail 03:21:44 CET
13:35.49mickey|sofalet me check logs, from which email address did you send?`
13:38.00dcordeslukas at htc-linux.org
13:45.13mickey|sofahmm, i don't see any entries
13:46.01mickey|sofado you have a transcript from your mail server that they have been successfully received by linuxtogo.org`
13:46.02mickey|sofa?
13:49.22dcordesmickey|sofa, hm they in sent box
13:50.19dcordesmickey|sofa, I found the problem
13:51.00dcordesmickey|sofa, my mailserver destroys my address. it appends my second name somehow, although I receive mails to address without it
13:51.05dcordesmickey|sofa, very strange
13:51.30dcordesthat explains why nothing ever arrived on tslib and arm linux lists
13:52.41mickey|sofa:)
13:53.02mickey|sofawhich mailserver are oyu using?
13:53.56*** join/#oe methril (~methril@189.27.129.196.dynamic.adsl.gvt.net.br)
13:54.09dcordesmickey|sofa, horde ?
13:54.56Jay7horde have own mail server? :)
13:55.16CIA-203Michael 'Mickey' Lauer <mlauer@vanille-media.de> 07org.openembedded.dev * r58abfe62fe 10openembedded.git/ (4 files in 2 dirs):
13:55.16CIA-2python 2.6: add python-numbers subpackage adding support for numerical APIs:
13:55.16CIA-2Included for now are the modules numbers and decimal
13:55.59dcordesJay7, I don't know that's just the interface. all I know is what it does is pretty braindead
14:05.16*** join/#oe Martin-B (~martin@pool-38-67-198-89.dbd-ipconnect.net)
15:00.04*** join/#oe d_t_h (~dieter@a89-183-13-144.net-htp.de)
15:08.18*** join/#oe JaMa (~martin@161-24.13.24.78.awnet.cz)
15:17.11*** join/#oe dt_h (~dieter@a89-182-94-141.net-htp.de)
15:22.01*** join/#oe B_Lizzard (~havoc@athedsl-431656.home.otenet.gr)
15:30.03*** join/#oe julianpid (~julianpid@firewall.ctxuk.citrix.com)
15:48.36Tartaruskhem: Don't suppose you want to go edit the mipsel site files and see what's mipsel-linux, what's glibc and what's uclibc? :)
15:55.38aszpaindoes the command bitbake -c build recompiles the packets? or it just takes the binaries and pack them?
16:00.01*** join/#oe d_t_h (~dieter@a89-182-89-101.net-htp.de)
16:09.02*** join/#oe dt_h (~dieter@a89-183-1-178.net-htp.de)
16:39.31*** join/#oe dcordes (~dccordes@unaffiliated/dcordes)
17:09.59*** join/#oe aszpain (~aszpain@210.66.18.95.dynamic.jazztel.es)
17:32.57*** join/#oe sicu (~sicu@ti0090a380-dhcp0937.bb.online.no)
17:34.42karmakopin my x11-image.bb file I have modified the ANGSTROM_EXTRA_INSTALL ?= "" to be ANGSTROM_EXTRA_INSTALL ?= "lilo-sh"
17:37.10karmakopbut it doesn't like lilo-sh
17:37.42karmakopso now I'm back to figuring out the grub problem
17:38.14karmakopcan I paste like 5 lines in here or is that against the rules?
17:40.18aszpainwhen you rebuild a kernel changing the .config and you choose one driver to be loaded as module .ko for ex: CONFIG_X=m is thar .ko modules automatically be loaded or you have to manual insmod it?
17:45.41karmakopaszpain: lsmod after boot and see if it's there?
17:47.20aszpainok
17:47.47karmakopI will warn you that I'm a total newb
17:48.18karmakopI have yet to get my image to boot :)
17:48.19aszpainone question: I did a bitbake x11-image... and I have all the images and so... but now I want to change some kernel property like CONFIG_HID=y how can I easily do it with oe?
17:48.31aszpain:)
17:49.26karmakopHere is something I found that is very similar to my grub issue if not exactly the same:
17:49.31karmakopUsing the latest grub version (0.97-15) I'm unable to install grub on a ext2 formatted device using the following command:
17:49.31karmakopgrub> setup (hd1)
17:49.31karmakopresults in:
17:49.31karmakopgrub> setup (hd1)Floating point exception
17:49.31karmakopRecompiling grub without the grub-inode-size.patch resolves this issue.
17:50.04karmakopso doing a find in the openembedded folder I get:
17:51.13karmakop./recipes/grub
17:51.13karmakop./recipes/grub/grub-0.97
17:51.13karmakop./recipes/grub/grub-0.97/grub-support-256byte-inode.diff
17:51.13karmakop./recipes/grub/grub-0.97/grub-0.97-disk_geometry-1.patch
17:51.13karmakop./recipes/grub/grub_0.97.bb
17:52.03karmakopsince there is a patch there I am wondering if it has already been applied and if I can undo it and try without
17:52.07*** join/#oe B_Lizzard (~havoc@athedsl-431656.home.otenet.gr)
18:00.40*** join/#oe playya (~playya@unaffiliated/playya)
18:03.33*** join/#oe jkridner1 (~a0321898@nat/ti/x-tlccohxuspybxgzp)
18:20.28*** join/#oe noemimad28 (~aszpain@251.67.18.95.dynamic.jazztel.es)
18:21.24*** join/#oe kergoth_ (~kergoth@ip24-251-170-95.ph.ph.cox.net)
18:23.56*** join/#oe martin_B (~martin@pool-103-67-198-89.dbd-ipconnect.net)
19:21.49*** join/#oe dos11 (~dos@unaffiliated/dos1)
19:23.59*** join/#oe hansdampf (~moritz@212.77.182.11)
19:24.29*** join/#oe otavio (~otavio@debian/developer/otavio)
19:27.05*** join/#oe WielkiTost (~dos@unaffiliated/dos1)
19:34.21*** join/#oe dos11 (~dos@unaffiliated/dos1)
19:45.04*** join/#oe CMoH-notebook (~cipi@95.76.71.81)
19:50.23*** join/#oe playya_ (~playya@unaffiliated/playya)
19:54.06*** join/#oe dos11 (~dos@unaffiliated/dos1)
19:59.43khemTartarus: what do you mean
19:59.59khemis gripped to final atm
20:04.08*** join/#oe dos11 (~dos@unaffiliated/dos1)
20:14.25*** join/#oe pb__ (~pb@blundell.swaffham-prior.co.uk)
20:42.58*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
20:49.15*** join/#oe Heinervdm (~thomas@pD9E167CB.dip.t-dialin.net)
20:53.05*** join/#oe flo_lap (~fuchs@Maemo/community/contributor/florian)
21:07.16*** join/#oe tmartins_ (~zero@187.37.62.54)
21:15.38Tartaruskhem: Frequently, imho, sites/* has generic linux, or generic $arch stuff inside of the arch-linux-libc file
21:33.22*** join/#oe hufnus_cicq (~hufnus_ci@69-12-177-67.dsl.static.sonic.net)
21:47.07*** join/#oe mickey|bbl (~mickey@80.81.242.146)
21:58.07khemTartarus: ah true. However I did not want to clean the mess this time.
21:58.33khemTartarus: the define I added is arch specific infact
21:58.47khemsomeday we should redo the sites
22:28.24*** join/#oe radhermit (~radhermit@radhermit-1-pt.tunnel.tserv3.fmt2.ipv6.he.net)
22:34.34*** join/#oe dcordes (~oedevel@unaffiliated/dcordes)
22:34.42dcordeskhem, others hi
22:35.18dcordeskhem: I started the build again with the proposed glib-2.0-cross downgrade and gcc-cross_4.5
22:35.28dcordeskhem: same libiconv error on glib
22:36.28dcordeskhem: it would be good to finish the build so I can show koen not only 4.4.4 compiled angstrom works well but even 4.5 :)
22:37.00*** join/#oe CMoH-notebook (~cipi@95.76.71.81)
22:42.50Tartaruskhem: I always urge folks when they touch one to clean 'em up
22:42.54Tartarusat least the one they touched :)
22:43.12Tartarussince I bet you'll hit a few more like that, needing to be copy/pasted from mips-linux, and os on
22:45.02*** join/#oe jpereira (~jpereira@unaffiliated/jpereira)
22:47.21khemTartarus: its like a covered shit and I try to put mud over it to cover it
22:47.50khemTartarus: the problem is if  fix something I should morally build that many combo's to verify
22:48.11khembut yes I think it makes sense to clean them up
22:48.24khemdcordes: hmmm
22:48.37khemdcordes: so this is a new machine
22:48.40khemright
22:49.07khemdcordes: I would suggest that install libiconv on this box and then it will work
22:49.16khemthats easiest way around
22:50.21dcordeskhem: ok but I bet others will run into same problem
22:58.32khemdcordes: I know someone should fix the recipe in some way
22:58.48khemdcordes: I dont know why I dont have this problem yet
23:00.30dcordeskhem: if it is a host dependency and there is no libiconv-native, how would it be fixed in the recipe ?
23:00.48khemremoving the dep
23:00.53khemin someway
23:01.06khemit should be doable if someone spends time looking into it
23:01.52dcordeskhem: ok. it was seen as I put it on the ml.. so I will work around it
23:02.22dcordeskhem: question is how. is it easy to create native recipe from the oe libiconv ?
23:07.40dcordeskhem: it seems the host already has a libiconv*.so installed
23:07.56dcordeskhem: do you know by any chance which package is needed in ubuntu ?
23:13.43dcordeskhem: ok we installed all packages containing libiconv in name and still get this line during compile
23:13.49dcordesgconvert.c:55:2: error: #error GNU libiconv not in use but included iconv.h is from libiconv
23:14.09dcordeshttp://tinderbox.openembedded.net/public/logs/task/6487205.txt
23:16.19*** join/#oe grg (~grg@eth7090.sa.adsl.internode.on.net)
23:25.11*** join/#oe raster (raster@enlightenment/developer/raster)
23:32.12khemdcordes: hmm
23:32.26khemdcordes: you are using angstrom right
23:37.21CIA-203Khem Raj <raj.khem@gmail.com> 07org.openembedded.dev * red52cfe058 10openembedded.git/contrib/qemu/run-qemu.sh:
23:37.22CIA-2run-qemu.sh: Add qemumipsel target
23:37.22CIA-2Signed-off-by: Khem Raj <raj.khem@gmail.com>
23:38.25dcordeskhem: yea
23:39.05khemdcordes: can you add OE --with-libiconv=gnu to glibc-2.0_2.24.1.bb
23:40.00dcordeskhem: hm I just reverted to some commit from july 8th and rebuilding now ..
23:40.44khemEXTRA_OECONF += " --with-libiconv=gnu "
23:40.50khemtry that too
23:40.51dcordeskhem: what exactly does that line do ? and why changing in glibc not glib
23:41.03khemI meant glib
23:41.18khemglib-2.0_2.24.1.bb
23:45.50khemdcordes: btw do you have iconv.h on /usr/local/include
23:46.38khemdcordes: infact you should remove all the stuff you have installed in /usr/local
23:51.59*** join/#oe BenLauDC (~benlau@221.125.8.44)
23:53.40dcordeskhem: man... it exists. that stupid admin program messes up entire OE
23:55.20dcordeskhem: I fear we can't just remove it
23:55.37dcordeskhem: is there a way to tell the operating system to not use these libs or only use them fro the admin prgoram ?
23:55.42dcordesprogram

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