| 01:00.10 | *** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu) |
| 01:02.27 | *** join/#uclibc animeloe (~animeloe@unaffiliated/animeloe) |
| 05:17.20 | *** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa) |
| 06:50.21 | *** join/#uclibc curious (curious@bwv190.internetdsl.tpnet.pl) |
| 09:47.25 | *** join/#uclibc trem (~trem@mol92-1-81-57-136-23.fbx.proxad.net) |
| 10:39.04 | *** join/#uclibc albech (~thomas@124.157.191.237) |
| 10:44.44 | albech | i am still having problems compiling iproute2.. anyone have an idea? http://gentoo.pastebin.ca/1787932 |
| 12:13.55 | blindvt | albech, looks like a bug in that package. Try not to apply that patch (whatever it may or may not be good for) or use busybox |
| 12:14.44 | albech | blindvt, the busybox version of ip/tc isnt sufficient for what i want to do :( |
| 12:15.58 | blindvt | albech, i can understand that tc is not sufficient (since i didn't finish it yet, IIRC), but what is missing from ip. I don't buy the ip argument unless you can tell me the exact thing you need from ip that busybox doesn't have. |
| 12:21.43 | albech | i will try to find out which command it is that wont work, but i am sure it is related to ip as well. Shorewall is creating a script that isnt compatible with the BB ip |
| 12:25.32 | CIA-49 | 03vda.linux 07master * rb741cd28d183 10busybox/util-linux/mount.c: whitespace fix |
| 12:25.43 | blindvt | albech, it would be nice if you could use the bb ip and run that command so i can see what's missing. Many thanks in advance. |
| 12:26.45 | albech | blindvt, i would love if the bb ip would work and i am sure the shorewall community would too.. it is a know problem there.. http://www.shorewall.net/shorewall_prerequisites.htm |
| 12:26.54 | albech | blindvt, let me check it out |
| 12:32.02 | blindvt | albech, and the iproute2 linking failure is something in iproute2 itself: it tries to link ss, but those symbols that you see aren't in "ss.o ssfilter.o". From a quick look all of them should come from iproute2 itself. |
| 12:32.45 | albech | so i should seek help elsewhere ;) |
| 12:33.03 | blindvt | albech, thing is that i suspect those prerequisites are old and IMO they are completely worthless since they don't tell me what functionality wasn't implemented in busybox' ip probably a long time ago |
| 12:33.43 | blindvt | albech, you don't need to seek any help, just add the objects that implement those functions to the objects making up ss |
| 12:34.10 | dougmencken | oh no, e2fsprogs require ftw.h; time to rebuild uclibc |
| 12:34.47 | blindvt | albech, and bug whoever provided that iproute2 package to have a look at your solution and eventually notify upstream if it's really a bug in upstream, which i somehow doubt in this case. |
| 12:41.56 | *** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa) |
| 12:43.10 | thomasez | seems like someone has done it. |
| 12:53.57 | CIA-49 | 03vda.linux 07master * r6aca76d4d770 10busybox/libbb/dump.c: hexdump: fix "hexdump nonexistent_file" handling |
| 13:39.37 | thomasez | * iproute2 requires a toolchain with IPv6 support |
| 13:39.43 | thomasez | Gawd I hate them for that. |
| 13:40.15 | impulze | lol |
| 13:40.16 | thomasez | it was possible to disable ipv6 before. |
| 13:40.33 | impulze | i find people disabling ipv6 weird |
| 13:40.47 | thomasez | it's about size. |
| 13:42.38 | thomasez | largefile and wchar is two other annoyances occuring more often though. |
| 13:43.04 | thomasez | Like, *dromroll* iptables! |
| 13:43.11 | thomasez | WHY? |
| 13:45.02 | impulze | well i fail to see why programmers shouldn't make use of everything they can to ease coding |
| 13:45.14 | *** join/#uclibc animeloe (~animeloe@unaffiliated/animeloe) |
| 13:46.42 | thomasez | ease? why is it easier? |
| 13:47.13 | thomasez | iptables does not need it, no idea what they use it for at all or if it's just lazyness. |
| 13:47.22 | thomasez | or ignorance. |
| 13:47.47 | impulze | whatever |
| 13:48.27 | thomasez | but if you can tell me why it eases development, I'd listen. |
| 14:31.14 | blindvt | iptables should nowadays support !ipv6 gracefully. If not, it's a bug, reopen http://bugzilla.netfilter.org/show_bug.cgi?id=569 or http://bugzilla.netfilter.org/show_bug.cgi?id=588 |
| 14:31.40 | blindvt | and if iproute2 suffers from the same then that's a bug too, obviously |
| 14:32.23 | blindvt | same game with IPv6 && !IPv4 of course. |
| 14:33.43 | blindvt | impulze, if i have, say, a router or a NAS that is IPv6 only then i'm no way willing to spend even 1 byte worth of disk- or ram space for IPv4 support |
| 14:51.49 | *** join/#uclibc kos_tom (~thomas@12-58-191-193.dhcp4.fosdem.net) |
| 15:05.39 | *** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa) |
| 15:30.24 | *** join/#uclibc kos_tom (~thomas@12-58-191-193.dhcp4.fosdem.net) |
| 16:12.14 | *** join/#uclibc mnt_real (~sinan@bas1-montreal43-1177754708.dsl.bell.ca) |
| 16:40.47 | khem | blindvt: morgen |
| 16:41.19 | khem | blindvt: Did you emulate ppc on x86 ? |
| 18:03.50 | *** join/#uclibc austinf (~austinf@75-92-1-28.war.clearwire-wmx.net) |
| 19:46.11 | *** join/#uclibc malloc (~malloc@2001:470:1f11:80b:216:3eff:fe55:f8b0) |
| 20:12.07 | CIA-49 | 03vda.linux 07master * r0cd445f4d1ff 10busybox/ (coreutils/chown.c libbb/copy_file.c): cosmetic fixes |
| 20:36.20 | *** join/#uclibc dougmencken (~Douglas@93.123.156.139) |
| 20:51.32 | CIA-49 | 03vda.linux 07master * rcb7edc26611f 10busybox/ (3 files in 3 dirs): adduser: copy /etc/skel to mew homes. +100 bytes |
| 21:02.37 | *** join/#uclibc dougmencken (~Douglas@93.123.156.139) |
| 21:05.31 | dougmencken | I'm in trouble: just rebuilt uClibc (the latest from 'nptl' branch) and got on chrooting -- "/bin/sh: '/lib/libc.so.0' library contains unsupported TLS", "/bin/sh: can't load library 'libc.so.0'" |
| 21:06.23 | dougmencken | binary incompatibility? and what to do now? rebuild anything? how to do it with old uClibc to link with the new one? |
| 21:15.17 | dougmencken | http://pastebin.com/m3fb21bb4 : "0x0000001e (FLAGS) STATIC_TLS" (previous version doesn't have that line in readelf -d output) |
| 21:39.21 | *** join/#uclibc austinf (~austinf@75-92-1-28.war.clearwire-wmx.net) |
| 21:48.50 | CIA-49 | 03vda.linux 07master * r5fb38491e3ef 10busybox/ (include/platform.h networking/dnsd.c): dnsd: fix one big-endian goof; add a TODO about RA bit |
| 22:06.15 | dougmencken | maybe I need to rebuild uclibc again with make USE_TLS=1? |
| 22:13.41 | dougmencken | the only source file with string "library contains unsupported TLS" I found is ./ldso/ldso/dl-elf.c |
| 22:14.18 | dougmencken | so uclibc complains "Yup, the user was an idiot and tried to sneak in a library with" on itself? |
| 22:45.23 | CIA-49 | 03vda.linux 07master * rb55d652400ce 10busybox/include/usage.h: dnsd: better usage text |
| 22:58.00 | busybot | [New Bug] https://bugs.uclibc.org/1051 nor, P3, buildroot, dandart@googlemail.com->unassigned@buildroot.uclibc.org, NEW, pending, Webkit doesn't compile (Linuxthreads new, x86) |
| 23:08.49 | *** join/#uclibc adb (~adb@144.85.45.157) |
| 23:20.45 | *** join/#uclibc Xires (~Xires@66-190-79-122.dhcp.dntn.tx.charter.com) |
| 23:22.45 | dougmencken | tried to build with UCLIBC_HAS_THREADS_NATIVE=y instead of LINUXTHREADS_OLD=y (cos I will have UCLIBC_HAS_TLS=y then) --> "make: *** No rule to make target `nptl_arch_headers', needed by `pregen'. Stop." |
| 23:25.05 | dougmencken | also, building with old linuxthreads and UCLIBC_EXTRA_CFLAGS="-DUSE_TLS=1" resulted in a lot of errors |
| 23:57.44 | dougmencken | building with old linuxthreads and UCLIBC_EXTRA_CFLAGS="-DUSE_TLS=0" is the same as building with extra flags "", and lib/libc.so.0 has "0x0000001e (FLAGS) STATIC_TLS" |
| 23:58.26 | *** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu) |