@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> Maybe somebody can take a look?
<1> Laibsch: ehm, what is that patch intended to do?
<0> By looking at it, I ***ume it adds some Zaurus specific stuff.
<0> But you would have to ask the maintainer.
<0> He is asleep now ;-)
<0> You think it is useless or just wrong?
<1> it looks like it's replacing builtin functions with some other variant
<1> I'd try building without it
<0> OK
<1> it looks like the patch is trying to streamline open() and read() behaviour
<1> Laibsch: I'd leave out the patch till the maintainer comes up with A Very Good Reason(TM) ;)
<0> OK, did that.
<0> Recompiling now.
<1> I suspect it's a not very zaurus specific optimization
<2> Laibsch: http://en.pastebin.ca/raw/160731



<0> Thanks, pH5. So what does the thing do? ;-)
<2> Laibsch: it looks like this code tries to close fd's with a timer and reopen them automatically when needed
<2> no idea what this is useful for. is there a file descriptor shortage somewhere?
<1> I don't recall OE limiting fds
<2> better ask the maintainer for his very good reason
<3> hello
<3> can anyone explain to me how to create a patch for a new oe package? i used "diff -Naur src src_patched > src.patch" and to me it looks right, bitbake says it's applying the patch, but nothing changed
<4> balle: I hand you a free copy of quilt
<3> what's that?
<4> balle: balle http://savannah.nongnu.org/projects/quilt/
<4> balle: it is a tool to manage patches
<3> and i should prefer using quilt than the normal patch? but patch should work also?
<4> balle: sure
<3> well i just want to remove some lines from the normal configure script...
<2> balle: just a guess, did you forget to append ";patch=1" in the SRC_URI?
<3> pH5, no and bitbake says it's applying that patches
<2> balle: perhaps you are patching the configure script where you should patch configure.ac?
<2> could be configure is generated from configure.ac during the do_configure step
<1> <nitpick>regenerated</nitpick>
<3> uh that could be >.<
<2> koen: you won't believe me if I told you that I was only *this* far from actually writing "regenerated" :)
<1> the povray configure stinks
<1> "crosscompiling, ey? let's build our own jpeg, png and tiff and statically link them"
<2> <4>Alignment trap: dropbear (2618) PC=0x401e7b24 Instr=0xe5823004 Address=0xbe9c0fe2 FSR 0x813
<2> gnn
<1> pH5: armv6 can do unaligned access
<1> so lets replace the pxa270 with a i.mx31
<1> (who cares about iwmmxt when you can have vfp)
<2> koen: great, where can I send in my hx4700? ;)
<1> :)
<5> Is there any filemanager in OE except for xffm or nautilus?
<1> gpe-filemanager
<4> B_Lizzard: mc
<5> I'd use emelfm, but unfortunately the version is WAY too old
<6> don't we have any ROX stuff in there?
<6> if not, we should
<5> Um, Sorry, X-based
<5> forgot that
<4> B_Lizzard: xterm+mc ;)
<5> :)
<1> mickeyl: hrw refuses to add rox due to his traumas maintaining it for debian
<5> I remember that mc had a gnome version somewhere...
<6> koen: oh heh
<1> mickeyl: so go ahead and add them :)
<4> B_Lizzard: in GNOME 1.x days ;)
<5> emelfm could use a bump....
<1> B_Lizzard: gpe-filemanager
<4> B_Lizzard: luckily these are over
<5> the problem with gpe-filemanager is that it needs GPE ;)
<5> Otherwise I would go for it
<1> only libgpewidget
<7> pcmanfm
<5> Ah...
<5> So it might do me some good...
<5> Thanks koen
<1> it uses gnome-vfs internally, so you get network stuff for free
<4> B_Lizzard: and AFAIK gnome-vfs for network transparent file access
<2> RP, lrg: I tried to start a sound driver for the htc magician by copying the spitz soc driver, of course it doesn't work:
<2> RP, lrg: http://userpage.fu-berlin.de/~zabel/magician/magician.c
<2> RP, lrg: is there anything obviously wrong with it? it doesn't throw any errors, but except for the __init function none of the code called during modprobe
<1> gnome-vfs-dbus even



