irclog2html for #uclibc on 20070112

00:11.22*** join/#uclibc mtr_ (n=Michael@kobz-590ca3b6.pool.einsundeins.de)
00:35.39*** join/#uclibc KhemHome (n=KhemHome@adsl-71-146-3-195.dsl.pltn13.sbcglobal.net)
00:43.35*** join/#uclibc npt-laptop (n=npt@12-218-7-27.client.mchsi.com)
00:43.52*** part/#uclibc npt-laptop (n=npt@12-218-7-27.client.mchsi.com)
00:44.01*** join/#uclibc AStorm (n=astralst@chello084010109243.chello.pl)
00:49.31AStormHello. I have a bad compile problem with busybox 1.3.1 and uclibc:
00:49.45AStormreadahead and taskset applets fail to compile.
00:50.08AStormreadahead can't find the readahead function (it's not in uclibc 0.9.28)
00:52.18AStormtaskset fails with multiple errors related to the header sched.h
00:52.53AStorm(there are no sched_setaffinity, CPU_SET, cpu_set_t and others)
00:53.44AStormHmm. I have an idea.
01:01.16AStormWell, any idea except just disabling those applets?
01:55.48solarwhat version man?
02:05.07AStormbusybox 1.3.1
02:05.15AStormuclibc 0.9.28
02:05.48AStormThe problem is that uclibc just doesn't implement these.
02:12.08solargimme a few if you dont mind.
02:12.14solarI just walked in the door.
02:12.49AStormThose not implemented functions? sched_setaffinity (and all cpu_set_t stuff)
02:13.01AStormand readahead
02:13.18AStormThese are from <sched.h> and <fcntl.h> respectively
02:14.11AStormBoth are just wrapped syscalls.
02:14.27solarit's pretty easy to add new syscalls
02:15.44solarwell for the moment you can just edit the ebuild and disable the applets via the sed call
02:16.04solarbusybox_config_option FOONAME off or so
02:16.06AStormI actually did that with a saved config.
02:29.48AStormHmm. Python says uclibc's getaddrinfo is buggy, thus no IPv6.
02:47.01AStormYeah right, forgot to add IPv6 support to uclibc. :/
03:13.01*** join/#uclibc landley (n=landley@c-24-3-194-136.hsd1.pa.comcast.net)
03:27.33*** join/#uclibc ashes (n=ashes@modemcable085.56-130-66.mc.videotron.ca)
06:27.13*** join/#uclibc KhemHome (n=KhemHome@adsl-71-146-3-195.dsl.pltn13.sbcglobal.net)
07:10.53*** join/#uclibc mtr (n=Michael@kobz-590ca3b6.pool.einsundeins.de) [NETSPLIT VICTIM]
07:10.53*** join/#uclibc tchan (n=tchan@lunar-linux/developer/tchan) [NETSPLIT VICTIM]
07:15.20*** join/#uclibc KhemHome (n=KhemHome@adsl-71-146-3-195.dsl.pltn13.sbcglobal.net)
07:34.13*** join/#uclibc blindvt_ (n=bf@62.47.158.106)
07:46.28*** join/#uclibc KhemHome (n=KhemHome@adsl-71-146-3-195.dsl.pltn13.sbcglobal.net)
09:43.44thomasezMy buildroot-foo is really bad these days.
09:44.18thomasezbinutils 2.17.50.0.8 won't build.
10:35.29CIA-1003vda * r17257 10busybox/ (8 files in 4 dirs): next part of ipv6-ization is here: wget & httpd
10:42.28*** join/#uclibc blindvt_ (n=bf@M839P005.adsl.highway.telekom.at)
10:56.25thomasezmakeinfo/tex-troubles (or lack of makeinfo) seems to have been the problem.
11:06.58*** join/#uclibc _olistudent (i=olistude@lab23.endzeit.org)
11:10.55*** join/#uclibc blindvt` (n=blindvt`@chello213047219050.surfer.at)
11:36.29*** join/#uclibc hiyuh (n=hiyuh@KD125054017176.ppp-bb.dion.ne.jp)
12:19.00*** join/#uclibc whirm (n=whirm@80.174.186.240)
12:24.58*** join/#uclibc sjhill (n=sjhill@real.realitydiluted.com)
12:31.22*** join/#uclibc Gerrath (n=Shane_@unaffiliated/gerrath)
14:57.41CIA-1003vda * r17258 10busybox/networking/ (dnsd.c telnetd.c tftp.c): next part of ipv6-ization. dnsd code is "interesting"...
14:59.37rob____how can i disable usage of xconnect.o through busybox-menuconfig? it fails to compile
15:04.27rob____this is from a daily snapshot
15:05.06rob____why is there an option to use version busybox 1.2.2.1 but not 1.3.1 with buildroot?
15:05.07blindvt`rob____, you can only disable all networking apps.
15:05.21rob____im making an initrd so i dont think i need any network stuff anyway
15:05.28rob____initramfs
15:05.31blindvt`rob____, it would be better if you ping the list describing the error you get when compiling xconnect, though
15:05.58rob____i'll record it and ping the list once i have a setup that will allow me to do so :)
15:06.26blindvt`rob____, well, 1.3.1 without patches has some rough edges, so using 1.2.2.1 for now (or a svn snapshot) is better
15:06.52rob____i may try 1.2.2.1 then
15:12.03blindvt`rob____, can you paste the xconnect error to http://rafb.net/paste/ for me to look at, meanwhile?
15:13.49rob____ive just cleaned the buildroot tree so you may have to wait a while..
15:14.08blindvt`np
15:15.26rob____where would 'target architecture variant' be explained in the documentation?
15:15.59blindvt`dunno. What's unclear about it? (doesn't it have a descriptiev help text?)
15:16.05rob____it has no help text
15:16.22rob____i dont know what it means :)
15:16.37blindvt`well, it's the arch of your target ;)
15:16.56rob____then what is the option above it for?
15:17.13rob____i set them both to i386 since i want stuff to work on any x86 hardware
15:17.44blindvt`the target arch is the target cpu "family", as opposed to the more detailed "variant" below
15:18.37rob____ah ok
15:18.37blindvt`exactly (or i686 if you're sure you don't support i586 and below)
15:18.37rob____sure
16:28.00*** join/#uclibc ambroseL (n=bjb@router.fidus.ca)
16:39.13*** join/#uclibc kRutOn (i=locutus@of.the-b.org)
16:39.17kRutOnHello.
16:50.12blindvt_hi
17:03.40rob____is there a file created called 'applets' that has a list of busybox applets required for correct init operation?
17:11.07blindvt_rob____, i think that init works as long as you have init enabled
17:11.32blindvt_rob____, you can call busybox for a list of applets that are available
17:11.51blindvt_bbl
17:14.43rob____thanks
17:43.11*** join/#uclibc Gerrath (n=Shane_@unaffiliated/gerrath)
18:45.41rob____can anyone tell me why this might be happening: http://rafb.net/p/yj0qQn21.html
18:47.17rob____or this:
18:47.18rob____# ls -la busybox ; ./busybox
18:47.18rob____-rwxr-xr-x 1 root root 356812 Jan 12 16:57 busybox
18:47.19rob____bash: ./busybox: No such file or directory
18:48.47solarbusybox is probably linked a lib not within your paths
18:48.56lindi-rob____: ldd ./busybox ?
18:49.25solarreadelf -d busybox
18:49.36rob____/usr/bin/ldd: line 124: bin/busybox: No such file or directory
18:49.40rob____also, file says its dynamically linked
18:49.41solarldd is not that portable across libs
18:50.12rob____im using buildroot, i selected 'build busybox as static binary' from the busybox-menuconfig
18:50.35*** join/#uclibc blindvt_ (n=bf@M841P027.adsl.highway.telekom.at)
18:50.59rob____[*] Build BusyBox as a static binary (no shared libs)
18:51.00rob____this
18:51.10rob____is there anything else im supposed to do?
18:51.25solarlook in the dir for busybox*static
18:51.26rob____`strings busybox` shows /lib/uClibc.so.0
18:52.01solarwhat arch are you trying to build for?
18:52.26rob____# find build_i386/ -iname "busybox*static"
18:52.28rob____returns nothing
18:52.41rob____i386
18:54.19rob____am i doing something wrong?
18:56.29solarno offence but your nick is really annoying
18:56.36rob____tell me about it
18:57.08solarthanks. It makes people more prone to want to help you
18:57.17robert-every variation of my name seems to be registered
18:57.27solarls busybox*
18:57.40robert-busybox  busybox.links  busybox_unstripped
18:57.44solaris there only 1 ELF?
18:58.01robert-2, busybox_unstripped is elf too
18:58.05solarwell the unstripped will be another copy.
18:58.17solarand it's also dynamic?
18:58.20robert-yeah
18:59.26robert-eh, wierd
19:00.09robert-after make busybox-config package/busybox/busybox-1.2.2.1.config doesnt match .config in the busybox dir
19:00.35robert-s/busybox-config/busybox-menuconfig/
19:00.39*** join/#uclibc whirm (n=whirm@80.174.186.240)
19:00.45robert-!
19:07.35*** join/#uclibc landley (n=landley@65-117-135-105.dia.static.qwest.net)
19:08.26robert-hi landley
19:10.36robert-yeah, if i copy build_i386/busybox-1.2.2.1/.config to package/busybox/busybox-1.2.2.1.config after a make busybox-menuconfig, it works properly
19:19.18landleyhi robert.
19:27.37*** join/#uclibc landley (n=landley@65-117-135-105.dia.static.qwest.net)
19:46.02*** join/#uclibc KhemHome (i=KhemHome@nat/montavista/x-81da74ae5ad5af35)
20:20.18*** join/#uclibc uclibc (n=zitu@203.156.99-84.rev.gaoland.net)
20:21.01*** part/#uclibc uclibc (n=zitu@203.156.99-84.rev.gaoland.net)
20:23.12*** join/#uclibc zitu (n=zitu@203.156.99-84.rev.gaoland.net)
20:50.45*** join/#uclibc KhemHome (i=KhemHome@nat/montavista/x-71fa7dfa4400948a)
20:59.09*** join/#uclibc randomguy (n=randomgu@202.92.broadband7.iol.cz)
20:59.33CIA-1003vda * r17259 10busybox/ (6 files in 3 dirs): next part of ipv6-ization. mostly netcat.
21:01.06CIA-1003vda * r17260 10busybox/sysklogd/logger.c:
21:01.06CIA-10undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
21:01.06CIA-10are perfectly okay, don't convert them to RESERVE_CONFIG_BUFFERs.
21:02.05CIA-1003vda * r17261 10busybox/coreutils/stty.c:
21:02.05CIA-10stty: rearrange functions, avoiding the need in forward declarations.
21:02.05CIA-10No other code chages.
21:03.08CIA-1003vda * r17262 10busybox/coreutils/stty.c:
21:03.08CIA-10stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
21:03.08CIA-10stty -echo didn't work. Introduced by me :(
21:16.09*** join/#uclibc KhemHome (i=KhemHome@nat/montavista/x-b8e8cebf22c7800d)
21:41.48*** join/#uclibc KhemHome (i=KhemHome@nat/montavista/x-a3038b0fbf997cc6)
21:47.08*** join/#uclibc Gerrath (n=Shane_@unaffiliated/gerrath)
22:10.36CIA-1003vda * r17263 10busybox/ (8 files in 6 dirs): random small size optimizations

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.