T2 IRC Log: 2009-02-20

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 Fri Feb 20 00:00:13 2009
00:33 -!- digitaloktay [n=debian@dslb-084-057-250-143.pools.arcor-ip.net] has quit ["Verlassend"]
03:33 -!- synchris_odium [n=synchris@athedsl-205496.home.otenet.gr] has joined #t2
03:35 -!- synchris [n=synchris@athedsl-200709.home.otenet.gr] has quit [Read error: 60 (Operation timed out)]
08:30 -!- Stealth [i=stealth@sourcemage/guru/stealth] has quit [Read error: 110 (Connection timed out)]
09:21 -!- mpp [n=mpp@fulda025.server4you.de] has joined #t2
09:21 < mpp> moinsen
09:33 -!- Stealth [i=stealth@sourcemage/guru/stealth] has joined #t2
09:35 < rxr> moin
09:52 < CIA-23> rene * r32378 /trunk/package/develop/vtoo/ (. vtoo.cache vtoo.conf vtoo.desc): * added vtoo (0.83) - A terminal I/O library similar in some respects to curses
09:52 < rxr> http://www.linuxscrew.com/2007/10/01/sexy-wallpapers-for-ubuntu-linux/
09:53 < rxr> ^- "sexy" ubuntu wallpapers, interestingly directly with Google Adwords to Playboy, Maxim, and Penthouse :-)))
10:01 < CIA-23> rene * r32379 /trunk/package/audio/faad/ (faad.desc libtool-fix.patch): * updated faad (2.6.1 -> 2.7)
10:08 < CIA-23> rene * r32380 /trunk/package/audio/faac/faac.desc:
10:08 < CIA-23> * updated faac (1.26 -> 1.28), fixed License tag from GPL to LGPL as
10:08 < CIA-23> listed on the upstream project site
10:09 < mpp> bbl
10:09 -!- mpp [n=mpp@fulda025.server4you.de] has quit ["ChatZilla 0.9.84 [Firefox 3.0.5/2008120121]"]
10:22 < CIA-23> rene * r32381 /trunk/package/multimedia/mlt/mlt.desc: * updated mlt (0.3.0 -> 0.3.6)
10:22 < CIA-23> rene * r32383 /trunk/package/games/gnugo/gnugo.desc: * updated gnugo (3.6 -> 3.8)
10:22 < CIA-23> rene * r32382 /trunk/package/audio/mpd/mpd.desc: * updated mpd (0.14.1 -> 0.14.2)
10:25 -!- tri1 [n=tri@p4FCF200F.dip0.t-ipconnect.de] has joined #t2
10:26 < CIA-23> rene * r32384 /trunk/package/lua/tolua++/tolua++.desc: * updated tolua++ (1.0.92 -> 1.0.93)
10:26 < CIA-23> rene * r32385 /trunk/package/base/tmux/tmux.desc: * updated tmux (0.5 -> 0.7)
10:28 -!- mpp [n=mpp@fulda025.server4you.de] has joined #t2
10:37 -!- synchris_odium is now known as synchris
10:48 -!- mpp [n=mpp@fulda025.server4you.de] has quit [Remote closed the connection]
11:44 -!- michael-i [n=michael-@141.41.40.103] has joined #t2
11:53 < michael-i> Hello all. I'm getting a "configure: error: cannot guess build type; you must specify one" error. It also recommends I update my config.guess and .sub files (what I have is from 2006-03-13)
11:54 < michael-i> Should I update those files by hand or should I update a system package instead? Also, I tried specifying a host and build type via my .conf file with: var_append extraconfopt ' ' '--host=bfin-t2-linux-uclibc --build=i686-linux' but the compile is still not happy
11:54 < michael-i> So glad it's friday!
11:55 < rxr> :-) welcoem to friday.
11:55 < rxr> what package is that ?
11:55 < rxr> I think we had auto fixing for such problems
11:55 < michael-i> asterisk
11:55 < rxr> but balzius also pointed me to some package that failed that way just some days ago
11:56 < rxr> http://t2-project.org/irclogs/t2-2009-02-17.html
11:57 < rxr> 17:20 < Baldzius> btw do you have any idea how to fix rsynth?
11:57 < rxr> 17:20 < rxr> checking build system type... Invalid configuration `i686-t2-linux-gnu': machine `i686-t2-linux' not recognized
11:57 < rxr> you can try updating the files, maybe it just works then
11:57 < rxr> or just patch bfin into them instead of a monster replacement
11:57 * rxr off for lunch in a sec
11:59 < michael-i> alrighty, thanks
12:12 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has joined #t2
12:16 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has quit [Client Quit]
12:27 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has joined #t2
12:31 -!- tri1 [n=tri@p4FCF200F.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)]
13:37 < michael-i> I'm trying to automate copying those files into the build directory. My test hook implementation doesn't seem to be executing: asterisk_preconf() { touch /tmp/blahblah }
13:41 < rxr> you have a hook_add preconf 5 asterisk_preconf # line of code?
13:42 < michael-i> now I do... ;) thanks!
13:42 < michael-i> is the 5 a build-order?
13:44 < michael-i> nevermind....finally found the right section here in the manual
13:45 -!- digitaloktay [n=debian@dslb-084-057-250-143.pools.arcor-ip.net] has joined #t2
13:46 -!- digitaloktay [n=debian@dslb-084-057-250-143.pools.arcor-ip.net] has quit [Read error: 54 (Connection reset by peer)]
13:46 -!- digitaloktay [n=debian@dslb-084-057-250-143.pools.arcor-ip.net] has joined #t2
14:05 < rxr> michael-i: priority, only relevant if you have really many hooks for a given package
14:06 < michael-i> rxr, ok gotcha
14:15 < rxr> (of course you do not need to invoke function you can use code directly in hook_add"
14:15 < rxr> hook_add preconf 5 "cp whatever somewhere"
14:23 -!- RayMan72 [n=radjis@ip245-128-173-82.adsl2.static.versatel.nl] has joined #t2
14:34 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has left #t2 []
14:37 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has joined #t2
14:43 < CIA-23> rene * r32386 /trunk/package/graphic/cuneiform/cuneiform.desc: * updated cuneiform (0.5 -> 0.6)
14:49 < CIA-23> rene * r32387 /trunk/package/python/python-lxml/python-lxml.desc: * updated python-lxml (2.1.3 -> 2.1.5)
15:23 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has quit ["Leaving."]
15:54 < michael-i> weekend! more patches written, more testing needed. See you on monday again.
15:55 -!- michael-i [n=michael-@141.41.40.103] has quit []
16:07 < rxr> http://rene.rebe.name/2009-02-20/how-appkits-nsattributedstringnsstringdrawing-draws-the-strings-glyphs/
16:07 < rxr> http://www.t2-project.org/packages/cuneiform.html
16:13 < Skaperen> g/m
16:14 < rxr> Skaperen: ?
16:14 < Skaperen> good morning? guten morgen?
16:14 < rxr> ah - cool!
16:14 < rxr> welcome back
16:15 < Skaperen> g/m <-- works for a few languages
16:15 * Skaperen notes that "rgb" works for colors in most of the same languages
16:16 < Skaperen> now that I got all my files re-arranged in my archives and made a lot of room to work in, I can actually start to do something with t2
16:17 < Skaperen> my computer is physically full ... I cannot get any more hard drives in it ... 5 drives of 750GB each
16:23 -!- mqueiros [n=mqueiros@217.70.71.123] has joined #t2
16:23 < Skaperen> so I had to clean out the redundancy (move it to external backup disks) and shuffle some data around
16:23 < Skaperen> did about 12 TB of data moving over the past couple weeks
16:25 < rxr> :-)
16:25 < rxr> to your private tabe archive robot ?
16:27 < Skaperen> no ... to a set of 8 external hard drives
16:27 * Skaperen no longer uses tape
16:28 < Skaperen> but I could probably get t2 squeezed onto a USB flash stick
16:57 * Skaperen needs to find a power strip with surge protection and schuko outlets
17:01 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has joined #t2
17:11 -!- RayMan72 [n=radjis@ip245-128-173-82.adsl2.static.versatel.nl] has quit ["i've to Leave"]
17:45 < CIA-23> rene * r32388 /trunk/package/x11/cairo/ (cairo.desc dolt-older-shell.patch): * updated cairo (1.8.2 -> 1.8.6)
18:58 -!- tri [n=tri@p4FCF03EF.dip0.t-ipconnect.de] has quit ["Leaving."]
21:03 < Skaperen> I think I may have asked this before, but don't remember the answer ... what language is used to create the T2 Handbook?
21:43 < mqueiros> Skaperen: I think the handbook as been written using Docbook
23:03 < koan> indeed
23:55 -!- digitaloktay [n=debian@dslb-084-057-250-143.pools.arcor-ip.net] has quit ["Verlassend"]
--- Log closed Sat Feb 21 00:00:13 2009