| 00:20.43 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 00:56.43 | CIA-55 | 03dvlasenk 07master * r4909fec73eb3 10busybox/coreutils/ls.c: ls: fix -lg to show group (was showing user) |
| 00:56.44 | CIA-55 | 03dvlasenk 07master * r9135fd26c485 10busybox/procps/powertop.c: Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox |
| 00:56.45 | CIA-55 | 03xmaks 07master * r0ebafcc5b14b 10busybox/procps/powertop.c: powertop: code shrink |
| 01:08.19 | *** join/#uclibc fabled (~fabled@mail.fi.jw.org) |
| 01:54.10 | *** join/#uclibc dj-death (~djdeath@ims92-1-88-163-235-97.fbx.proxad.net) |
| 02:24.28 | *** join/#uclibc wash (~wash@149.106.192.131) |
| 03:54.23 | *** join/#uclibc Whoopie_ (Whoopie@unaffiliated/whoopie) |
| 04:50.14 | *** join/#uclibc wash (~wash@149.106.192.131) |
| 04:52.11 | *** join/#uclibc xiangfu (~xiangfu@114.245.207.83) |
| 05:41.12 | *** join/#uclibc saftsack__ (~oliver@p5DDCD19A.dip.t-dialin.net) |
| 08:18.51 | *** join/#uclibc fonz (~tp@g231233055.adsl.alicedsl.de) |
| 08:40.39 | *** join/#uclibc Artemys (~quassel@stp25-1-82-225-18-227.fbx.proxad.net) |
| 08:59.20 | *** join/#uclibc xiangfu (~xiangfu@124.126.128.35) |
| 09:08.28 | *** join/#uclibc olistudent (bouncer@server02.cte.de) |
| 09:34.19 | *** join/#uclibc wash (~wash@149.106.192.131) |
| 09:38.14 | *** join/#uclibc likewhoa (~likewhoa@ool-18bc83b1.dyn.optonline.net) |
| 10:01.44 | *** join/#uclibc trem (~trem@mol92-1-81-57-136-23.fbx.proxad.net) |
| 10:18.05 | *** join/#uclibc vonami (~vonami@213-167-193-164.domolink.elcom.ru) |
| 10:50.26 | *** join/#uclibc y_morin (~ymorin@ARennes-256-1-39-71.w90-32.abo.wanadoo.fr) |
| 11:07.19 | *** join/#uclibc tsukasa` (~tsukasa@unaffiliated/tsukasa) |
| 11:49.18 | *** join/#uclibc kos_tom (~thomas@c-76-119-232-137.hsd1.ma.comcast.net) |
| 12:41.03 | *** join/#uclibc vonami_ (~vonami@213-167-213-110.domolink.elcom.ru) |
| 12:49.25 | CIA-55 | 03jacmet 07master * r94f2063773fb 10buildroot/package/tcpdump/ (3 files): tcpdump: bump version |
| 13:00.02 | *** join/#uclibc mirko (~daten@e179155253.adsl.alicedsl.de) |
| 13:33.49 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 13:40.52 | *** join/#uclibc julm (~julm@195.88.84.51) |
| 14:22.21 | *** join/#uclibc kos_tom (~thomas@ns6.enix.org) |
| 14:25.25 | kos_tom | dj-death: hey! |
| 14:32.21 | dj-death | kos_tom: ho ! :) |
| 14:35.37 | kos_tom | dj-death: my toolchains are just Buildroot toolchains used as external toolchains. |
| 14:35.53 | kos_tom | so I would expect to see similar problems with Buildroot internal toolchain. |
| 14:37.43 | dj-death | kos_tom: on all my toolchains gatomic.c isn't compiled but gatomic-gcc.c |
| 14:38.42 | dj-death | which use gcc internals to provide its atomic primitives |
| 14:38.57 | kos_tom | how can I easily check if the toolchain supports atomic builtins ? |
| 14:39.46 | dj-death | kos_tom: try to compile that http://pastebin.com/44Wn4QNQ |
| 14:40.18 | dj-death | that's the glib's test to detect atomic builtins |
| 14:44.07 | kos_tom | dj-death: http://code.bulix.org/jie6xl-78703?raw |
| 14:44.22 | kos_tom | dj-death: this is the toolchain that was used for build 195 at http://free-electrons.com/~thomas/pub/buildroot-logs/ |
| 14:45.59 | kos_tom | dj-death: the config.log part: http://code.bulix.org/e1ek1u-78704?raw |
| 14:47.41 | kos_tom | dj-death: problem exists on i386 and sh4 |
| 14:48.18 | kos_tom | dj-death: http://old.nabble.com/-ct-ng--build-error:-undefined-reference-to-%60__sync_bool_compare_and_swap_4'-td17865750.html |
| 14:49.05 | dj-death | 'k |
| 14:51.15 | kos_tom | dj-death: so, depending on the architecture and architecture level, it's possible that this atomic instruction is not available. |
| 14:52.57 | dj-death | hmmm |
| 14:53.22 | dj-death | -mtune=i386 -march=i386 |
| 14:53.29 | dj-death | without that ? |
| 14:54.04 | dj-death | kos_tom: by the way, does the patch fix the problem ? |
| 14:54.21 | kos_tom | yeah, should work without that. But my BR config says I want to build for i386. |
| 15:01.09 | *** join/#uclibc bkuhn (~bkuhn@fsf/director/conservancy.president.bkuhn) |
| 15:16.32 | kos_tom | dj-death: I haven't tried it yet. I'm at the GNOME Boston Summit :) |
| 15:17.12 | y_morin | kos_tom: (hello!) Quite busy with conferences and summits at this time of year! ;-) |
| 15:19.45 | kos_tom | y_morin: well, I'm not a GNOME developer, so I'm just observing. |
| 15:20.00 | kos_tom | y_morin: I'm in Boston until tomorrow evening, so I was invited to come at the GNOME summit. |
| 15:24.44 | *** join/#uclibc mnt_real (~sinan@bas1-montreal43-2925255433.dsl.bell.ca) |
| 15:25.03 | khem | kos_tom: how is america treatin you |
| 15:33.22 | *** join/#uclibc kos_tom (~thomas@ns6.enix.org) |
| 15:37.03 | kos_tom | dj-death: yes, your patch fixed the problem. |
| 15:37.17 | kos_tom | dj-death: do you want to send a proper patch to the BR list, or do you want me to do it ? |
| 15:37.54 | dj-death | kos_tom: I'll do it, as well as on the glib ml |
| 15:38.06 | kos_tom | dj-death: ok, thanks. |
| 15:38.07 | dalias | hi |
| 15:55.28 | *** join/#uclibc felipec (~felipec@a91-153-253-80.elisa-laajakaista.fi) |
| 15:55.45 | felipec | buildroot doesn't build for me =/ http://pastie.org/1277281 |
| 15:56.02 | kos_tom | felipec: hu, odd. How are you starting the Buildroot build ? With which config ? |
| 15:56.43 | felipec | kos_tom: http://pastie.org/1277287 |
| 15:57.41 | kos_tom | and are you just using "make" to run the build ? |
| 15:57.46 | kos_tom | not "make -jX" ? |
| 15:58.38 | felipec | make -j2 |
| 15:59.05 | felipec | ok, with plain 'make' it goes further |
| 15:59.15 | kos_tom | felipec: don't do that. We don't support top-level parallel build. |
| 15:59.38 | felipec | how is people supposed to know that? |
| 16:00.23 | kos_tom | they can't :) |
| 16:00.24 | felipec | anyway, this is the second failure, the first one was with gstreamer |
| 16:00.40 | y_morin | kos_tom: that should be catched by the .NOTPARALLEL at the top of the Makefile... I'll look at this. |
| 16:01.02 | y_morin | felpiec: what is your make? (make --version) |
| 16:01.28 | y_morin | s/felpiec/felipec/ |
| 16:01.30 | y_morin | (sorry) |
| 16:01.53 | felipec | y_morin: 3.82 |
| 16:02.02 | kos_tom | y_morin: it seems that the build didn't happen in parallel, but passed down to host-m4 make the -jN |
| 16:02.24 | y_morin | kos_tom: Argh... |
| 16:02.37 | felipec | http://pastie.org/1277291 |
| 16:03.32 | kos_tom | y_morin: I'm not sure, it's just a supposition. |
| 16:03.58 | kos_tom | y_morin: I think we should rather parse the make arguments, and if a -jX argument is passed, bail out. |
| 16:03.59 | y_morin | kos_tom: you are right. |
| 16:04.26 | y_morin | kos_tom: or overide the -jX flag |
| 16:04.40 | kos_tom | y_morin: I'd prefer to bail out and inform the user rather than doing automatic things. |
| 16:04.54 | y_morin | kos_tom: I'll look into this. |
| 16:07.01 | kos_tom | y_morin: great, thanks. |
| 16:07.09 | kos_tom | felipec: isn't it a problem in the gstreamer makefile directly ? |
| 16:07.29 | kos_tom | ok, I'm leaving. Will be back later. |
| 16:07.44 | y_morin | kos_tom: see ya! |
| 16:07.53 | felipec | kos_tom: maybe, but does that mean nobody is testing GStreamer? |
| 16:10.22 | kos_tom | felipec: I'm not personally, but other people should be testing it. |
| 16:12.35 | felipec | well, common/gtk-doc.mak is clearly wrong on that version |
| 16:14.34 | felipec | actually, it's wrong on all versions |
| 16:29.14 | *** join/#uclibc trem (~trem@mol92-1-81-57-136-23.fbx.proxad.net) |
| 16:57.36 | felipec | damn: https://bugs.freedesktop.org/show_bug.cgi?id=29426 |
| 16:57.38 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 17:00.58 | *** join/#uclibc risca (~risca@tappan-125-187.eduroam.liu.se) |
| 17:04.11 | *** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa) |
| 17:16.40 | *** join/#uclibc gustavoz (~gustavoz@host223.186-109-26.telecom.net.ar) |
| 17:53.25 | *** join/#uclibc kos_tom (~thomas@the-doors.enix.org) |
| 17:57.30 | Jacmet | g |
| 17:58.09 | Jacmet | felipec: yeah, lots of stuff doesn't work with make 3.82 |
| 17:58.27 | Jacmet | felipec: I would strongly suggest you stick to 3.81 for buildroot stuff for now |
| 17:59.04 | kos_tom | hello again. |
| 17:59.20 | felipec | Jacmet: Fedora has 3.82, I would rather patch what is not working |
| 18:02.28 | kos_tom | Jacmet: do we have that many issues with make 3.82 ? |
| 18:02.45 | kos_tom | Jacmet: I think someone contributed a few fixes on the list, and that with those fixes, it was working. |
| 18:04.10 | Jacmet | felipec: I would expect lots of packages to be broken rather than buildroot itself |
| 18:04.27 | felipec | Jacmet: I'm not building many packages |
| 18:04.31 | Jacmet | kos_tom: really? all ~700 packages? I don't expect buildroot itself to be the main issue |
| 18:04.54 | kos_tom | Jacmet: it's going to be a nightmare if make 3.82 is causing issues with the build system of the packages themselves :-( |
| 18:05.11 | Jacmet | kos_tom: it IS |
| 18:05.29 | Jacmet | kos_tom: witness all those projects that need fixes for make 3.821 |
| 18:05.47 | felipec | Jacmet: it seems OpenSUSE and Fedora managed |
| 18:05.51 | Jacmet | kos_tom: E.G. kernel, busybox, gstreamer, u-boot, .. + probably lots of others |
| 18:06.05 | kos_tom | aah, the new .ONESHELL thing of make 3.82 is interesting. |
| 18:06.08 | felipec | I saw the list from openSUSE and it was not that big |
| 18:06.17 | Jacmet | felipec: it's not that it is hard to fix, it jut takes effort |
| 18:06.25 | Jacmet | just even |
| 18:07.03 | Jacmet | felipec: we don't neccessarily use the same package versions as fedora/suse, so that might not say much |
| 18:07.57 | kos_tom | Jacmet: if distros are shipping make 3.82, we have to support make 3.82 |
| 18:08.05 | kos_tom | Jacmet: or should be build our own make version ? |
| 18:08.11 | kos_tom | s/be/we/ |
| 18:08.16 | Jacmet | kos_tom: sure, but someone has to do the work |
| 18:08.45 | kos_tom | Jacmet: yes, which is what felipec is doing, no ? |
| 18:09.12 | Jacmet | kos_tom: indeed |
| 18:09.38 | Jacmet | kos_tom: all I'm saying is just that it's bound to be broken on 3.82 right now |
| 18:10.44 | Jacmet | kos_tom: but that's just a temporary hiccup, we (and all other projects) will eventually do the work to build under 3.82 |
| 18:11.34 | kos_tom | Jacmet: yes, sure. |
| 18:12.04 | Jacmet | kos_tom: but that work most likely will be post-2010.11 |
| 18:12.10 | kos_tom | Jacmet: BTW, I didn't use any real script to do http://free-electrons.com/~thomas/pub/buildroot-logs/, it's more or less manual. |
| 18:12.30 | kos_tom | Jacmet: but I'll work on cleaning up my Python/shell script machinery to be able to release it. |
| 18:15.08 | Jacmet | kos_tom: ok, great |
| 18:15.28 | Jacmet | has ~1G compresses build logs on gcc10 |
| 18:16.57 | felipec | kos_tom: Jacmet: this is my tentative patch http://pastie.org/1277517 |
| 18:17.04 | felipec | I'm building, let's see how it goes |
| 18:19.31 | kos_tom | Jacmet: erg, the build of squid with openssl support requires openssl on the host. |
| 18:21.11 | *** join/#uclibc wash (~wash@149.106.192.131) |
| 18:21.47 | felipec | ok, buildroot built |
| 18:22.12 | Jacmet | kos_tom: hmm, odd |
| 18:22.47 | Jacmet | felipec: nice |
| 18:23.00 | kos_tom | Jacmet: no, it's building cf_gen on the host. |
| 18:23.22 | Jacmet | kos_tom: ahh ok |
| 18:25.04 | Jacmet | kos_tom: ok, then I guess we'll have to build openssl for the host |
| 18:25.27 | kos_tom | Jacmet: yes. |
| 18:26.15 | kos_tom | I'll fill a bug and assign it to gustavoz, since I think he is the one interested by squid. |
| 18:26.52 | felipec | kos_tom: what about my other patches? they have been pending for months |
| 18:27.21 | kos_tom | felipec: only since September, 20th :-) |
| 18:27.37 | kos_tom | felipec: I'm sorry, but we didn't had the time to review them. |
| 18:27.40 | felipec | so now I have patches for, new kdb package, gst fixes, gst improvements, new gst packages, and PREFERRED_LIB_FLAGS |
| 18:27.57 | felipec | and dsp-tools |
| 18:28.23 | kos_tom | and concerning the ti/gst stuff, it's still unclear to me whether we should merge your patches, the one of Pierre-Luc Simard, or both. |
| 18:28.28 | felipec | kos_tom: there's hardy anything to review :) just 'make install' |
| 18:30.23 | felipec | kos_tom: I took a look at his patches, not that it's his fault, but I think if you want to keep your sanity you should review mine first :) |
| 18:31.03 | felipec | I've taken the time to make them build nicely with just 'make install' |
| 18:31.10 | felipec | (on upstream) |
| 18:32.15 | felipec | but there's other stuff, like kdb, and gst improvements |
| 18:33.04 | kos_tom | felipec: yeah, I had a look at your patches, and obviously, they are ok. |
| 18:35.22 | felipec | kos_tom: cool, considering that, and the fact that tidspbridge is in mainline (staging), I think clearly these packages should go in |
| 18:35.39 | felipec | wether the codecengine ones should, I think that's a separate question |
| 18:37.59 | felipec | unless you don't want any, so I think the valid options are: none || gst-dsp || gst-dsp + gst-ti |
| 18:38.27 | gustavoz | kos_tom: seen your report, it's building with -Werror and paranoid, i've got a new package with the new version so no worries |
| 18:39.15 | kos_tom | gustavoz: ok, so I won't fill a bug report for the -Werror issue. But I've filled a bug report for the OpenSSL issue. |
| 18:39.33 | gustavoz | kos_tom: no problem i'll send it later, now it's time to go out some and some ice cream :) |
| 18:39.36 | kos_tom | felipec: I've acked your 6 patches. Now, let's hope that Jacmet will pick them up :) |
| 18:39.47 | kos_tom | gustavoz: aah, it's summer in argentina ! |
| 18:40.52 | felipec | Spring I guess, which equals European summer :) |
| 18:41.29 | felipec | kos_tom: ok, then I'm just going to send the one for make 3.82 |
| 19:06.43 | *** join/#uclibc doc2 (~Dieter@p54AF9FF3.dip0.t-ipconnect.de) |
| 19:19.07 | kos_tom | felipec: BTW, do you have any idea of the software stack needed to have OpenGL ES on OMAP3 ? It'd be great to have the needed packages in BR. |
| 19:23.41 | gustavoz | kos_tom: almost, and earlier than there :) would we prefer host-openssl or require openssl-dev headers on the host? i'd probably go with host- |
| 19:23.43 | felipec | kos_tom: nope, I just know the kernel module is open, but user-space is closed |
| 19:24.06 | kos_tom | gustavoz: we want to build host-openssl. |
| 19:24.08 | felipec | the kernel module can be found on the meego kernel repo |
| 19:24.25 | gustavoz | kos_tom: okie, IIRC bind may need it too |
| 19:24.44 | gustavoz | it's those pesky self-signed softwares when they build |
| 19:28.28 | gustavoz | kos_tom: got a webkit/midori fix in my repo to get them build without X (directfb) |
| 19:28.44 | kos_tom | gustavoz: ah, good, please submit |
| 19:33.28 | *** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa) |
| 19:41.50 | *** join/#uclibc cokebottles (~doug@2001:470:e87c:3:219:b9ff:fe75:6fd5) |
| 19:43.01 | cokebottles | hello uclibc |
| 19:43.26 | cokebottles | i'm using buildroot, and it's working ok for all packages except luasocket |
| 19:43.51 | dougmencken | cokebottles: you're lucky |
| 19:43.52 | cokebottles | it errors out saying no such file or directory just after wget downloads it |
| 19:44.21 | cokebottles | i realized it downloaded it into to root of buildroot (where i run make menuconfig from) |
| 19:44.28 | cokebottles | so i moved to the dl/ dir |
| 19:44.47 | cokebottles | then it complained about the output/build makefile not existing |
| 19:45.17 | cokebottles | so i extracted it, and moved it to ouput/build/luasocket-2.0.2 |
| 19:45.33 | cokebottles | it them attempted to compile; has anyone seen this issue before or know how to fix it? |
| 19:45.52 | cokebottles | dougmencken: lucky? what do you mean? |
| 19:46.09 | dougmencken | cokebottles: "ok for all packages execpt one" ;) |
| 19:46.31 | dougmencken | cokebottles: here's a lot of buildroot guys, wait for them |
| 19:47.42 | cokebottles | lol sorry, i meant the packages i selected, i guess it would be hard for others to know this |
| 19:47.59 | cokebottles | basically i'm just having a problem with the luasocket package |
| 19:49.07 | dougmencken | cokebottles: do you really need Lua network sockets support? |
| 19:51.49 | cokebottles | i don't need, i want it; i guess the issue isn't about the package, it's about buildroot misbehaving |
| 19:52.33 | cokebottles | btw, this is a default package included in buildroot 2010.08 |
| 19:58.39 | cokebottles | dougmencken: have you experienced any problems with the luasocket 2.0.2 package with buildroot? |
| 20:00.19 | dougmencken | cokebottles: I doubt I made it so deep :) I'm not buildroot user |
| 20:12.03 | cokebottles | dougmencken: i'm not that experienced either, it seems like a good build system though |
| 20:21.02 | dougmencken | segmentation fault: Program received signal SIGSEGV, Segmentation fault. 0x100105fc in __uClibc_main@plt () |
| 20:22.03 | dougmencken | it's with: ld -v --> GNU gold (GNU Binutils 2.20.51.20101105) 1.10 |
| 20:26.51 | dougmencken | with "normal" ld, not "gold", everything is okay |
| 20:28.08 | *** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa) |
| 20:28.38 | dougmencken | so it is definitely gold with uclibc problem |
| 20:38.16 | *** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu) |
| 21:02.25 | *** join/#uclibc risca (~risca@tappan-125-187.eduroam.liu.se) |
| 21:16.05 | *** join/#uclibc kos_tom (~thomas@c-76-119-232-137.hsd1.ma.comcast.net) |
| 21:16.17 | CIA-55 | 03farmatito 07master * r1586c7a92c9f 10busybox/loginutils/deluser.c: deluser: 2nd attempt at deluser/delgroup size reduction and improvements |
| 21:17.40 | CIA-55 | 03dvlasenk 07master * rf595d8ed46d6 10busybox/ (loginutils/deluser.c scripts/cleanup_printf2puts): typo fix |
| 21:23.34 | *** join/#uclibc risca (~risca@tappan-125-247.eduroam.liu.se) |
| 21:31.47 | *** join/#uclibc mirko (~daten@85.183.51.17) |
| 21:37.15 | felipec | what's the buildroot root pwd? |
| 21:39.14 | kos_tom | empty |
| 21:40.35 | felipec | kos_tom: I can't ssh in |
| 21:40.43 | kos_tom | felipec: did you know http://gitorious.org/omap-buildroot ? There doesn't seem to be any useful commit, though. |
| 21:40.53 | kos_tom | felipec: yeah, dropbear wants a non-empty password. |
| 21:44.14 | felipec | kos_tom: nope, I haven't seen it, but there's doesn't seem to be any special branch or anything |
| 21:44.24 | kos_tom | felipec: nope. |
| 21:46.37 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 21:53.10 | *** join/#uclibc ashes (~ashes@modemcable247.172-202-24.mc.videotron.ca) |
| 22:08.05 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 22:30.11 | y_morin | kos_tom: it seems it's not possible to detect // build in a Makefile. MAKEFLAGS does not contain the -j option... :-( |
| 22:38.43 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 22:44.48 | *** join/#uclibc trem (~trem@mol92-1-81-57-136-23.fbx.proxad.net) |
| 22:46.14 | kos_tom | y_morin: http://code.bulix.org/eq5ggi-78707?raw ? |
| 22:47.21 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |
| 22:48.36 | y_morin | kos_tom: does not work here for me: http://code.bulix.org/7ac7e8-78708 |
| 22:49.00 | kos_tom | which version of make ? |
| 22:49.19 | y_morin | kos_tom: 3.81 |
| 22:49.37 | kos_tom | ok, I have the same behaviour with $(info ...) |
| 22:50.44 | y_morin | kos_tom: I was trying not to do it in a rule, but detect it with wmthg like: ifeq $(filter blabla) etc... |
| 22:51.09 | kos_tom | y_morin: yep. |
| 22:52.03 | y_morin | kos_tom: seems we doomed to do a two-stage Makefile... |
| 22:52.53 | y_morin | *are doomed |
| 23:03.40 | *** join/#uclibc mirko (~daten@p5DDBA675.dip.t-dialin.net) |
| 23:14.51 | *** join/#uclibc y_morin_ (~ymorin@ARennes-256-1-92-239.w90-32.abo.wanadoo.fr) |
| 23:21.28 | *** join/#uclibc PortaLu (~LucretiaL@5ac95b35.bb.sky.com) |
| 23:25.23 | *** join/#uclibc LucretiaLaptop (~LucretiaL@5ac2a2b2.bb.sky.com) |
| 23:27.56 | *** join/#uclibc PortaLu (~LucretiaL@pdpc/supporter/active/lucretia) |
| 23:54.56 | *** join/#uclibc animeloe[net] (~animeloen@unaffiliated/animeloe) |