irclog2html for #openembedded on 20030202

00:21.02ljphmm debris hits shuttle on the left wing on launch.. sensors on the left side first to malfunction... what the heck could be the cause...?
00:22.53*** join/#openembedded Harlekin (~max@pD95455D9.dip.t-dialin.net)
00:23.01Harlekinhi *
00:23.06ljphi
00:28.41ljpman, alsa api docs suck
00:28.52kergothyep
00:29.00kergothalsa itself is cool, bu the docs are lacking
00:29.01kergothbut
00:29.44ljpalsa rocks.
00:29.53Harlekinipaq is suposed to use alsa soon
00:30.02ljpand trying to get api help from the dev list is like pulling teeth
00:30.58treke|homeit is?
00:31.45Harlekintreke|home: yes, jamey worked on  it and backported some 2.5 stuff ( alsa )
00:31.47ljpkinda
00:31.56treke|homeinteresting
00:32.49ljpat least when it comes to getting them to write better docs.. :D
00:33.18ljpnot much on using the alsa mixer api either
00:33.35Onyx4kergoth: I just checked-in samba server support, the smb.conf and init script will need updating acording to sharp
00:33.43Onyx4kergoth: and if we decide or not to use inetd to start smbd
00:34.10Onyx4im not sure how sharp does it
00:34.46kergothk
00:34.54kergothI just pulled the smb.conf off my c700 not o30 seconds ago
00:35.07kergoththey dont use inetd, but i dont see a reason why we shouldnt
00:35.10Onyx4k probably wanna do the same for the init script
00:35.34Onyx4im not sure how much memory samba takes just running idle
00:35.52kergoth?
00:36.02Onyx4if we dont use inetd, it's wasted memory right?
00:36.10Onyx4if someone doesn't use samba :)
00:36.24kergothand smdb and nmbd waste memroy as well
00:36.25treke|homethey can uninstall it
00:36.30kergothwe already have inetd installed
00:36.32Onyx4its memory footprint is probably a mb each
00:36.39kergothfor people who want to setup a telnet daemon or ftp daemon
00:36.45Onyx4ok
00:36.54kergothId say inetd is more generally useful than always running smb
00:36.58Onyx4so we just need to alter the postinst to setup samba in inetd.conf instead
00:36.59kergothany other opinions?
00:36.59treke|homepeople who want telnet should be shot, hanged, and shot again
00:37.12kergothtreke|home: yeah no kidding
00:37.58treke|homecan you run sshd through it?
00:38.22kergothyes you can, though i heard you can get timing issues with theauthentication
00:38.30kergothwe could test that in a rc
00:38.34kergothsee how it works for the users
00:38.35Onyx4it would time to start because it has to calculate its random seed and crap like that
00:38.55treke|homeah
00:39.01Onyx4especially on a low-mhz cpu, it might be a problem
00:39.06Onyx4not fast enough, will cause login delays
00:39.54Onyx4the problem is that nmbd will most likely end up always running if there are other windows machines on the net doing broadcast requests for the port
00:40.02Onyx4but at least smbd will not run unless a connection is requested
00:41.33kergothI dont care about slight login delays if it gains us a msaller memory footprint.
00:41.42kergothsmaller, that is
00:42.16Onyx4yeah we would have to check if the login delay causes a problem in the authentification part like some people tell
00:42.27kergothbleh, foudna  compile bug in the c700 sources already
00:42.30kergoththat didnt take long
00:42.42Onyx4mmm affix is looking for the openobex-config in the old location btw
00:42.49kergothso fix it
00:43.09Onyx4so now in each makefile we need to export the libtool with the STAGING_BINDIR ?
00:43.15Onyx4why not define it right in vars.make?
00:43.33kergothhuh?
00:43.35kergothi already did so
00:44.02Onyx4ok, let me look then why it's looking at the old one then
00:44.25kergothprobably just havent pushed yet
00:44.33Onyx4ah I see now
00:44.36kergothI have, quite literally, 14 buildroots right now.
00:44.38Onyx4--with-openobex-prefix=$(STAGING_DIR)
00:44.44kergoth12 on this box, one on another, and one on yet another
00:45.00ljp14?!? how lorge is that harddrive?
00:45.10kergothhafl of them are unbuilt :)
00:45.13Onyx4yeah I haven't been doing much work on OZ because since I mrproper, I can't actually get a clean build to run
00:45.15ljpoh
00:45.17kergothand they'r esharing a single sources area
00:45.23kergothOnyx4: ?
00:45.33kergothso if it fails, fix it
00:45.38Onyx4well I can't compile some apps because they depend on others which won't build, etc
00:45.46kergoth?
00:45.48kergothum
00:45.51Onyx4i'm trying to you change a lot of stuff
00:45.51kergothI just built an image w/ no problems
00:46.02Onyx4s/to/but
00:46.12kergothfeed build hasnt been done since rc2
00:46.42Onyx4there's probably a few packages Makefile to fix because of this staging dir change
00:46.50kergotheh?
00:46.54kergothI patched every makefile.
00:47.03Onyx4mmm did you push everything?
00:47.07kergothtry reading the changesets before commenting, eh?
00:47.13kergothI have 3 files unpushed.
00:47.18kergotheverything else is synced
00:47.35Onyx4cause the affix i'm looking at right now still has the old staging dir defined
00:47.52chouimat|awaykergoth: any news?
00:47.57kergothhuh?
00:48.00kergothwhere?
00:48.05kergothopenobex prefix is irrelevent
00:48.07kergothstaging dir didnt change
00:48.15kergothstagign _bin_ and _lib_ dirs chaned individuall
00:48.15kergothy
00:48.24kergothgo read the fucking changeset before you strt making comments
00:48.31Onyx4it uses that prefix to look for $(STAGING_DIR)/bin/openobex-config
00:48.35kergothright
00:48.38Onyx4which is now moved to the i386-linux directory
00:48.47kergothand i fixed every bin and lib dir direct reference
00:48.47Onyx4so it fails right now
00:48.57kergothif you expect me to fucking divine every assumption by subsequent builds
00:49.02kergothyou're sadly fucking mistaken
00:49.25kergothI fixed every existing direct reference, indirect references need fixing
00:49.35kergothso fix it. i'm not going to fucking hold everyone's hand
00:49.43kergoththe changeset outlined the changees.
00:49.50Onyx4I didn't assume so, I just wanted to see if you already fixed it or not
00:50.12kergoth18:48 <@Onyx4> cause the affix i'm looking at right now still has the old
00:50.13kergoth<PROTECTED>
00:50.20kergothyou obviously had no idea it wasnt staging that changed.
00:50.24chouimat|awayhttp://c64upgra.de/c-one/
00:50.25kergoththe staging dir is identical to what it was
00:50.31kergothand include hasnt changed
00:50.37Onyx4I know, it's only the bin stuff
00:50.43kergothwrong
00:50.47kergothits binaries and libraries
00:54.04Onyx4so should I leave openobex-prefix set to $(STAGING_DIR), but add --with-openobex-exec-prefix=$(STAGING_BINDIR) ?
00:54.47kergothor pass in the path to openobex-config directly rahter than relying on its sane handling of the prefix.
00:59.34Onyx4arg --with-openobex-exec-prefix adds an extra bin/ to the path at the end, so it ends up in i386-linux/bin/bin/openobex-config, if I pass it the whole filename it still appends bin/openobex-config, so I would have to patch the configure script?
01:01.44kergothwhy not find th evariable configure defines as the openobex-config script, and override that variable?
01:01.59kergothfar simpler, more elegant, and doesnt rely on sane handling of hte passed prefix
01:02.06Onyx4you can do that from the command line?
01:02.06*** join/#openembedded drw (~drw@adsl-67-37-158-84.dialup.chcgil.ameritech.net)
01:02.16kergoth?
01:02.23kergothin the makefile
01:02.29kergoththere will be a varible that auto* sets
01:02.35kergothto the openobex-config script
01:02.36Onyx4no it's the configure script that fails to run, it errors out
01:02.54Onyx4it tries to run openobex-config to see what the lib paths are
01:03.26Onyx4the makefile is not even created at that point yet...
01:03.31kergoth--with-openobex-exec-prefix=$(STAGING_DIR)/$(BUILD_SYS)
01:03.39kergothshould do it
01:03.42Onyx4yes
01:03.59kergothor
01:04.11*** join/#openembedded drw (~drw@adsl-67-37-158-84.dialup.chcgil.ameritech.net)
01:04.18kergoth--with-openobex-exec-prefix=$(patsubst %/bin,%,$(STAGING_BINDIR))
01:04.24kergothwould be even better.
01:06.06Onyx4ok I'll use that
01:10.06kergothheh, you think the pace of changes is fast now, wait till we drop this buildsystem entirely :)
01:10.21Onyx4for what else?
01:10.27kergothread the topic
01:10.46Onyx4yeah I wish would have more time to catch up, I just have other priorities
01:10.55kergothyeah, i know how that is
01:10.56Onyx4but still try to contibute what I can
01:11.54kergothfor some reason the c700 doesnt seem to boot when i let the bootloader pass in the params
01:12.02kergothhmm
01:12.08kergothwonder if its overriding my console=
01:12.34Onyx4the topic says to read the openzaurus.org website which I did, did I miss where it talks about a new buildroot?
01:12.42kergothno
01:12.46kergothopenembedded.org
01:12.47kergoth..
01:13.04Onyx4so it goes to wiki...
01:13.10Onyx4never used that b4 :)
01:13.34kergothit wasnt in the topic when the site was empty :)
01:15.27Onyx4yeah that's a big change to upgrade the buildsystem, it would certainly take us as much time to convert stuff that it did for the old buildroot when we moved over
01:15.53Onyx4and during that time, we generally don't do fixes/new stuff to OZ applications
01:16.12kergothyep
01:16.20kergothbut at some point after hack upon hack upon hack upon hack
01:16.26kergothyou need to do it right :)
01:16.48Onyx4I guess, but I guess you didn't have that idea before we did this current buildroot right?
01:16.56Onyx4or you didn't think it would grow as much?
01:17.37*** join/#openembedded Bala (~ryanr@hsdbsk142-165-143-123.sasknet.sk.ca)
01:18.13Onyx4kergoth: you upgraded apmd from 3.1.0 to 3.2.0 but the workaround patch fails to apply, did you saw that?
01:19.10kergothyep
01:19.12kergoththe upgrade was required
01:19.18kergothdebian yanked the 3.1.0 sources
01:19.30Onyx4ah, ok so I'll wait for a new rev of the workaround?
01:19.39kergothyep
01:19.42Onyx4k
01:19.43kergothor feel free to adapt it yourself
01:19.45kergothim bout to go eat
01:19.46kergothbbl
01:20.10Onyx4ill do the same heh
01:20.26Onyx4I just mostly wanted to get samba going today since that's needed for rc3
01:21.15Onyx4just check-in the c700 smb.conf file over mine, and if you have a good idea on the postinit for updating inetd.conf, that'd be great, cause we don't have the update-inetd script/functions in OZ
01:21.37Onyx4maybe do like we do for fstab, we grep for it and otherwise we just append
01:26.18*** join/#openembedded carsten (~carsten@p50821BC2.dip.t-dialin.net)
01:29.57*** join/#openembedded treke|laptop (~ggilbert@lsanca2-ar29-4-41-064-064.lsanca2.elnk.dsl.genuity.net)
01:36.55*** part/#openembedded gortsleigh (~chatzilla@dsc02-ari-co-4-31.rasserver.net)
01:41.52mickeyl|tvwho maintains the libsld packages in OZ?
01:45.55mickeylnoone... this is what i've thought...
01:58.20*** join/#openembedded winterkind (~brand@b096240.adsl.hansenet.de)
02:07.15*** join/#openembedded chouimat (~dieu@modemcable120.184-130-66.que.mc.videotron.ca)
02:14.20*** join/#openembedded chouimat (~dieu@modemcable120.184-130-66.que.mc.videotron.ca)
02:21.35*** join/#openembedded caffeine (~khedspet@clt74-76-015.carolina.rr.com)
02:28.37*** join/#openembedded Xentac (~jchu@amga45cyy30x9.bc.hsia.telus.net)
02:28.57Xentacanyone able to point me to documents about the process that qtopia desktop goes through when it syncs?
02:29.06*** join/#openembedded angry (~angry@ool-4356628d.dyn.optonline.net)
02:37.07*** join/#openembedded chouimat (~dieu@modemcable120.184-130-66.que.mc.videotron.ca)
02:37.23*** mode/#openembedded [+o chouimat] by ChanServ
02:55.10*** join/#openembedded victorvdl (~victor@ip225.126-173-207.eli-du.nwlink.com)
03:19.48*** join/#openembedded BiGBiGYLLaMa (~llama@pD9EB2E74.dip.t-dialin.net)
03:31.38*** join/#openembedded caffeine (~caffeine@clt74-76-015.carolina.rr.com)
03:33.06*** join/#openembedded CrazyGogo (~crazygo@pD9EB2E74.dip.t-dialin.net)
04:02.45*** join/#openembedded PicoBot (~PicoBot@ivan.client.mscd.edu)
04:09.16*** join/#openembedded PicoBot (~PicoBot@ivan.client.mscd.edu)
04:31.14*** join/#openembedded Bala (~ryanr@hsdbsk142-165-143-123.sasknet.sk.ca)
04:32.39treke|laptopthere we go
04:32.51treke|laptoponly too three rebuilds to get rid of those damn files :)
04:35.19chouimat|Zzzzznight
04:39.55chouimat|Zzzzzkergoth: ping
04:45.32ljphehehe in kate FIXME is bright red
04:49.26chouimat|Zzzzzljp: I think Dessimat0r had some fun with ulyx ....
04:49.30JasonNJblah.
04:50.21chouimat|ZzzzzJasonNJ: huh?
04:51.01ljpwhy do you think that?
04:51.05chouimat|ZzzzzI want to know who added that lart to ulyx: creates a mess in his underpanrs while watching <who> and Saddam have anal sex
04:51.30chouimat|Zzzzzljp: ^---------------------------^
04:51.38ljpahhh.. hmm
04:52.44chouimat|Zzzzzljp: I'm off
04:55.16ljpbye
05:11.38treke|laptopkergoth: if its any help, hostap from current CVS is working on the ipaq with the wfc11
05:12.19kergothcool. I know wcf11 is working, sheenmaster's problem is with his wcf12 afaik
05:12.24treke|laptopah
05:13.03treke|laptoptheir pcmcia one is really impressive :)
05:18.59treke|laptopibot lart kergoth
05:19.40kergothibot: fishslap treke|laptop
05:19.45ACTION slaps treke|laptop up side the head with a wet fish.
05:19.51kergothtreke|laptop: we need a way to select which kernel modules to put in the image
05:20.00treke|laptopthats for removing the zImage symlink generation for the ipaq kernel :)
05:20.02kergothtreke|laptop: I think its about time I redo our image creation, split it from teh build config
05:20.13kergothheh
05:20.20kergothdood
05:20.23kergothuse the function i added
05:20.32kergothmkdir packages/kernel-2.4.18-h3600/controldata
05:20.44kergothecho "mypostinst" > packages/kernel-2.4.18-h3600/controldata/kernel.postinst
05:20.47kergothta da
05:20.50kergoth:)
05:21.02treke|laptopthat will run on the buildhost?
05:21.27kergothits the postinst.
05:21.32kergothpostinsts try to run on build but generally fail
05:21.41kergothyou need that link for first boot?
05:21.45treke|laptopyup
05:21.54kergothhmm, make the postinst work for build
05:22.00kergothuse the env var for the offline root
05:22.06treke|laptopthe bootldr loads /boot/zImage unless you have specified something else
05:22.10kergoth$IPKG_OFFLINE_ROOT or whatever
05:23.11kergothecho ln -sf /boot/zImage.@@KERNELVERSION@@ $IPKG_OFFLINE_ROOT/boot/zImage > packages/kernel-2.4.18-h3600/controldata/kernel.postinst
05:23.15kergothor whatever
05:23.29treke|laptopok, I'll try something similar
05:23.57kergothwe could add that for the general kernel.postinst, it wont hurt the Z, but you want a seperate one anyway
05:24.07kergothas the Z cat's it into the mtd device in the postinst
05:24.10kergothwhereas ipaq doesnt need to
05:30.03treke|laptopugh, well thats enough of this damn computer for the day
05:38.04Dilb_enervetronical: alive ?:)
05:54.03*** join/#openembedded Real2 (ujans@pD9EB6ECF.dip.t-dialin.net)
07:03.25kergothNAND LOADER ... in NOR
07:03.25kergothbuilt on Oct 15 2002 at 19:18:18
07:03.26kergothfunc= 00000000
07:03.27kergothheh
07:03.47kergothmessages as it jumps to the kernel
07:09.26Dilb_enervecompiling on strongarm is so slowwwwwwwwwwww
07:10.10*** join/#openembedded rUnuts (~alaska@hsdbsk142-165-143-123.sasknet.sk.ca)
07:10.42*** join/#openembedded Bala (~Rusaw@hsdbsk142-165-143-123.sasknet.sk.ca)
07:19.27*** join/#openembedded crow (~crow@pcp02151860pcs.umrion01.pa.comcast.net)
07:22.32*** join/#openembedded obtix (obtix@obtix.org)
07:51.44*** join/#openembedded asys3 (~uwe@dialin-145-254-167-202.arcor-ip.net)
07:55.14*** part/#openembedded asys3 (~uwe@dialin-145-254-167-202.arcor-ip.net)
07:59.35*** join/#openembedded asys3 (~uwe@dialin-145-254-167-202.arcor-ip.net)
08:25.48kergothffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x00040034: 0x0006 in
08:25.51kergothstead
08:25.54kergothFurther such events for this erase block will not be printed
08:25.56kergothNode at 0x00043978 with length 0x00000723 would run over the end of the erase bl
08:25.59kergothock
08:26.02kergothPerhaps the file system was created with the wrong erase size?
08:26.05kergothdamnit.
08:26.07TheMasterMind1hmm
08:26.09TheMasterMind1what're you working on
08:26.19TheMasterMind1http://www.kingsofchaos.com/freaky.php
08:26.19TheMasterMind1:)
08:27.05kergothTheMasterMind1: OZ for C700
08:27.10TheMasterMind1oh nice
08:27.10TheMasterMind1heh
08:27.12kergothit doesnt like the images i'm building
08:27.19kergothbut i added a few printks
08:27.24kergothand the erase block size is correct
08:27.26kergothso i dunno why its bitchin
08:27.30TheMasterMind1hm
08:27.36kergothhmm
08:27.55kergothso now im gonna see if jffs2reader dumps any info about an image other than file list
08:27.59kergothlike say, erase block size
08:28.00kergothheh
08:28.01TheMasterMind1k
08:28.07kergothcause i've got the stock sharp images
08:28.11kergothsometing to compare against
08:31.52kergothKernel command line: console=ttyS0 root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),25600k@7168k(root),-(home) jffs2_orphaned_inodes=delete LOGO=1 LAUNCH=q
08:31.55kergothlong commandline eh?
08:33.00TheMasterMind1hah
08:33.25kergothbootloader passes it
08:33.37kergothCMDLINE only has console= and root= at compiletime
08:33.51TheMasterMind1i see
08:36.29kergothhaha
08:37.03kergothI count 5 typos in the kernel boot messages alone
08:37.13TheMasterMind1lol
08:40.57kergothgrr
08:41.05kergothwhy does it not like my initrd.bin? i dont get it.
08:41.06kergothhmm
09:26.42*** join/#openembedded effy-kun (~none@adslkyt2-p100.hi-ho.ne.jp)
10:07.42*** join/#openembedded Harlekin (~max@pD9545C0C.dip.t-dialin.net)
10:14.15tronicalmorning. is bkbits.net reachable for anyone/
10:14.20tronicals,/,?,
10:17.54Dilb_enervefrom CRL I can, from DT no route to host
10:18.25tronicalah, hence the 'enerve' postfix? :)
10:18.42tronicalmoin Dilb, btw
10:19.07Dilb_enerveit works again I think from DT :)
10:19.18Dilb_enerve17 packets transmitted, 17 packets received, 0% packet loss
10:19.18Dilb_enerveround-trip min/avg/max = 330.8/395.8/431.0 ms
10:19.25Dilb_enerveperfect connection ;o)
10:19.41tronicaloh, indeed. yay
10:19.57tronicalNothing to pull from bk://openzaurus@openzaurus.bkbits.net/buildroot -- bummer :)
10:20.17Dilb_enervenew patches/version for op2 is coming
10:21.03Dilb_enerveif the strongarm is able to compile my tests quickly
10:21.17Dilb_enervenot yet, they are only local
10:21.24tronicalah, cool
10:21.42tronical(is that the reason for _enerve? :)
10:21.56Dilb_enervetronical: no, this network is the reason
10:22.14tronicalahh
10:22.19Dilb_enervemore precisely opers from this network
10:23.39Dilb_enervetronical: and btw, I will leave this network in the next days
10:24.01tronicalDilb_enerve: you'll leave freenode? why?
10:24.22Dilb_enervetronical: I'm fed up with opers' behaviour on this network
10:24.32Dilb_enervereally fed up
10:24.34tronicalDilb_enerve: what did you they? :}
10:24.41tronicalerr, they
10:24.49Dilb_enerve?
10:25.08tronicalwhat did they do?
10:25.34superMhehe
10:26.02tronicalapt-get install grammar
10:26.06tronicaloops, wrong terminal
10:26.26Harlekinlinks dict.leo.org
10:26.35superMtronical needs coffee ;)
10:26.55Dilb_enervesending global notices on irrelevant things, many wallops too, so interesting (but ok, I can disactivate it, but then I can miss relevant information, sometimes there are some, a few), and I don't like what lilo is doing with this network and the old opn name
10:27.28tronicalDilb_enerve: I see. where are you heading to then? ircnet?
10:27.42tronical(don't say efnet :)
10:27.45Dilb_enervetronical: I'm coming from ircnet already
10:27.53tronicalahh
10:27.55Dilb_enerveprobably move to oftc
10:28.21Dilb_enerve_was_
10:28.37tronicaloh, I mistood then :)
10:28.55tronicalmisunderstood
10:28.57Dilb_enervebefore OPN, I was on ircnet
10:30.06tronicalthem
10:30.28Dilb_enervetronical: but you can't do the same with global notices
10:30.43Dilb_enerveas they should only be used for relevant information
10:31.28tronicalI usually close them, too, and usually ignore them. it used to be really annoying during the funding days, but IMHO it has settled back to a fair level again
10:31.46Dilb_enervebut wallops and notices are not the main reason, it's more on lilo's side
10:32.24Dilb_enerveat least you have seen the notices related to the fundraising
10:32.41Dilb_enerve(at least part of them)
10:32.42tronicalyeah, those annoyed me to death :)
10:32.50Harlekini never notices lilo either
10:32.59Harlekinsince i dont see what he posts
10:33.00tronicalbut well, they're gone, and I forget quickly (that could be seen as a fault of mine :)
10:33.12Harlekinonly if people complain I do an extra look for it
10:33.22Dilb_enervetronical: you are optimistic, they will come back soon
10:33.43Dilb_enervereally soon, in about the time for an auction to end
10:34.10Dilb_enerves/end/finish/ in english I think :)
10:34.47Dilb_enerveHarlekin: for the problem with the new xine-lib, it's solved, another change in the interfaces
10:35.01tronicallet's see. currently the advantages overweight for me (like, the generally really friendly atmosphere and lack of ops/takeover-wars, etc.)
10:35.02HarlekinDilb_enerve: which problem?
10:35.09HarlekinDilb_enerve: the crippled mpeg playback?
10:35.56Dilb_enerveHarlekin: I didn't check this one, but I still think it is due to ffmpeg, I mean the problem with the post ß2 versions
10:51.09*** join/#openembedded carsten (~carsten@pD9526FB5.dip.t-dialin.net)
10:52.34Dilb_enerveshiiiiiiiit
10:53.05carstenDilb_enerve: hi :)
10:53.13Dilb_enervehi carsten
10:53.33Dilb_enervexine code is soooooooooooooo dirty sometimes
10:55.36HarlekinDilb_enerve: still no xine cvs account?
10:55.53Dilb_enerveHarlekin: I don't want one
10:56.09Dilb_enerve(I don't want one for opie too)
11:01.16Dilb_enervedoes anyone know if it is possible to avoid the data alignment on boundaries for structure with gcc for arm ?
11:01.54tronicalDilb_enerve: you mean like a working __attribute__((packed)) ?
11:02.05Dilb_enerve(something better than a nasty hack using packed)
11:02.15Dilb_enervetronical: yeah :)
11:02.22Dilb_enervetronical: hmm not really
11:02.42Dilb_enerveit's not direct with packed
11:02.59Dilb_enervemy problem is the alignment on the first word, not really packing
11:03.23Dilb_enervebut I can do something nasty with packing and new "members"
11:04.23Dilb_enerveit's so terrible to have a CPU able to take care of the alignment by itself, having such a bad C interface
11:06.14Dilb_enervewhat I'm looking for is more in the padding section than in the data alignment one :)
11:17.37*** join/#openembedded lsmith (~vandal@brln-d5148302.dsl.mediaWays.net)
11:17.58BiGBiGYLLaMahow can i get executable files running by just typing: #prog ...so i ont have to write #./prog ....?
11:18.53carstenBiGBiGYLLaMa: put them in you path
11:18.58carstenyour
11:19.14BiGBiGYLLaMamy path?
11:19.26BiGBiGYLLaMahow?
11:20.49carstenexport PATH=/home/blah/blub:$PATH
11:21.02carstenthis extends you PATH with /home/blah/blub
11:21.51BiGBiGYLLaMaok
11:21.55BiGBiGYLLaMathx
11:24.18BiGBiGYLLaMado i have to reset the path after reboot?
11:24.44carstenyes
11:24.51BiGBiGYLLaMahmm
11:24.54carstenbut you can but that in your ~/.bashrc
11:25.04carsten(in case you use the bash)
11:25.59BiGBiGYLLaMawell i think so :)
11:27.27BiGBiGYLLaMawhat is ~ ? path whereto?
11:28.45carsten~ is you home-dir
11:28.53carsten/home/BiG or so
11:29.13carstenprobably /home/martin
11:29.49BiGBiGYLLaMa:)
11:30.10BiGBiGYLLaMawhen i have no users it is /home/root
11:31.37BiGBiGYLLaMais .bash.profile same as .bashrc?
11:32.14carstenno
11:32.23carstenBiGBiGYLLaMa: do /query carsten please
11:36.37Dilb_enervetronical: it looks like it is working on gcc 3.x.y
11:37.53tronicalDilb_enerve: op2? of course :)
11:38.05Dilb_enervetronical: no the packed attribute
11:38.20tronicaloh, ah, yes, it better :)
11:38.57Dilb_enerve... I think people will have to decide soon between their tkc apps and opie....
11:41.25Dilb_enerveat least, as long as bitfield support is not as bad as in BC5 and older, it's not too painful :)
11:48.18Harlekina gcc3.2 rom ready?
11:49.31Dilb_enerveI don't know, but from now on, I will only compile the codecs with gcc 3.2
11:50.25Dilb_enerveso people using buildroot will have to be careful
11:56.00*** join/#openembedded caffeine (~caffeine@clt74-76-015.carolina.rr.com)
12:12.28*** join/#openembedded nikki (~nikki@202.57.90.79)
12:23.08*** join/#openembedded XavierXeon (~mr_x@pD951F3AB.dip.t-dialin.net)
12:23.38Twiunafternoon folks
12:23.44XavierXeonhowdy
12:25.10Dilb_enervemarvellous, now I have a 20971520x9437184 stream, too much fun patching everything :)
12:52.38*** join/#openembedded hamsta (~jens@p50927CAE.dip.t-dialin.net)
13:00.33*** join/#openembedded ljp (~ljp@tf0140.peakpeak.com)
13:08.29*** join/#openembedded carsten (~carsten@pD9526FB5.dip.t-dialin.net)
13:11.23*** join/#openembedded winterkind (~brand@b108203.adsl.hansenet.de)
14:36.11*** join/#openembedded levi__ (~levi@ash.lnxi.com)
14:40.39*** join/#openembedded ljp (~ljp@tf0140.peakpeak.com)
15:17.17*** join/#openembedded asys3 (~uwe@dialin-145-254-149-052.arcor-ip.net)
15:29.45*** join/#openembedded ulyx (~ulyx@modemcable120.184-130-66.que.mc.videotron.ca)
15:33.30chouimatmorning
15:42.41ljpwho's havin' fun here?
15:44.24chouimatno body
15:45.31ljpI am
15:45.48ljpI just found some integer FFT's
15:46.46chouimatljp: I just need a huge coffee
15:47.14chouimatarrrggg it's snowing
15:53.40*** join/#openembedded mrwoody (paolo@133-pool2.ras12.nynyc-t.alerondial.net)
15:54.40ljpit helps to have headers files when compiling something
15:54.53tronicalsometimes :)
15:55.22ljpand having the library to link too also helps greatly
15:55.44tronicalhave sourcecode to compile occasionally helps, too :)
15:55.52ljpyup
15:56.22tronicalI wonder though if a compiler is really necessary
15:56.56ljpnot on windows
15:57.01tronicalhehe
15:57.22chouimatno just VB
15:57.50ljpI wrote one vb macro for vc++
15:58.19ljpand it was very controversial
15:58.28chouimatljp: I remember hvaing paid 200$ for a windows soft and find out that app shipped vbrun200 :)
15:58.39ljphaha
15:59.18ljpgov't should require software packaging to list all library files linked too/needed
16:07.52ljpthe helix alsa driver code I am doing will support 5.1 sound before anything else in helix does :)
16:08.12chouimatljp: hehe
16:11.35ljpcurses the one that designed arm processors without fpu!!
16:16.01chouimatljp: used fixed point math :)
16:16.07*** join/#openembedded mdh (~hirsch@c-24-98-43-38.atl.client2.attbi.com)
16:16.50ljpbah!
16:17.16NOfpumy mantissa has forsaken me
16:18.43chouimatulyx: lart NOfpu
16:19.09NOfpumy bladder control has forsaken me
16:20.49chouimathmmm my cat use the doors frames to sharpen his claws
16:22.24ljpsquirt gun time
16:22.24NOfpuulyx: lart the claws of chouimat's cat
16:22.31NOfpuouch
16:23.15chouimatNOfpu: I prefer that he use the door frame than my couch
16:23.35NOfpufair point
16:23.56NOfpuunit
16:26.07NOfpuulyx: lart NOfpu
16:26.29NOfpulol
16:27.00ljpmy cat is an evil fly hunter!
16:27.32chouimatulyx: lart NOfpu
16:28.14ljpohh.. alsa does much better on this machine than OSS
16:28.47NOfpuulyx: lart chouimat's couch
16:28.49chouimatljp: huh?
16:28.51mdhIf I try 3.1-rc2, do I need to point to testing for packages, or will stable work fine?
16:29.26ljpthe 4front drivers for this audio card suck, alsa does much better
16:32.41chouimatljp:  which card?
16:33.02ljpawe64G
16:33.27chouimatljp: that card is based on wich chip?
16:33.44ljpits a sb
16:34.15chouimatljp: I have the sb pci 16 (ensoniq 1371, AC-97)
16:34.17ljpnot to mention the rme on that machine over there
17:03.09*** join/#openembedded LordDavon (davon@ptd-24-198-5-74.maine.rr.com)
17:07.59*** part/#openembedded LordDavon (davon@ptd-24-198-5-74.maine.rr.com)
17:09.25*** join/#openembedded Dilb (~internet@pD9E8DBF8.dip.t-dialin.net)
17:25.23mdhOkay, I've installed 3.1-rc2.  Then USB network is up, but qtopiadesktop (linux) cannot see my Z.  Do I need to do something to enable it?
17:31.59CrazyGogosomehow my SD card is not readable/writeable after resume... though mount shows it mountet as RW... what could that be and how could i solve this problem?
17:38.27RealUlliCrazyGogo: i'm not sure about possible FS damage etc, but i'd try to eject/reinsert the card...
17:38.48RealUlliCrazyGogo: possibly try to umount first...
17:40.28*** part/#openembedded mdh (~hirsch@c-24-98-43-38.atl.client2.attbi.com)
17:41.18CrazyGogoRealUlli: i'm running 64-0 ... someone told me that opie is liky to crash wehen i simply umount/mount the card...
17:43.13chouimatibot seen Dessimat0r
17:43.17dessimat0r <Dessimat0r@public1-birk1-3-cust60.bagu.broadband.ntl.com> was last seen on IRC in channel #openembedded, 20h 33m 14s ago, saying: 'argh, eMule has sapped all my memory again'.
17:47.22*** join/#openembedded gortsleigh (~chatzilla@dsc02-ari-co-3-170.rasserver.net)
17:51.37*** join/#openembedded victorvdl (~victor@ip52.174-173-207.eli-du.nwlink.com)
17:53.04chouimatibot seen kergoth
17:53.04kergoth is currently on #opie #uclibc #picogui #tuxscreen #zaurus #elinux #openembedded #handhelds.org #openzaurus.  Has said a total of 958 messages.  Is idling for 9h 11m 58s
17:53.53treke|homeibot sen kergoth?
17:53.53treke|home: KCI error, or a problem with the Keyboard-Chair Interface.
17:53.56treke|homedoh
17:54.15chouimattreke|home: hmmm code 18?
17:59.33chouimatwooohooo that plugin works!!!!
18:00.01treke|homecode 18?
18:00.41chouimattreke: the problem is 18" in front of the screen :)
18:01.00treke|homeah
18:02.01chouimattreke|home: hehe. my first plugin for the new buildsystem work ... but the buildsystem would need mor work
18:13.51*** join/#openembedded victorvdl_ (~victor@ip43.126-173-207.eli-du.nwlink.com)
18:22.56*** join/#openembedded TeaX (~tx@ppp-206-156.27-151.libero.it)
18:47.38*** join/#openembedded caffeine (~caffeine@clt74-76-015.carolina.rr.com)
19:01.10*** join/#openembedded teax_ (~tx@ppp-1-159.27-151.libero.it)
19:15.39lsmiththx for that news update on oz.org kergoth
19:27.34chouimatarrggggggggggggggggggg I won't be able to use that 2.5GB drive with the webpal :(
19:29.48ljpbios?
19:30.27chouimatljp: 3.5"
19:31.08chouimatljp: maybe by using an old computer case as an external case that could work ... need investigation
19:35.20chouimatibot seen kergoth
19:35.20kergoth is currently on #opie #uclibc #picogui #tuxscreen #zaurus #elinux #openembedded #handhelds.org #openzaurus.  Has said a total of 958 messages.  Is idling for 10h 54m 14s
19:36.26RealUllichouimat: i think he's in bed... or something... ;-)
19:37.22chouimatRealUlli: with his cat?????
19:37.44RealUllichouimat: no idea... ;-)
19:38.08RealUllichouimat: i  saw him today in the morning... he was *still* up...
19:38.26RealUlliok... he's on another continent, but still... ;-)
19:40.41*** join/#openembedded SoopaT (~soopaman@h24-66-55-163.wp.shawcable.net)
19:40.46*** join/#openembedded drw (~drw@adsl-67-37-158-6.dialup.chcgil.ameritech.net)
19:41.46*** join/#openembedded drw (~drw@adsl-67-37-158-6.dialup.chcgil.ameritech.net)
19:59.39*** join/#openembedded chouimat (~dieu@modemcable120.184-130-66.que.mc.videotron.ca)
19:59.39*** join/#openembedded dscordia (~dscordia@thebit.td.rutgers.edu) [NETSPLIT VICTIM]
19:59.39*** join/#openembedded tronical (~simon@fauia27.informatik.uni-erlangen.de) [NETSPLIT VICTIM]
19:59.39*** join/#openembedded mickeyl (mickey@gandalf.tm.informatik.uni-frankfurt.de)
19:59.39*** join/#openembedded bipolar_ (bflong@ben-n-rhi.msns.flt.ptd.net)
19:59.39*** join/#openembedded troff|zzzzz (~alex@pc-80-194-224-49-ny.blueyonder.co.uk)
19:59.39*** join/#openembedded drw (~drw@adsl-67-37-158-6.dialup.chcgil.ameritech.net)
19:59.40*** join/#openembedded Dilb (~internet@pD9E8DBF8.dip.t-dialin.net)
19:59.40*** join/#openembedded ljp (~ljp@tf0140.peakpeak.com)
19:59.40*** join/#openembedded nikki (~nikki@202.57.90.79)
19:59.40*** join/#openembedded vexation (obtix@obtix.org) [NETSPLIT VICTIM]
19:59.40*** join/#openembedded RealUlli (ujans@pD9EB6ECF.dip.t-dialin.net) [NETSPLIT VICTIM]
19:59.40*** join/#openembedded CrazyGogo (~crazygo@pD9EB2E74.dip.t-dialin.net)
19:59.40*** join/#openembedded BiGBiGYLLaMa (~llama@pD9EB2E74.dip.t-dialin.net) [NETSPLIT VICTIM]
19:59.40*** join/#openembedded angry (~angry@ool-4356628d.dyn.optonline.net)
19:59.40*** join/#openembedded TimRiker (timr@rikers.org)
19:59.40*** join/#openembedded scanline (~micah@aden2-42-dhcp.resnet.Colorado.EDU)
19:59.40*** join/#openembedded numatrix (~jwiens@psifertex.nerdc.ufl.edu)
19:59.40*** join/#openembedded uncon (~uncon@crtntx1-ar3-4-62-089-189.crtntx1.dsl-verizon.net)
19:59.40*** join/#openembedded treke (~ggilbert@12.107.12.130)
19:59.40*** join/#openembedded supermatt (~mcopping@proxy.guideguide.com)
19:59.40*** join/#openembedded tyranozaurus (pyng@mcns200.docsis233.scvmaxonline.com.sg)
19:59.40*** join/#openembedded kergoth (~kergoth@dsl081-228-056.chi1.dsl.speakeasy.net)
19:59.40*** join/#openembedded Horwitz (mich1@baldrian.franken.de) [NETSPLIT VICTIM]
19:59.40*** mode/#openembedded [+oo chouimat kergoth] by calvino.freenode.net
20:01.30*** join/#openembedded JasonNJ (~perlow@ool-435125f3.dyn.optonline.net)
20:02.43*** join/#openembedded caffeine (~caffeine@clt74-76-015.carolina.rr.com)
20:07.07treke|homemornin  jason
20:08.39chouimathi JasonNJ
20:10.30*** join/#openembedded caffeine^ (~caffeine^@clt74-76-015.carolina.rr.com)
20:12.48chouimatulyx lart buildsystems
20:12.50RealUllihu jason :-)
20:13.02chouimatulyx lart buildsystems
20:15.26chouimatulyx lart buildsystems
20:32.20*** join/#openembedded RealUlli (ujans@pD9EB6ECF.dip.t-dialin.net)
20:32.24RealUllire
20:36.34*** join/#openembedded lsmith (~vandal@pD9E77A93.dip.t-dialin.net)
20:37.17*** join/#openembedded gortsleigh (~chatzilla@dsc02-ari-co-3-170.rasserver.net)
21:00.00chouimatibot seen kergoth
21:00.01kergoth is currently on #opie (1h 18s) #uclibc (1h 18s) #picogui (1h 18s) #tuxscreen (1h 18s) #zaurus (1h 18s) #elinux (1h 18s) #openembedded (1h 18s) #handhelds.org (1h 18s) #openzaurus (1h 18s)
21:00.34treke|homesleepy bastard
21:00.40kergothfuck
21:00.42kergothi just woke up
21:00.44kergothlike 15 minutes ago
21:00.55treke|home~its like 2pm here :)
21:00.59kergothits 3 here
21:01.00kergoth:)
21:01.35treke|homequality
21:02.20tronicalhey kergoth
21:02.33chouimatkergoth: I got a little plugin working for my new buildsystem ... multitple distributed code repository and parallel branch of develpment supported ... I ditching everything and I will use scons for basis of the next generation
21:02.47tronicalkergoth: 3 o'clock... that sounds about the right time to give me a hint how to make apmd compile in oz (failing patch ;)
21:03.54treke|homeof course it may not actually work, but it applies
21:05.32tronicaltreke|home: can you mail me your patch?
21:06.07treke|homesure
21:06.34tronical(simon@immd10.informatik.uni-erlangen.de ; thx :)
21:06.46treke|homememorable address
21:07.07Dilbso easy to remember it :)
21:07.23tronical;) not really, but having it there makes it easier to move to my build machine
21:08.13tronicaleeek!
21:08.36chouimatulyx: lart ljp
21:08.45tronicalheh
21:09.55ljpwhats a nan?
21:11.39treke|homekergoth: did you commit the change to ipkg-make-ipks that makes it use controldata? I dont seen anything in buildroot that looks like it would read the stuff in that directory
21:12.31kergothtreke|home: the final commadnline arguments to the script are the subsequent control data dirs it parses
21:12.38treke|homeah
21:12.45kergothtreke|home: simply add $(TOPDIR)/packages/kernel-2.4.18-h3600/controldata to the commandline
21:12.52treke|homethat would explain it :)
21:13.22kergothyep, you can place the control data wherever you like, it just has a sane default path .. that is, kernel-packages within the directory that the script resides in
21:17.20*** join/#openembedded lsmith (~vandal@pD9E77A93.dip.t-dialin.net)
21:18.03chouimatkergoth: that would be very easy to adapt Scons to our need
21:27.41*** join/#openembedded Dessimat0r (Dessimat0r@public1-birk1-3-cust60.bagu.broadband.ntl.com)
21:27.48Dessimat0rlo all
21:28.18*** join/#openembedded caffeine^ (~caffeine^@clt74-76-015.carolina.rr.com)
21:29.29chouimatDessimat0r: I found your mess with ulyx
21:35.36treke|homethis wim delvaux is really getting annoying
21:36.32treke|homehe now wants to look at all kinds of nasty hacks to the ramfs driver so that it persists between reboots
21:37.02chouimattreke|home: huh?
21:38.41mickeylkergoth: we need links from $(STAGING_DIR)/$(BUILD_SYS)/include and $(STAGING_DIR)/$(SYS)/include to $(STAGING_DIR)/include. Can bitkeeper store links?
21:47.44*** join/#openembedded redrum (~anglic@dialup-209.244.83.105.Dial1.Washington2.Level3.net)
21:53.03mickeylnever mind. staging is not in bk anyway. doing them at config stage maybe.
21:53.04chouimatmickeyl: you will be happy my new buildsystem will be scons based ...
21:53.18mickeylchouimat: really? very cool. how far are you?
21:53.55chouimatmickeyl: I'm ditching my previous work ... I'm stabilising the feature list
21:54.30mickeylchouimat: i added some stuff to the build goals in the oe wiki. maybe you like to read 'em.
21:55.06chouimatmickeyl: it will be usefull to me if we all take time to talk about the new build system before I code something
21:55.07*** join/#openembedded phpCure (foobar@h-69-3-0-23.MCLNVA23.covad.net)
21:58.20chouimatmickeyl: I have my own feature requirement but they can be easily put into plugin, but scons do the basic stuff I need
22:00.41*** join/#openembedded NOfpu (~matthew@host213-120-108-223.in-addr.btopenworld.com)
22:01.33mickeylchouimat: sounds too good... any estimation when this will be ready?
22:02.33*** join/#openembedded _ibz (~ibz@host217-34-76-229.in-addr.btopenworld.com)
22:02.54chouimatmickeyl: no idea, i need to talk about the features with all of you before doing anything ... the current cvs scons is a good engine for us and it's very very easy to a xcompile support to
22:09.41*** join/#openembedded _ibz (~ibz@host217-34-76-229.in-addr.btopenworld.com)
22:20.27*** join/#openembedded yeiazel (~yeiazel@home.yeiazel.net)
22:28.45*** join/#openembedded hobbs (~andrew@port-97-235-tnt01.avoca.nni.com)
22:31.36hobbscan you say "uh-huh?" I can. :)
22:36.38*** part/#openembedded yeiazel (~yeiazel@home.yeiazel.net)
22:40.31treke|homehmmm
22:41.46hobbshi treke
22:48.49treke|homeer sh manual
22:51.07*** mode/#openembedded [+o TheMasterMind1] by ChanServ
22:54.57CrazyGogoj zaurus
23:03.11treke|homehmmm, that should not have fixed the script
23:17.16Dilbbye
23:31.59*** join/#openembedded ljp (~ljp@tf0140.peakpeak.com)
23:50.53*** join/#openembedded CmdrChalupa (~fizban@blynai.tamos.net)
23:51.23CmdrChalupawhat's this about sd not working in 3.1pre ?  the sharp module stop working?

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.