<1> so no scary corba
<2> s/code called/code is called/
<5> I'd reckon there is a configure option to get that out
<1> pH5: I just notice that the gpl header is incompatible with the kernel :(
<4> time to hack FLUTE
<7> pH5: Which SoC version did you use? There was a version which had the soc-audio name misspelt which meant it would never trigger the ASoC core as the device names didn't match
<2> RP: asoc-v0.11pre13.patch
<7> http://www.rpsys.net/openzaurus/patches/alsa/asoc_platform_dev_fix-r0.patch
<4> koen: why? because it allows GPLv2 and v3?
<1> zecke: yes
<8> pH5: also, there is a bug with spitz atm, I'm producing new patch now
<1> Packaged contents of povray into /data/build/koen/OE/build/tmp/angstrom/deploy/ipk/povray_3.6.1-r0_armv5te.ipk
<7> pH5: Try that patch, or v0.11, or wait for Liam's next release :)
<2> all the modules get loaded (soc-core, uda1380), but my uda1380_init doesn't get called
<2> RP, lrg: ok, I'll wait :)
<9> /cr
<7> pH5: I'd suspect that platform_fix is the problem - that was the behaviour I saw on the Z as well
<2> RP: unfortunately that's not it - pre13 already has "soc-audio"
<8> pH5: let me check the uda code before tonights patch
<2> lrg: that would be great
<8> pH5: all the i2c codecs have the same init code, so it's maybe a copy bug
<7> pH5: Ah :-(. THat must have been pre12 then :-/
<7> pH5: ASoC is worth the effort as it is rock solid when it works :)
<10> evening
<7> hi hrw|tv
<11> hrw|tv, hey
<10> some time ago there had not to be dev gf/wifes on oedem, now it looks like everyone takes own second part to berlin ;D
<2> RP: I'm really looking forward to it. I'm missing sound, gsm and battery support and the device will be usable.
<7> pH5: Did the i2c layer find the device?
<4> pH5: obviously you may visit us at 'OEDEM' as well
<4> hrw|tv: :}
<10> zecke: I heard that you have spare space on floor?
<7> hrw|tv: Is that a reference to tf?
<4> hrw|tv: ATM I even have a bed under the messy roog
<4> roof
<6> RP: lol
<4> hrw|tv: ask mithro how comfortable/uncomfortable that is
<2> RP: yes, i2cdetect finds something at that address
<2> zecke: I will :)
<4> RP: lol
<11> Best way to disclude something from an image?...
<6> btw., we need a couple of more volunteers for chairing and preparing the sessions
<10> Kristoffer: write own image
<11> hrw|tv, :D oki
<1> NOTE: Applying patch 'configure-cross-hack.patch'
<11> Anyone had any issues with osb-jscore, Its giving me hell currently
<4> "W
<4> hmm
<4> one must love RFC's there is so much out of scope...
<10> mickeyl: "OE Steering Discussion" is one of most important probably on oedem
<6> yeah
<10> mickeyl: for me you looks as best man (as one of core devs)
<10> ****.. from people comments it looks like oz 3.5.4.2-rc2/opie is fscked...
<6> the thing is, i want to be prepared for all of my sessions, and since september will be a pretty busy month for me, I'm not sure whether i can prepare for more than 2.5 sessions...
<10> understable
<10> I'm starting own business in this/next week, have to prepare survey talk, OE presentation for october
<6> *nod* let's see whether we can pester Florian to host one session
<10> OE and Commercial Activities one?
<6> yeah, since he already has his own business since long
<10> ~seen greentux
<12> greentux <n=m@195.227.105.180> was last seen on IRC in channel #oe, d h m s ago, saying: 'oh, baby is calling... mom'.
<10> greentux iirc is one of people from other side
<1> mickeyl: I slightly improved the ciabot reset script, so it should be max 24h nonfunctional when something breaks and we are to lazy to fix it
<6> koen: ah good to know
<13> koen org.oe.dev * r93973... / (5 files in 4 dirs):
<13> povray: add 3.6.1 (from 2004), since the povray dudes haven;t released the source for 3.7.0beta yet
<13> * scrary license, $MAINTAINER gets compiled into the binary
<10> can bitbake take "http://kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=1fbe75e12f0dd567c86533e13ba2605f3ecad2e1;hp=955a260829b5848fa90721678bab003234c93356"; into SRC_URI?
<3> oehm... "checking whether time_t is signed... configure: error: cannot run test program while cross compiling" what's the usual way to fix this?
<1> hrw|tv: I bet quilt will choke on the html
<14> *cough*
<1> suihkulokki: gws :p


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #oe
or
Go to some related logs:

could not init font path element, xubuntu
dd-wrt change mac
rpm graphical sudo
recreate host.frm -installation innodb
#ati
hibernate-ram write error: Operation not permitted
#php
#osdev
problem suse decorate xgl
#css



Home  |  disclaimer  |  contact  |  submit quotes