IRC log for #uclibc on 20080531

00:00.08*** join/#uclibc sega01 (n=sega01@2001:470:1f07:2de:250:4ff:fe20:dbc4)
00:00.12sega01hey
00:00.41sega01not related to uclibc or busybox, but i figure that someone here may have an idea
00:01.26sega01i'm using an initramfs via a script called "archiso", for generating squashfs-based live cds and installers for arch
00:01.51sega01everything is fine until klibc's run-init runs
00:02.10sega01it says "/bin/run-init: opening console: no such file or directory"
00:02.27sega01i know that /dev/console exists, and am 99% certain it is setup correctly
00:04.05sega01i've tried a few tweaks with no luck. initially i thought that it wasn't using the full path and just console, but that does not seem to be the case
00:04.09sega01any ideas? :-S
00:45.30*** join/#uclibc pcgeil (n=steffen@p549E7BD3.dip.t-dialin.net)
01:43.29*** join/#uclibc cendres (n=ashes@2001:5c0:8fff:ffff:0:0:0:77)
06:40.50CIA-103vda * r22129 10uClibc/ (Makefile.in extra/config/Makefile.kconfig):
06:40.50CIA-1Makefile.kconfig: whitespace fix
06:40.50CIA-1top-level Makefile.in: add TODO
07:00.35CIA-103vda * r22130 10busybox/runit/runsvdir.c: (log message trimmed)
07:00.35CIA-1runsvdir: make it more robust against libc buglets (errno accidentally set to !0)
07:00.35CIA-1closes bug 3514
07:27.41CIA-103jacmet * r22131 10buildroot/target/generic/target_skeleton/sys/ (. .empty):
07:27.41CIA-1generic target_skeleton: mark /sys with .empty file
07:27.41CIA-1/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
07:27.44CIA-103jacmet * r22132 10buildroot/target/generic/target_skeleton/etc/fstab: generic target_skeleton: add /sys to fstab
07:27.49CIA-103jacmet * r22133 10buildroot/Makefile: (log message trimmed)
07:27.49CIA-1distclean: Don't delete $(IMAGE)
07:27.49CIA-1There is not much point in deleting $(IMAGE) as the entire binaries dir
07:27.54CIA-103jacmet * r22134 10buildroot/package/Makefile.in: Makefile: honor silent (-s) flag
07:27.59CIA-103jacmet * r22135 10buildroot/toolchain/uClibc/uclibc.mk: uclibc-0.9.29: handle powerpc subarch selection
07:28.02CIA-103jacmet * r22136 10buildroot/toolchain/uClibc/uClibc-0.9.28.config: uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions
07:28.06CIA-103jacmet * r22137 10buildroot/package/busybox/ (5 files): busybox: 1.10.2 patches
07:28.10CIA-103jacmet * r22138 10buildroot/toolchain/uClibc/uClibc-0.9.28.config: uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+)
07:28.14CIA-103jacmet * r22139 10buildroot/package/ (6 files in 2 dirs): package: ifplugd package
07:28.19CIA-103jacmet * r22140 10buildroot/package/sqlite/sqlite.mk: sqlite: bump version
07:33.20CIA-103vda * r22141 10busybox/networking/libiproute/ (ipaddress.c iproute.c utils.h): (log message trimmed)
07:33.20CIA-1libiproute: style fixes, and using smallint as appropriate
07:33.20CIA-1function old new delta
07:34.15CIA-103vda * r22142 10busybox/ (2 files in 2 dirs):
07:34.15CIA-1libiproute: fix option parsing, so that "ip -o link" works again.
07:34.15CIA-1closes bug 3524
09:53.36*** join/#uclibc quitte (n=quitte@g226145074.adsl.alicedsl.de)
09:54.39quittehi. I'm trying to build openldap. but when I run it it can't load the backend modules because it's unable to resolve some symbols in the lib
10:17.47*** join/#uclibc S_A (i=d2766cfe@gateway/web/ajax/mibbit.com/x-9430db6741cc8cd1)
10:18.32S_AHi! how can i create RPMs which can be installed on a system having busybox's rpm -i ?
10:18.48S_Ai tried with a generic rpmbuild but it is not working
10:38.15blindvtquitte, and which symbols would that be, out of curiousity?
10:39.08blindvtS_A, in theory rpm handles rpm (module pre/post install scripts, perhaps. No idea since i don't do rpm)
10:39.18quitteslap_post_read_bv
10:39.44quitteslapd: symbol 'slap_post_read_bv': can't resolve symbol in lib '/usr/lib/ldap/back_hdb-2.4.so.2'.
10:40.21blindvtquitte, oh, i thought you were talking about symbols in libc
10:41.25quittesorry no. I was hoping that someone could tell me if that is a uclibc specific problem
10:41.26blindvtquitte, misconfigured openldap? broken toolchain?
10:41.58quitteright now I suspect a debian specific ptch to libltdl: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327585
10:42.10quittebut i'm just guessing and hope that I get lucky
10:42.22S_Ablindvt: i happened to post on mailing list also. http://busybox.net/lists/busybox/2008-May/031630.html may be this will give you little hint on why it is not working
10:45.04quitteis it normal for ldd to segfault on libraries?
10:45.10blindvtS_A, right, i remember. hi :)
10:47.55blindvtS_A, ok, since you're using 1.7.1 for no good reason, grab svn and try that. If that doesn't work then go back to 1.2.2.1 and see if that works.
10:48.53CIA-103vda * r22143 10uClibc/libc/string/ (strcasecmp.c strncasecmp.c): fix fallout from string.h libc_hidden_proto removal
10:49.16blindvtS_A, i take it that you are aware that 1.7.1 is way outdated -- there was 1.7.5 some long time ago, and we are at 1.10.2 currently
10:49.27quittebtw - busybox module utilities fail to build with the latest uclibc snapshots
10:50.06blindvtquitte, yea, i accidentally turned off module-support per default. I'll fix that shortly
10:50.40blindvtquitte, advanced library settings -> kernel module support
10:50.42S_Ablindvt: I am aware. Since my system has been working fine till now, i didn;t change that. i will certainly test it
10:50.47quittethanks.
10:51.18blindvtS_A, please do and let us know if current svn works for you
10:55.01quitteanother thing: I can't get ncurses to build with wide character support. maybe someone here can give me a hint?
10:57.37*** join/#uclibc pcgeil (n=steffen@p549E7BD3.dip.t-dialin.net)
10:58.07CIA-103aldot * r22144 10uClibc/extra/Configs/Config.in: - default kernel-modules funcs to on.
10:58.32quittehehe
10:58.33blindvti do neither wchar nor locales, sorry
11:00.36blindvtquitte, i'm currently at about 85k for my libc and still some bits to go, so don't say a word about such bloat ;)
11:01.17quittei just tried using it temporarily until I get apt to build without wide character support
11:02.19quittedo you have an idea what program I could try to see if libltdl is broken?
11:13.33CIA-103aldot * r22145 10uClibc/Makerules: - fix prerequisites of sysnum.h (has to depend on the script that generates it)
11:22.35CIA-103aldot * r22146 10uClibc/Makerules: - fix whitespace
11:41.55CIA-103vda * r22147 10busybox/coreutils/printf.c: (log message trimmed)
11:41.55CIA-1printf: code shrink by eliminating string alloc/copy
11:41.55CIA-1function old new delta
12:58.26CIA-103jacmet * r22148 10buildroot/package/busybox/ (busybox-1.10.2-fuser.patch busybox-1.10.2-ip.patch): busybox: additional 1.10.2 fixes
16:11.38*** join/#uclibc pcgeil (n=steffen@p549E7BD3.dip.t-dialin.net)
16:22.10*** join/#uclibc pcgeil_ (n=steffen@p549E6D28.dip.t-dialin.net)
16:49.29*** join/#uclibc Kaloz (i=kaloz@openwrt.org)
16:50.01CIA-103aldot * r22149 10uClibc/ (Makerules libc/inet/Makefile.in): - generate deps via gcc
16:53.30*** join/#uclibc tsuramoto (n=tashiro@a82-92-30-111.adsl.xs4all.nl) [NETSPLIT VICTIM]
16:54.40*** join/#uclibc pcgeil (n=steffen@p549E6D28.dip.t-dialin.net)
17:06.52CIA-103aldot * r22150 10uClibc/Makerules:
17:06.52CIA-1Oh, and prepend a dot to the basename so i don't have to change my habit of
17:06.52CIA-1calling 'size thefile.o*'
17:15.39CIA-103aldot * r22151 10uClibc/Makefile.in: - rm all deps on distclean
18:02.52*** join/#uclibc Redhatter (n=vk4fsjl@2001:388:f000:0:0:0:0:279)
18:27.59CIA-103vda * r22152 10busybox/util-linux/mdev.c: mdev: add commented-out debug code to open stdio.
18:32.58CIA-103vda * r22153 10busybox/coreutils/printf.c: printf: fix a trivial bug
18:50.21CIA-103aldot * r22154 10busybox/modutils/modprobe.c: - shrink modprobe a little bit (~-40 bytes). ACKed by Yann.
19:39.12*** join/#uclibc tchan (n=tchan@24.12.190.140)
20:53.52*** join/#uclibc likewhoa (n=y0@ool-45717734.dyn.optonline.net)
21:37.31*** join/#uclibc landley (n=landley@rrcs-71-41-203-118.sw.biz.rr.com)
21:39.15CIA-103bernds * r22155 10uClibc/libc/Makefile.in:
21:39.15CIA-1Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule to
21:39.15CIA-1build the former.
21:44.35*** join/#uclibc tsuramoto (n=tashiro@a82-92-30-111.adsl.xs4all.nl)
22:08.27*** join/#uclibc landley (n=landley@rrcs-71-41-203-118.sw.biz.rr.com)
22:17.38*** join/#uclibc landley_ (n=landley@rrcs-71-41-203-118.sw.biz.rr.com)
22:42.55*** join/#uclibc Strogg (n=user@76.10.145.36) [NETSPLIT VICTIM]
22:43.28*** join/#uclibc markus (n=asdufg@endata.olf.sgsnet.se)
22:43.28*** join/#uclibc mtr (n=michael@v29762.1blu.de) [NETSPLIT VICTIM]
22:43.29*** join/#uclibc markus (n=asdufg@endata.olf.sgsnet.se)
23:50.13*** join/#uclibc tsuramoto (n=tashiro@a82-92-30-111.adsl.xs4all.nl)
23:54.40*** join/#uclibc tsuramoto (n=tashiro@a82-92-30-111.adsl.xs4all.nl)

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