**** BEGIN LOGGING AT Sun Apr 10 02:59:57 2011 Apr 10 10:41:03 how can I blacklist "libnl2" package? Apr 10 10:41:14 in my bitbake recipes tree Apr 10 10:43:08 dv: there is no libnl2 package now Apr 10 10:43:17 dv: if you need libnl-1.0 then set PREFERRED_VERSION Apr 10 10:43:39 ah sorry libnl-1.0 is also gone.. only libnl1 with static lib Apr 10 10:45:00 JaMa|Off, really? Apr 10 10:45:02 [dv@dvpc libnl (master)]$ ls -1 Apr 10 10:45:03 files/ Apr 10 10:45:05 libnl_1.1.bb Apr 10 10:45:06 libnl2/ Apr 10 10:45:08 libnl2_2.0.bb Apr 10 10:45:09 libnl2_git.bb Apr 10 10:45:11 is my tree outdated? Apr 10 10:45:42 yes Apr 10 10:46:13 even maintanance branch has those patches removing libnl2 Apr 10 10:47:11 03Martin Jansa  07master * rf045268c1a 10openembedded.git/recipes/freesmartphone/fsodeviced_git.bb: Apr 10 10:47:11 fsodeviced: fix preinst Apr 10 10:47:11 * fsodeviced could remove alsa-default dir just after fsodeviced-config installed those files Apr 10 10:47:11 so in the end those files were missing Apr 10 10:47:11 Signed-off-by: Martin Jansa Apr 10 10:47:41 JaMa, cool! but can't upgrade now. how can I blacklist it? Apr 10 10:48:14 inherit angstrom Apr 10 10:48:22 ANGSTROM_BLACKLIST_pn-libnl2 = "some message" Apr 10 10:49:36 instead of "_pn" - you mean package name ? Apr 10 10:51:02 no Apr 10 10:52:41 I see such a strings in .conf, can I add it into myimage.bb ? Apr 10 10:55:18 no it's for distro config Apr 10 10:55:37 and better then inherit use INHERIT += "angstrom" Apr 10 11:00:02 kergoth: found one more difference between poky and oe bitbake when using oe-core, in linux-libc-headers_2.6.37.2.bb do_install oe bitbake fails without usefull error message while poky bitbake installs it just fine Apr 10 11:12:20 03Martin Jansa  07master * rdac8bb494a 10openembedded.git/recipes/ (3 files in 2 dirs): Apr 10 11:12:20 tzdata,tzcode: import LICENSE and LIC_FILES_CHKSUM from meta-shr Apr 10 11:12:20 Signed-off-by: Martin Jansa Apr 10 11:39:38 wpa-supplicant wan't build without libnl2. I try to set PREFERRED_VERSION_wpa-supplicant = "0.6.9" in my .conf, but without success Apr 10 12:02:13 dv, I saw in a log that you had problem with python-numpy. Did you resolve those? Apr 10 12:02:40 I'm encountering the same errors myself Apr 10 12:21:46 risca, if yes, It was too long time ago so I forgot about it Apr 10 12:22:10 Ah, I see Apr 10 12:22:31 I didn't pay enough attention to the date of the log it seems ^^ Apr 10 12:36:46 got new openembedded. Apr 10 12:36:49 Could not inherit file classes/rootfs_${IMAGE_PKGTYPE}.bbclass Apr 10 12:36:50 ehy ? Apr 10 12:36:52 why? Apr 10 12:38:42 dv: because you are using angstrom-2008.1? Apr 10 12:38:48 yes Apr 10 12:39:07 2008.1 was removed from master branch about month ago Apr 10 12:39:21 deprecated by 2010.x Apr 10 12:40:29 :) still # DISTRO = "angstrom-2008.1" in conf/local.conf.sample Apr 10 12:42:09 yeah.. that's a bug Apr 10 12:43:46 in angstrom...conf: # If you want something stable *right now*, use angstrom-2008.1 Apr 10 12:43:50 is it stable? Apr 10 12:46:14 Since it was removed from the master branch I suspect that it no longer is stable Apr 10 12:46:49 I've raised this in ML Apr 10 12:46:59 ML? Apr 10 12:47:13 dv: latest release branch still have angstrom-2008.1 Apr 10 12:47:30 it was stable enough by my build tests Apr 10 12:47:40 risca: mailing list Apr 10 12:47:50 no, I mean is 2010.x stable? Apr 10 12:47:52 Jay7, of course xD Apr 10 12:49:09 2011.03-maintenance branch I mean as latest release branch Apr 10 12:50:26 Would someone be willing to help me work out a bug with python-numpy (needed by e.g. opencv)? Apr 10 12:51:49 I think the problem is that it uses the host linker instead of the 'ARM' linker Apr 10 13:02:43 Log is here: http://pastebin.com/ZAd6cFMR Apr 10 14:26:16 How can I add g77 (fortran compiler) to my sysroot? Apr 10 14:26:40 It's part of the GCC package, right? Apr 10 14:27:10 My GCC version is 4.5.3 Apr 10 14:39:26 After reading up a bit I realize I need gfortran. How can I make the GCC package also compile the fortran compiler Apr 10 14:39:37 ? Apr 10 17:15:06 Shouldn't the GCC package provide a fortran compiler? Apr 10 17:16:20 I am having serius problems installing a fortran compiler in my sysroot Apr 10 17:16:41 A fortran compiler is needed for the python-numpy package, which is needed by the OpenCV package, which is the package I really want Apr 10 17:52:59 risca, I thought Angstrom built a fortran compiler Apr 10 17:53:06 not sure about other distros Apr 10 17:55:08 I am using DISTRO="angstrom-2010.x", but there is no g77 or gfortran file in $TMPDIR/sysroots/x86_64-linux/usr/armv7a/bin/ Apr 10 17:55:23 MACHINE="beagleboard" Apr 10 17:57:23 hmm Apr 10 17:57:29 However, gcc-4.5.inc has a section with "Language overrides" Apr 10 17:57:38 what happens if you bitbake python-numpy Apr 10 17:58:56 Hold on, I'll get you a logfile Apr 10 18:00:09 Here's a log of 'bitbake beagleboard-validation-gnome-image' failing on numpy: http://pastebin.com/ZAd6cFMR Apr 10 18:00:33 That is, the fail log of python-numpy Apr 10 18:01:51 Right now, I'm trying to recompile gcc-cross after changing line 189 of gcc-4.5.inc Apr 10 18:07:24 crda build problem: http://pastebin.com/JAzUqMcU Apr 10 18:09:07 Looks like it's building the fortran compiler now =) **** BEGIN LOGGING AT Sun Apr 10 18:20:30 2011 Apr 10 18:58:12 If I found a package that is prone to use host libs, on what mailing list should I post my findings? Apr 10 19:04:20 03Martin Jansa  07master * r926bc767fc 10openembedded.git/recipes/mplayer/mplayer_0.0+1.0rc2.bb: Apr 10 19:04:20 mplayer_0.0+1.0rc2: drop D_P_palmpre as mplayer_git should work fine again Apr 10 19:04:20 * this machine override is causing multiple mplayer rebuilds with every multimachine build :/ Apr 10 19:04:20 Signed-off-by: Martin Jansa Apr 10 19:06:58 risca: openembedded-devel should be fine Apr 10 19:07:23 but if the recipe is from oe-core then openembedded-core etc Apr 10 19:08:08 Yeah, I saw that openembedded-issues was quite small Apr 10 19:08:25 Its archive size, I mean Apr 10 22:27:46 * Jay7 updated his entries on Testing page finally **** ENDING LOGGING AT Mon Apr 11 02:59:57 2011