IRC log for #uclibc on 20091202

00:06.06*** join/#uclibc rcfox (n=ryan@taurine.csclub.uwaterloo.ca)
00:06.52rcfoxHey guys, the buildroot webpage says that developers sometimes hang out in here. Are any of them around and awake?
00:15.47*** join/#uclibc likewhoa (n=likewhoa@ool-45717734.dyn.optonline.net)
00:24.48*** part/#uclibc rcfox (n=ryan@taurine.csclub.uwaterloo.ca)
00:31.05*** join/#uclibc _Lucretia_ (n=munkee@pdpc/supporter/active/lucretia)
00:35.03austinfrcfox, go ahead and ask your question and usually someone will answer it later when they are around
00:43.41*** join/#uclibc _Lucretia_ (n=munkee@pdpc/supporter/active/lucretia)
00:52.04CIA-3303vda.linux 07master * r386960a38e5a 10/networking/ntpd.c: htpd: better logging; removed some unused code and data. -212 bytes
01:11.16*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
01:28.08*** join/#uclibc _Lucretia_ (n=munkee@pdpc/supporter/active/lucretia)
01:31.06CIA-3303vda.linux 07master * rf91e63cbc3aa 10/networking/ntpd.c: ntpd: continuing small message tweaks and the like. -29 bytes
01:39.31*** join/#uclibc blindvt__ (n=bf@85-127-87-189.dynamic.xdsl-line.inode.at)
01:57.12*** join/#uclibc _Lucretia_ (n=munkee@pdpc/supporter/active/lucretia)
06:17.04*** join/#uclibc olistudent (i=bouncer@server02.cte.de)
06:51.41*** join/#uclibc adb (n=adb@212.147.109.90)
07:18.44*** join/#uclibc majeru (n=cris@panzer.utcluj.ro)
07:27.51*** part/#uclibc Phurl (n=mdupont@ip-81-210-249-5.unitymediagroup.de)
08:01.00busybot[New Bug] https://bugs.uclibc.org/755 enh, P5, buildroot, jpihl@nevion.com->unassigned@buildroot.uclibc.org, NEW, pending, Add Boost libraries as a package
08:32.46*** join/#uclibc majeru (n=cris@panzer.utcluj.ro)
08:56.59*** join/#uclibc hw_ (n=hw@p578b3905.dip0.t-ipconnect.de)
09:00.35*** join/#uclibc fonz (n=tp@e178027211.adsl.alicedsl.de)
10:43.05*** join/#uclibc blindvt_ (n=bf@85-127-241-136.dynamic.xdsl-line.inode.at)
11:29.38CIA-3303vda.linux 07master * rebde6f10fbce 10/networking/ntpd.c: ntpd: fix "synced" state detection
12:15.40*** join/#uclibc gustavoz (n=gustavoz@host248.201-252-31.telecom.net.ar)
12:43.00busybot[New Bug] https://bugs.uclibc.org/757 nor, P5, buildroot, anders.darander@gmail.com->unassigned@buildroot.uclibc.org, NEW, pending, U-Boot: mkimage cannot be installed using external toolchain
12:43.59CIA-3303vda.linux 07master * r4bd51893704e 10/networking/ntpd.c: ntpd: fix malloc-too-short bug; code shrink -76 bytes
13:31.24*** join/#uclibc KaiForce (n=chatzill@adsl-70-228-89-235.dsl.akrnoh.ameritech.net)
14:28.00busybot[New Bug] https://bugs.uclibc.org/759 tri, P5, buildroot, llandwerlin@gmail.com->unassigned@buildroot.uclibc.org, NEW, pending, Sysstat build broken without libintl
14:57.44*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
15:07.29*** join/#uclibc austinf (n=austinf@cetoncorp.com)
15:27.00busybot[New Bug] https://bugs.uclibc.org/761 tri, P5, buildroot, gustavo@zacarias.com.ar->unassigned@buildroot.uclibc.org, NEW, pending, Add binutils 2.20 to toolchain options
15:34.17*** join/#uclibc drmikecrowe (i=Miranda@67-197-235-119.dyn.comporium.net)
15:36.18drmikecrowehey folks, trying to understand a buildroot process (and can't seem to find it in google).  If you are developing a package, do you work in the build_arm directory until it is working, then copy it back to packages?
15:47.00busybot[New Bug] https://bugs.uclibc.org/763 maj, P5, buildroot, gustavo@zacarias.com.ar->unassigned@buildroot.uclibc.org, NEW, pending, [SECURITY] Update pcre to 7.9
15:47.06gustavozJacmet: sorry ;)
15:51.20*** join/#uclibc mnt_real (n=sinan@bas12-montrealak-1167975475.dsl.bell.ca)
16:41.01Jacmetgustavoz: thanks
16:43.29gustavozJacmet: do we (you) want to brand gcc for buildroot?
16:45.15Jacmetgustavoz: brand? As in print something about buildroot when you run $CROSS-gcc -v?
16:45.34gustavozJacmet: yep, it's used in /proc/version for the kernel for example
16:45.52Jacmetgustavoz: we could, it certainly makes it easier for the user to track down where they had the compiler from
16:45.52gustavozit's mostly a debug/aid thing
16:46.04gustavozok i'll prepare a patch
16:46.05Jacmetgustavoz: we do the same for the xserver build
18:04.11gustavozJacmet: we should really clean toolchain/gcc a bit, multiple findstring for version matching is yucky
18:33.49Jacmetgustavoz: agreed
18:37.29gustavozJacmet: should i point the gcc bug url to buildroot or leave it as-is?
18:38.51Jacmetgustavoz: point it at us
18:40.26gustavozJacmet: --with-pkgversion="Buildroot BR2_VERSION" (qstripped) --with-bugurl="http://bugs.buildroot.net/"
18:40.55Jacmetgustavoz: looks good
18:41.10gustavozk, testing, i'll submit the patch when done
18:41.19Jacmetgustavoz: great, thanks
18:41.53gustavozwe should probably split the gcc version into parts for easier checking
18:42.01Jacmetyeah
18:42.08gustavozthat way we keep the ugly in just one place
18:42.23Jacmetgustavoz: but I think we can get rid of !sysroot some time next year
18:42.34Jacmetgustavoz: that should remove most of the ugly stuff
18:46.44gustavozJacmet: yeah, just drop the old versions :)
18:50.48Jacmetgustavoz: you cannot keep on adding stuff without removing something else if you don't similary increase the amount of developers working on BR
18:52.52gustavozJacmet: the external toolchain support somehow handles that gracefully, if someone needs an old toolchain they can just keep it outside of BR
18:54.17gustavozi personally prefer to keep up with new versions when it's possible
18:55.08Jacmettoo
19:02.23*** join/#uclibc opello (n=opello@about/csharp/regular/opello)
19:43.00busybot[New Bug] https://bugs.uclibc.org/765 enh, P5, buildroot, gustavo@zacarias.com.ar->unassigned@buildroot.uclibc.org, NEW, pending, Add buildroot branding to gcc
19:50.00busybot[New Bug] https://bugs.uclibc.org/767 min, P5, buildroot, gustavo@zacarias.com.ar->unassigned@buildroot.uclibc.org, NEW, pending, Bump iw package to 0.9.18
20:24.43*** join/#uclibc trem (n=trem@AToulouse-256-1-129-34.w90-45.abo.wanadoo.fr)
20:45.22*** join/#uclibc Phurl (n=mdupont@ip-81-210-249-5.unitymediagroup.de)
20:47.53*** join/#uclibc trem (n=trem@AToulouse-256-1-106-9.w86-210.abo.wanadoo.fr)
21:20.58*** join/#uclibc likewise (n=likewise@82-171-51-231.ip.telfort.nl)
21:43.27*** join/#uclibc sigmonsays (n=cd@c-67-169-42-1.hsd1.ca.comcast.net)
21:43.32sigmonsaysHola
21:45.38sigmonsaysI have support for init in by build, but it says init: aplet not found, when I try to run it
21:45.46sigmonsaysHow can I get it to respect init as a command?
21:55.01*** join/#uclibc mtr (n=michael@v29762.1blu.de) [NETSPLIT VICTIM]
21:55.02*** join/#uclibc visitors1a} (n=pulstar@198-tar-2.acn.waw.pl)
21:55.02*** join/#uclibc B_H (i=sbnc@srv1.centralized.de) [NETSPLIT VICTIM]
21:55.02*** join/#uclibc khem (n=khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net) [NETSPLIT VICTIM]
21:55.04*** join/#uclibc philipp64 (n=chatzill@63.224.43.239)
22:16.28*** join/#uclibc likewise (n=likewise@82-171-51-231.ip.telfort.nl)
22:18.23CIA-3303vda.linux 07master * r907647fb1540 10/ (include/usage.h networking/ntpd.c): ntpd: implement -x. shrink code a bit. -69 bytes
22:19.15*** join/#uclibc KaiForce (n=chatzill@adsl-70-228-89-235.dsl.akrnoh.ameritech.net)
22:39.00busybot[New Bug] https://bugs.uclibc.org/769 enh, P5, buildroot, minimod@morethan.org->minimod@morethan.org, NEW, pending, Update configuration menu for MIPS target
22:47.23CIA-3303vda.linux 07master * r7cb1d6ccf36e 10/networking/ntpd.c: ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytes
22:59.11tremnite all, sweet dreams
23:10.57*** join/#uclibc likewise (n=likewise@82-171-51-231.ip.telfort.nl)
23:21.35CIA-3303vda.linux 07master * r6a110c969f35 10/networking/ntpd.c: ntpd: remove dynamic dns resolution code, too complex. -69 bytes
23:30.17*** join/#uclibc viric (n=viric@157.235.221.87.dynamic.jazztel.es)
23:30.20viricHello all
23:30.43viricI'm trying to build a cross-toolchain with gcc 4.3.4
23:31.36viricAnd I have problems on execinf.ho
23:31.38viricexecinfo.h
23:32.03viricLooking at gcc libmudflap 'config.log', I see that it properly checks for execinfo.h using the cross-compiler, and fails.
23:32.16viricThen it tries with the build-machine compiler, and finds it (in glibc)
23:32.23viricand then, assumes it can be used.
23:46.17khemyou can disable mudflap
23:46.38khem--disable-libmudflap

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