--- Log opened Thu Sep 03 00:00:05 2009 06:00 -!- mpp [n=mpp@2a01:48:251:107:203:dff:fe13:6c9e] has joined #t2 06:01 < mpp> moinsen 06:39 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: mqueiros_, @ChanServ, LMJ, CIA-69, koan 06:41 -!- ChanServ [ChanServ@services.] has joined #t2 06:41 -!- koan [n=koan@unaffiliated/koan] has joined #t2 06:41 -!- ServerMode/#t2 [+o ChanServ] by irc.freenode.net 06:42 -!- LMJ [n=serwou@laf31-4-82-236-42-164.fbx.proxad.net] has joined #t2 06:42 -!- CIA-69 [n=CIA@208.69.182.149] has joined #t2 06:42 -!- mqueiros_ [n=mqueiros@217.70.75.151] has joined #t2 07:49 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: mqueiros_, LMJ, CIA-69 07:52 -!- koan_ [n=koan@unaffiliated/koan] has joined #t2 07:52 -!- Netsplit over, joins: mqueiros_, LMJ, CIA-69 07:53 -!- koan [n=koan@unaffiliated/koan] has quit [Read error: 104 (Connection reset by peer)] 08:12 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: LMJ, CIA-69 08:13 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: mqueiros_ 08:26 -!- Netsplit over, joins: mqueiros_, LMJ, CIA-69 08:27 -!- koan_ [n=koan@unaffiliated/koan] has quit [Read error: 111 (Connection refused)] 08:32 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: mqueiros_, LMJ, CIA-69 08:39 -!- Netsplit over, joins: mqueiros_ 08:39 -!- Netsplit over, joins: LMJ, CIA-69 08:40 -!- koan [n=koan@unaffiliated/koan] has joined #t2 08:58 < mjungwirth> in what package are the ping executeable? 09:12 < jncneo> mjungwirth: as i remember it sould be iputils 09:19 < rxr> mjungwirth: you should be able to use the t2 site search 09:19 < rxr> the t2 packages web listings include the file-lists 09:19 < rxr> http://t2-project.org/search/?cx=010888532094808064914%3Aq0bx6ixm8lk&cof=FORID%3A11&ie=UTF-8&q=ping 09:19 < rxr> we have multiple anyway 09:20 < rxr> netkit-base, or busybox (I guess), probably embutils either 09:20 < rxr> and some "ueber advanced" ones 09:20 < rxr> fping et al. 09:22 < jncneo> rxr: during compile i've got an error: chroot: cannot run command `bin/bash': No such file or directory 09:22 < jncneo> does it mean that there is no bin/bash inside of sandbox? 09:32 < rxr> it might mean the executable not not be started by the kernel 09:33 < rxr> either another architecture (ppc on x86 or the like or vice versa) or just libraries missing 09:33 < rxr> of dynamic linked executables 09:38 < jncneo> i don't use cross-compile... 09:42 < jncneo> libraries missing? is there some way to check it? 09:44 < rxr> ldd 09:44 < rxr> chroot ldd bin/bash in the sandbox root should tell 09:45 < jncneo> t2-build:~/t2-trunk# chroot build/default-8.0-trunk-asterisk-x86-geodelx-linux/ 09:45 < jncneo> chroot: cannot run command `/bin/bash': No such file or directory 09:45 < jncneo> i've got this trying to chroot... 09:48 < rxr> not chroot 09:48 < rxr> # chroot . ldd bin/bash 09:49 < rxr> as I wrote above 09:49 < jncneo> ah, ok... 09:49 < jncneo> t2-build:~/t2-trunk# chroot . ldd bin/bash 09:49 < jncneo> chroot: cannot run command `ldd': No such file or director 09:54 < rxr> you buidl with uclibc? 09:54 < rxr> maybe uclibc lacks ldd, strange 09:54 < jncneo> yes, i'm using uclibc... 09:55 < rxr> should probably build a uclibc test myself ... 09:55 < rxr> to fix things and avoid your frustration 09:55 < jncneo> i'm using my own build based on embedded minimal... 09:56 < rxr> yeah - still to help tracking things 09:56 < rxr> does your build include bash ? 09:56 < jncneo> it includes coreutils... 09:56 < rxr> coreutils has no bash 09:56 < rxr> bash is it's own package 09:56 < jncneo> ah.. now i see 09:56 < jncneo> i'll add it 09:56 < rxr> heh :-) 09:57 < rxr> some things can be so easy :-))) 09:57 < jncneo> yes :) 09:57 -!- csiadmin [n=csiadmin@81.144.152.52] has joined #t2 09:57 < csiadmin> morning all 09:58 < rxr> moin mon 09:58 [Users #t2] 09:58 [@ChanServ] [ jncneo] [ mjungwirth] [ mtr ] [ Stealth] 09:58 [ CIA-69 ] [ koan ] [ mpp ] [ oliv`] [ T-One ] 09:58 [ csiadmin] [ LMJ ] [ mqueiros_ ] [ rxr ] [ TobiX ] 09:58 -!- Irssi: #t2: Total of 15 nicks [1 ops, 0 halfops, 0 voices, 14 normal] 10:02 < jncneo> i've compiled bash... now i have next problem :( 10:03 < jncneo> t2-build:~/t2-trunk# ./scripts/Build-Target 10:03 < jncneo> ./scripts/Build-Pkg: line 20: date: command not found 10:03 < jncneo> scripts/parse-config: line 33: grep: command not found 10:03 < jncneo> scripts/parse-config: line 33: grep: command not found 10:03 < jncneo> ./scripts/Build-Tools: line 38: mkdir: command not found 10:03 < jncneo> ./scripts/Build-Tools: line 39: mkdir: command not found 10:03 < jncneo> ./scripts/Build-Tools: line 40: mkdir: command not found 10:03 < jncneo> ./scripts/Build-Tools: line 41: mkdir: command not found 10:03 < rxr> yeah - just add some more packages that contain them 10:03 < rxr> the t2 website search can help you locate them 10:04 < jncneo> ok, thanks 10:09 < CIA-69> rene * r34128 /trunk/package/graphic/scribus/scribus.desc: * updated scribus (1.3.5.0 -> 1.3.5.1) 10:09 < CIA-69> rene * r34130 /trunk/package/network/dnsmasq/ (dnsmasq.conf dnsmasq.desc): * updated dnsmasq (2.49 -> 2.50) 10:09 < CIA-69> rene * r34129 /trunk/package/network/duplicity/duplicity.desc: * updated duplicity (0.6.04 -> 0.6.05) 10:10 < CIA-69> rene * r34131 /trunk/package/games/freeciv/freeciv.desc: * updated freeciv (2.1.6 -> 2.1.9) 10:10 < CIA-69> rene * r34132 /trunk/package/scientific/r/r.desc: * updated r (2.9.1 -> 2.9.2) 10:10 < CIA-69> rene * r34133 /trunk/package/develop/libsigc++/libsigc++.desc: * updated libsigc++ (2.2.4.1 -> 2.2.4.2) 10:11 < mpp> hey csiadmin :-) 10:12 < csiadmin> hey mpp :-) 10:12 < csiadmin> hope you're good. 10:13 < mpp> well i lack a bit of sleep today 10:13 < mpp> but otherwise everythings just fine 10:14 < mpp> so how is you boot cd project doing ? 10:16 < rxr> sleep? who needs sleep 10:16 * rxr grabs a fresh new coffe 10:51 < CIA-69> rene * r34134 /trunk/package/emulators/wine/wine.desc: * updated wine (1.1.27 -> 1.1.28) 10:51 < CIA-69> rene * r34135 /trunk/package/xorg/xf86-video-geode/xf86-video-geode.desc: * updated xf86-video-geode (2.11.4 -> 2.11.4.1) 11:01 < csiadmin> sorry mpp: afk 11:02 < csiadmin> still no progress but I think I understand what's happening (maybe) - kernel is decompressing and loading but without a driver/module for the /dev/sr0 itself 11:22 -!- jncneo [n=alex@91.195.10.75] has quit [Read error: 113 (No route to host)] 11:42 -!- mpp is now known as mpp_afk 12:06 -!- B-2 [n=stealth@gw.promodev.ru] has joined #t2 12:07 -!- B-2 [n=stealth@gw.promodev.ru] has quit [Client Quit] 12:15 -!- jncneo [n=alex@91.195.10.75] has joined #t2 12:21 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: oliv`, mqueiros_, @ChanServ, T-One, LMJ, CIA-69, koan, mpp_afk, csiadmin, TobiX, (+4 more, use /NETSPLIT to show all of them) 12:27 -!- Netsplit over, joins: @ChanServ, csiadmin, koan, CIA-69, LMJ, mqueiros_, oliv`, mjungwirth, mpp_afk, jncneo (+3 more) 12:28 -!- Netsplit over, joins: Stealth 12:47 < jncneo> rxr: i've just tryed to build metarget from the beginning. bash package is included. but i still have error: "chroot: cannot run command `bin/bash': No such file or directory " 13:05 -!- mpp_afk is now known as mpp 13:11 < mpp> bye bye 13:11 -!- mpp [n=mpp@2a01:48:251:107:203:dff:fe13:6c9e] has quit ["Verlassend"] 13:13 < jncneo> but after adding bash manually it continues building... 13:13 < jncneo> but with coreutils i have another problem.... :( 13:14 < jncneo> this warning after building every binary: 13:14 < jncneo> close-stream.c:(.text+0xe): warning: This version of __fpending returns bytes remaining in buffer for both narrow and wide streams. glibc's version returns wide chars in buffer for the wide stream case. 13:14 < jncneo> and this error: 13:14 < jncneo> make[2]: Entering directory `/root/t2-trunk/src.coreutils.default.20090903.140617.15726.t2-build/coreutils-7.5/man' 13:14 < jncneo> GEN seq.1 13:14 < jncneo> help2man: can't get `--help' info from seq.td/seq 13:14 < jncneo> make[2]: *** [seq.1] Error 127 15:18 < CIA-69> rene * r34136 /trunk/package/gnome2/f-spot/f-spot.desc: * updated f-spot (0.6.1.0 -> 0.6.1.1) 15:18 -!- csiadmin [n=csiadmin@81.144.152.52] has left #t2 [] 15:18 < CIA-69> rene * r34137 /trunk/package/graphic/dcraw/dcraw.desc: * updated dcraw (8.96 -> 8.97) 15:44 < CIA-69> aldas * r34138 /trunk/package/database/mysql/mysql.desc: * updated mysql (5.1.37 -> 5.1.38) 16:07 -!- the_rainbow [n=aaa@41.104.67.139] has joined #t2 16:40 < jncneo> i still have no guess what could be a problem... i've serched irc log but didn't found a solution... :( 16:51 -!- csiadmin [n=csiadmin@81.144.152.52] has joined #t2 17:11 < CIA-69> rene * r34139 /trunk/package/graphic/libraw/libraw.desc: * updated libraw (0.8.0 -> 0.8.1) 19:27 < the_rainbow> I've just sent a patch to t2 mailing list 19:27 < the_rainbow> that makes it possible to build ntp with glibc2.10.1 20:03 -!- csiadmin [n=csiadmin@81.144.152.52] has quit [Read error: 110 (Connection timed out)] 20:09 < rxr> jikes 20:09 < rxr> have to go all the list traffic, patches and report 20:09 < rxr> I'm so overworked, damnit 20:09 < rxr> but holiday next week :-) 20:10 < rxr> good night good fight - cu then 20:32 -!- the_rainbow [n=aaa@41.104.67.139] has quit [Read error: 110 (Connection timed out)] 23:51 -!- the_rainbow [n=aaa@41.104.67.139] has joined #t2 --- Log closed Fri Sep 04 00:00:05 2009