irclog2html for #uclibc on 20100105

00:06.34tremnite all, sweet dreams
01:15.55*** join/#uclibc CIA-43 (n=CIA@208.69.182.149)
01:16.06*** join/#uclibc opello (n=opello@about/csharp/regular/opello) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc spq (i=bnc00026@loves.his.b0xx0rs.de) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc Phurl (n=mdupont@ip-81-210-245-60.unitymediagroup.de) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc HcE (n=egtvedt@129.241.93.39) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc tchan (n=tchan@lunar-linux/developer/tchan) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc Mirell (n=mirell@motoko.mirell.org) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc dazman (n=dazman@unaffiliated/dazman) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc mnt_real (n=sinan@bas12-montrealak-1167974851.dsl.bell.ca) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc gandhijee (i=akp@host-66-202-34-165.spr.choiceone.net) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc Jacmet (i=peko@stolen.plutonium.dk) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc Saur (n=pkj@proxy.se.axis.com) [NETSPLIT VICTIM]
01:17.11*** join/#uclibc dinar (n=dinar@93.92.193.118) [NETSPLIT VICTIM]
01:20.14*** join/#uclibc Jacmet (i=peko@stolen.plutonium.dk)
03:08.19*** join/#uclibc sjhill (n=sjhill@home.bethel-hill.org)
03:30.36*** join/#uclibc malloc_ (n=malloc@2001:470:1f11:80b:216:3eff:fe70:1be0)
03:44.03CIA-4303vda.linux 07master * raf1c8e8be070 10/ (3 files in 3 dirs): cpio: fix unpacking of names with leading slashes
05:10.51*** join/#uclibc nataraj (n=nataraj@122.174.122.45)
05:23.19CIA-4303vda.linux 07master * r24bb2bb41540 10/FAQ.html: added a FAQ entry
05:40.04CIA-4303vda.linux 07master * r254a8d135a1a 10/ (products.html tinyutils.html): adding/fixing links
07:17.25*** join/#uclibc kos_tom (n=thomas@humanoidz.org)
07:28.23*** join/#uclibc fabled (n=fabled@letku109.adsl.netsonic.fi)
07:32.03*** join/#uclibc like2wise (n=like2wis@82-171-51-231.ip.telfort.nl)
07:35.57*** join/#uclibc like2wise (n=like2wis@82-171-51-231.ip.telfort.nl)
07:37.20*** join/#uclibc likewise_ (n=like2wis@82-171-51-231.ip.telfort.nl)
08:24.36*** join/#uclibc hw_ (n=hw@p578b3905.dip0.t-ipconnect.de)
08:56.36*** join/#uclibc tiny (n=ivob@unaffiliated/tiny)
09:11.13*** join/#uclibc like2wise (n=like2wis@82-171-51-231.ip.telfort.nl)
10:52.29*** join/#uclibc adb (n=adb@144.85.45.157)
11:58.21CIA-4303vda.linux 07master * r251912443ce1 10/AUTHORS: AUTHORS: mention Jie Zhang
12:04.36*** join/#uclibc gustavoz (n=gustavoz@host63.201-252-5.telecom.net.ar)
12:43.00busybot[New Bug] https://bugs.uclibc.org/841 enh, P5, buildroot, peter.stosz@freemail.hu->unassigned@buildroot.uclibc.org, NEW, pending, Build error
13:00.13*** join/#uclibc sjhill (n=sjhill@home.bethel-hill.org)
14:35.42*** join/#uclibc mnt_real (n=sinan@bas12-montrealak-1167974851.dsl.bell.ca)
14:55.59gandhijeeHi, is there something wrong with busybox 1.15.3 build system?  i have a crosscompiler setup and i keep getting -gcc not found errors
14:57.56animeloe[net]is $TARGET-gcc in the path?
14:57.59sjhillyou apparently did not specify the cross compiler prefix
14:58.14sjhillgrep for CROSS in your .config file
14:58.18sjhilli bet it is empty
14:58.43animeloe[net]that too
15:01.00gandhijeeyes
15:01.10gandhijeei can do $TARGET-gcc from the cli
15:01.58gandhijee50:CONFIG_CROSS_COMPILER_PREFIX="i686-pc-linux-gnu-"
15:12.44*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
15:16.26sjhillso does that compiler actually exist on our system somewhere?
15:19.34gandhijeeyes
15:19.53gandhijeei've been using it for everything else, it works with the 1.13.2 build system
16:34.33*** join/#uclibc impulze_ (n=impulze@eta-ori.net)
16:59.22*** join/#uclibc adb (n=adb@144.85.45.157)
17:28.07*** join/#uclibc like2wise (n=like2wis@82-171-51-231.ip.telfort.nl)
17:31.57*** join/#uclibc brain0 (n=brain0@archlinux/developer/brain0)
17:32.06brain0hello.
17:32.24brain0I build busybox 1.15.3 against glibc and created a test root with ld-linux, glibc and busybox in it
17:32.45brain0then I put a script in there that has: #!/bin/busybox ash\n/bin/busybox --install
17:33.04brain0and I am now running "chroot /tmp/test /init" to create the busybox root
17:33.13brain0but it keeps saying "File not found" for all files
17:33.41brain0okay, and the moment I run the script I know what's wrong
17:33.47brain0I mean, the moment I ask here
17:35.30brain0there was no /proc, thus no /proc/self/exe, thanks for my help :)
17:35.32*** part/#uclibc brain0 (n=brain0@archlinux/developer/brain0)
17:38.14*** join/#uclibc brain0 (n=brain0@archlinux/developer/brain0)
17:38.48brain0okay, so quick to return: /bin/busybox --install installs hard links although CONFIG_INSTALL_APPLET_SYMLINKS=y is set
17:38.51brain0is that normal?
17:42.50*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
17:43.02gandhijeeok i got it fixed, next question, is there something extra thats needed to support NFS mounts?
17:43.16*** part/#uclibc brain0 (n=brain0@archlinux/developer/brain0)
17:43.19gandhijeei have the options for NFS support selected in the busybox config and the RPC'd stuff as wel
17:43.21gandhijeel
17:44.38*** join/#uclibc Xires (n=Xires@66-190-79-122.dhcp.dntn.tx.charter.com)
17:48.19sjhillgandhijee: assuming you configured NFS support in your kernel, no
17:48.23*** join/#uclibc adb (n=adb@144.85.45.157)
18:10.15khemhey sjhill howdy
18:12.26sjhillhi khem
18:12.30sjhilllong time no see
18:12.40khemyeah no more at MV :)
18:13.09khemsjhill: current job no much opensource work
18:14.28sjhillbummer, sorry man
18:15.48*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
18:15.51khemin current job I work on Fbsd which was forked long ago that it does not look like freebsd
18:21.06sjhillouch
18:25.22khemsjhill: how about you what are you upto these days
18:31.19*** join/#uclibc _Lucretia__ (n=munkee@5ac2a2a5.bb.sky.com)
18:34.26sjhillkhem: lots of work
18:34.38sjhillrtos and linux stuff
18:35.02sjhillgoing to be starting some AVR stuff soon for personal fun
18:36.20khemsjhill: ah cool. I have been hacking on beagle and qemu
18:45.51sjhillgood fun there
18:45.59sjhillcu
18:46.00sjhilllunch!
19:13.41*** join/#uclibc adb (n=adb@144.85.45.157)
20:03.38*** join/#uclibc trem (n=trem@AToulouse-256-1-123-216.w90-45.abo.wanadoo.fr)
20:19.48*** join/#uclibc sjhill (n=sjhill@home.bethel-hill.org)
20:31.13*** join/#uclibc animeloe[net] (n=animeloe@unaffiliated/animeloe)
20:34.03gandhijeeis there an equiv of setterm and why do i get an eror about lockd_up: makesock failed, error=-111 when i try to mount NFS shares?
20:35.43sjhillyou started up portmap, right?
20:38.53gandhijeeumm i don't have a portmap in my busybox
20:39.32gandhijeedo i need to get that from somewhere else?
20:40.20gandhijeeor is busybox supposed to provide me a portmap service???
20:43.24*** join/#uclibc animeloe[net]_ (n=animeloe@unaffiliated/animeloe)
21:00.42*** join/#uclibc PortaLu (n=Lucretia@5ac2a2a5.bb.sky.com)
21:04.44*** join/#uclibc ymorin (n=kvirc@ARennes-252-1-26-187.w83-195.abo.wanadoo.fr)
21:05.07ymorinkos_tom: ping...
21:05.55kos_tomymorin: pong!
21:06.28ymorinkos_tom: did you have last nights messages, rgd toolchains ?
21:06.47*** join/#uclibc blindvt` (n=b@chello213047219050.surfer.at)
21:07.38blindvt`ehlo && rehi
21:07.49kos_tomymorin: yes, I did thanks! But I didn't had the time to think about it.
21:08.13ymorinkos_tom: OK.
21:10.54blindvt`darn telephone system. It's been a (literally more than one) decades since i last fooled around with 'em just to find out folks _still_ can't properly parse numbers -- WTH
21:12.18ymorinkos_tom: what about my suggestion for FOSDEM ?
21:12.24blindvt`wonder what's so difficult to grasp there, except yea zilch, nada, goanix, nĂ¼sse, nix, nischt
21:12.52gandhijeehey, do i need to download portmap separately, or is it included in busybox somewhere?
21:12.57kos_tomymorin: yeah, I wanted to answer your mail. Basically, I will be hosted by a friend in Brussels, so I won't rent an Appart Hotel.
21:13.28ymorinkos_tom: OK. Will manage on my own, then.
21:13.36blindvt`gandhijee, you wouldn't need it anyway. If you think you do then you most likely do something wrong
21:14.47kos_tomymorin: yeah sorry. The other issue is that when my company pays for an Appart Hotel, we cannot "resell" you part of it.
21:15.37gandhijeei'm just trying to get an NFS share mounted... sjhill asked me if i had started it as when i try to mount an NFS share i get  an error about lockd_up not being able to makesock
21:16.13ymorinkos_tom: yep, but renting one night less...
21:16.40ymorinkos_tom: and don't be sorry, that's no problem! :-)
21:16.58kos_tomymorin: aah, ok, I see how you wanted to share it. That's a good idea we could use for future events.
21:18.09blindvt`Jacmet, btw.. do you plan to come to FOSDEM?
21:18.12ymorinkos_tom: yep.
21:19.17blindvt`gandhijee, why do you need NFS, again?
21:19.30kos_tomblindvt: yeah, Jacmet will be at FOSDEM (we already discussed this)
21:19.34kos_tomblindvt: will you be there too ?
21:21.35blindvt`kos_tom, not sure yet since i don't know how could help you folks, technically (i can't seem to find an embedded track on the homepage?!). But it would be certainly pleasant to meet in meat-space once again, sure :)
21:22.24ymorinblindvt`: http://www.fosdem.org/2010/list-devrooms-their-call-talks  see: embedded/mobile
21:22.34blindvt`kos_tom, we could certainly make for a couple of productive days as far as i'm concerned
21:22.40*** join/#uclibc cokebottles (n=doug@76.178.170.220)
21:23.45gandhijeeumm, i'm building an automated test suite for some stuff here, and there are some disk images i am going to get off the NFS share
21:24.24ymorinblindvt`: buildroot developper day scheduled for the monday.
21:24.58blindvt`gandhijee, then you most likely need it, yep. Get oe, buildroot, gentoo, emdebian or whatever you prefer then, i'd say
21:25.22gandhijeeok
21:25.34gandhijeethanks
21:25.47ymoringandhijee: you don't need portmap for that, just mount with -o nolock
21:26.02gandhijeelet me try
21:26.11blindvt`kos_tom, ah, philippe takes care of us, again. cheers :)
21:26.34gandhijeedoh!, thanks ymorin
21:26.49blindvt`kos_tom, my .so already asked me if we would be there, so let me think about it some more days..
21:27.00ymoringandhijee: you're welcome!
21:27.01gandhijee3 hrs wasted for a 30 second solution =/
21:27.21gandhijeeoh well, thanks again!
21:54.07*** join/#uclibc animeloe[net]_ (n=animeloe@unaffiliated/animeloe)
22:07.38*** join/#uclibc CIA-43 (n=CIA@208.69.182.149)
22:23.49*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
22:26.14*** join/#uclibc animeloe[net] (n=animeloe@unaffiliated/animeloe)
22:38.14Jacmetblindvt: yes, I'm going to fosdem
22:51.37tremnite all, sweet dreams
23:23.39*** join/#uclibc animeloe[net] (n=animeloe@unaffiliated/animeloe)
23:34.59*** join/#uclibc animeloe[net] (n=animeloe@unaffiliated/animeloe)
23:53.26*** join/#uclibc ashes (i=ashes@modemcable076.241-176-173.mc.videotron.ca)

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