irclog2html for #uclibc on 20100202

00:02.50CIA-4903vda.linux 07master * r4b061461d3f5 10busybox/networking/tftp.c: tftpd: fix file creation with bogus mode. Closes bug 1021.
00:02.50busybotCIA-49: https://bugs.uclibc.org/1021 min, P5, Busybox, mike.matera@xilinx.com->unassigned@busybox.net, NEW, pending, TFTPd fails to upload a file with *** invalid open64 call: O_CREAT without mode ***: tftpd terminated
02:53.14*** join/#uclibc ibot (ibot@rikers.org)
02:53.14*** topic/#uclibc is 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.git) | buildroot 2009.11 was released 1 December 2009 | For general setup issues try #elinux or #edevreminds me that
03:49.47*** join/#uclibc dileX_ (~sd@p5B2ED4F2.dip.t-dialin.net)
04:03.40*** join/#uclibc wbx (~wbx@e181235009.adsl.alicedsl.de)
06:36.24*** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu)
06:51.33*** join/#uclibc y_morin (~ymorin@ARennes-252-1-7-136.w83-195.abo.wanadoo.fr)
07:17.07*** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu)
07:48.22*** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu)
07:56.42*** join/#uclibc hw (~hw@p578b3905.dip0.t-ipconnect.de)
08:16.32*** join/#uclibc ncopa (~ncopa@245.39.189.109.customer.cdi.no)
08:19.09*** join/#uclibc WildPikachu (~nkukard@about/linux/staff/wildpikachu)
08:41.52*** part/#uclibc lekernel (~azerty0@ip-250.net-89-3-84.rev.numericable.fr)
08:55.12*** join/#uclibc amo-ej1 (~edb@62.58.98.250)
09:39.14CIA-4903rep.dot.nop 07master * r7fdca78a993e 10uClibc/extra/config/Makefile: lxdialog: remove objectfiles on clean
09:53.41ncopahi
09:53.53ncopaim trying to compile rpcbind against uclibc
09:54.22ncopai need to patch it slightly to avoid nss.h and some defines in rpcsvc/*.h
09:55.07ncopabut still i get: http://pastebin.com/d615998ac
10:33.19*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
10:51.31*** join/#uclibc matteo` (~matteo@93-32-43-196.ip31.fastwebnet.it)
10:51.32*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
11:46.25CIA-4903vda.linux 07master * rbb1dcc9aab5f 10busybox/ (6 files in 2 dirs): more thorough fix for systems with strange socklen_t
11:54.43CIA-4903vda.linux 07master * rbaad6d889da9 10busybox/util-linux/mkfs_ext2.c: mkfs_ext2: fix bad comment. no code changes
12:07.58*** join/#uclibc gustavoz (~gustavoz@host195.200-82-38.telecom.net.ar)
12:28.48*** join/#uclibc y_morin (~ymorin@freeway.rd.francetelecom.com)
13:28.44*** join/#uclibc gustavoz (~gustavoz@host195.200-82-38.telecom.net.ar)
13:53.22*** join/#uclibc Ulfalizer (~ulf@pat.se.opera.com)
13:57.10Ulfalizerdo i need to pass -static to the cross-compiling gcc, or is everything statically compiled by default?
13:58.44Ulfalizerand yeah, i could probably try and find out, but i thought i'd see if anyone'd mention something related i should be aware of at the same time ;)
14:03.38Ulfalizer*statically linked
14:17.25*** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa)
14:17.28*** join/#uclibc KaiForce (~chatzilla@adsl-70-228-89-235.dsl.akrnoh.ameritech.net)
14:21.55*** join/#uclibc sir_lewk (~jlg95@tux64-10.cs.drexel.edu)
14:27.59*** join/#uclibc sir_lewk (~jlg95@tux64-10.cs.drexel.edu)
14:43.57*** join/#uclibc wberrier (~wberrier@12.191.193.40)
14:47.35*** join/#uclibc blindvt` (~b@chello213047219050.surfer.at)
14:47.39*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
14:56.32Ulfalizerkinda embarassing question, but where in output/ do i find the gcc executable?
14:56.58solarfind output -name gcc
14:57.44gustavozin br? output/staging/usr/bin
14:58.38Ulfalizerah, i thought it would have a target-specific name, so i searched for '*gcc*' and ELF's and such
14:58.42Ulfalizerbleh..
14:59.24gustavozit'll be target dependent, yes, like for example arm-linux-uclibcgnueabi-gcc and so
15:00.29Ulfalizeroutput/staging/usr/i686-linux-uclibc/bin/gcc  seems to be it :)
15:00.53Ulfalizerperhaps it could be added to the instructions
15:01.57gustavozlike in docs/buildroot.html circa line 500?
15:02.07solarheh :)
15:06.08gustavozdon't use the arch-specific directory if you want to avoid a world of pain (eventually, maybe not if you're lucky)
15:07.03Ulfalizerperhaps i need glasses :/
15:20.11*** part/#uclibc amo-ej1 (~edb@62.58.98.250)
15:20.19*** join/#uclibc dougmencken (~Douglas@93.123.156.139)
15:29.07*** join/#uclibc dileX_ (~sd@p5B2ECA41.dip.t-dialin.net)
15:46.33*** join/#uclibc matteo` (~matteo@93-32-43-196.ip31.fastwebnet.it)
15:46.34*** join/#uclibc matteo` (~matteo@openwrt/developer/matteo)
15:52.28Ulfalizerif i compile  #include <stdio.h>  int main() { puts("test"); return 0; }  with -static and run it on my host system (i686, same as the target), it works fine. if i comment out the puts however, it segfaults. any idea what's going on?
16:18.13*** join/#uclibc Ulfalizer (~foo@h-88-48.A163.priv.bahnhof.se)
16:30.58*** join/#uclibc sjhill (~sjhill@home.bethel-hill.org)
16:41.14*** join/#uclibc matteo (~matteo@openwrt/developer/matteo)
17:11.11*** join/#uclibc tsukasa (~tsukasa@unaffiliated/tsukasa)
17:28.15*** join/#uclibc y_morin (~ymorin@ARennes-252-1-40-118.w83-195.abo.wanadoo.fr)
18:02.03*** join/#uclibc GulfLicensingSvc (~4858eb78@gateway/web/freenode/x-blkqfqqxvzznnjor)
18:02.07GulfLicensingSvcHello, my name is William Mellon, manager of Gulf Oil Limited Partnership, Inc.'s intellectual property dilution prevention department.
18:03.00GulfLicensingSvcDESISTING..............
18:03.04GulfLicensingSvcDESISTING..............
18:03.09*** part/#uclibc GulfLicensingSvc (~4858eb78@gateway/web/freenode/x-blkqfqqxvzznnjor)
18:03.24gnomonThat was interesting.
18:03.40blindvtit's spamming the whole network
18:09.19Mirell...resisting!
18:16.00busybot[New Bug] https://bugs.uclibc.org/1027 nor, P5, buildroot, buildroot@istwok.net->unassigned@buildroot.uclibc.org, NEW, pending, Busybox flqsh commands conflict with those from mtd-utils
18:35.19*** join/#uclibc kos_tom (~thomas@humanoidz.org)
18:45.24blindvtfreaking administrativa. one full hour wasted
18:45.49blindvtok, where did we leave? right. proto
19:00.42*** join/#uclibc PortaLu (~LucretiaL@5ac95b0c.bb.sky.com)
19:09.20CIA-4903rep.dot.nop 07master * r659507f84e0e 10busybox/scripts/bloat-o-meter: bloat-o-meter: teach it to handle aliases
19:18.54*** join/#uclibc austinf (~austinf@74.92.231.110)
20:26.07*** join/#uclibc trem (~trem@AToulouse-256-1-121-141.w90-45.abo.wanadoo.fr)
20:33.23*** join/#uclibc wberrier (~wberrier@12.191.193.40)
21:13.08*** join/#uclibc mnt_real (~sinan@bas1-montreal43-1177754708.dsl.bell.ca)
22:09.59CIA-4903vda.linux 07master * r779c35b7c4e4 10uClibc/libc/sysdeps/linux/common/ (bits/syscalls-common.h time.c times.c): time,times: stop interpreting negative return values ar errors
22:10.01CIA-4903vda.linux 07master * r1043d24e77f8 10uClibc/libc/ (misc/time/ftime.c sysdeps/linux/common/clock_gettime.c): remove two checks for gettimeofday error
22:21.47*** join/#uclibc Dj-Death (~djdeath@potipota.net)
22:44.05*** join/#uclibc kos_tom (~thomas@humanoidz.org)
23:14.01CIA-4903vda.linux 07master * rcca45baf8353 10uClibc/ (include/resolv.h libc/inet/resolv.c): /etc/resolv.conf: support "timeout:n" and "attempts:n" options

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.