T2 IRC Log: 2009-10-05

This is the log as captured by an IRC bot in the channel. The statements are those of the individual people and might not neccessarily reflect the policy and legal rules as set forth by the T2 SDE Project.

« prev | next »

--- Log opened Mon Oct 05 00:00:43 2009
01:08 -!- synchris_ [n=synchris@adsl209-224.kln.forthnet.gr] has joined #t2
01:14 -!- synchris [n=synchris@pdpc/supporter/professional/synchris] has quit [Read error: 110 (Connection timed out)]
03:19 -!- synchris_ [n=synchris@pdpc/supporter/professional/synchris] has quit [Read error: 110 (Connection timed out)]
03:40 -!- synchris [n=synchris@adsl225-191.kln.forthnet.gr] has joined #t2
09:37 [Users #t2]
09:37 [@ChanServ ] [ koan ] [ mjungwirth] [ rxr ] [ TobiX]
09:37 [ CIA-38 ] [ koan_] [ mqueiros_ ] [ Stealth ]
09:37 [ fnordianslip] [ LMJ ] [ mtr ] [ synchris]
09:37 -!- Irssi: #t2: Total of 13 nicks [1 ops, 0 halfops, 0 voices, 12 normal]
09:53 < CIA-38> rene * r34382 /trunk/package/xorg/pixman/pixman.desc: * updated pixman (0.16.0 -> 0.16.2)
10:13 < CIA-38> rene * r34383 /trunk/package/develop/wvstreams/wvstreams.desc: * updated wvstreams (4.5.1 -> 4.6.1)
10:13 < CIA-38> rene * r34384 /trunk/package/textproc/iso-codes/iso-codes.desc: * updated iso-codes (3.10.3 -> 3.11)
10:14 < CIA-38> rene * r34385 /trunk/package/perl/perl-anyevent/perl-anyevent.desc: * updated perl-anyevent (5.112 -> 5.201)
10:14 < CIA-38> rene * r34386 /trunk/package/gnome2/gtkmm/gtkmm.desc: * updated gtkmm (2.18.1 -> 2.18.2)
10:24 -!- fnordianslip [n=fnoridan@94-30-69-47.xdsl.murphx.net] has quit []
10:30 < CIA-38> rene * r34387 /trunk/package/develop/proj/proj.desc: * updated proj (4.6.1 -> 4.7.0)
10:38 -!- Baldzius [n=aldas@87.198.133.94] has joined #t2
10:38 < Baldzius> moin
10:39 < rxr> moin bv
10:39 < rxr> moin Baldzius :-)
10:39 < Baldzius> hi rxr
10:39 < Baldzius> compiling xserver 1.7 here
10:39 < Baldzius> xorg-server
10:40 < rxr> nice
10:40 < rxr> thanks for all the janitorial ML patch care
10:42 < Baldzius> no problem, if you saw I asked for couple of acks
10:42 < Baldzius> as couldn't test them
10:42 < rxr> yeah
10:42 < rxr> no mips since some year so no idea for one of the acks
10:42 < Baldzius> that one was looking pretty fine
10:42 < rxr> though the grep on the arch_target should be converted to a simple [[ ... ]] in script match
10:42 < rxr> can do
10:43 < Baldzius> not sure about uclibc one
10:45 < rxr> untested: -v
10:45 < CIA-38> rene * r34388 /trunk/package/base/glibc32/glibc32.conf: * used in-place, in-shell matching for the new mips conditional in glibc32.conf
10:46 < Baldzius> someone will start screaming if something won't work anyway
10:47 < Baldzius> so if people send patches means that at least it works for them
10:47 < rxr> no idea for the uclibc one
10:47 < rxr> would need to review gcc and co for the details ...
10:48 < rxr> yeah
10:48 < rxr> we'll see when something breaks :-)
10:49 < Baldzius> i missed one more patch from the same guy
10:49 < Baldzius> get dietlibc to build on mips64
10:49 < Baldzius> could you review&apply that one also?
10:49 < Baldzius> August 25th dated
10:49 < rxr> I think that was a grave hack
10:49 < rxr> building for 32bit
10:50 < rxr> this would require real mips64 support in dietlibc I think
10:50 < Baldzius> so we should get something in back
10:50 < Baldzius> as now it's hanging there unanswered
10:50 < rxr> + [[ $archprefix == mips64-* ]] && dietarch='mips' && cpu='mips'
10:50 < rxr> + # divert mips64el into "mips el" code path
10:50 < rxr> + [[ $archprefix == mips64el* ]] && dietarch='mipsel' && cpu='mipsel'
10:50 < Baldzius> yep this one
10:50 < rxr> I'm not sure if that will produce working, or at least reliable working binaries
10:52 < Baldzius> and I missed another one: Patch to get the "file" package to build on a non T2 host
10:52 < Baldzius> I think I didn't go so far behind
10:54 < Baldzius> basically there's even more from him
10:54 < Baldzius> heh
10:54 < Baldzius> we really need to update them
10:54 < Baldzius> it's been a while
10:56 < Baldzius> patches for sash and coreutils can easily go in I'd say
11:04 < rxr> file package can be done better
11:05 < rxr> not this gcc version whatever fluff, just remove -Wextra with our wrappers
11:05 < rxr> commit sash
11:06 < Baldzius> ok
11:06 < Baldzius> coreutils doesn't look harmful
11:06 < rxr> coreutils also
11:06 < Baldzius> super
11:06 < Baldzius> will do
11:06 < rxr> yeah - was just scrolling over the mails :-)
11:07 < Baldzius> so file and dietlibc left
11:07 < Baldzius> I'd say we can't leave them behind
11:08 < Baldzius> we should mention a reason if we are not pushing them in
11:09 < rxr> with file you mean the Wextra thing?
11:10 < Baldzius> yeah
11:11 < rxr> ok - I test a better, simplier fix
11:11 < Baldzius> super
11:12 < rxr> dietlibc is not a real fix and I have my doubts it will produce good executables, if at all
11:12 < rxr> (imagin linking 64bit app code with the then 32bit libc ...
11:12 < rxr> )
11:12 < rxr> there should be real support added to dietlibc
11:12 < rxr> and in the meantime dietlibc marked -mips64 and system being built without it
11:14 < Baldzius> ic
11:14 < Baldzius> makes sense
11:17 < CIA-38> rene * r34389 /trunk/package/base/file/file.conf: * remove -Wextra during the toolchain build of file
11:28 -!- mjungwirth [n=mjungwir@213.174.234.68] has quit [Remote closed the connection]
11:52 -!- fnordianslip [n=fnoridan@212.183.140.19] has joined #t2
12:00 -!- mjungwirth [n=mjungwir@213.174.234.68] has joined #t2
13:01 -!- synchris [n=synchris@pdpc/supporter/professional/synchris] has quit [Remote closed the connection]
13:01 < CIA-38> aldas * r34390 /trunk/package/shells/sash/sash.conf:
13:01 < CIA-38> Jan Rovins :
13:01 < CIA-38> * fixed sash's multilib linking on mips64
13:04 < CIA-38> aldas * r34391 /trunk/package/base/coreutils/coreutils.conf:
13:04 < CIA-38> Jan Rovins :
13:04 < CIA-38> * df (coreutils) program missing from file system on x86 cross build
13:12 -!- michael-i [n=michael-@141.41.40.153] has joined #t2
13:44 -!- mpp [n=mpp@2a01:48:251:107:203:dff:fe13:6c9e] has joined #t2
15:09 -!- Xor_ [n=oscar@80.38.62.11] has joined #t2
15:09 < Xor_> hi all!
15:12 < Xor_> building base/automake I get this error: configure error: The installed version of autoconf does not work in. In stage 0 system host t2-SDE 7.0-stable x86
15:14 < Xor_> target: Generic Embedded
15:15 < Baldzius> hi Xor_
15:15 < Baldzius> maybe you should give shot for trunk
15:15 < Baldzius> version 7 is *way old
15:17 < Xor_> any known problems with version 7? is trunk stable?
15:28 < rxr> both should be quite fine
15:32 < Xor_> with version 7.0 i have a lot of problems, at the moment i haven't could build any target. I go two weeks trying it. First with ubuntu, now with T2-SDE installed as system host.
15:35 < Xor_> But I dont give up. I'll continue trying it !!
15:36 < rxr> did not hear about too many problems
15:36 < rxr> as you have problems, better use trunk, where we are more motivated to adaopt to esoteric host systems or build configurations
15:39 < Xor_> now im trying with trunk, and get ANOTHER error!!, Building base/linux header, Can't locate strict.pm ...
15:39 < Xor_> arrrg
15:39 < Xor_> strict pm... is something about perl ...
15:48 < Baldzius> linux header, Can't locate strict.pm ?
15:48 < Baldzius> looks weird
15:48 -!- michael-i [n=michael-@141.41.40.153] has quit []
15:48 < Xor_> how can I install strict.pm with T2 System Configuration ? in which package is?
15:49 < rxr> Baldzius: maybe the last t2 7.0 iso with perl missing some files
15:49 < Baldzius> Xor_ , go to http://www.t2-project.org/packages/
15:49 < rxr> Xor_: I wrote some times the days weeks already: just Emerge perl into the running system
15:49 < Baldzius> in type what ever you are looking for in search field
15:50 < Baldzius> it will give that it's perl-anyevent
15:51 < Baldzius> rxr: I wouldn't blame 7.0 iso
15:51 < Xor_> how i emerge perl in the running system? with mine?
15:51 < rxr> Known issues with the current T2-7.0-rc2-minimal: http://t2-project.org/zine/3/
15:51 < rxr> search for perl
15:51 < Xor_> ok
15:54 < Baldzius> c. run the ./scripts/Emerge-pkg script ?
16:05 < Xor_> i wrote "./scripts/Emerge-pkg -cfg myconf perl" <-- seams it is running well, but till running, im waiting for the results.
16:20 -!- B-2 [i=stealth@sourcemage/guru/stealth] has joined #t2
16:21 < rxr> hi stealth
16:23 -!- Stealth [i=stealth@sourcemage/guru/stealth] has quit [Read error: 92 (Protocol not available)]
16:23 -!- B-2 is now known as Stealth
16:24 < Stealth> hey rxr
16:33 -!- fnordianslip_ [n=fnoridan@212.183.134.130] has joined #t2
16:34 -!- Baldzius [n=aldas@87.198.133.94] has quit [Remote closed the connection]
16:38 -!- fnordianslip [n=fnoridan@212.183.140.19] has quit [Read error: 110 (Connection timed out)]
16:38 -!- fnordianslip_ is now known as fnordianslip
16:39 -!- T-One [n=T-One@62.218.122.66] has joined #t2
17:09 [Users #t2]
17:09 [@ChanServ ] [ koan ] [ mjungwirth] [ mtr ] [ T-One]
17:09 [ CIA-38 ] [ koan_] [ mpp ] [ rxr ] [ TobiX]
17:09 [ fnordianslip] [ LMJ ] [ mqueiros_ ] [ Stealth] [ Xor_ ]
17:09 -!- Irssi: #t2: Total of 15 nicks [1 ops, 0 halfops, 0 voices, 14 normal]
17:11 -!- synchris [n=synchris@adsl225-191.kln.forthnet.gr] has joined #t2
17:36 < Xor_> building shells/bash error: mbutil no such file or directory !!! :'(
17:40 < Xor_> in which package is mbutil???
17:41 < rxr> I think that is rather a bash package error from the original authors
17:41 < rxr> do you build with uclibc ?
17:41 < Xor_> yes
17:43 < Xor_> im installed embutils with Emerge script, and now builds fine
17:55 < Xor_> in network/gatling: gatling.c:1561 error: expected ';' before 'i' ... and lot of errors similar to this
18:00 < Xor_> i don't need "gatling" at all ! take it out
18:33 < rxr> yep
19:19 -!- fnordianslip [n=fnoridan@212.183.134.130] has quit [Read error: 110 (Connection timed out)]
19:35 -!- fnordianslip [n=fnoridan@94-30-69-47.xdsl.murphx.net] has joined #t2
--- Log closed Tue Oct 06 00:00:43 2009