irclog2html for #uclibc on 20100208

00:08.04*** join/#uclibc animeloe[net] (~animeloe@unaffiliated/animeloe)
00:19.43*** join/#uclibc animeloe[net] (~animeloe@unaffiliated/animeloe)
00:41.53*** join/#uclibc p0ker (~p0ker@93.124.192.66)
00:49.55*** join/#uclibc tchan (~tchan@lunar-linux/developer/tchan)
00:54.05*** join/#uclibc CIA-49 (~CIA@208.69.182.149)
01:22.53*** join/#uclibc p0ker (~p0ker@93.124.192.66)
02:04.39CIA-4903vda.linux 07master * r14a917eaab18 10busybox/shell/hush.c: hush: note a FIXME
02:08.58CIA-4903dronnikov 07master * r73ccd0ca879b 10busybox/util-linux/volume_id/linux_swap.c: volume_id/linux_swap: detect suspended image signatures too
02:24.21CIA-4903vda.linux 07master * r43f5eae2ae4c 10busybox-website/tinyutils.html: tinyutils.html: update GUI browsers part
02:52.49CIA-4903vda.linux 07master * r6c622db1784d 10busybox-website/ (download.html header.html): removed eternally-outdated download.html page
03:54.06*** join/#uclibc Xires (~Xires@66-190-79-122.dhcp.dntn.tx.charter.com)
06:23.53*** join/#uclibc austinf (~austinf@75-92-1-28.war.clearwire-wmx.net)
07:22.09*** join/#uclibc hw_ (~hw@p578b3905.dip0.t-ipconnect.de)
07:51.02*** join/#uclibc fabled (~fabled@letku109.adsl.netsonic.fi)
08:15.40*** join/#uclibc kos_tom_ (~thomas@ip-78-110-192-107.reverse.destiny.be)
08:38.20*** join/#uclibc _Lucretia__ (~munkee@5ac2a264.bb.sky.com)
10:02.34CIA-4903jacmet 07master * recc81fed2f1b 10buildroot/toolchain/Config.in: toolchain: get rid of "binary" for external toolchain
10:33.14*** join/#uclibc Ulfalizer (~ulf@pat.se.opera.com)
10:34.36Ulfalizerwhat's the recommended way to cross-compile complex packages that already have configure scripts set up? should i try to create a new environment in which gcc, ld, etc. point to the cross-compiling versions, or is there some nicer way?
10:41.49djdeathUlfalizer: do you have a cross compiling toolchain ?
10:45.16Ulfalizerdjdeath: yes
10:45.39djdeathUlfalizer: just configure buildroot to point on your toolchain location
10:45.53djdeathUlfalizer: buildroot will handle that for you
10:46.29Ulfalizerwhat i meant was that i built a cross-compiling toolchain with buildroot. the default system toolchain isn't cross-compiling.
10:46.47Ulfalizer(the one that's in the path for things like "gcc" per default)
10:47.14djdeathhmm yeaaah
10:47.35djdeaththe system doesn't cross compile, nothing new ;)
10:48.03djdeaththe default toolchain is almost unused by buildroot
10:48.22djdeathunless you need complex packages like glib2 or icu
10:48.48Ulfalizerthe problem is it will be used during the build process of packages unless i do something about it :/
10:49.10Ulfalizerhmm, seems autotools has some support for cross-compilation. i'm gonna read up on it.
10:50.24djdeathUlfalizer: for some packages, buildroot builds the package once against the host (using the system compiler), and then against the target (using the cross compiler)
10:50.39djdeathUlfalizer: do you have a problem with a particular package ?
10:51.14djdeathUlfalizer: or does it fail at the beginning (on something like busybox) ?
10:52.01Ulfalizerheh, shouldn't have said "package". i'm talking about general software packages, not packages that come with buildroot :)
10:52.05Ulfalizersorry for being confusing
10:52.25djdeathah I see
10:53.08djdeathwell, you know, buildroot use a *LOT* of compiling options (and some others dirty tricks) to build its packages
10:53.41djdeathit might be such a pain to do the same job
10:54.02Ulfalizer:/
10:54.12djdeathmaybe integrating you software into buildroot can be less painful
10:54.38djdeaths/you/your/
10:54.44Ulfalizerright now i'm trying to build a version of the ISC DHCP client
10:55.01Ulfalizeror am about to try anyway :)
10:55.46djdeathUlfalizer: does it uses autotools ?
10:56.49Ulfalizeryes
10:57.10Ulfalizeri'm reading up on its (autotools') cross-compilation support right now :)
10:58.05djdeathhmm
10:58.15djdeathisc dhcp is already integrated in buildroot
10:58.24djdeathhttp://git.buildroot.org/buildroot/tree/package/dhcp
10:59.21djdeathby the way, it should be bumped...
11:00.26Ulfalizerohh, should have checked before i tried to compile it myself
11:00.35Ulfalizerthanks for the hint
11:10.00busybot[New Bug] https://bugs.uclibc.org/1057 nor, P5, Busybox, natanael.copa@gmail.com->unassigned@busybox.net, NEW, pending, busybox wget segfaults with http_proxy environment set
11:34.18Ulfalizeris there some way to build just a ld.so for the target and nothing else?
11:36.56djdeathit seems you can disable busybox
11:37.04djdeathso yes, probably
11:47.11*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
12:06.32Ulfalizerdjdeath: how do you build it? the only relevant option i can find is "native toolchain in the target filesystem", but that probably compiles gcc as well (which i'd prefer to avoid, as it usually takes ages).
12:22.10Ulfalizernever mind, it seems to be included by default even without that option
12:27.38Ulfalizerwhat does .0, .1, etc. in file extensions signify?
12:35.31*** join/#uclibc gustavoz (~gustavoz@host195.200-82-38.telecom.net.ar)
12:45.07mnemocUlfalizer: man levels usually
12:48.46Ulfalizermnemoc: even for binaries, as in ld-uClibc.so.0?
12:49.06Ulfalizerthat's a soft link and not a binary, but i believe i've seen it for binaries as well
12:53.21mnemocno, that is the version
12:53.47mnemocwell... shortcut to the version
12:54.50Ulfalizeroh, so it's the major version?
12:54.51mnemocuseful when a binary depends on any minor version of a single major one
12:54.56mnemocyes
12:55.01Ulfalizerokay, thanks
12:55.10Ulfalizerunix naming conventions can be a bit cryptic at times :)
12:55.20mnemoc=)
12:55.43mnemoceasy way to allow coexistance :)
12:56.38Ulfalizeryeah
13:10.38*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
13:11.56*** join/#uclibc animeloe (~animeloe@unaffiliated/animeloe)
13:17.51*** join/#uclibc animeloe[net] (~animeloe@unaffiliated/animeloe)
13:19.05*** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa)
13:34.51*** join/#uclibc dieter|work (~dieter@dslb-088-066-194-015.pools.arcor-ip.net)
13:41.31*** join/#uclibc KaiForce (~chatzilla@adsl-70-228-91-140.dsl.akrnoh.ameritech.net)
14:10.42*** join/#uclibc animeloe[net] (~animeloe@unaffiliated/animeloe)
14:38.45*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
14:48.20*** join/#uclibc _Lucretia_ (~munkee@pdpc/supporter/active/lucretia)
15:10.36CIA-4903jacmet 07master * rfdb2b2d6a0dd 10buildroot/ (CHANGES package/newt/Config.in): newt: needs slang
15:21.25*** join/#uclibc sjhill (~sjhill@home.bethel-hill.org)
15:26.33CIA-4903carmelo.amoroso 07nptl * r70811eeaf66e 10uClibc/include/rpc/ (auth.h rpc.h types.h): libc: Fix typo in include/rpc
15:26.47CIA-4903carmelo.amoroso 07master * rbeb34ab0e65f 10uClibc/include/rpc/ (auth.h rpc.h types.h): libc: Fix typo in include/rpc
15:29.07CIA-4903carmelo.amoroso 070_9_30 * rb4d6a6e94d87 10uClibc/include/rpc/ (auth.h rpc.h types.h): libc: Fix typo in include/rpc
15:44.12*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
16:07.31CIA-4903yann.morin.1998 07master * r7dd0591183e4 10buildroot/ (Makefile toolchain/gdb/gdb.mk): toolchain/gdb: get rid of legacy & unused variables
16:40.40*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
16:47.18CIA-4903vda.linux 07master * rfb6e689554a0 10busybox/libbb/md5.c: libbb/md5.c: remove wrong comment
16:49.12*** join/#uclibc p0ker (~p0ker@188.126.197.136)
16:49.41*** join/#uclibc wberrier (~wberrier@12.191.193.40)
16:56.36*** join/#uclibc mnt_real (~sinan@bas1-montreal43-1177754708.dsl.bell.ca)
16:59.59*** join/#uclibc khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
17:01.43*** join/#uclibc likewise (~likewise@82-171-51-231.ip.telfort.nl)
17:15.43*** join/#uclibc khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
17:22.44*** join/#uclibc khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
17:24.14*** join/#uclibc khem (~khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
17:29.45blindvtthomasez, just wipe every config symbol that has VENDOR in it
17:39.37*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
18:05.53*** join/#uclibc austinf (~austinf@74-92-226-109-Washington.hfc.comcastbusiness.net)
18:16.15*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
19:03.50*** join/#uclibc austinf (~austinf@74.92.231.110)
19:39.35*** join/#uclibc christel (~christel@freenode/staff/exherbo.christel)
19:39.38*** mode/#uclibc [+o blindvt] by christel
19:39.41*** part/#uclibc christel (~christel@freenode/staff/exherbo.christel)
19:41.22*** mode/#uclibc [-s+c] by ChanServ
19:41.48*** mode/#uclibc [-o blindvt] by blindvt
19:51.02*** mode/#uclibc [+o blindvt] by ChanServ
19:51.25*** topic/#uclibc by blindvt -> 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
19:51.30*** mode/#uclibc [-t] by blindvt
19:51.30*** mode/#uclibc [+t] by ChanServ
19:53.45*** join/#uclibc PortaLu (~LucretiaL@5ac2a264.bb.sky.com)
19:58.52*** mode/#uclibc [-t] by blindvt
19:58.54*** mode/#uclibc [+t] by ChanServ
19:58.59*** join/#uclibc trem (~trem@AToulouse-256-1-157-235.w90-45.abo.wanadoo.fr)
19:59.13*** mode/#uclibc [-o blindvt] by blindvt
20:25.49solarthanks blindvt
21:28.58*** join/#uclibc animeloe[net] (~animeloe@unaffiliated/animeloe)
21:31.18*** join/#uclibc animeloe[net] (~animeloe@unaffiliated/animeloe)
22:09.15*** join/#uclibc Dj-Death (~djdeath@potipota.net)
22:18.12CIA-49vda.linux master * re4cb27a02dfd busybox-website/header.html: Nuke the link to download/README
22:22.36CIA-49vda.linux master * rd60073a6ed80 busybox-website/ (BusyBox.html robots.txt source.html): remove trailing whitespace
22:23.44tremnite all, sweet dreams
23:26.33CIA-49vda.linux master * r10544a841002 busybox/ (coreutils/fsync.c miscutils/fbsplash.c): compat and warning fixes
23:29.47*** join/#uclibc neutronscott (~irc@112169.usap.gov)
23:41.23*** part/#uclibc neutronscott (~irc@112169.usap.gov)
23:50.32*** join/#uclibc dieter|work (~dieter@dslb-088-066-196-230.pools.arcor-ip.net)

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.