**** BEGIN LOGGING AT Thu Jul 27 02:59:56 2006 Jul 27 03:39:46 03justinp 07org.oe.dev * r2cf04cf2... 10/ (1 packages/emacs/emacs_cvs.bb): emacs: fix emacs-el package (ordering of packages caused it to be empty) Jul 27 04:56:44 hi all Jul 27 04:56:50 anyone here? Jul 27 06:09:06 <_law_> morning all Jul 27 06:38:52 yo Jul 27 06:41:34 hi law Jul 27 06:41:51 nice to genesis Jul 27 06:45:01 hey Jul 27 06:45:23 what are the possible options for IMAGE_FSTYPES? Jul 27 06:45:52 tkp: afaik ext2, tar and jffs2 Jul 27 06:45:58 good morning all Jul 27 06:46:16 koen: you how how one might go about adding another? Jul 27 06:46:53 I could just wing it inside image_ipk.bbclass Jul 27 06:47:04 but it would be nice if there was a neeter way Jul 27 06:47:14 I'd like to add one for initramfs Jul 27 06:47:58 which would basically just create a cpio archive Jul 27 06:48:02 I'd look in classes/ for the files using that var Jul 27 06:48:21 ah, so it's all done via the classes... Jul 27 06:48:31 I thought it was internal to bitbake somewhow Jul 27 06:48:34 I'll go looking Jul 27 06:49:26 yeah, I'm sure it is... Jul 27 06:49:35 it's done by a function called bbimage Jul 27 06:51:10 guess I could just create my own class Jul 27 06:51:12 03koen 07org.oe.dev * r463f13e6... 10/ (1 conf/machine/h3900.conf): h3900.conf: remove h5xxx bits Jul 27 06:51:52 hi koen Jul 27 06:51:59 tkp: bbimage just adds type to the overrides, so you just have to provide your own IMAGE_DEPENDS_initramfs, IMAGE_CMD_initramfs, etc. Jul 27 06:52:00 does the OE can to build a mips64? Jul 27 06:53:43 oevin: it can build for mips32, but I'm not sure about mips64 Jul 27 06:57:18 koen: then for the mips32. should I how to set the local.conf ..such as MACHINE,TARGET_ARCH,TARGET_OS,DISTRO Jul 27 07:01:06 03koen 07org.oe.dev * redebcdc7... 10/ (1 packages/dri/drm_cvs.bb): drm: inherit pkgconfig Jul 27 07:01:18 oevin: have a look at the other mips machines for inspiration. grep mips conf/machine/*.conf Jul 27 07:04:17 pH5:there are several machines for mips32. Jul 27 07:04:36 * kergoth yawns Jul 27 07:05:42 hey kergoth Jul 27 07:05:45 pH5:what I dont know that whether these mips32-machines would be compatibled by mips64 Jul 27 07:05:46 hey Jul 27 07:07:44 morning Jul 27 07:08:02 hey pH5 Jul 27 07:11:22 oevin: just take what's similar and change what's different. I would set TARGET_CC_ARCH="-march=mips64" in your case, for example. Jul 27 07:12:52 pH5, I get this text, thankssssss Jul 27 07:30:26 morning Jul 27 07:30:44 hey XorA Jul 27 07:32:21 03koen 07org.oe.dev * ra90fd620... 10/ (1 packages/angstrom/task-angstrom.bb): task-angstrom: add some debug stuff Jul 27 07:32:31 03koen 07org.oe.dev * ra7f57ba4... 10/ (1 packages/linux/netbook-pro-kernel_2.6.17.bb): netbook-pro-kernel: update patches Jul 27 07:47:14 I'm trying to pass this to my new bbclass: Jul 27 07:47:17 IMAGE_POSTPROCESS_COMMAND += "cat ${WORKDIR}/stv720.eti >> ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME};" Jul 27 07:47:34 but it seems that ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME} is not poplated in mt bb file Jul 27 07:47:59 is there any way to pass them to the bbclass as is, and then have the bbclass translate the variables? Jul 27 07:58:38 * XorA wonders why his binfmt_misc has to /proc interface Jul 27 07:58:45 s/to/no/ Jul 27 08:01:31 03arjan 07org.oe.dev * r42495379... 10/ (4 files in 3 dirs): linux-h1940: kernel update to 2.6.17 Jul 27 08:10:09 morning Jul 27 08:33:25 03koen 07org.oe.dev * r9f101a66... 10/ (1 conf/machine/h5xxx.conf): h5xxx.conf: fix include for tune-xscale Jul 27 08:44:46 wow... monotone 0.27 is way faster than 0.25! I can actually wait for it to finish now :) Jul 27 08:45:24 Yeah, it's great Jul 27 09:11:14 how do I remove a bitbaked package? Jul 27 09:11:45 mikearthur: in deploy/ipk? Jul 27 09:11:55 mikearthur: wait for koen to clean packages on -cclean Jul 27 09:11:58 from the gpe-image, I know I'll need to rebuild Jul 27 09:13:51 Hmm, I see debug info is split now? (e.g. rootfs/usr/lib/libipkg.so.0.0.0.dbg). Can I omit all .dbg files somehow? Jul 27 09:14:26 wrobbie: omit? they are in different packages?! Jul 27 09:14:52 wrobbie: you could partially undo the cset that introduced .dbg files Jul 27 09:16:20 ah, that doesn't seem to be true for another example, libcrypto0.9.7_0.9.7g-r1_i686.ipk Jul 27 09:17:00 ipkg.0.0.0 is split indeed, didn't see that Jul 27 09:18:33 wrobbie: okay the FILES statement within libcrypto is wrong Jul 27 09:19:11 ah ok. Jul 27 09:19:30 mikearthur: could you point me to your circular dependency loop again? Jul 27 09:19:50 zecke: so the question is, more accurately, how to avoid installing .dbg ipks? :) Jul 27 09:20:22 wrobbie: You mean putting *.dbg files into packages? Jul 27 09:20:29 wrobbie: I doubt that we install .dbg files Jul 27 09:21:38 koen: http://www.openembedded.org/viewmtn/revision.psp?id=684ae194f591c0e473045c75d39e3c8a72ad75b6 Jul 27 09:21:49 is that version working? Jul 27 09:22:04 it didn't crash Jul 27 09:22:25 good enough Jul 27 09:23:26 zecke: I mean, for example, I have usr/lib/libpng12.so.0.1.2.8.dbg in my rootfs, from libpng-dbg_1.2.8-r0_i686.ipk. How can I avoid that? Jul 27 09:23:42 wrobbie: fixing the FILES entries Jul 27 09:24:10 of the packages involved? Jul 27 09:24:21 right Jul 27 09:24:25 fixed it, send patches Jul 27 09:24:35 or wait for godot to fix it for you Jul 27 09:26:17 RP: I didn't get your reply to the OPIE change. Do we violate the package policy? Jul 27 09:26:59 OK thanks, I'll do some testing with FILES Jul 27 09:27:17 wrobbie: I'm currently trying to find the cset that introduced .dbg packages Jul 27 09:27:28 wrobbie: it must contain a change to FILES Jul 27 09:28:03 RP: http://www.openembedded.org/viewmtn/revision.psp?id=12352b7bc5ed816b041b5c82997364952c87b92b Jul 27 09:28:03 Ah, that would be handy then.. Do you do that with mtn log? Jul 27 09:28:08 http://ewi546.ewi.utwente.nl/tinderbox/showbuilds.pl?tree=poky Jul 27 09:28:26 wrobbie: no, viewmtn but that is unsuccesfull Jul 27 09:28:43 RP: I think your patch needs work! Jul 27 09:29:01 zecke: http://www.openembedded.org/viewmtn/revision.psp?id=3b9b571fcf2e69f35b67ea4d0a90a8b2f174d8e5 Jul 27 09:29:15 mtn annotate? :) Jul 27 09:29:29 koen: poky misses that change? Jul 27 09:30:48 koen: somehow our graphs in viewmtn are broken :} Jul 27 09:30:54 koen: they all indicate multiple heads Jul 27 09:31:46 zecke: yeah Jul 27 09:31:55 patches welcome Jul 27 09:32:43 RP: | CC [M] arch/arm/oprofile/../../../drivers/oprofile/oprof.o Jul 27 09:32:44 | sound/soc/pxa/spitz.c: In function 'spitz_init': Jul 27 09:33:05 | sound/soc/pxa/spitz.c:324: error: expected ')' before 'return' Jul 27 09:33:05 wrobbie: just check bitbake.conf Jul 27 09:33:19 wrobbie: so libfoo.so* will give you everything Jul 27 09:37:24 howto appoint the version of gcc? Jul 27 09:38:19 PREFERRED_VERSION_gcc ?= "4.1.1" Jul 27 09:38:19 PREFERRED_VERSION_gcc-cross ?= "4.1.1" Jul 27 09:38:19 PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" Jul 27 09:39:23 depend on only these three options ? please Jul 27 09:39:36 koen: damn. I need to fix the binutils version right? Jul 27 09:39:50 zecke: yes :) Jul 27 09:40:02 I'm about to puke (physically...) Jul 27 09:40:51 zecke: I think I'm still not following.. If .dbg info is nicely split off into libpng-dbg_1.2.8-r0_i686.ipk, then there's nothing wrong with its FILES, right? Only that this -dbg ipk is installed on my rootfs for some reason. Time to take a look at the classes i guess Jul 27 09:41:15 wrobbie: okay again :) Jul 27 09:41:23 wrobbie: we have two variables FILES and PACKAGES Jul 27 09:41:31 wrobbie: PACKAGES says which packages to create Jul 27 09:41:31 bitbake.conf, btw? :) Jul 27 09:41:53 wrobbie: normally we have PN, PN-dev, PN-doc and nw even PN-dbg Jul 27 09:42:05 since when is debug? Jul 27 09:42:21 wrobbie: the FILES_WHATPACKAGE variable says what to put into the package Jul 27 09:42:37 yup, ok Jul 27 09:42:40 woglinde: RP showed us the objcopy function and added dbg packages a couple days ago Jul 27 09:42:55 wrobbie: now some stupid packages do libfoo.so* Jul 27 09:43:04 zecke now oe its more like debian Jul 27 09:43:13 wrobbie: and this matches libfoo.so.dbg libfoo.so Jul 27 09:43:50 wrobbie: these two files would normally land in -dev and -dbg packages Jul 27 09:43:57 wrobbie: but someone blew it up ;) Jul 27 09:44:41 wrobbie: e.g. in the case of openssl.inc one would write FILES_libcrypto = ".so.*" instead of ".so*" Jul 27 09:45:06 hmm I need to get another machine from the rack... Jul 27 09:45:53 koen@bitbake:~/OE/monotone/org.openembedded.dev/packages$ grep 'so\.\*' */*.bb -rn | grep FILE | wc -l -> 255 Jul 27 09:45:57 zecke: 255.... Jul 27 09:46:20 not counting *.inc Jul 27 09:47:09 zecke: would .so.[0-9]* work ? Jul 27 09:47:11 zecke: aaah, I see. libpng is confusing, since it splits off a nice -dbg.ipk, but the .dbg file is also in libpng12-0_1.2.8-r0_i686.ipk. Jul 27 09:47:25 wrobbie: not also :) Jul 27 09:47:33 wrobbie: what we do on packaging is Jul 27 09:47:40 wrobbie: install everything into a tmp dir Jul 27 09:47:52 wrobbie: for each package move files into the package (using FILES) Jul 27 09:53:41 zecke: sorry, was afk Jul 27 09:54:20 basically, I'm trying to remove the gpe-dm init.d stuff from the gpe-image. I've removed the init.d lines from the bitbake file, and rebuilt with -f, but the init.d still starts :s Jul 27 10:02:14 I'm working on a file which inherits from bootimg.bbclass Jul 27 10:02:39 it doesn't seem to make use of SRC_URI, which makes it very hard to include extra files Jul 27 10:03:25 is there some other classs that I can also inherit from that will make the bbfile also use the SRC_URI var? Jul 27 10:03:41 I don't get your question Jul 27 10:03:54 SRC_URI is used by base.bbclass to download your source Jul 27 10:04:05 and base.bbclass is automatically inherited anyway? Jul 27 10:04:32 it's automatically inherited? Jul 27 10:04:36 odd Jul 27 10:04:57 tkp: but try to rephrase your question, I don't get what you are saying Jul 27 10:05:06 ok, sorry Jul 27 10:05:37 I'm inheriting from bootimg.bbclass inorder to make a syslinux bootable image Jul 27 10:05:38 is any file in OE using the bootimg class. So you could take a look on how it is used by others Jul 27 10:06:03 I understand how the class works... and no, noone else seems to be using it Jul 27 10:06:33 but whatever I add to SRC_URI does not end up in the WORKDIR Jul 27 10:07:34 tkp: what is your aim Jul 27 10:07:36 the WORKDIR also seems to be in a nonstandard location (work/mini_itx-linux/ as opposed to work/i586-linux/ Jul 27 10:07:47 tkp: you want a syslinux bootable image Jul 27 10:07:50 to get some extra files into the image Jul 27 10:07:55 yes... Jul 27 10:07:57 tkp: why do you care for SRC_URI? This is what I do not understand Jul 27 10:08:03 but by default, it takes only the kernel Jul 27 10:08:25 because I want to include a file that I have in the files/ directory Jul 27 10:08:38 (my own syslinux.cfg file, and a couple of others) Jul 27 10:08:42 ah okay Jul 27 10:09:08 so , how can I pick up these files, if I can't get to them via WORKDIR? Jul 27 10:09:38 my answer would be you can Jul 27 10:09:50 I have seem other classes use some special magic to get files out of the top level files directory... Jul 27 10:09:57 but I don't want to stick my files in there Jul 27 10:10:20 tkp: take a look at base.bbclass Jul 27 10:10:25 tkp: this is the class copying your files Jul 27 10:10:42 zeckie: ok Jul 27 10:10:59 and you rekon that all bb files inherit from this weather they ask for itt or not? Jul 27 10:11:00 tkp: I just had a quick look at syslinux.bbclass and I think it writes its own syslinux.cfG? Jul 27 10:11:11 tkp: base.bbclass? Jul 27 10:11:16 yes, but I don't wantt to use that Jul 27 10:11:23 as I don't get the controll I need Jul 27 10:11:27 tkp: all .bb and .inc files inherit INHERITS and base.bbclass Jul 27 10:11:49 tkp: bootimg.bbclass inherits syslinux.bbclass Jul 27 10:12:21 yes... But I can provide my own syslinux.cfg file by using SYSLINUXCFG var Jul 27 10:13:37 tkp: I have read that file differently Jul 27 10:13:51 tkp: it will write it stuff to SYSLINUXCFG Jul 27 10:13:57 anyway... Jul 27 10:13:59 have fun Jul 27 10:14:04 :/ Jul 27 10:14:15 enough unpaid volunteer work for today Jul 27 10:14:24 hmm. thats really oddd Jul 27 10:14:36 all of a sudden it decided to honor my SRC_URI :) Jul 27 10:14:39 strange Jul 27 10:14:47 hehe Jul 27 10:14:48 oh well... thanks for your help anyway Jul 27 10:14:55 not strange for me (base.bbclass) Jul 27 10:15:37 no, whats more strange is that it wasn't for the past hour Jul 27 10:15:48 hense my call to #oe Jul 27 10:18:39 I will get some food, fix my open bugs... Jul 27 10:19:24 03koen 07org.oe.dev * rc44b55cb... 10/ (1 conf/machine/h3900.conf conf/machine/h5xxx.conf): h3900.conf,h5xxx.conf: inherit linuxmodules Jul 27 10:20:23 koen: how do you inherit? Jul 27 10:20:29 from within a conf file? Jul 27 10:20:52 INHERIT += Jul 27 10:21:01 like other MACHINE.conf files do Jul 27 10:21:14 ah okay Jul 27 10:21:15 Hi, did anyone try to boot a 128/32MB nbp with Linux? Jul 27 10:21:17 hey Dirk Jul 27 10:21:19 morning all Jul 27 10:21:22 hi koen Jul 27 10:24:48 zecke: your cross-compile patch is really neat! Jul 27 10:25:31 * koen kicks xserver-xorg for having cross-compile BADNESS Jul 27 10:27:54 zecke: any ideas on removing that init.d stuff? Jul 27 10:30:39 mikearthur: just remove inherit update-rc.d bump the PR and be happy? Jul 27 10:30:59 do what now? Jul 27 10:31:04 hey, maybe ssomeone else might find this useful... Jul 27 10:31:07 http://rafb.net/paste/results/PxU7Z953.html Jul 27 10:31:18 could probably do with a little touching up Jul 27 10:31:44 it basically creates an initfamfs cpio archive Jul 27 10:32:34 initramfs* :) Jul 27 10:32:35 tkp: awesome, add it to the bugtracker please Jul 27 10:32:52 zecke.. will do Jul 27 10:32:59 mikearthur: update-rc.d is a bbclass responsible for creating the symlinks in init.d Jul 27 10:33:16 mikearthur: and increasing PR will make sure your newly built package will be used Jul 27 10:33:24 cool Jul 27 10:33:25 cheers Jul 27 10:33:41 and the old packages init.d's just won't be put in gpe-image then? Jul 27 10:39:21 good morning Jul 27 10:44:43 whats the current version of monotone to use? Jul 27 10:45:59 0.27... but iirc 0.26 would be ok too. Jul 27 10:46:09 mikearthur: if you update the PR Jul 27 10:46:52 is 0.28 ok to use, I'm currently on 0.25 Jul 27 10:47:19 I did a succesful pull with 0.28 Jul 27 10:47:27 haven't done mch else yet Jul 27 10:47:30 stupid report Jul 27 10:47:43 cool, I'll get 0.28 then I gues Jul 27 10:47:44 ss Jul 27 10:49:56 anything >0.25 Jul 27 10:51:30 mikearthur: you also need to do a fresh checkout, so save a diff Jul 27 10:51:55 oh ok, so don't update the existing OE.db Jul 27 10:51:57 cool Jul 27 10:52:53 grab http://www.openembedded.org/snapshots/OE.mtn.bz2 Jul 27 10:57:05 mikearthur: save a diff, or take 12h to do rosterify (if you have local commits) Jul 27 10:57:57 just diff the current db and the snapshot? Jul 27 10:58:11 ~lart lilo Jul 27 10:58:12 * ibot acting on orders from an unspecified client drags lilo into court suing for $200 million Jul 27 10:58:24 mikearthur: diff your checkout Jul 27 10:58:28 mikearthur: do you have local changes in your tree? Jul 27 10:58:33 mikearthur: or did you commit stuff? Jul 27 10:58:56 think 1 or 2, I'll make sure to check Jul 27 11:37:30 http://www.angstrom-distribution.org/new-images-for-testing-available Jul 27 11:39:28 hm no simpad Jul 27 11:39:29 :( Jul 27 11:39:48 eabi doesn't support armv4 (yet) Jul 27 11:40:07 well, eabi does, but glibc is completely broken in that regard Jul 27 11:40:55 ~lart firewall admins Jul 27 11:40:55 * ibot hits firewall admins with an anvil and laughs with a contralto voice ... Haha Ha HA Ha Jul 27 12:22:42 mtn --db=/stuff/OE.mtn pull monotone.openembedded.org org.openembedded.dev Jul 27 12:22:48 do I do this for each branch? Jul 27 12:23:06 org.openembedded.{dev,oz354x,packaged-staging} Jul 27 12:23:13 will you work on all branches? Jul 27 12:23:23 dev and oz354x only Jul 27 12:23:34 <_bambam> what kind of key is needed in order to rosterify the oe-db, gpg? Jul 27 12:23:36 so just pull branch1 branch2 Jul 27 12:23:37 ? Jul 27 12:24:22 Bloody unix geeks.. when there's 14 pages of info on how to decode addresses (not including their packed int format), something's seriously overengineered. Jul 27 12:24:34 * NAbyss shakes a fist at DWARF. Jul 27 12:26:30 NAbyss: progress on the survey results? Jul 27 12:26:38 _bambam: none, just download the new snapshot, you don't want to rosterify it yourself Jul 27 12:26:56 zecke: Ugh, forgot about that.. I'll have to look when I'm at home.. working at present, odd hours Jul 27 12:28:50 <_bambam> koen: ah thanks, i only had your migration-link in query ;) Jul 27 12:31:38 monotone 0.28 is too fast, how am I meant to waste time at work now? Jul 27 12:33:10 mikearthur: Add compile loops. ;) Jul 27 12:33:17 mikearthur: make coffee for liam Jul 27 12:33:25 hehe Jul 27 12:33:26 mikearthur: buy stuff on the company credit card Jul 27 12:33:27 well, I am rebuilding a different branch Jul 27 12:33:32 turn on your pdp-11 Jul 27 12:33:35 sadly don't have one Jul 27 12:33:44 mikearthur: I still wait for this firewall admin to reopen the mtn port Jul 27 12:33:55 mikearthur: then I would like to look into the circular dependency Jul 27 12:34:01 mikearthur: do you still hit it/have the logs? Jul 27 12:34:02 zecke: tunnel to ltg? Jul 27 12:34:22 zecke: I can't remember, to be honest Jul 27 12:34:34 koen: well, we have X tunnels already, it is question of principle now... Jul 27 12:34:44 mikearthur: we hit one with libtool, autotools, autoconf Jul 27 12:34:51 oh he opened it :) Jul 27 12:34:59 so I did Jul 27 12:34:59 :) Jul 27 12:35:02 ~hail firewall admins Jul 27 12:35:08 * ibot bows down to firewall admins and chants, "I'M NOT WORTHY!!" Jul 27 12:35:16 * koen obliterates *orinoco* from conf/machine Jul 27 12:35:20 the proxy they installed here is great Jul 27 12:35:28 it, initially, broke all external svn access Jul 27 12:35:37 which made the .dev branch building FUN Jul 27 12:35:45 has still broken git access Jul 27 12:35:57 and disconnects any sustained http download after 15 minutes Jul 27 12:36:07 do anyone know how to clear the flash of the Netbook Pro ("/bin/flash_eraseall -j /dev/mtd0" won't work)? Jul 27 12:36:11 That's pretty buggered. Jul 27 12:36:25 IT people suck, no offence to any of you Jul 27 12:36:26 :) Jul 27 12:36:39 pfff Jul 27 12:36:44 iam it people Jul 27 12:36:46 args Jul 27 12:36:50 I am it people Jul 27 12:36:54 damnit Jul 27 12:37:00 hrms Jul 27 12:37:11 yes, but we such with exponential speed, volume and bandwidth every year Jul 27 12:37:21 s/such/suck/ Jul 27 12:38:55 "In this keynote presentation, Motorola Mobile Devices Corporate VP of Software Greg Besio will offer a vision for how Linux developers can participate in driving continued next-generation mobile offerings. He will describe the advantages of developing mobile applications for Linux" Jul 27 12:38:58 mikearthur: Better than here though.. 5 sec Jul 27 12:39:31 ^-- does that mean motorola is finally going to open up, or is he going do a tutorial on j2me on linuxphones? Jul 27 12:39:51 nchip hm Jul 27 12:40:00 nchip: maybe they hired harald? Jul 27 12:40:04 what jvm is motorla using? Jul 27 12:40:29 koen has motorola a office in shnaghai? Jul 27 12:40:33 an Jul 27 12:41:14 That's from Linuxworld San Fransisco keynotes, anyone here going there? Jul 27 12:41:17 yes Jul 27 12:41:23 they have Jul 27 12:42:10 koen: My personally guess is that another chinese phone company has hired harald. We will see when can can start to talk about it. Jul 27 12:42:52 woglinde: well *daa*, what electronics company does *not* have presence in shanghai? Jul 27 12:42:55 stefan which one? Jul 27 12:43:07 nchip trolltech? Jul 27 12:43:38 hm dont know Jul 27 12:43:42 have to go Jul 27 12:43:47 later guys Jul 27 12:44:22 * zecke stills waits for ROAD to deliver the phone Jul 27 12:44:38 zecke: Which one? Jul 27 12:45:09 stefan_schmidt: www.road-gmbh.de Jul 27 12:45:21 zecke: Which phone? Jul 27 12:45:59 stefan_schmidt: a clam shell device Jul 27 12:46:17 zecke: I thought you mean an ezx device. Jul 27 12:46:35 stefan_schmidt: no, ROAD is a Berlin based start-up creating a phone as well Jul 27 12:46:54 zecke: Nice keyboard. Jul 27 12:46:56 stefan_schmidt: I interned there last year and they are quite far Jul 27 12:47:12 * stefan_schmidt takes alonger look at the website. Jul 27 12:47:30 stefan_schmidt: the pictures are photo-shopped Jul 27 12:47:40 stefan_schmidt: but some guys here can conform that this thing exists Jul 27 12:47:59 zecke: It runs linux? Jul 27 12:48:01 yes Jul 27 12:48:06 fine Jul 27 12:48:07 * koen has played with it Jul 27 12:48:27 stefan_schmidt: it should have a 2.6.18rc kernel, sane kernel drivers Jul 27 12:48:35 ... Jul 27 12:48:37 looks like the nokia commander Jul 27 12:49:04 zecke: So complete gpl drivers? What's about the userspace? Jul 27 12:49:11 zecke: you say that Road thing is running Linux? Jul 27 12:49:22 stefan_schmidt: Qtopia, and Trolltech won't release it as GPL Jul 27 12:49:37 stefan_schmidt: so everything beside Qtopia will be GPLed/BSD Jul 27 12:49:44 :D Jul 27 12:49:57 qtopiaaaargh... Jul 27 12:50:00 zecke: So more or less the same as ezx Jul 27 12:50:08 stefan_schmidt: they have released some of their QtE patches as GPL already Jul 27 12:50:10 zecke: Without port the drivers to 2.6 Jul 27 12:50:18 stefan_schmidt: which OpenEmbedded/OZ happily uses Jul 27 12:50:39 http://www.nokia.co.uk/nokia/0,8764,18191,00.html Jul 27 12:50:44 stefan_schmidt: well, besides that the people employed know about Linux and values of Free Software Jul 27 12:50:55 mikearthur: it runs linux Jul 27 12:50:58 :D Jul 27 12:51:02 I would buy that Jul 27 12:51:07 mikearthur: it is a PXA26X Jul 27 12:51:17 cool Jul 27 12:51:26 I have a PXA27x dev board right here :) Jul 27 12:51:45 pxa26x is just a pxa25x with flash bolted onto it Jul 27 12:51:54 mikearthur: the bulky one? (mainstone) Jul 27 12:51:56 still the same overpriced intel cpu Jul 27 12:52:00 aye Jul 27 12:52:09 koen: hehe, I don't know about the price Jul 27 12:52:13 zecke: Sounds good. Jul 27 12:52:17 koen: but it is a overpriced marvel CPU Jul 27 12:52:52 zecke: xscales are ~$39 each for moderate volumes Jul 27 12:53:25 you can get equally powerfull ARM cpus for half that price Jul 27 12:53:48 zecke: I see no price there. Jul 27 12:54:01 koen: equally powerfull == same degree of integration? Jul 27 12:54:26 stefan_schmidt: I have not visited their office since FOSDEM, I don't know their schedule Jul 27 12:54:44 stefan_schmidt: so currently this phone can not be bought :( Jul 27 12:56:31 stefan_schmidt: do you have experience with the moto package 'format' Jul 27 12:56:39 zecke: :( Jul 27 12:56:42 stefan_schmidt: e.g. packages that link to other libraries? Jul 27 12:56:48 zecke: You mean the firmware format? Jul 27 12:56:57 mkpg or how it is called Jul 27 12:57:01 this tar archive Jul 27 12:57:01 zecke: or you mean mpkg? Jul 27 12:57:14 zecke: yes, freescale even throws in a vfp Jul 27 12:57:19 right :) Jul 27 12:57:36 zecke: A little bit. Just ask. Jul 27 12:58:03 why, if the Road is a linux phone, do the pictures show it running outlook express? Jul 27 12:58:09 stefan_schmidt: take a opie application that needs the libopie2 library Jul 27 12:58:33 stefan_schmidt: how would I install it? have a script that sets LD_LIBRARY_PATH and invokes the right app? Jul 27 12:58:38 mikearthur: well, marketing! Jul 27 12:58:58 mikearthur: One of the goals of ROAD is to provide remote terminal access Jul 27 12:59:10 zecke: Yes, i'm not aware about things like dependicies. Jul 27 12:59:11 mikearthur: e.g. accessing your outlook Jul 27 12:59:20 kk Jul 27 12:59:51 zecke: The "normal" way is to put it all in the package and do things like LD_LIBRARY_PATH Jul 27 13:00:00 zecke: ugly Jul 27 13:00:43 eek Jul 27 13:00:45 zecke: It's a bloated all-in-one package format. :)= Jul 27 13:00:48 :) Jul 27 13:01:07 stefan_schmidt: well, I like the OSX bundles Jul 27 13:01:29 stefan_schmidt: where you have an .app directory and can put dep libraries into a Framework directory Jul 27 13:01:49 stefan_schmidt: and with otool manipulate the rpath :} Jul 27 13:02:03 zecke: But all the new packages has the libraries inside, too? Jul 27 13:03:17 I would like to run a qtopia core app under my zaurus who has qtopia. I could cross compile my application without problem. When I run my application with ./example -qws -v all, it starts the windows, but then it seems like it crashed when I want to do something with the touch. It freez and so I can see the console behind coming to the front. Jul 27 13:03:44 PolicyBased: hey :) Jul 27 13:03:51 hi zecke Jul 27 13:04:16 PolicyBased: I'm not sure but the QWS (windowing system protocol) used by QtopiaCore and QtE/Qtopia on the phone is different! Jul 27 13:04:21 PolicyBased: incompatible Jul 27 13:04:46 hm really Jul 27 13:04:50 PolicyBased: you can either run Qtopia1/Qtopia2 or QtopiaCore4 Jul 27 13:05:18 zecke: So on my zaurus is Qtopia 1.5.4 installed Jul 27 13:05:41 can I shoot down qtopia 1.5.4 and run my qtopia core app? Jul 27 13:06:02 should this work? Jul 27 13:06:16 PolicyBased: I don't know the Sharp.ROM and it is kind of weird to ask in a free channel for proprietary software Jul 27 13:06:29 PolicyBased: as long as Qtopia is not restarted, killall -9 qpe should shut it down Jul 27 13:06:30 yes I know Jul 27 13:06:40 PolicyBased: and still you think it is on topic here? Jul 27 13:06:58 you told me already last time, but you told me too, if I ask in a kind way maybe somebody will help ;-) Jul 27 13:07:00 PolicyBased: I think the sharp stuff played evil tricks using the inittab Jul 27 13:07:08 PolicyBased: that was in #opie ;) Jul 27 13:07:22 ah Jul 27 13:07:23 hm Jul 27 13:07:25 PolicyBased: and more on QtopiaCore (which is badly named but GPL) Jul 27 13:07:26 sorry Jul 27 13:07:42 PolicyBased: best thing. Create a bootstrap image using OpenEmbedded/OpenZaurus Jul 27 13:07:44 PolicyBased: flash it Jul 27 13:07:46 I tried init 2, init 3 as well as init 4 Jul 27 13:08:02 nothing happend Jul 27 13:08:04 PolicyBased: build your custom app, install it, make a start script, let it start be done Jul 27 13:08:23 PolicyBased: Sharp.ROM is really off topic, so please don't talk about it here Jul 27 13:08:24 ah that's sounds easy Jul 27 13:08:50 PolicyBased: two issues: With QtopiaCore it is unlikely that Keyboard and Touchscreen will work on your Sharp Jul 27 13:09:02 I suppose it isn't a sharp rom it is a trisoft rom Jul 27 13:09:08 but I suppose nearly the same Jul 27 13:09:25 I compiled tslib Jul 27 13:09:30 for the touch Jul 27 13:09:48 PolicyBased: well, the driver for tslib inside QtopiaCore shows little understanding of tslib Jul 27 13:09:57 PolicyBased: it might work with pure luck... Jul 27 13:10:24 ~lart people for doing linearisation and dejitter in QtopiaCore instead of letting tslib handle it... Jul 27 13:10:25 * ibot whips out a sword and chops people in half for doing linearisation and dejitter in QtopiaCore instead of letting tslib handle it... Jul 27 13:12:14 zecke so it sounds like a lot of work to create a bootstrap image and after that I'll see, that it won't work Jul 27 13:13:28 PolicyBased: well bootstrap is easy Jul 27 13:13:45 PolicyBased: but I think using QtopiaCore on a real device is something nobody has ever done Jul 27 13:13:59 not within the free software community and not within the proprietray world Jul 27 13:14:01 ah really Jul 27 13:14:21 I could be mistaken Jul 27 13:14:24 but there is also a qtopia core which is open source Jul 27 13:14:56 PolicyBased: http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4.1/images/ Jul 27 13:15:08 PolicyBased: OpenZaurus already has bootstraps (so you don't need to compile) Jul 27 13:15:21 so I have to implement a application which should work under windows, osx as well as linux and also on a embedded device Jul 27 13:15:29 ah ok Jul 27 13:15:56 PolicyBased: try :) Jul 27 13:18:54 njs: I need help with chkeypass Jul 27 13:19:12 ok I try it Jul 27 13:19:19 now I just need so a flash card Jul 27 13:19:25 let's see if I find one Jul 27 13:19:25 njs: once I switched distributions I was not able to enter my pw, so I opened a hexeditor and placed the bytes of the pw in my monotonerc Jul 27 13:19:26 :-D Jul 27 13:19:32 thanks a lot zecke Jul 27 13:19:42 njs: now I want to change the pw but chkeypass is not looking into the monotonerc Jul 27 13:20:27 njs: any advice would be welcome Jul 27 13:22:53 koen: http://bugs.openembedded.org/show_bug.cgi?id=1183 Jul 27 13:22:57 koen: we are morons... Jul 27 13:28:07 okay mtn log and mtn annotate are still useless operations Jul 27 13:29:37 viewmtn is too crippled as well Jul 27 13:34:17 zecke: there's a patch on the monotone list to make annotate faster Jul 27 13:34:25 koen: I have seen it Jul 27 13:34:37 zecke: and the trac plugin includes a python version of mtn log Jul 27 13:35:17 both are >10x faster as plain mtn Jul 27 13:35:27 koen: we point to viewmtn urls Jul 27 13:35:42 koen: the hashes changed though, so I need to find the revs... Jul 27 13:35:56 I was affraid of that Jul 27 13:36:32 koen: well I have a python script that can match the revs by changelog Jul 27 13:36:42 koen: butI can't find it :} Jul 27 13:39:42 morning Jul 27 13:40:48 hey chouimat Jul 27 13:41:32 is there any tool to extract a JFFS2 file system? Jul 27 13:42:42 seb4100: mount? Jul 27 13:47:24 how would I set my preferred kernel version? Jul 27 13:48:02 in your machine configuration? Jul 27 13:48:19 PREFERRED_VERSION_mikeartherleetkernel = "6.3.4.23.423.2.5" Jul 27 13:48:27 s/er/ur/ Jul 27 13:49:06 would my kernel, for a gpe-image, be linux-openzaurus-2.6.17? Jul 27 13:49:37 sorry Jul 27 13:49:42 linux-openzaurus even Jul 27 13:49:49 and just set the versio to 2.6.17? Jul 27 13:51:11 REFERRED_VERSION_linux-openzaurus = "2.6.17" Jul 27 13:51:21 cool, cheers koen Jul 27 13:51:23 but RP pushed a cset that did that last night Jul 27 13:51:34 to oz354? Jul 27 13:51:41 no, to .dev Jul 27 13:51:49 I'm using oz354 :) Jul 27 13:52:21 I made these with .dev: http://www.angstrom-distribution.org/unstable/images/20060727/tosa/ Jul 27 13:52:55 no worries, need to compile my own kernel and that anyway Jul 27 13:56:55 ~lart wlan-ng utils Jul 27 13:56:56 * ibot whips wlan-ng utils with a wet and grimy noodle just because Jul 27 13:57:23 | cp: cannot create regular file `/usr/lib/#inst.30365#': Permission denied Jul 27 13:57:26 ~lart gdal Jul 27 13:57:27 * ibot steals gdal's mojo Jul 27 14:02:57 do13: the wlan-ng-{modules,utils} patches broke again :( Jul 27 14:03:26 re Jul 27 14:05:26 woglinde: wb Jul 27 14:09:13 I think there may be a problem with some of the efl stuff Jul 27 14:09:31 evas includes an evas-config binary Jul 27 14:09:49 yet none of the evas packages inherit from binconfig Jul 27 14:10:14 (as I understand it, they must do this inorder for the *-config binaries to be useful in the staging environment) Jul 27 14:10:30 doesn't evas use pkgconfig nowadays? Jul 27 14:10:54 koen: I'm not sure, but I know it installs this evas-config bin Jul 27 14:11:03 which seems to spew out incorrect information Jul 27 14:11:18 which is screwing up the package I'm working on Jul 27 14:11:31 which relies on the evas-config app for it's configurTION Jul 27 14:12:25 oh, and it appears that it doesn't use pkgconfig Jul 27 14:13:02 at least, my grep turn up no instances of pkgconfig in the efl dir Jul 27 14:13:48 tkp: classes/e.bbclass Jul 27 14:13:58 inherit autotools pkgconfig binconfig Jul 27 14:14:02 koen: ah, ok Jul 27 14:14:06 hmm Jul 27 14:14:23 and it does a 'export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config${@binconfig_suffix(d)}"' Jul 27 14:14:45 hmm Jul 27 14:23:40 ok. my problem lies elsewhere Jul 27 14:23:58 libc.so.6 seems to have some undefined symbols Jul 27 14:24:16 the one which is causing my grief is _dl_tls_get_addr_soft@@GLIBC_PRIVATE Jul 27 14:24:52 would someone mind nm'ing their staging copy of libc.so.6 to check for the presence of this symbol? Jul 27 14:25:07 perhaps it's something to do with my toolchain Jul 27 14:25:22 or maybe oit's normal for this to be missing Jul 27 14:25:47 my staging copy of that lib seems to have 6 undefined symbols Jul 27 14:29:14 koen: Any hints/local.conf's how http://www.angstrom-distribution.org/unstable/images/20060727/ was build? I'd like to build exactly the same image for h4000 and submit rest of patches to add support for it. Jul 27 14:29:51 DISTRO="angstrom-2006.9" Jul 27 14:30:08 that's pretty much everything you need Jul 27 14:30:09 all I can think is that's it a problem with my toolchain version Jul 27 14:30:20 surely these symbols should not be undefined Jul 27 14:30:20 Is bug #291 already fixed? Jul 27 14:30:24 koen: ok, thanks Jul 27 14:30:49 does anyone have details of their config for a fully working x86 toolchain? Jul 27 14:31:17 tienor: check bugzilla Jul 27 14:33:42 koen: it has status 'NEW' but is opened 2005-09-03 without any response Jul 27 14:34:04 tienor: that most likely means it hasn't been fixed yet Jul 27 14:35:40 koen: is there a know workaround for this problem? Jul 27 14:35:57 tienor: like the one n the bug report? Jul 27 14:36:47 XorA: with nptl but i need linuxthreads Jul 27 14:37:12 tienor: It says for the NON NPTL version Jul 27 14:37:51 XorA: :-) Sorry, I need --with-tls Jul 27 14:38:19 tienor: then I suppose you are left finding a cvsdate where that was fixed Jul 27 14:38:21 hi Jul 27 14:38:26 tienor: or not broken to start with Jul 27 14:38:45 XorA: :-(( Jul 27 14:39:03 tienor: could try glibc 2.4, if thats usable on your platform Jul 27 14:40:24 do_install_append() { Jul 27 14:40:24 # the brokenness.... Jul 27 14:40:24 mv ${D}${D}* ${D} Jul 27 14:40:28 * koen cries Jul 27 14:40:43 koen: wonderful Jul 27 14:41:01 XorA: makes problems with other packages Jul 27 14:41:17 having a problem with 'bitbake kdepimpi' - package tslib-0.1+cvs-20060703-r2: task do_fetch: failed Jul 27 14:41:54 koen ouch Jul 27 14:42:19 tienor: sucks, sorry, but chances are no-one else has hit that bug on their favourite platforms, so t wont get fxed until someone does Jul 27 14:42:25 it tried to DL from ewi546 and oesources - is there a way for me to set another mirror? Jul 27 14:43:18 it also tried pubcvs.arm.linux.org.uk Jul 27 14:43:57 XorA: tomorrow is another day; packin up work now! Cya all Jul 27 14:51:18 bleh Jul 27 14:51:24 stupid OE python methods Jul 27 14:51:43 os.system('cp -a ${D}${D}* ${D}../') Jul 27 14:53:12 it only took me 1,5 years, but gdal is finally packaged Jul 27 14:53:34 he nice now I installed openzaurus Jul 27 14:53:37 ;-) Jul 27 14:54:17 * koen fears proj4 and grass Jul 27 14:55:25 koen: gdal of geoimaging? Cool! Any known handheld map application known to use it? Looking for one which would allow me to use im-house calibrated images. Jul 27 14:55:46 psokolovsky: yes, that gdal :) Jul 27 14:56:02 psokolovsky: it doesn't add it's libs to staging yet, so you can't link to it Jul 27 14:56:17 psokolovsky: my long term plan was to add grass, proj4 and qgis Jul 27 14:57:11 koen: nice plan. Don't feel comfortable about fully switching to linux until good mapping and personal finance tracking apps are found. Jul 27 14:59:27 I'm used to ilwis on win32 Jul 27 15:03:08 koen: Oh, that's full-blown gis. Using OziExplorerCE on WinCE for mapping, CashOrganizer for expenses. It would nice to find something close on Linux. Had a look at GnuCash btw - brr, it's not the kind of app you want to port and use on embedded system. Jul 27 15:03:28 Yeah, gnucash is... very klunky. Jul 27 15:03:39 they did release 2.0 a while ago Jul 27 15:03:55 and some gnucash dude was working a a gpe version Jul 27 15:04:24 kerwood, justinp, can you guys help me get bitbake to download tslib? Jul 27 15:05:50 florian_kc: do you know what happened to that gnucash dude? Jul 27 15:06:09 poushag: iirc, arm.linux.org.uk is down Jul 27 15:06:27 poushag: i've got a tarball you can chuck in .../sources Jul 27 15:06:39 psokolovsky: http://linux.codehelp.co.uk/embedded.html Jul 27 15:06:43 no idea on the current status Jul 27 15:06:51 NAbyss: it was down Jul 27 15:07:04 NAbyss: s/down/no net connectivity/ Jul 27 15:07:08 koen: ah, it's back? Jul 27 15:07:15 koen: not really, he suddenly disappeared... Jul 27 15:07:19 koen: Thanks for link! Jul 27 15:07:26 NAbyss: mail works again Jul 27 15:08:01 RMK hinted at DNS troubles for some people Jul 27 15:09:11 ok arm.linux.org.uk is up now - tslib is downloading Jul 27 15:09:44 but i think it would be good to have more than one mirror for tslib Jul 27 15:10:11 03koen 07org.oe.dev * r7b4d6a15... 10/ (1 packages/gdal packages/gdal/gdal_1.3.2.bb): Jul 27 15:10:11 gdal: add 1.3.2, doesn't stage anything yet. Jul 27 15:10:11 And don't look inside, you might go blind... Jul 27 15:10:27 since oesources and ewi still give http 404 errors Jul 27 15:12:21 i would also like to completely disable localization by bitbake - all those ipks i will never need are just a waste - can anyone tell me how? Jul 27 15:17:01 bye Jul 27 15:35:09 so, anyone know of a good xserver configuration...? Jul 27 15:35:17 One which doesn not segfault :/ Jul 27 15:36:06 * tkp just noticed a new file... Jul 27 15:36:09 http://www.openembedded.org/repo/org.openembedded.dev/conf/distro/include/preferred-xorg-versions-X11R7.1.inc Jul 27 15:36:22 perhaps it's worth a shot? Jul 27 15:45:50 hey nabyss, thx for the response earlier -- any idea how to get the mirror list for tslib updated? and with at least two working options? Jul 27 15:46:12 poushag: No idea, sorry Jul 27 15:47:06 any idea who maintains that list? Jul 27 16:03:55 did anyone try building OE images from an x86_64 arch? Jul 27 16:04:18 seb4100 serval had problems with this Jul 27 16:04:47 what packages are dying? Jul 27 16:04:53 I bulid with x86_64 exclusively Jul 27 16:05:11 well for me: nano but maybe did I make some mistake Jul 27 16:05:28 qemu seems to crash on this arch Jul 27 16:05:33 "qemu: uncaught target signal 11 (Segmentation fault) - exiting" Jul 27 16:05:41 That doesn't sound like it has anything to do with OE Jul 27 16:05:55 not at all, qemu-related problem Jul 27 16:06:16 So what was the point of your question/ Jul 27 16:10:35 just wanting to know if OE was usable under this arch Jul 27 16:12:50 seb4100: ENABLE_BINARY_LOCALE_GENERATION = "0" might fix your problem Jul 27 16:14:31 seb4100: I also build on x86_64 and had qemu problems list time I tried to build with ENABLE_BINARY .. = "1" Jul 27 16:14:50 seb4100: otherwise, amd64 is working great for me Jul 27 16:14:53 thanks, and are you using ASSUME_PROVIDED +="qemu-native"? Jul 27 16:16:21 seb4100: you don't need qemu if ENABLE_BINARY_LOCALE_GENERATION = "0" Jul 27 16:16:49 yes, I just saw the ASSUME_PROVIDED +="qemu-native" failed as well... Jul 27 16:17:00 trying the ENABLE_BINARY_LOCALE_GENERATION = "0" now Jul 27 16:17:15 yes, AMD64 could be great... if the hardware around is adequate Jul 27 16:17:42 seb4100: when I tried to build locales, I just had OE build qemu. ASSUME_PROVIDED is if you choose to provide qemu by installing it yourself, etc. Jul 27 16:18:05 yes, that's what I tried to do but qemu keeps crashing Jul 27 16:18:13 Hey I'm trying to get the new gphoto-2.2.0 to compile in a current OpenEmbedded .dev environment. I'm getting CROSS COMPILE ERROR, because when gphoto attempts to find popt it runs the gp-check-popt.m4 macro which checks /usr/include and /usr/local/include for the header file, and then obviously adds it to the search path giving me the problem. What do you guys think would be the best... Jul 27 16:18:15 ...method around this? Jul 27 16:21:28 03koen 07org.oe.dev * rf3f078ff... 10/ (4 files in 3 dirs): nonworking: xlibs are working now Jul 27 16:22:50 anybody know how to resolve this cross compile badness Jul 27 16:22:51 ? Jul 27 16:24:08 cbrake: mightn't you put that that tidbit in http://www.openembedded.org/wiki/OeFaq? Jul 27 16:24:18 dtx: I solved it like this for the gimp: http://www.openembedded.org/repo/org.openembedded.dev/packages/gimp/gimp_2.3.10.bb Jul 27 16:25:46 Any known issues with building a gfortran cross compiler? Jul 27 16:25:58 thanks I'll try it Jul 27 16:31:23 03koen 07org.oe.dev * r8fd43b0f... 10/ (1 packages/proj4 packages/proj4/proj-4_4.9.bb): proj-4: add 4.9 Jul 27 16:39:01 * koen waits for qt3x11 to build Jul 27 16:52:01 cbrake: it worked, thanks! Jul 27 16:54:13 seb4100: excellent Jul 27 16:54:27 Kerwood_: good point, I will add ... Jul 27 16:56:20 a+ Jul 27 16:58:13 does anyone know if the qemu issue is specific to x86_64? Jul 27 17:02:53 iirc it is Jul 27 17:02:59 03koen 07org.oe.dev * r29931e6e... 10/ (1 packages/linux/handhelds-pxa-2.6_cvs.bb): handhelds-pxa-2.6_cvs.bb: hh4 -> hh5 Jul 27 17:03:36 hey wookey Jul 27 17:04:58 Does the autotools bbclass call do_configure_append ? Jul 27 17:07:39 hi wookey Jul 27 17:11:49 psokolovsky: the next commit might interest you Jul 27 17:13:32 03koen 07org.oe.dev * re7a2f390... 10/ (1 packages/linux/handhelds-pxa-2.6_cvs.bb): handhelds-pxa-2.6_cvs: implement check to spot -hh version mismatches Jul 27 17:15:07 hey guys... Jul 27 17:15:33 I've been trying to build a toolchain with alll symbols defined for sometime and am not having much luck Jul 27 17:15:56 it always seems to be the same ones that are missing Jul 27 17:16:27 I'm gonna paste 5 or 6 lines here just incase someone recognises it: Jul 27 17:16:32 nm ./staging/i586-oe-linux/lib/libc.so.6 | grep ' U ' Jul 27 17:16:32 U _dl_argv@@GLIBC_PRIVATE Jul 27 17:16:32 U _dl_tls_get_addr_soft@@GLIBC_PRIVATE Jul 27 17:16:32 U __libc_enable_secure@@GLIBC_PRIVATE Jul 27 17:16:32 U __libc_stack_end@@GLIBC_2.1 Jul 27 17:16:33 U _rtld_global@@GLIBC_PRIVATE Jul 27 17:16:35 U _rtld_global_ro@@GLIBC_PRIVATE Jul 27 17:16:37 U ___tls_get_addr@@GLIBC_2.3 Jul 27 17:16:51 it's the tls support that seems to be missing Jul 27 17:17:37 even tho I have GLIBC_ADDONS = "nptl,libidn" Jul 27 17:17:37 GLIBC_EXTRA_OECONF = "--with-tls" in my DIST.conf Jul 27 17:17:51 * koen senses mickeyl Jul 27 17:18:00 this is causing me major grief Jul 27 17:18:30 I have tried with various versions of binutils, but it seems to make no differrence Jul 27 17:19:36 * tkp hangs his head in dispair Jul 27 17:23:41 tkp: why does your app needs access to glic private symbols? Jul 27 17:24:49 well, during the compilation process, it tries to call a little evas test app, which fails if these are missing Jul 27 17:26:03 ! Failed to compile evas test program: Jul 27 17:26:03 :9:5: warning: no newline at end of file Jul 27 17:26:03 /home/tom/stv/oe-stv/build/tmp/staging/i586-oe-linux/lib/libc.so.6: undefined reference to `_dl_tls_get_addr_soft@GLIBC_PRIVAT Jul 27 17:26:03 E' Jul 27 17:26:03 collect2: ld returned 1 exit status Jul 27 17:26:04 tkp: I have no frelling idea! Jul 27 17:26:30 and from there on things go horribly wrong Jul 27 17:27:02 could it be trying to use your host's glibc? Jul 27 17:27:33 well that looks like its talking about the one in the staging dir no? Jul 27 17:28:46 although... Jul 27 17:29:08 it's from a python setup.py file... Jul 27 17:29:13 which is doing: cmd = "cc -x c - `evas-config --libs --cflags` -o %s" % out Jul 27 17:29:43 so, yes, I guess it could be using the host one if it's explicitly asking for 'cc' Jul 27 17:32:01 koen: florian: (hi there - thought I should start hanging out here :-) Jul 27 17:32:23 just crecovered from multiple power cuts due to thunderstorm Jul 27 17:32:30 would a call to 'cc' attempt to use the hosts one? Jul 27 17:32:52 tkp: most likely, yes Jul 27 17:32:57 or is the environment set up in such a way that... Jul 27 17:32:58 hmm Jul 27 17:33:04 ok Jul 27 17:33:41 but even so... nm on that library in my staging dir shows the symbol as undefined Jul 27 17:33:58 so I'd be supprised if it makes any odds which cc it's using Jul 27 17:35:05 wookey: did you get the mpcore board working already? Jul 27 17:35:32 re Jul 27 17:35:39 hey woglinde Jul 27 17:35:57 today I will send the key for oe to zecke Jul 27 17:36:04 and than start with msp Jul 27 17:36:22 03koen 07org.oe.dev * r49e378cc... 10/ (3 files in 2 dirs): task-angstrom, angstrom-bootstrap-image: add machine specific stuff for ipaq-pxa270 Jul 27 17:36:44 woglinde: sending it to zecke won't do much Jul 27 17:37:02 koen he promised me *g* Jul 27 17:37:15 if you're lucky he will forward it to mickeyl and me :) Jul 27 17:37:30 hehe Jul 27 17:37:42 I feared that Jul 27 17:37:54 maybe I should cc it to Jul 27 17:37:57 you Jul 27 17:38:06 and mickeyl Jul 27 17:38:30 hm yes but mickeyl is on holiday Jul 27 17:38:42 he's back Jul 27 17:38:46 hm Jul 27 17:39:06 wookey: sounds like a good idea... what are you working on now? :-) Jul 27 17:39:15 hi renoo Jul 27 17:39:35 evening Jul 27 17:39:40 hey woglinde Jul 27 17:49:40 hi andersee Jul 27 17:50:04 woglinde: morning Jul 27 17:50:13 oh morning Jul 27 17:50:18 what time is it? Jul 27 17:50:22 * andersee notices it is now noon locally Jul 27 17:50:34 hehe Jul 27 17:50:39 still feels like morning Jul 27 17:51:06 so you wake up 5 minutes ago? Jul 27 17:51:25 nah, been up since ~8:30am Jul 27 17:51:38 just feeling sluggish today Jul 27 17:51:59 hm I am awake since 8.30 too Jul 27 17:52:06 andersee: do you know if there's a uclibc release in sight? Jul 27 17:52:25 I keep hoping to get the remaining bits finished Jul 27 17:52:45 andersee whats the bummer? Jul 27 17:52:46 and I keep ending up each day having to mostly work on other things Jul 27 17:54:44 I also keep intending to get nethack into oe, so I can play it on my zaurus again Jul 27 17:55:10 * andersee has a very long wish list for the free time he never has Jul 27 17:55:36 andersee no vacations? Jul 27 17:56:04 andersee: you can cheat by installing a native toolchain ;) Jul 27 17:56:54 koen: back a bunch of years ago, when I did the nethack gnome port, we also converted nethack to use automake Jul 27 17:57:09 ah Jul 27 17:57:20 betcha if I resurrected that stuff I could make it cross compile properly Jul 27 17:57:37 yeah Jul 27 17:57:48 I got scared after untarring it Jul 27 17:57:48 as is, the nethack build system is pure evil Jul 27 17:59:58 looks like I still have that stuff lying around Jul 27 18:00:30 last touched 1999-07-19 Jul 27 18:00:32 :) Jul 27 18:01:09 koen I sent the key Jul 27 18:06:33 where does PACKAGES get automatically set? Jul 27 18:07:46 bitbake.conf Jul 27 18:09:29 morning kergoth Jul 27 18:09:36 hey kergoth Jul 27 18:09:44 hey Jul 27 18:10:50 hmmm Jul 27 18:11:00 someone made packet-socket modular Jul 27 18:11:10 scary Jul 27 18:11:50 and ide-cs is missing Jul 27 18:12:00 * koen sighs and flashes a new kernel Jul 27 18:17:54 koen: currently it is barfing when SMP is turned on. I haven't fiddled for a week or so Jul 27 18:18:05 not sure if I have a toolchain problem or something else. Jul 27 18:18:19 hm I could try an image for the simpad Jul 27 18:19:13 florian: I am working on debian EABI port and balloon2/3 and getting YAFFS2 into the kernel Jul 27 18:20:01 wookey did you test the ballon usb gadet stuff? Jul 27 18:21:31 woglinde: not personally - but I believe nick Bane did to his satisfaction Jul 27 18:21:59 wookey but it is nice for the simpad too Jul 27 18:22:10 I've been farting about with bootloaders and flash so far Jul 27 18:22:34 so nfsroot over usbnet would be possible Jul 27 18:23:04 indeed - which is cool Jul 27 18:24:39 but I dont own a ballon board so I dont if it is the worse an ballon too Jul 27 18:24:43 for the moment Jul 27 18:46:58 what is the replacement for DEPENDS = x11.. Jul 27 18:47:13 nevarrie: right now it's DEPENDS = "virtual/x11" Jul 27 18:47:32 will switch to virtual/libx11 soon but don't worry about it Jul 27 18:48:18 03justinp 07org.oe.dev * ra3eaa78e... 10/ (1 packages/emacs/emacs_cvs.bb): emacs: re-add default packages Jul 27 18:48:38 alright...will chnage x11vnc to virtual/x11 for now.. Jul 27 18:49:10 did I miss some? Jul 27 18:49:19 or is this a new bb you're pushing? Jul 27 18:50:45 bbl Jul 27 18:52:06 I am makeing an 0.8.2 version of the bb and I could nto get it to build due to nothing provides dependency x11 Jul 27 18:52:27 I want to see how well the -rawfb works... Jul 27 18:54:45 nevarrie: ah, well I made that change yesterday Jul 27 18:54:46 'evening Jul 27 18:54:54 cyrilRomain: afternoon Jul 27 18:55:04 ;) Jul 27 19:02:13 JustinP: I thought I had remembered seening something about it on here yesterday so that is why I asked... Jul 27 19:03:58 kewl...it built...now will an angstrom build work on OZ... Jul 27 19:03:58 03mickeyl 07org.oe.dev * r3721f4af... 10/ (8 files in 3 dirs): libetpan: add 0.46, remove outdated ones. no need for our patches but one Jul 27 19:04:04 e-mail too Jul 27 19:04:04 03mickeyl 07org.oe.dev * rae27401c... 10/ (1 classes/base.bbclass): base.bbclass: catch up revision display with new monotone version Jul 27 19:04:20 hmmm....he pushed but isn't in here Jul 27 19:04:34 heh Jul 27 19:04:48 and the last changeset was pushed a week ago by me :) Jul 27 19:05:48 keon, so if I want to replace that 'cc' with the correct one, should I use ${CC} ${CFLAGS}, or ${BUILD_CC} and ${BUILD_CFLAGS}? Jul 27 19:06:01 * nevarrie needs to read his email still... Jul 27 19:06:14 tkp: yes Jul 27 19:07:06 koen: the first or the second? Jul 27 19:07:33 for crosscompiling ${CC} Jul 27 19:07:53 ok, cool Jul 27 19:07:55 thanks Jul 27 19:13:19 re koen Jul 27 19:14:15 * nevarrie grumbles about libxfont-1.2.0... Jul 27 19:14:39 nevarrie: rebuild it Jul 27 19:15:34 I am trying to...though it is now complaning about No rule to make target `install' and I can not figure out why... Jul 27 19:16:24 let em try a clean ... Jul 27 19:18:50 hi polyonymous Jul 27 19:18:54 hey Jul 27 19:19:13 just got back to being again and need to upgrade monotone :) Jul 27 19:20:44 cool Jul 27 19:20:57 prelink really speeds things up Jul 27 19:21:16 koen yes Jul 27 19:21:33 does it take ages to prelink on handheld? (never tried to) Jul 27 19:21:33 woglinde: on my ipaq :) Jul 27 19:22:00 koen on servers its not so good, because the binary are changed Jul 27 19:22:14 and that interacts with integretiy scanners Jul 27 19:22:15 polyonymous: about 3 minutes Jul 27 19:22:25 could be worse :) Jul 27 19:22:43 koen hm could you crossprelink? Jul 27 19:23:25 no idea Jul 27 19:23:32 sounds too good to be true. Jul 27 19:23:44 to be possible, that is Jul 27 19:24:14 koen so you prelinked native? Jul 27 19:24:28 yes Jul 27 19:24:31 okay Jul 27 19:24:35 ipkg install prelink Jul 27 19:25:04 if I remeber correctly the binaires grows up a bit Jul 27 19:25:05 Will try, once I upgrade the damn monotone :) Jul 27 19:25:12 ok, wget breaks with prelink Jul 27 19:25:19 * koen prelink -u wget Jul 27 19:31:27 Koen, I tried your fix for removing the /usr/include but it still shows -I/usr/include in the logs and still breaks, do you know why it would do this? Jul 27 19:32:33 yes, because you copied it, instead of thinking about it :) Jul 27 19:32:39 *g* Jul 27 19:34:16 I don't really know a whole lot about .bb files. You just wanted me to add the do_configure_append section right? Jul 27 19:34:37 hi chouimat Jul 27 19:35:15 dtx: the gimp.bb was an example, not a complete solution Jul 27 19:35:19 does the $(includedir) reference get substituted in any .bb script? Jul 27 19:35:30 yeah, I just don't see why it doesn't work though Jul 27 19:35:54 I would think that this would remove all instances of -I/usr/include and replace them with -I. right? Jul 27 19:48:17 * nevarrie cheers...libxfont finally complied for me...I forgot to clean... Jul 27 19:49:54 anyone know about this problem from libx11-X11R7.1-1.0.1: Jul 27 19:50:01 http://rafb.net/paste/results/O0JIwa63.html Jul 27 19:52:11 tkp: I was getting that a few days ago...I do not remember what I had to rebuild that fixed it(or even if I am past that)... Jul 27 19:53:22 naverrine: gonnal pull and update, see it that helps Jul 27 19:53:58 <_bambam> tkp: http://bugs.openembedded.org/show_bug.cgi?id=1175 Jul 27 19:57:01 hmm. unresolved then Jul 27 19:58:25 <_bambam> tkp: seems so, but ask koen when he gets back, as far as i remember he told earlier today libx11-X11R7.1-.... build fine for him Jul 27 19:58:51 whatever is current in dev built fine for me Jul 27 19:59:20 JustinP: What arch are you building for? Jul 27 20:00:32 armv5te (aka Zaurus C3000/spitz) Jul 27 20:02:51 armv5te (aka Zaurus Tosa) built for me just fine...but my h3600 did not...just gave me the same error as tkp... Jul 27 20:08:34 I'm building for i386 Jul 27 20:08:37 trying to :/ Jul 27 21:11:50 how about this one... anyone seen this with building virtual/xserver-kdrive-fbdev: Jul 27 21:11:52 http://rafb.net/paste/results/mY4JoX86.html Jul 27 21:11:55 ? Jul 27 21:12:47 yes Jul 27 21:13:00 should be in the bugtracker Jul 27 21:13:14 make: *** No targets specified and no makefile found. Stop. Jul 27 21:14:14 thats the error Jul 27 21:14:22 and ou can find it by your self Jul 27 21:33:42 re Jul 27 21:36:19 rp? you about? Jul 27 21:37:49 hm. looks like asoc_fixes2-r1.patch has a typo in it Jul 27 21:45:18 * raduga trying to verify if its been fixed or not, somewhere in the chain Jul 27 21:48:53 is RP's /patches/archive/ all oldstuff? Jul 27 21:48:57 or is it current stuff too? Jul 28 00:48:01 hello everyone Jul 28 00:51:52 hi greg2 Jul 28 00:52:19 hey hvontres|poodle Jul 28 00:52:59 have you tried the newest hentges images on your poodle yet? Jul 28 00:53:30 no, not yet Jul 28 00:53:54 hmm, me neither.. I might try when I get home tonight..:) Jul 28 00:54:28 I'm still building my own... it's the only way to learn Jul 28 00:55:13 heh, sure, but with my poor system... my first opie image took 15 hrs...:( Jul 28 00:56:26 Do you know if anybody other than hrw was working on a GPE version of kopi? I just found his stuff in bugs.openembedded.org... Jul 28 00:56:54 that's not so bad if you don't need that system to do any thing else Jul 28 00:58:00 I don't know Jul 28 00:59:06 hmm, maybe I'll take a look at his stuff. He mentioned that he got it to compile but hadn't figured out packaging yet.. Jul 28 00:59:18 hi folks Jul 28 00:59:35 i have errors when building kdepimpi Jul 28 01:00:27 anyone available to look at a pastebin and help? im totally new to oe and this is my first week trying to build anything (and its not working) :( Jul 28 01:01:15 glad to hear I'm not alone in wanting kopi for gpe Jul 28 01:01:55 It won't compile for gpe without some serious editing of the bb file Jul 28 01:02:15 actually im on opie - i already have kopi and i want the email app too - nad whileim at it im going to try the pw keeper Jul 28 01:02:33 s/nad/and/ Jul 28 01:03:01 have you read the bb & include files for kdepimpi? Jul 28 01:04:32 hvontres|poodle: look what koen has built: http://angstrom-distribution.org/unstable/images/20060727/poodle/ Jul 28 01:05:40 im so new i hardly know what to do - the bb file was short and not enlightening and i didnt know what to do next, jerrybme - but clue me in pls Jul 28 01:06:38 read the bb files & the inc files and you see what they had to do to get it to compile for opie Jul 28 01:06:41 where do i find the include files? Jul 28 01:07:07 I believe they didn't build the email app because of conflict with opie email Jul 28 01:07:37 look at the bb file for kdepimpi and tell me what it means - and besideds opie mail is broken - thats why i want to replace it Jul 28 01:08:47 darn pastebin is taking forever or maybe not even working - no results yet after sending my paste Jul 28 01:09:01 in the packages dir of kdepimpi Jul 28 01:10:12 org.openembedded/packages/kdepimpi Jul 28 01:11:24 then download the source for kdepimpi & read the compile intructions and then look at the Make file and you'll see why it not a simple job to compile Jul 28 01:11:25 the bb file just has the SCR_URI and gcc4.patch listed plus 'include kdepimpi-base.inc' Jul 28 01:12:13 check out the kdepimpi-base.inc Jul 28 01:18:52 ok i see the include file (kdepimpi-base.inc) - but i think the email prog can be built - the problem with opie mail is actually a problem in libetpan that ompi (the k-opie-mail) doesnt have) Jul 28 01:19:03 greg2: whohoo... angstrom for poodle... Jul 28 01:19:32 also zedkatuf (another oe and oz forum participant) is using ompi from a tarball Jul 28 01:20:25 so maybe kdepimpi isnt easy to build - can i just break out the email part and build it? Jul 28 01:23:22 jerrybme: did you take a look at this: http://bugs.openembedded.org/show_bug.cgi?id=371 ? Jul 28 01:24:19 yes, I'm trying to work out the install section that hrw let to do Jul 28 01:24:25 left Jul 28 01:24:56 ahh, ok. any luck? Jul 28 01:25:25 currently using a gpe/opie dual install so I can use kopi Jul 28 01:25:44 hvontres|poodle: be careful, I think the Angstrom image is too big to flash properly... 22MB? Jul 28 01:25:49 no, not yet, you? Jul 28 01:26:03 just found it today.. Jul 28 01:26:25 I haven't enough time to work on it properly Jul 28 01:26:32 maybe this weekend.. Jul 28 01:26:55 ok. I am going home now. Jul 28 01:32:53 i read the bitbake manual - is it possible to get it to show the package current and preferred versions without building anything? Jul 28 01:33:33 i tried 'bitbake -s' and it seems to hang Jul 28 01:39:47 koen|away: would you 'please' reduce the size of your Angstrom-gpe-image-test-poodle.rootfs.jffs2.bin from 22MB to 19 or 20MB like your netbook-pro-rootfs.jffs2 for your 'next' test image... it's too big and I would like to test it? :-) Jul 28 01:42:06 goodnight Jul 28 01:57:07 well...that's odd Jul 28 01:57:17 cannot create directory `/usr/share/emacs/22.0.50': Permission denied Jul 28 01:57:26 it worked in .dev, but isn't working on oz354x.... Jul 28 02:02:53 http://pastebin.ca/103050 **** ENDING LOGGING AT Fri Jul 28 02:59:56 2006