IRC log for #uclibc on 20090424

00:33.04*** join/#uclibc sega01 (n=sega01@2001:470:8:29:250:4ff:fe20:dbc4)
00:35.08*** join/#uclibc tchan (n=tchan@lunar-linux/developer/tchan)
00:48.53*** join/#uclibc austinf (n=austinf@c-24-16-40-89.hsd1.wa.comcast.net)
01:04.09*** join/#uclibc BET_frogger (n=frogger@cl-2094.ham-01.de.sixxs.net)
01:04.09*** join/#uclibc rw83 (i=robin@ipv6.unixload.de) [NETSPLIT VICTIM]
01:04.09*** join/#uclibc impulze (n=impulze@eta-ori.net) [NETSPLIT VICTIM]
02:29.49*** join/#uclibc tsukasa` (n=tsukasa@unaffiliated/tsukasa)
02:40.38*** join/#uclibc Whoopie_ (i=Whoopie@unaffiliated/whoopie)
04:14.27*** join/#uclibc vipintm (n=vipintm@59.92.89.68)
04:46.32*** join/#uclibc albech (n=albech@119.42.76.2)
06:15.14*** join/#uclibc fonz_ (n=tp@e178034194.adsl.alicedsl.de)
06:26.20CIA-3603vapier * r26200 10busybox/shell/hush.c: (log message trimmed)
06:26.21CIA-36use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME,
06:26.21CIA-36respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2
06:40.31CIA-3603vapier * r26201 10busybox/shell/hush.c: do not tell people they can enter "help" if help has actually been disabled
08:22.45*** join/#uclibc Saur (n=pkj@195.60.68.148)
08:31.21*** join/#uclibc aliverius (n=aliveriu@athedsl-383269.home.otenet.gr)
09:57.22*** join/#uclibc __lifeless (n=lifeless@188.16.76.203)
10:14.04*** join/#uclibc _lifeless (n=lifeless@188.16.95.77)
11:47.52ncopacan you guys recommend any general purpose mkinitramfs/mkinitrd/mkinitcpio script thats based on busybox/uclibc?
11:57.45solarhttp://dev.gentoo.org/~solar/busybox/bbemu
11:58.28solarsomething like that is about as basic as it can be
11:58.57ncopanot init script
11:59.14ncopai meant a script to generate initramfs images
11:59.50ncopai.e redhat uses mkinitrd
11:59.57solarlooked at the kernel's make initramfs target?
12:00.05ncopahum
12:00.11ncopaI'll have alook
12:00.23ncopadidnt even know they had one
12:00.49solarit's really just a cpio -Hv$options of a dir. then cat the cpio archive onto the tail of the kernel
12:01.04solaror so.
12:01.22ncopayes, but i was looking for something that had plugins/modules for lvm and such
12:02.00solaronly thing I know that did all that was gentoo's genkerne-4 (not 3)
14:11.04*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
15:41.03*** join/#uclibc gnomon_ (n=gnomon@99.231.192.4)
16:03.23*** join/#uclibc fsvend (n=frank@062016224166.customer.alfanett.no)
16:20.43*** join/#uclibc austinf (n=austinf@74.92.231.110)
16:44.34*** join/#uclibc vinilios (n=k88@62.1.17.9)
17:12.29*** join/#uclibc aliverius (n=aliveriu@athedsl-383269.home.otenet.gr)
17:53.59*** join/#uclibc albech (n=albech@119.42.76.130)
17:59.31*** join/#uclibc gnomon_ (n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com)
18:10.58*** join/#uclibc whitequark (n=whitequa@whitequark.static.corbina.ru)
18:12.48whitequarkhi
18:12.48whitequarki am trying to compile uClibc 0.9.30.1 against kernel 2.6.25 and getting following error:
18:12.48whitequark/home/whitequark/prophet_linux/linwizard-kernel/include/linux/sysctl.h:41: error: expected ':', ',', ';', '}' or '__attribute__' before '*' token
18:12.49whitequarkIt fails on
18:12.49whitequarkint __user* name;
18:12.50whitequarkline.
18:12.52whitequarkany fixes proposed?
18:35.38*** join/#uclibc saftsack (n=oliver@p4FC759A3.dip.t-dialin.net)
18:36.22saftsackhi, are any people here which compiled a system with buildroot?
18:37.16Jacmetsaftsack: sure
18:37.55solarwhitequark: libc has nothing to do with kernels. Also using the linwizard kernel and uclibc is pretty odd combo as uclibc has a very limited X userland.
18:38.32saftsacki compiled different versions for my at91sam9263ek board but after booting the kernel i either get a kernel panic or if i use ext2 i get a login prompt but busybox is broken
18:39.31whitequarksolar: there is an option called 'Linux kernel headers location'
18:40.07whitequarkand, if I didn't forgot something, X support that must be included in libc is only unix sockets
18:40.30solarlimited
18:40.57solaryou can have X. But nearly no userland setup that you will be after is supported.
18:41.10saftsackanybody any idea with at91sam9263?
18:41.15whitequarkI'm going to use Qtopia with framebuffer, not X anyway
18:41.17solarwell you could probably enable a bunch of that mjn3-only code.
18:41.19saftsackare there still any EABI issues?
18:41.32whitequarkmjn3-only?
18:42.20CIA-3603jacmet * r26202 10buildroot/toolchain/uClibc/uClibc-0.9.30.1-fix-getaddrinfo.patch:
18:42.20CIA-36toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address
18:42.20CIA-36From uClibc r24336.
18:50.31whitequarkI pointed header setting to /usr/include and got many redefinition errors, such as
18:50.31whitequark/usr/include/asm/posix_types_64.h:10: error: redefinition of typedef '__kernel_ino_t'
18:50.31whitequark./include/bits/kernel_types.h:11: error: previous declaration of '__kernel_ino_t' was here
18:50.31whitequarkIt is because of some strange code in /usr/include/asm/posix_types.h:
18:50.31whitequark# ifdef __i386__
18:50.32whitequark#  include "posix_types_32.h"
18:50.34whitequark# else
18:50.36whitequark#  include "posix_types_64.h"
18:50.38whitequark# endif
18:53.28whitequarkas a quick&dirty fix I commented the #  include "posix_types_64.h" line, but it isn't very good
19:08.44*** join/#uclibc ali1234 (n=al@robotfuzz.co.uk)
19:26.56*** join/#uclibc silven (n=zmc@lurian.net)
19:44.14*** part/#uclibc silven (n=zmc@lurian.net)
19:46.16*** part/#uclibc whitequark (n=whitequa@whitequark.static.corbina.ru)
20:03.00*** join/#uclibc tsukasa__ (n=tsukasa@p4FDED56A.dip.t-dialin.net)
20:03.28*** join/#uclibc aliverius (n=aliveriu@athedsl-383269.home.otenet.gr)
20:08.36*** join/#uclibc jlg (n=jlg@pas38-6-88-172-132-119.fbx.proxad.net)
20:14.45*** join/#uclibc gnomon (n=gnomon@CPE001d60dffa5c-CM000f9f776f96.cpe.net.cable.rogers.com)
20:58.38*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
21:15.11*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
22:02.08*** join/#uclibc landley (n=landley@dsl093-216-022.aus1.dsl.speakeasy.net)
23:15.52*** join/#uclibc trem (n=trem@AToulouse-256-1-82-179.w86-210.abo.wanadoo.fr)
23:51.50*** join/#uclibc landley (n=landley@cpe-70-116-30-223.austin.res.rr.com)
23:53.34tremnite all, sweet dreams

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.