IRC log for #elinux on 20081029

00:30.08TimRiker~seen GPSFan
00:30.15ibotgpsfan is currently on #edev (11h 12m 18s) #nslu2-linux (11h 12m 18s) #elinux (11h 12m 18s). Has said a total of 1 messages. Is idling for 10h 13m 11s, last said: 'prpplague: g'day'.
00:31.11*** topic/#elinux by TimRiker -> Embedded Linux || http://eLinux.org/ || cross compile, uClibc, busybox, handhelds, post-sale linux installs ;-), etc.
01:56.37*** join/#elinux irotas (n=irotas@CPE00131042e14d-CM0018c0b37a44.cpe.net.cable.rogers.com)
01:58.34*** join/#elinux Xires (n=Xires@71-11-230-70.dhcp.ftwo.tx.charter.com)
02:16.14*** join/#elinux thraxisp (n=thraxisp@24.139.16.154)
02:52.17*** join/#elinux dijenerate (n=dijenera@72.51.93.241)
03:16.59*** join/#elinux flavioribeiro (n=flaviori@189.17.84.160)
03:35.12*** join/#elinux jerm^_ (n=chatzill@216.68.89.80)
04:17.51*** join/#elinux thraxisp (n=thraxisp@24.139.16.154)
05:18.52*** join/#elinux thraxisp (n=thraxisp@24.139.16.154)
07:26.14*** join/#elinux lyakh (n=lyakh@p57BD29C3.dip0.t-ipconnect.de)
07:58.38*** join/#elinux boris_OmegA (n=boris@194.51.141.172)
08:53.21*** join/#elinux zheng (n=zheng@210.51.34.202)
08:58.44*** join/#elinux Xires012 (n=Xires@71-11-230-70.dhcp.ftwo.tx.charter.com)
09:13.34*** join/#elinux lyakh (n=lyakh@p57BD29C3.dip0.t-ipconnect.de)
09:19.10*** join/#elinux Xires012 (n=Xires@71-11-230-70.dhcp.ftwo.tx.charter.com)
09:39.12*** join/#elinux Xires012 (n=Xires@71-11-230-70.dhcp.ftwo.tx.charter.com)
09:56.29*** join/#elinux Xires012 (n=Xires@71-11-230-70.dhcp.ftwo.tx.charter.com)
11:42.14*** join/#elinux linac (n=lin@222.47.225.168)
13:23.47*** join/#elinux prpplague (n=dave@mail.americanmicrosystems.com)
13:26.24*** join/#elinux thraxisp (n=thraxisp@century.precidia.com)
13:39.22*** join/#elinux Jacmet (n=peko@88.197.161.112)
13:39.40*** join/#elinux lautriv (n=virtual@213.221.88.243)
13:39.44lautrivhi
13:41.01lautrivis looking for hints regarding buildroot and device-mapper
13:42.09lautriveven when switching on support for large files in menuconfig, uclibc-menuconfg and/or busybox-menuconfig i get errors about lacking support for large files or undefinde fopen64
13:42.17lautrivanyone familiar with this?
13:43.23lautrivlast snapshot tried: 20081017. buildhost debian (32bit arch)  and gentoo (64bit and 32bit)
13:53.58Jacmetlautriv: what kind of errors are you seing exactly?
13:56.01*** join/#elinux GPSFan (n=kenm@64.92.145.112)
13:58.55lautrivwith large file support tuernod on in menuconfig, uclibc-menuconfig and busybox-menuconfig ...
13:59.18lautrivmany like this
13:59.20lautrivlibbb/lib.a(xfuncs.o): In function `close_on_exec_on':
13:59.20lautrivxfuncs.c:(.text.close_on_exec_on+0x6): undefined reference to `fcntl64'
13:59.20lautrivlibbb/lib.a(xfuncs.o): In function `ndelay_off':
13:59.20lautrivxfuncs.c:(.text.ndelay_off+0x7): undefined reference to `fcntl64'
13:59.22lautrivxfuncs.c:(.text.ndelay_off+0x13): undefined reference to `fcntl64'
13:59.24lautrivlibbb/lib.a(xfuncs.o): In function `ndelay_on':
13:59.27lautrivxfuncs.c:(.text.ndelay_on+0x7): undefined reference to `fcntl64'
14:00.23lautriv/usr/src/buildroot/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc ..... -o busybox_unstripped ....
14:02.36lautrivall syscalls regarding files seem to be missing theyr *64 counterparts
14:02.49lautrivfctnl64, readd64, open64, fstat64 ...
14:06.21Jacmetlautriv: moment, I'll enable dm and see if it builds here ..
14:07.12Jacmetlautriv: yes, it builds here fine
14:07.21lautriv-.-
14:07.30lautrivwhats your buildenvironment?
14:07.31Jacmetlautriv: could you do a completely clean rebuild and try again?
14:07.56Jacmetlautriv: pretty standard, debian 64bit, for ppc 603e
14:08.09Jacmetlautriv: with BR2_LARGEFILE=y
14:08.24lautrivok
14:09.06Jacmet<PROTECTED>
14:10.10Jacmetlautriv: please do a rm -rf *build_*; make
14:10.24Jacmetlautriv: and see if it then works
14:11.54lautrivyes. i am on my way
14:12.03lautrivtakes a while :)
14:13.43Jacmet;)
14:42.23*** join/#elinux pcgeil (n=steffen@p549E7671.dip.t-dialin.net)
14:44.49lautrivjacmet: soooo ... from a clean tree, it works.
14:45.09Jacmetlautriv: ok, great
14:45.39Jacmetlautriv: changing toolchain options such as largefile support without starting over with a clean tree isn't really a good thing to do
14:45.53lautrivif there was a build w/o LFS turned on even a make distclean helps. all build after that seem to fail (my first build always was w/o LFS on)
14:45.55Jacmetlautriv: buildroot could be more clever about it, but it currently isn't
14:46.50lautrivthe dependendies are quite complex ... this i do believe :)
14:46.55Jacmet;)
14:47.34lautrivso in the future i will almost always (when in doubt) turn on LOFS before doing a single buildrun :)
14:47.43lautriv"LOFS"? LFS!
14:48.00lautrivjacmet: thanks for the hint!
14:48.28Jacmetlautriv: you're welcome
15:36.25*** join/#elinux c-prime (n=c-prime@pool-71-188-173-116.aubnin.fios.verizon.net)
15:45.06*** join/#elinux TimRiker (n=timr@70-7-40-242.area7.spcsdns.net)
15:45.06*** mode/#elinux [+o TimRiker] by ChanServ
16:40.55*** join/#elinux HcE (i=egtvedt@egtvedt.no) [NETSPLIT VICTIM]
16:40.55*** join/#elinux file (n=file@asterisk/developer-and-muffin-lover/file) [NETSPLIT VICTIM]
16:40.55*** join/#elinux MonMotha (n=monmotha@72.86.127.225) [NETSPLIT VICTIM]
16:40.55*** mode/#elinux [+v file] by irc.freenode.net
17:10.35*** join/#elinux pcgeil (n=steffen@p549E7671.dip.t-dialin.net)
17:17.47*** join/#elinux pleemans (n=toi@d54C2AAB7.access.telenet.be)
17:25.26*** join/#elinux Dr_Who (n=tgall@gentoo/developer/dr-who)
18:34.11*** join/#elinux Dr_Who (n=tgall@gentoo/developer/dr-who)
20:10.06*** join/#elinux lyakh (n=lyakh@p57BD29C3.dip0.t-ipconnect.de)
20:35.28*** join/#elinux markl__ (n=mark@c-67-186-245-229.hsd1.ut.comcast.net)
20:37.54*** join/#elinux pleemans (n=toi@d54C2AAB7.access.telenet.be)
20:38.24*** join/#elinux likewise (n=chatzill@82-171-51-231.ip.telfort.nl)
23:27.40*** join/#elinux linac (n=lin@222.47.225.168)
23:30.52*** join/#elinux landley (n=landley@cpe-70-116-30-223.austin.res.rr.com)
23:44.00*** join/#elinux thraxisp (n=thraxisp@24.139.16.154)
23:53.46*** join/#elinux irotas (n=irotas@CPE00131042e14d-CM0018c0b37a44.cpe.net.cable.rogers.com)

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