**** BEGIN LOGGING AT Sun Dec 27 02:59:56 2009 Dec 27 03:36:13 zecke: Hi Dec 27 09:12:34 what is the best way to set up my own test feed (so opkg grabs files from my own feed if they are there, so I can test if dependencies etc are ok before the pacakge is committed?) Dec 27 09:33:59 eFfeM: you can use tmp/deploy/ipk/* as a feed directly, just add that directory to your apache configuration. Dec 27 09:50:51 pb__: thanks, actually what was missing is that one also needs to do bitbake package-index to get the packages list up to date Dec 27 10:37:39 hi Dec 27 10:37:55 mmm I don't know why but none of the boost 1.41.0 were packaged Dec 27 10:38:02 s/packaged/staged Dec 27 10:38:27 only the libs Dec 27 11:00:07 anyone build qt4 recently? I get /usr/lib/gcc/i586-suse-linux/4.4/../../../libSM.so: undefined reference to `uuid_generate@UUID_1.0' Dec 27 11:14:53 eFfeM, which version of e2fs-progs-libs have you installed? Dec 27 11:14:58 1.35 won't do. Dec 27 11:15:29 e2fsprogs-libs, even. Dec 27 11:22:18 B_Lizzard: no ideal will check would expect the qt deps to take care of that Dec 27 11:23:00 (actually I am surprised to get 4.6.0 native as default preference = -1 Dec 27 11:23:19 What I'm trying to say is make sure that e2fsprogs-libs-native is not at version 1.35 Dec 27 11:23:22 As that won't do. Dec 27 11:23:38 it is at 1.41.2 Dec 27 11:23:43 OK Dec 27 11:23:50 at least that is what is in the work dir Dec 27 11:23:59 So I guess mtd-utils-native is also built... Dec 27 11:24:06 expected to see a -luuid or so in the makefile but it does not Dec 27 11:24:50 B_Lizzard: yup 1.2.0 Dec 27 11:25:17 Maybe that's it. Dec 27 11:27:24 there was never a -luuid in a recipe and 4.5.2 worked for me, now tried to rebuild mythtv because I made some chagnes and it fails :-( Dec 27 11:27:37 no idea what causes this or how I get here.... Dec 27 11:46:27 made some progress somehow my libuuid seems to have symbol uuid_generate@@UUID_1.0 Dec 27 11:46:27 with two @@ whereas qt only expects one Dec 27 12:03:46 03Michael 'Mickey' Lauer  07org.openembedded.dev * re81acd75f4 10openembedded.git/recipes/freesmartphone/fso-specs_git.bb: fso-specs: DEPEND on libxslt-native Dec 27 12:07:06 * * OE Bug 3519 has been RESOLVED (NOTOURBUG) by Dec 27 12:07:08 * * hx4700: ts-adc and high cpu load Dec 27 12:07:10 * * http://bugs.openembedded.net/show_bug.cgi?id=3519 Dec 27 12:27:04 * * OE Bug 5289 has been RESOLVED (NOTOURBUG) by Dec 27 12:27:06 * * Touchpad stuck key on hx4700 Dec 27 12:27:08 * * http://bugs.openembedded.net/show_bug.cgi?id=5289 Dec 27 12:28:04 * * OE Bug 5358 has been RESOLVED (INVALID) by Dec 27 12:28:06 * * uclibc-initial-0.9.30.1-autobuild Dec 27 12:28:08 * * http://bugs.openembedded.net/show_bug.cgi?id=5358 Dec 27 12:29:04 * * OE Bug 4731 has been RESOLVED (FIXED) by Dec 27 12:29:06 * * RFE/kernel.bbclass: untie 'uImage' from openmoko Dec 27 12:29:08 * * http://bugs.openembedded.net/show_bug.cgi?id=4731 Dec 27 12:30:04 * * OE Bug 5276 has been RESOLVED (FIXED) by Dec 27 12:30:06 * * fso-gsm0710muxd fails on git read-tree Dec 27 12:30:08 * * http://bugs.openembedded.net/show_bug.cgi?id=5276 Dec 27 12:50:57 eFfeM: the @@ thing just means that it is the default symbol Dec 27 12:51:03 it shouldn't cause you a problem Dec 27 12:51:20 mickeyl|flu: good morning. still flu? that sucks. Dec 27 12:55:45 pb__ the issue is that the linker error is that i tcannot find uud_generate@UUID_1.0 whereas the lib has @@ Dec 27 12:59:37 qt native build says: /usr/lib/gcc/i586-suse-linux/4.4/../../../libSM.so: undefined reference to `uuid_generate@UUID_1.0' Dec 27 12:59:41 libSM.so says: 3: 00000000 44 FUNC GLOBAL DEFAULT UND uuid_generate@UUID_1.0 (2) Dec 27 12:59:41 150: 00000000 44 FUNC GLOBAL DEFAULT UND uuid_generate@@UUID_1.0 Dec 27 13:00:31 and 0x00000001 (NEEDED) Shared library: [libuuid.so.1] Dec 27 13:00:31 (this is what readelf -a tells me) Dec 27 13:01:16 and this one exists too ./armv7a-angstrom-linux-gnueabi/usr/lib/libuuid.so Dec 27 13:01:32 so kinda puzzled what is happening here Dec 27 13:02:45 and that libuuid.so file has uuid_generate and uuid_generate@@UUID_1.0 but not the version with one @ Dec 27 13:14:16 eFfeM: you say native build Dec 27 13:14:24 eFfeM: and you reference something with armv7a... Dec 27 13:14:37 eFfeM: and it appears that libSM is using uuid_generate without linking to it? Dec 27 13:14:52 eFfeM: this would make it a distro bug (SuSE in your case) Dec 27 13:27:15 mmm Dec 27 13:28:16 ldd work/i686-angstrom-linux/emacs-x11-23.1-r0/emacs-23.1/src/temacs gives things like: Dec 27 13:28:50 libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.3.2/libgcc_s.so.1 (0xb7f3c000) Dec 27 13:28:52 mmm Dec 27 13:29:03 not good..../usr/lib... Dec 27 13:29:18 I'll look at the Makefile.am Dec 27 13:31:15 mmm Dec 27 13:31:47 http://pastebin.com/m7b86f886 Dec 27 13:35:33 I didn't sleep well last night Dec 27 13:35:56 and I don't remember how things work...the paths are hardcoded into the compiler? Dec 27 13:36:32 zecke: was afk, indeed just realised that i should need libuuid.so native Dec 27 13:37:34 chekced staging/i686-linux/usr/lib/libuuid.so, this one has no @UUID_1.0 symbols in it Dec 27 13:41:09 indeed built in Dec 27 13:41:20 s/indeed built in/ Dec 27 13:41:30 FLAGS etc... Dec 27 13:42:00 i *guess* the problem is that both e2fsprogs and util-lijux-ng provide libuuid Dec 27 13:42:00 complicated x86->x86 Dec 27 13:42:09 I'll try to look at the arm version Dec 27 13:43:47 zecke i think libSM builds with info from util-linux-ng and links against the e2fsprogs lib Dec 27 13:44:56 maybe it's normal because it's chrooted into qemu Dec 27 13:49:50 hm, looking at the log again: qt4-tools-native is linking to libs in /usr/lib, would that be ok ? Dec 27 13:49:56 /usr/lib/gcc/i586-suse-linux/4.4/../../../libSM.so: undefined reference to `uuid_generate@UUID_1.0' Dec 27 13:50:02 ther is no libSM.so in staging Dec 27 13:50:59 I bet the problem lies in the qemu-treedir Dec 27 13:56:46 afk (coffee break) Dec 27 14:23:34 hi, I have trouble building for jornada7xx (sa1110): Dec 27 14:23:36 | /home/filip.zyzniewski/pda/oe/build_dir/tmp/work/armv4-linux/glibc-2.9-r35.2/build-arm-linux/libc_pic.os: In function `scalbn': Dec 27 14:23:39 | unwind-pe.c:(.text+0x14ce0): undefined reference to `__muldf3' Dec 27 14:23:50 is there something I am doing wrong? Dec 27 14:24:33 DISTRO = "jlime-2009.1" Dec 27 14:28:47 filip: i don't know anything about the jornada build but __muldf3 is a symbol from a compiler lib to multiply floats or doubles Dec 27 14:29:22 eFfeM: yes, but why it's not available? jornada has no FPU Dec 27 14:44:06 pb_: indeed, truth to be told though i'm feeling better. The aching throat has been superseded by strong coughing, but anyways... progress ;) Dec 27 14:45:10 filip: no idea whether it is not available, this is the function that is called by the compiler to multiply (because you do not have an FPU) Dec 27 14:45:58 it hit that bug after teh change from gcc 4.2.2 to 4.4.2 for jlime Dec 27 14:46:01 mickey|xmasFlu: i wish that you become better although I really appreciate the time you now spent on the bug tracker :-) Dec 27 14:47:20 i tried various combos ( gcc 4.2.2/glibc2.9 worked, gcc4.4.2/glibc2.6.1worked, gcc4.4.2 glibc2.9 works on angstrom fails on jlime) Dec 27 14:48:06 i have a suspicion that it has to do with jlime's old binutils version, but i could be way off base Dec 27 14:52:24 eFfeM: hehe ;) Dec 27 14:54:48 zecke, pb__ found the problem, qt4 native should depend on libsm-native, but if you already had that one build for something else, you would not run into trouble Dec 27 14:55:02 will submit a fix Dec 27 14:55:08 s/submit/commit/ Dec 27 14:58:11 waiting for the full rebuild to complete Dec 27 15:35:49 is there anything special i have to do to use my deploy/ipk dir as a repo as-is? Dec 27 15:36:38 opkg list refuses to show all the packages that i've built Dec 27 15:36:49 kfazz: point your web browser to it and add it to the feed list Dec 27 15:37:01 and probably do bitbake package-index Dec 27 15:37:41 i added it into /etc/opkg/opkg.conf Dec 27 15:37:54 there is no browser yet, thus the need to install packages : ) Dec 27 15:48:07 morning Crofton Dec 27 15:48:16 gm Dec 27 16:25:33 hi Crofton Dec 27 16:35:09 03Frans Meulenbroeks  07org.openembedded.dev * rac829b4922 10openembedded.git/recipes/qt4/qt4-tools-native.inc: qt4-tools-native; added dependency on libsm-native Dec 27 18:22:16 Hi, I have created a filesystem based on console-image.bb, after booting it I am getting INIT: Id "1" respawning too fast: disabled for 5 minutes. Addition to that, I've changed the version of udev in my local.conf build udev, build my image. After booting the image, the udev version that I specified did not reflect on my image. Dec 27 18:22:54 Any clue? Dec 27 18:30:23 03Kristoffer Ericson  07org.openembedded.dev * rcb1c3783ce 10openembedded.git/recipes/base-files/base-files/jornada6xx/ (fstab issue issue.net profile): Dec 27 18:30:26 Base files fix (fstab/issue/issue.net/profile) for Dec 27 18:30:28 HP Jornada 6xx. Dec 27 18:30:30 Signed-off-by: Alex Ferguson Dec 27 18:30:32 Signed-off-by: Kristoffer Ericson Dec 27 18:30:41 03Kristoffer Ericson  07org.openembedded.dev * rcc1d08349a 10openembedded.git/recipes/glibc/ (glibc-2.9/glibc-2.9-sh-fix.patch glibc_2.9.bb): Dec 27 18:30:46 Fix compilation of glibc 2.9 for SH3/SH4 Dec 27 18:30:50 Signed-off-by: Alex Ferguson Dec 27 18:30:52 Signed-off-by: Kristoffer Ericson Dec 27 19:00:16 XorA|gone: do idea what is happening. had to rebuild php and now install fails, see http://www.pastebin.ca/1728670 for the log (some libtool issue apparenlty) Dec 27 19:14:53 http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-39-arm-none-eabi.src.tar.bz2 Dec 27 19:15:09 http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-39-arm-none-eabi.src.tar.bz2 Dec 27 19:15:17 http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-39-arm-none-eabi.src.tar.bz2 Dec 27 19:15:23 http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-39-arm-none-eabi.src.tar.bz2 Dec 27 19:15:31 http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-39-arm-none-eabi.src.tar.bz2 Dec 27 19:16:43 ~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~[6~aaah shtit Dec 27 19:16:43 sorry guys Dec 27 19:17:24 the question is - why is it fetching this for a sa1110 build? eabi is sa11110 incompatible... Dec 27 19:29:02 03Kristoffer Ericson  07org.openembedded.dev * rc6b1df9639 10openembedded.git/recipes/keymaps/ (8 files in 2 dirs): Dec 27 19:29:05 Fix keymaps for the HP Jornada 6xx. Includes updates Dec 27 19:29:07 and new ones. Dec 27 19:29:09 Signed-off-by: Alex Ferguson Dec 27 19:29:11 Signed-off-by: Kristoffer Ericson Dec 27 19:29:24 03Kristoffer Ericson  07org.openembedded.dev * r6e7bc0863c 10openembedded.git/recipes/linux/ (5 files in 2 dirs): Dec 27 19:29:27 Updated JLiMe 2.6.17 kernel. Changes include addition of alsa driver and also rtc. Dec 27 19:29:32 Signed-off-by: Alex Ferguson Dec 27 19:29:42 Signed-off-by: Kristoffer Ericson Dec 27 19:29:46 03Kristoffer Ericson  07org.openembedded.dev * r371a486092 10openembedded.git/recipes/sysvinit/sysvinit/jlime/ (rc rcS): Dec 27 19:29:51 Copy Angstrom rc and rcS script files for JLiMe Dec 27 19:29:56 Signed-off-by: Alex Ferguson Dec 27 19:30:05 Signed-off-by: Kristoffer Ericson Dec 27 19:34:41 03Kristoffer Ericson  07org.openembedded.dev * r0d07b6f539 10openembedded.git/conf/distro/jlime-2009.1.conf: Dec 27 19:34:44 Update jlime-2009.1 distro file: Dec 27 19:34:46 * Remove src_distribute Dec 27 19:34:48 * src_distribute_local change copy into symlink Dec 27 19:34:50 * remove gettext, e2fsprogs version binding. Dec 27 19:34:52 Signed-off-by: Alex Ferguson Dec 27 19:34:54 Signed-off-by: Kristoffer Ericson Dec 27 19:39:36 XorA|gone: wrt the issue above, in the past I've build for armv5 there the makefile says PHP_INSTALLED_SAPIS = cli cgi, for armv7a it says PHP_INSTALLED_SAPIS = cli apache2handler no idea yet what causes it (and running out of time for today) Dec 27 20:02:17 XorA|gone: nevermind, guess something was wrong in my tmp dir, cleaned out php, now it builds successfully, sorry for the false alarm Dec 27 21:10:52 | texi2pdf -I . -I /home/filip/pda/oe/build_dir/tmp/work/armv4-linux/gcc-cross-4.3.2+csl-arm-2008q3-39-r1/gcc-4.3/gcc/doc -I /home/filip/pda/oe/build_dir/tmp/work/armv4-linux/gcc-cross-4.3.2+csl-arm-2008q3-39-r1/gcc-4.3/gcc/doc/include -o doc/gcc.pdf /home/filip/pda/oe/build_dir/tmp/work/armv4-linux/gcc-cross-4.3.2+csl-arm-2008q3-39-r1/gcc-4.3/gcc/doc/gcc.texi Dec 27 21:10:57 | You don't have a working TeX binary (tex) installed anywhere in Dec 27 21:11:03 any ideas :)? Dec 27 21:11:12 just remove it from Makefile by hand? Dec 27 21:12:22 disable docs via configure line? Dec 27 21:12:52 woglinde: I can't see any options regarding docs in gcc's ./configure Dec 27 21:13:00 hm thats bad Dec 27 21:19:33 I removed it from Makefile.in Dec 27 21:54:03 is there a way to find out what recipe provides a given executable ? (i'm looking for /usr/bin/resize) Dec 27 21:56:14 no Dec 27 21:56:24 only with opkg at the device Dec 27 21:56:30 but dont know the option Dec 27 21:58:15 i documentation, i sometimes see ipkg, sometimes opkg, what's the difference ? Dec 27 21:58:43 opkg is a fork with actual developmen Dec 27 21:58:51 ipkg development is dead Dec 27 21:59:14 can a package be available on my target machine (without network), but not installed ? Dec 27 22:00:27 copy it to device Dec 27 22:00:34 and run opkg install bla.ipk Dec 27 22:01:59 can i list these installable packages not yet installed ? Dec 27 22:02:32 ah, nvm, i guess bla.ipk is an absolute path Dec 27 22:03:33 right Dec 27 22:05:07 it took more than 24 hours to build a console image for my system, is that typical ? Dec 27 22:05:45 depends on your host system Dec 27 22:06:46 it's a 1.3Ghz Via x86 cpu with 1GiB of ram Dec 27 22:07:06 it's not usually fast, but 24hours seems like a lot Dec 27 22:07:46 took two nights actually, could have been more than 30hours Dec 27 22:11:24 we compile everything Dec 27 22:11:28 and this machine is slow Dec 27 22:11:31 so its correct Dec 27 22:11:34 oh... Via CPUs are a pain for compiling. iirc its because of small caches. Dec 27 22:12:24 My 1.3GHz Pentium M is way faster. Dec 27 22:12:59 I would not want to try an Atom for this purpose ;) Dec 27 22:22:52 on my host, can i list the dependencies of an ipk file ? Dec 27 22:23:22 hm ipkg show packagename Dec 27 22:23:42 where is ipkg located ? Dec 27 22:23:49 aeh opkg Dec 27 22:23:52 sorry Dec 27 22:24:05 i don't have opkg either on my path Dec 27 22:29:09 I have a tmp/staging/i686-linux/usr/bin/opkg-cl, is that it ? Dec 27 22:32:14 thats for host Dec 27 22:32:17 but might work Dec 27 22:48:45 it's on the host that i'd like to see the dependencies Dec 28 00:39:02 Hi, I want to use the udev older version into my build instead of using the latest one. I specify the preferred version in my local.conf. But, when I create an image and boot it, udev still showing the latest version instead of the preferred version? **** ENDING LOGGING AT Mon Dec 28 02:59:57 2009