| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> but gaim is working with tor :) <1> good nite guys <2> anyone awake? <3> yeaaah <4> hi <4> what is the proper way to modify or copy+modify .bb packages so it compiles mine instead? <2> could anyone tar.gz the gonf-dbus workdir for me? <2> which too creates ./configure from configure.in? <2> tool <3> autoconf? <2> I dunno, gconf-dbus configure b0rks on me with what appears a very obvious bug in the script. I want to update just the tool compiling configure from configure.in <5> pavlix: what you mean? <6> justinp org.oe.oz354x * rc4f8223c... / (1 packages/efl/e/fix-configure.patch): e: drop unused patch <7> hrw@bitbake:~/devel/oe/org.openembedded/packages/rox$ mtn dif .|diffstat rox-filer_2.5.bb | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) <7> rox-filer_2.5.bb | 36 +++++++++++++++++++++++++++++++++++-
<7> 1 file changed, 35 insertions(+), 1 deletion(-) <7> something for koen ;D <7> cu <8> good morning all <6> koen org.oe.dev * raf9caaa... / (1 packages/povray/povray_3.6.1.bb): povray: remove bogus section <9> morning <8> hey XorA <10> good morning ! <11> hi <11> something for koen: <11> rox-filer_2.5.bb | 36 +++++++++++++++++++++++++++++++++++- <11> 1 file changed, 35 insertions(+), 1 deletion(-) <9> yo hrw|work <8> hey hrw|work <11> koen: I can push that change but you will have to resolve problems <8> sure <8> XorA: the libgnomeui you pushed need gtk 2.10.x <8> I think it's time for a preferred-gtk28-versions.inc <8> and a sane way to get PV from another package inside a .bb <9> koen: arse, and lower than that wont buld wth gtk2.10.x <8> XorA: yep, it ****s <9> koen: ah well, at least I will have gnome swankiness <8> I just default_pref -2'd it locally <9> koen: feel free to pull its preference down <9> koen: I can jack it up again in local.conf <9> koen: will 1.14.X build on gtk2.8/2.6? <9> koen: as a simple cp of 2.15.X will work, I had that originally, but 2.14 is not gtk 2.10 compat <6> hrw org.oe.dev * rb91a2f03... / (1 packages/rox/rox-filer_2.5.bb): rox-filer: package ALL needed infos. do_install() taken from Debian package which I maintained years ago <6> koen org.oe.dev * rfca8a92... / (1 packages/gnome/libgnomeui_2.15.2.bb): libgnomeui 2.15.2: lower default pref since it need gtk 2.10, which also has a negative default-pref <12> morning folks <8> hrw|work: you missed a '}' <11> fsck.. I forgot (again) to test usbnet from tosa to host... <8> hey ade|desk <11> koen: ah. <11> and for() is wrong <9> koen: glib and gtk+ dirs desperately need cleaned, we need to know what people actually use for distros and dump the junk <8> XorA: writing a mail to OE right now :) <11> NOTE: package rox-filer-2.5-r1: task do_package: completed <8> I have this: http://rafb.net/paste/results/3tESfJ83.html <9> koen: I am wlling to take MAINTAINER for 2.10 series as I use it personally, the rest I would prefer someone smarter <11> koen: wrong <11> koen: pushed fixes <13> anyone else here have their vim act really oddly when it comes to indentation in bitbake files? <13> i think we need an indent plugin <6> hrw org.oe.dev * rb13a3adc... / (1 packages/rox/rox-filer_2.5.bb): rox-filer: fixed do_install() typos <13> to handle the shell indentation in shell parts of the file, python in python, etc <13> i guess autoindent works ... sort of <8> autoindent screw up pasting stuff <8> +s <13> thats what "set paste" is for :P <13> :set paste .. paste .. :set nopaste <13> edit more <8> XorA: we'd need to split up OE and have bbcollections like 'gtk-2.6' 'gtk-2.8' 'gtk-2.10', etc <8> at the expense of some duplication <14> We need to get versioned depends working <14> The new taskData code should make that easier <8> that as well
<14> morning all btw <8> ~curse statistic and chance course <9> RP: gtk+ stuff as koen says needs a way to say give me gtk+ ${PV} that I am using <8> good morning RP <13> i always wanted to see a more generic mechanism. i depend upon a package whose PROVIDES contains X, and whose PV is Y <15> May the fleas of a thousand camels infest your most sensitive regions, statistic and chance course ! <13> and let the system figure out which packages satisfy that condition <14> XorA: Why do you need to know the PV though? <14> XorA: The PV is something bitbake should be worrying about, not the .bb files <8> RP: http://lists.linuxtogo.org/pipermail/openembedded-devel/2006-September/000177.html <8> "do_install for packages dependant on gtk+ breaks since ${libdir}/gtk-2.0/2.4.0/ is now ${libdir}/gtk-2.0/2.10.0/" <8> that's why you need PV <9> RP: because gtk+ installs in /usr/lib/${PV} <8> XorA: ${LIBV} <9> koen: I suppose you could dump ${LIBV} into a file in staging <14> If a package needs 2.10, you'd just mark it DEPENDS = "gtk+ (>= 2.10.0)" <9> mikearthur: dude <8> hey mikearthur <14> Figuring out PV can be done from staging <9> RP: the problem is packages build against either version happilly, but need to know where to put their results <9> RP: we are talking gtk+ plugins and themes here <14> XorA: and they can't detect which version they're building against? <11> 'you are running kernel 2.6.17-3.5.4.2-rc2-r47 instead of 2.6.17-3.5.4.2-rc2-r49' <8> RP: the packages can detect it fine, it's do_install that breaks <16> Good Morning <16> I'd like to declare a package obsolete <14> koen: So we need some function to set a variable based on the contents of staging <8> XorA: option #2 is to add libdir/gtk-2.0/2.10 to all FILES <14> Having PV for other packages available will lead to nightmares and shouldn't be needed <16> The .bb file for emelfm is horribly outdated, and will not build. <8> B_Lizzard: patches accepted <11> B_Lizzard: submit updated version via bugtracker? <16> The SRC_URI leads to a website which has long expired <17> morning guys <17> koen, Xora <11> B_Lizzard: submit updated version <11> hi mikearthur <16> I tried to build a new one, but it fails in compilation... I'm not all that experienced with .bb files. <16> But I'll try again <17> hey hrw|work <9> B_Lizzard: we like new people who learn .bb :-) <16> :) <16> The .bb file should be pretty much the same <16> Dependancies haven't changed, as far as I know <16> My only problem is front-porting that patch <16> Anyways, I'll try <16> Do I test new .bb files with "bitbake -b ../whatever" ? <9> koen: actually in gtk+ .pc file s the line gtk_binary_version=2.10.0 we could use that <14> That sounds ideal - load that into a variable and use it in the do_installs <8> XorA: reply to my mail with that :) <9> and save RP grey hair :-) <9> koen: is that there for != 2.10.X <0> morning <9> koen: as an aside, gtk+ and glib updated here, just need to test them on device <18> Crofton: you around? i need to pick your brain :) <8> damn, sf.net is being glacially slow this month <14> XorA, koen: FWIW, 2.8.9 sets gtk_binary_verson=2.4.0 <9> RP: that sounds good <9> anyway need to go interview for a replacement for me, back soon <6> koen org.oe.dev * rc770964c... / (1 packages/tesseract packages/tesseract/tesseract_1.0.bb): tesseract: add 1.0, tesseract is a OCR engine <8> RP: so parsing the pc sounds like a good plan <14> koen: yes <16> Someone added rox! <16> Thanks <6> koen org.oe.dev * rf5ac8923... / (1 conf/distro/include/angstrom.inc): angstrom: set correct mail address <16> thanks koen <11> B_Lizzard: rox-filer... argh <16> :) <16> It should work well on the jornada <16> I had the strangest problem right now <11> rox-filer can be usefull but only after ripping about 25% of code out <16> Whenever I tried building rxvt, I would run out of memory
Return to
#oe or Go to some related
logs:
is perl worth learning v4l-dvb no sound ubuntu #linux #perl wwwhizz #perl #linux #lisp wg511t madwifi wpa2 tkcximage fedora
|
|