IRC log for #uclibc on 20081223

00:08.08Dr{Who}-ld -shared -o $@.`cat VERSION` $(OBJ)
00:08.14Dr{Who}+$(CC) -shared -o $@.`cat VERSION` $(OBJ)
00:08.31Dr{Who}so just did that diff on the makefile for libpcap
00:08.37Dr{Who}and its all good
00:09.51swishy:)
00:10.41Dr{Who}heh i just checked the latest version of libpcap 0.9.8 and its already fixed ugggg.. i have 0.9.5
00:11.02Dr{Who}it is good to see more and more distro packages getting cross compiler bugs fixed
00:14.30*** join/#uclibc nwmcsween_ (n=nwmcswee@69.176.163.205)
00:35.45*** join/#uclibc wrobbie (n=rob@203.117.215.163)
00:39.59*** join/#uclibc __lifeless (n=lifeless@94.50.180.163)
00:45.33Dr{Who}ya looks like 0.9.8 builds and installs cleanly.
00:46.53Dr{Who}going to boot it up with qemu and see if its all good.
00:51.24swishy::)
01:12.40solarit will work fine.
01:54.26*** join/#uclibc buildroot_newbie (n=root@202.152.39.2)
01:55.59*** join/#uclibc Dr{Who} (n=sam@dev.null.nutech.com)
02:17.00*** join/#uclibc nwmcsween_ (n=nwmcswee@69.176.163.205)
02:25.40*** join/#uclibc [1]nwmcsween (n=nwmcswee@69.176.163.205)
02:29.24*** join/#uclibc [2]nwmcsween (n=nwmcswee@69.176.163.205)
03:25.35*** part/#uclibc buildroot_newbie (n=root@202.152.39.2)
03:28.05*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
03:39.17*** join/#uclibc nwmcsween_ (n=nwmcswee@69.176.163.205)
04:34.09*** join/#uclibc sega01 (n=sega01@2001:470:8:29:250:4ff:fe20:dbc4)
06:50.28CIA-5403kraj 07uClibc-nptl * r24514 10/ (8 files in 5 dirs): Get i386 non nptl builds going.
08:27.32*** join/#uclibc lautriv (n=virtual@213.221.88.243)
08:52.10*** join/#uclibc Jacmet (n=peko@88.197.172.59)
08:53.14blindvt`Jacmet, Re: x11r7/xserver_xorg: breaks with shared cache; Do you by chance kept the error or remember how it failed? Just curious..
08:53.50Jacmetblindvt`: well, it sets CFLAGS and the shared cache stuff complains that CFLAGS changed between runs
08:54.12Jacmetblindvt`: I didn't look closer at it, but it seems pretty clearly a no-no
08:54.42Jacmetblindvt`: the xserver package most likely shouldn't mess with CFLAGS in the first place ofcourse
08:55.18blindvt`Jacmet, ah that rings a bell.. The "changes" are just whitespace like in e.g. gdb, i assume?
08:55.49Jacmetblindvt`: but I'm just doing damage control here, quite some stuff broke with the new stuff going in lately (external toolchain, shared cache, Ulfs stuff, ..)
08:56.33Jacmetblindvt`: no, it sets  CFLAGS="-I$(STAGING_DIR)/usr/include/pixman-1"
08:56.35blindvt`Jacmet, i.e. "cc -Os -pipe" versus "cc  -Os -pipe" with surplus space in front of CFLAGS
08:57.14Jacmetblindvt`: which should probably be CFLAGS="$(CFLAGS) -I$(..." or with some other flag to tell it where to find pixman
08:57.38blindvt`Jacmet, ok, i see. That stuff belongs into CPPFLAGS or $(INCLUDES) anyway. Xorg bug, i would blindly say
08:57.49Jacmetblindvt`: I must say I don't know much of the finer details about X, I just did a test compile to see if it builds
08:58.00blindvt`nods Jacmet
08:58.38Jacmetblindvt`: I'm resurrecting my old Compaq Ipaq (h3600) - and will test X on it
08:58.57Jacmetgoes to see what Ulf has done ..
08:59.46blindvt`Jacmet, i know that feeling too well *sigh* welcome to the club ;P
08:59.57Jacmet;)
09:04.53CIA-5403kraj * r24515 10uClibc/libc/sysdeps/linux/i386/bits/kernel_types.h: These defines needs to be considered after recent linux kernel combined i386 and x86_64 into x86
09:07.38Jacmetblindvt`: hows the situation with 0.9.30 and pregenerated locales? Did Rob create new tarballs?
09:08.25blindvt`Jacmet, i think he did not create tarballs, no
09:08.45blindvt`Jacmet, i will not comment on that recent change in buildroot svn
09:09.49Jacmetblindvt`: the suggestion to use the old locales?
09:09.49blindvt`there was a freaking reason why it was changed, but if you want to actively break users setup then it shall be fine with me
09:10.05Jacmetblindvt`: well, it currently _IS_ broken
09:10.18Jacmetblindvt`: as the new tarballs don't exist
09:10.44Jacmetdoesn't know anything about locales
09:11.29Jacmetblindvt`: the only thing I see is that it builds with the old locales, but I haven't done any tests to see what works/what is broken
09:13.22blindvt`Jacmet, just create the locale data that you need. Nowadays the on-the-fly generation of that data works flawlessly and as such there is absolutely NO sane reason not to generate them in your local build (that is done transparently, automagically for you; no magic involved)
09:15.01Jacmetblindvt`: so just disable BR2_ENABLE_LOCALE_PREGENERATED and it magically works?
09:15.22Jacmetblindvt`: what locales does it build?
09:15.50blindvt`it builds those that are available on your build host. So if you want de_AT or en_SE or the like on your target then just install it on your build-host and off you go
09:16.07Jacmetblindvt`: ahh ok - thanks
09:17.10Jacmetblindvt`: I'll port your 4bdca9ccbede (BR2_ENABLE_LOCALE_PREGENERATED) to svn then
09:18.54blindvt`Jacmet, sounds like a good .plan, yep
09:21.40blindvt`Jacmet, i assume that you saw and already did something like 0a0c0e63445fe05d66094929977edecea382a7fb
09:23.03Jacmetblindvt`: the MAKE_INSTALL_MAN stuff?
09:24.52blindvt`yes. I guess this would be handy for use in makefile.autotools
09:25.54Jacmetblindvt`: yes - I still need to add the post install stuff to cleanup the target (instead of make install-strip)
09:26.14Jacmetblindvt`: we also have toolchain/mklibs gathering dust
09:26.52blindvt`Jacmet, yes indeed. install-strip is not an appropriate approach (ISTR that we already talked about this)
09:27.01Jacmetblindvt`: exactly
09:32.12Jacmetblindvt`: that hunk btw has UCLIBC_HAS_WCHAR handling double
09:32.57Jacmetblindvt`: E.G. you enable WCHAR if LOCALE is enabled, but just under it's sed'ed away again in the BR2_USE_WCHAR handling
09:33.22Jacmetblindvt`: and default n isn't needed ;)
09:39.21CIA-5403jacmet * r24516 10buildroot/toolchain/uClibc/ (Config.in uclibc.mk): (log message trimmed)
09:39.23CIA-54toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option
09:39.25CIA-54Add an option to either generate locales yourself or download the
09:49.10Jacmetblindvt`: sigh, Ulf added another 800KB of avr32 kernel patches :/
10:02.08blindvt`Jacmet, cool stuff
10:03.08blindvt`Jacmet, i especially like those superfluous copies of the target skeletons when just 1 or 2 files actually differ. l33t
10:04.21blindvt`Jacmet, it's a pity that atmel doesn't fix their stuff upstream but keep their stuff in a handful of different locations, each of which work in varying degrees (from what i read)
10:12.43*** join/#uclibc pcgeil (n=steffen@p549E688F.dip.t-dialin.net)
10:17.31CIA-5403kraj 07uClibc-nptl * r24517 10/ (13 files in 8 dirs): Get non nptl threads compiled on x86.
10:19.49Jacmetblindvt`: yeah :/
10:20.11Jacmetblindvt`: and the silly export-toolchai
10:20.11Jacmetblindvt`: and the silly export-toolchaiifeq ($(BR2_EXPORT_TOOLCHAIN),y)
10:20.16Jacmetargh
10:20.16Jacmetarghifeq ($(BR2_EXPORT_TOOLCHAIN),y)
10:20.23Jacmetargh
10:20.35Jacmetblindvt`: and the silly export-toolchain stuff seems to break the build :/
10:21.10CIA-5403jacmet * r24518 10buildroot/toolchain/uClibc/uclibc.mk: toolchain/uclibc: fix typo
10:21.25CIA-5403jacmet * r24519 10buildroot/toolchain/Makefile.in: (log message trimmed)
10:21.27CIA-54toolchain: disable export-toolchain stuff as it breaks make dependencies
10:21.29CIA-54For some reason Ulf's export-toolchain stuff breaks the build as the
10:34.55CIA-5403vda 07uClibc-nptl * r24520 10/libc/ (5 files in 3 dirs): fix build failures on i386
10:37.20*** join/#uclibc pcgeil_ (n=steffen@p549E513F.dip.t-dialin.net)
10:47.01CIA-5403vda 07uClibc-nptl * r24521 10/ (52 files in 21 dirs): sync with trunk. Compile tested on i386
10:57.01*** join/#uclibc fabo (i=fabo@fon38-2-82-225-46-230.fbx.proxad.net)
11:00.44CIA-5403vda * r24522 10uClibc/libc/sysdeps/linux/hppa/bits/signum.h:
11:00.45CIA-54libc/sysdeps/linux/hppa/bits/signum.h: _NSIG == 65 is the common value,
11:00.47CIA-54no need to define it here
11:05.01CIA-5403vda 07uClibc-nptl * r24523 10/ (6 files in 6 dirs):
11:05.03CIA-54signal.h consolidation from trunk.
11:05.05CIA-54No object code difference (tested on i386).
11:30.27CIA-5403vda 07uClibc-nptl * r24524 10/ (9 files in 6 dirs): (log message trimmed)
11:30.31*** join/#uclibc CIA-26 (n=CIA@208.69.182.149)
12:36.00*** join/#uclibc _lifeless (n=lifeless@94.50.180.163)
12:49.20*** join/#uclibc vinilios (n=k88@adsl91-115.ath.forthnet.gr)
13:00.21*** join/#uclibc __lifeless (n=lifeless@89.20.104.86)
13:06.43*** join/#uclibc CIA-38 (n=CIA@208.69.182.149)
13:12.46Jacmetit seems like the busybox.net mail setup is broken:
13:12.55JacmetHi, Peter!
13:12.55JacmetBuildroot mailing list has troubles - mail retuns with
13:12.55Jacmet"<buildroot@busybox.net>: mail for busybox.net loops back to myself"
13:12.55JacmetCurrently I send the proposed patch directly to you.
13:13.51blindvt`Jacmet, please ping support at osuosl dot org about this. thanks
13:15.25blindvt`Jacmet, mompls
13:15.40Jacmetblindvt`: done
13:15.45blindvt`ok
14:47.22*** join/#uclibc thomasez (n=thomasez@castle.linpro.no)
14:54.51CIA-3803jacmet * r24528 10buildroot/target/generic/ (3 files in 3 dirs): target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)
15:08.46blindvt`i hate the resolver. It sucks
15:55.09*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
16:18.09*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
17:18.52*** join/#uclibc wbx (n=wbx@xdsl-78-34-139-71.netcologne.de)
17:30.28*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
17:43.26*** join/#uclibc tsukasa` (n=tsukasa@unaffiliated/tsukasa)
17:51.39CIA-3803wberrier * r24529 10buildroot/scripts/setlocalversion: (log message trimmed)
17:51.39CIA-38scripts/setlocalversion: update deprecated git-<command> usage
17:51.41CIA-38Git is moving away from the git-<command> to git <command>
17:55.05*** join/#uclibc fonz_ (n=tp@e178014106.adsl.alicedsl.de)
18:05.41*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
19:20.47*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
19:23.16*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
20:24.29*** join/#uclibc wbx__ (n=wbx@xdsl-78-34-133-70.netcologne.de)
21:06.16*** join/#uclibc nwmcsween (n=nwmcswee@69.176.163.205)
22:06.57*** join/#uclibc nwmcsween_ (n=nwmcswee@69.176.163.205)
22:18.32*** join/#uclibc [1]nwmcsween (n=nwmcswee@69.176.163.205)
22:23.30*** join/#uclibc [2]nwmcsween (n=nwmcswee@69.176.163.205)
23:36.51CIA-3803vda * r24530 10busybox/ (9 files in 8 dirs): (log message trimmed)
23:36.51CIA-38libbb: introduce and use xmalloc_ttyname (-32 in bss).
23:36.51CIA-38ash: small code shrink

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