IRC log for #uclibc on 20100210

00:02.02*** join/#uclibc animeloe (~animeloe@unaffiliated/animeloe)
02:18.53*** join/#uclibc animeloe (~animeloe@pool-71-167-15-24.nycmny.fios.verizon.net)
02:18.55*** join/#uclibc animeloe (~animeloe@unaffiliated/animeloe)
04:30.35*** join/#uclibc nataraj (~nataraj@122.178.158.145)
04:32.24*** join/#uclibc p0ker (~p0ker@188.126.197.136)
05:25.12*** join/#uclibc nataraj (~nataraj@122.178.158.145)
05:30.52*** join/#uclibc austinf (~austinf@75-92-1-28.war.clearwire-wmx.net)
06:00.07*** join/#uclibc fabled (~fabled@letku109.adsl.netsonic.fi)
06:09.13*** join/#uclibc nataraj (~nataraj@122.178.158.145)
06:20.42*** join/#uclibc nataraj (~nataraj@122.178.158.145)
06:21.45*** join/#uclibc nataraj (~nataraj@122.178.158.145)
06:58.17*** join/#uclibc nataraj (~nataraj@122.178.158.145)
07:16.24*** join/#uclibc hw (~hw@p578b3905.dip0.t-ipconnect.de)
07:21.04*** join/#uclibc kos_tom (~thomas@humanoidz.org)
07:30.13*** join/#uclibc hw (~hw@p578b3905.dip0.t-ipconnect.de)
08:21.40*** join/#uclibc hw (~hw@p578b3905.dip0.t-ipconnect.de)
09:06.01*** join/#uclibc adb (~adb@144.85.45.157)
10:08.38djdeathkos_tom: yop
10:08.46kos_tomdjdeath: hello :-)
10:08.56kos_tomthis mess of libtool is driving me crazy.
10:09.16djdeathyep, it used to for me ;)
10:09.31djdeathdid you got my last mail ?
10:09.48djdeathkos_tom: I think the problem is the redefinition of EXTRA_DIST variable
10:10.01djdeathI sent a patch for that
10:15.42djdeathkos_tom: does that solve your problem ?
11:03.32*** join/#uclibc dougmencken (~Douglas@93.123.156.139)
11:31.10*** join/#uclibc fabled (~fabled@letku109.adsl.netsonic.fi)
11:49.56*** join/#uclibc tiny (~ivob@unaffiliated/tiny)
12:44.47*** join/#uclibc gustavoz (~gustavoz@host195.200-82-38.telecom.net.ar)
13:20.11*** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa)
13:50.52*** join/#uclibc Ulfalizer (~ulf@pat.se.opera.com)
13:54.37Ulfalizeri'm trying to produce a minimal version of busybox that includes only the utilities i need. i have enabled the udhcpc dhcp client in the config, but still get 'udhcpc: applet not found' when i try to use it. does it depend on other things that need to be enabled?
13:55.55UlfalizerCONFIG_UDHCPC=y  is in the .config
13:56.30kos_tomif you run just "busybox"
13:56.39kos_tomit will tell you the list of commands that have been compiled in
13:58.50Ulfalizerit's not in the list :/
13:59.01Ulfalizerall other utilities i picked seem to be there though
13:59.14impulzetry with make *config
13:59.25impulzemaybe it'll tell you why you cannot enable it or s
13:59.26impulze*so
13:59.37impulzemaybe it needs something else enabled which is explicitly disabled or so
13:59.46Ulfalizeryeah, that's my guess
14:00.10kos_tomUlfalizer: did you edit the .config by hand, or did you use menuconfig/xconfig ?
14:00.18Ulfalizermenuconfig
14:00.35impulzeweird
14:01.07kos_tomthen either it's a bug (but i'd say it's a bit unlikely) or you are not running the recompiled busybox
14:02.04Ulfalizeri just noticed there's a slight version mismatch. the .config is for 1.16.0, and the version built is 1.15.x (via buildroot). how likely is that to be the culprit?
14:04.21CIA-49carmelo.amoroso nptl * r828ba271af0e uClibc/ (11 files in 11 dirs): nptl: sysdep headers re-factoring
14:04.25CIA-49carmelo.amoroso nptl * r72b7786ff145 uClibc/test/ (nptl/Makefile nptl/Makefile.in tls/Makefile tls/Makefile.in): nptl_test: sysdep headers re-factoring
14:04.25CIA-49carmelo.amoroso nptl * r377388043d1d uClibc/libpthread/nptl/sysdeps/ (i386/sysdep.h mips/sysdep.h x86_64/sysdep.h): nptl: sysdep headers update for i386, mips and x86_64
14:25.25CIA-49carmelo.amoroso master * r15ba174656c6 uClibc/ (Rules.mak libc/sysdeps/linux/common/sysdep.h): libc: Add a common sysdep header
14:25.25CIA-49carmelo.amoroso master * r60972302801d uClibc/libc/sysdeps/linux/sh/sysdep.h: libc_sh: Add a sysdep header for sh
14:25.27CIA-49carmelo.amoroso master * r63859f89f327 uClibc/libc/string/sh/sh4/memcpy.S: libc_sh: Update memcpy to use the ENTRY macro
14:29.45Ulfalizerthe version mismatch was the problem. they had renamed the config variable between the versions.
14:29.57Ulfalizerone had APP in it, the other didn't
14:50.47*** join/#uclibc wberrier (~wberrier@12.191.193.40)
15:37.09*** join/#uclibc sjhill (~sjhill@home.bethel-hill.org)
15:56.33*** join/#uclibc lewellyn (~lewellyn@greenviolet/lewellyn)
16:04.09*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
16:16.12*** join/#uclibc Xires (~Xires@66-190-79-122.dhcp.dntn.tx.charter.com)
16:32.34*** join/#uclibc gustavoz (~gustavoz@host195.200-82-38.telecom.net.ar)
16:33.11kos_tomdjdeath: well, your patch is against gtk, while my problem is at the libglib2 level
16:33.37djdeathoops
16:34.22djdeathkos_tom: what's about the one which modifies .la files ?
16:35.17kos_tomwell, modifying the .la file will probably help if AUTORECONF is *not* selected (which is good)
16:35.26kos_tombut it's still strange that AUTORECONF=YES doesn't succeed
16:37.00kos_tomhm, strange that the ltmain.sh patch is applied before autoreconf in my case
16:37.18djdeathit shouldn't
16:37.24kos_tomaah, it is not in fact. The message is printed, but the patch is not applied.
16:37.39djdeathunless you're using a buildroot version < 09.11
16:38.14kos_tomI'm using git.
16:38.37djdeathwhat's your distribution ?
16:38.43kos_tomstrange, because in my build/libglib directory, ltmain.sh is patched even though autoreconf failed
16:38.51kos_tomdjdeath: Debian Stable
16:39.29djdeathhmm...
16:39.54kos_tomthe automake failure is really cryptic
16:40.00djdeathare you sure you had removed all the libglib2 build directory ?
16:40.03kos_tomit doesn't really say what is wrong
16:40.12kos_tomdjdeath: rm -rf build/libglib2-x.y.z
16:40.17djdeathok
16:43.34djdeathkos_tom: do you have a $(STAGING_DIR)/usr/lib/pkgconfig/glib-2.0.pc ?
16:44.24kos_tomno
16:44.29kos_tomI never reached the installation of glib
16:44.52djdeathbut your toolchain might contain it
16:45.02djdeath(I had this problem)
16:45.11djdeathwith another package
16:45.47kos_tomI don't think so since my toolchain is a crosstool-ng toolchain, and crosstool-ng doesn't know anything about libglib
16:45.52djdeathok
16:47.00djdeathfor the record, I successfully build libglib2 on a centos distribution
16:47.01kos_tomin OE, they seem to build libtool, libtool-cross and libtool-native
16:47.09djdeathwith libtool 1.5.22
16:47.38djdeathcentos 5
16:48.11djdeathusing this branch http://git.potipota.net/cgi-bin/cgit.cgi/buildroot/log/?h=efl
16:48.20*** join/#uclibc dougmencken (~Douglas@93.123.156.139)
16:49.34djdeathit's quite close from buildroot's git
16:50.57kos_tomyou don't need LIBGLIB2_AUTORECONF ?
16:51.53djdeathnot anymore
16:52.19kos_tomhere I have the same problem as you have with directfb
16:52.32kos_tomthe build process finds a .la file for libgobject in a .libs directory
16:52.37kos_tomwhich says libdir='/usr/lib'
16:54.28djdeathstrange...
16:55.27djdeathlet me reinstall libglib here
16:57.57djdeathlibtool: relink: /opt/STM/STLinux-2.3/devkit/sh4/bin/sh4-linux-gcc -Os -pipe -O3  --sysroot /home/stdev/reloaded/buildroot_rebase/output/staging/ -shared  .libs/gmodule.o   -Wl,-rpath -Wl,/home/stdev/reloaded/buildroot_rebase/output/staging/usr/lib -ldl -L/home/stdev/reloaded/buildroot_rebase/output/staging/usr/lib -L/usr/lib -lglib-2.0 -L/home/stdev/reloaded/buildroot_rebase/output/staging/home/stdev/reloaded/buildroot_rebase/output/staging/usr/lib -lintl -
16:57.59kos_tomin fact, even if I manually modify libgobject.la in the .libs directory, the link doesn't succeed
16:58.04djdeathoups
16:58.14djdeathI even have the -L/usr/lib ...
17:02.37kos_tomI just found http://lists.busybox.net/pipermail/buildroot/2009-July/027952.html from you
17:03.36kos_tomah ah you reported the exact same problem as me earlier in the thread
17:04.28kos_tomyou said
17:04.29kos_tom""
17:04.30kos_tomI had to patch the configure.in and the gtk-doc.make files against a
17:04.31kos_tomproblem when reconfiguring the scripts.
17:04.31kos_tom""
17:04.34kos_tombut you don't say what...
17:05.07*** join/#uclibc austinf (~austinf@75-92-1-28.war.clearwire-wmx.net)
17:06.09djdeathI had to patch the configure.in and the gtk-doc.make files against a
17:06.09djdeathproblem when reconfiguring the scripts.
17:06.26kos_tomyes, and ? :-)
17:06.32djdeathI'm pretty sure this is the redefinition of EXTRA_DIST :)
17:09.17djdeathif you look at the glib's makefile.am
17:09.29djdeathsome of them includes gtk-doc.make
17:09.46djdeathgtk-doc.make defines EXTRA_DIST
17:09.56djdeathsome of the makefiles too
17:10.11djdeathjust comment one of the definition
17:12.25kos_tomif I change EXTRA_DIST = to EXTRA_DIST += in gtk-doc.make, I no longer have the error on EXTRA_DIST, but on other thins
17:12.42kos_tomhttp://code.bulix.org/ydkjnd-74307?raw
17:13.59djdeathfuck...
17:14.23kos_tombut I still don't get why it builds for you with autoreconf and not for me
17:14.47kos_tomdo you have a /usr/lib/libgobject-2.0.la on your system ?
17:17.21kos_tomah, my gtk-doc.m4 is maybe too old
17:17.26djdeathnot on my centos system
17:17.32kos_tomaah
17:17.39kos_tomso it explains why libglib2 builds correctly for you
17:17.47kos_tomon my system, I have a /usr/lib/libgobject-2.0.la
17:17.56kos_tomso it looks for it during the build, and finds libdir='/usr/lib'
17:18.21djdeathIt builds fine on my laptop which has a /usr/lib/libgobject-2.0.la
17:18.35kos_tomdamn
17:19.28djdeathbut
17:19.44djdeathI only built libglib 2.22.3 on my laptop
17:20.49djdeathlet's retry with 2.22.4
17:21.01kos_tomI don't think there aren't so many differences
17:21.15kos_tomok, if I upgrade the gtk-doc.m4 I had to a newer version
17:21.20kos_tomthen, the autoreconf step works properly
17:21.36kos_tomlet's see if the build succeeds
17:21.49kos_tombut the mystery remains on why you're able to build and not me
17:22.40djdeathyep
17:22.48kos_tombuilds ok for me now.
17:22.53kos_tombut I need the autoreconf step
17:23.01kos_tomlet's wait for you to rebuild libglib 2.22.4
17:24.32kos_tomstrange because in July 2009, you sent a patch adding AUTORECONF=YES, LIBTOOL_PATCH=YES for libglib2. It seems that this patch hasn't been merged, but you needed it at this moment.
17:24.48djdeathyes
17:25.05djdeathbut I have them differents problems
17:25.15djdeaths/them/seen/
17:26.00djdeathone of them was the lack due to linker scripts of the libc/libpthread
17:29.37djdeathhmm..
17:29.55djdeaththis sentence does not make any sense
17:30.00djdeathtired...
17:30.36djdeathmy toolchain contains a usr/lib/libc.so file
17:30.41djdeathwhich is a linker script
17:31.01djdeaththis file contains an absolute path to the real libc.so
17:31.15djdeaththat was the problem
17:31.34*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
17:31.44djdeathkos_tom: libglib 2.22.4 built .
17:31.49djdeathno problem...
17:34.41*** join/#uclibc HcE (~egtvedt@egtvedt.no)
17:36.37djdeathgoto $HOME
17:47.16*** join/#uclibc HcE (~egtvedt@egtvedt.no)
17:51.19*** join/#uclibc y_morin (~ymorin@ARennes-252-1-32-173.w83-195.abo.wanadoo.fr)
18:23.52kos_tomdjdeath: aah, strange. Let me switch to the wireless network. I'll be back soon.
18:24.47*** join/#uclibc kos_tom__ (~thomas@humanoidz.org)
18:26.38kos_tom__djdeath: I really don't know how to understand the problem.
18:34.22kos_tom__djdeath: I have the same problem later in the build: http://code.bulix.org/hkuval-74310?raw
18:39.11CIA-49rep.dot.nop master * r3fdba181c34f busybox/ (include/usage.h networking/wget.c): wget: ignore --no-check-certificate
19:29.07*** join/#uclibc dileX (~sd@vpn-eu1.unidsl.de)
19:31.42blindvthmz. i fux0red up CIA's colors, didn't i
19:32.07blindvtbrrr. cold@home
19:48.53*** join/#uclibc khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
19:54.37*** join/#uclibc trem (~trem@AToulouse-256-1-41-73.w90-38.abo.wanadoo.fr)
19:57.04*** join/#uclibc khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
20:02.49*** join/#uclibc fsvend (~frank@77.233.16.62.customer.cdi.no)
20:16.59djdeathkos_tom: libdl ...
20:19.12djdeathkos_tom: for this one I added a symlink from $(STAGING_DIR)/usr/lib/libdl.so $(STAGING_DIR)/lib/libdl.so
20:19.51kos_tomhm, kind of hackish
20:20.05djdeathexactly ;)
20:20.27kos_tomI've tried to use the OpenWRT solution
20:20.29kos_tombut it fails
20:20.36djdeathkos_tom: do you have a libpthread.so in $(STAGING_DIR)/usr/lib/ ?
20:20.54kos_tomwith horrible things such as ../../libtool: line 841: X--tag=CC: command not found
20:21.20djdeathkos_tom: is it the first time you build directfb
20:21.21djdeath?
20:21.35kos_tomdjdeath: no, it's not the first time. But it's the first time on this Debian Stable box.
20:21.58kos_tomI got access to a fast server (quad-core i7, 6 GB of RAM, fast storage) on which I do build tests of Buildroot
20:22.21djdeathhmmm ;)
20:25.36*** join/#uclibc mnt_real (~sinan@bas1-montreal43-2925257034.dsl.bell.ca)
20:32.19*** join/#uclibc dileX_ (~sd@p5B2ED83C.dip.t-dialin.net)
20:32.28djdeathit's strange that I have the problem only with directfb
20:33.49*** join/#uclibc sjhill (~sjhill@home.bethel-hill.org)
20:36.40djdeaththe -L/usr/lib is a real pain
20:38.49kos_tomyes.
20:54.08*** join/#uclibc KaiForce (~chatzilla@adsl-70-228-91-140.dsl.akrnoh.ameritech.net)
23:31.08*** join/#uclibc ibot (ibot@rikers.org)
23:31.09*** topic/#uclibc is discussion of uClibc and Busybox | uClibc 0.9.30.2 was released 13 Jan 2010 | busybox 1.15.3 was released 12 Dec 2009 (unstable busybox 1.16.0) | buildroot 2009.11 was released 1 December 2009 | For general setup issues try #elinux or #edev
23:54.43*** join/#uclibc dieter|work (~dieter@dslb-088-065-194-178.pools.arcor-ip.net)

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