T2 IRC Log: 2010-01-25

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 Jan 25 00:00:21 2010
01:57 -!- digitaloktay [n=pardus@dslb-084-056-215-104.pools.arcor-ip.net] has quit ["Bin mo weg longer............ /exit hilft bei Kopfschmerzen oder hängt ein paar Poster von Merkel auf :)))"]
02:17 -!- digitaloktay [n=pardus@dslb-084-056-215-104.pools.arcor-ip.net] has joined #t2
03:26 -!- digitaloktay [n=pardus@dslb-084-056-215-104.pools.arcor-ip.net] has quit ["Bin mo weg longer............ /exit hilft bei Kopfschmerzen oder hängt ein paar Poster von Merkel auf :)))"]
08:23 -!- mj-firm-win [n=mj-firm-@213.174.234.68] has joined #t2
08:23 < mj-firm-win> moin
09:25 < rxr> moin
09:36 < rxr> http://t2-project.org/packages/llvm-lua.html
09:37 < CIA-21> rene * r35390 /trunk/package/base/pciutils/pciutils.desc: * updated pciutils (3.1.4 -> 3.1.6)
09:38 < CIA-21> rene * r35391 /trunk/package/perl/perl-event-execflow/perl-event-execflow.desc: * updated perl-event-execflow (0.63 -> 0.64)
09:49 < CIA-21> rene * r35392 /trunk/package/emulators/wine/wine.desc: * updated wine (1.1.36 -> 1.1.37)
09:53 < CIA-21> rene * r35393 /trunk/package/archiver/libzip/libzip.desc: * updated libzip (0.9 -> 0.9.1)
09:53 < CIA-21> rene * r35394 /trunk/package/perl/perl-spreadsheet-write-excel/perl-spreadsheet-write-excel.desc: * updated perl-spreadsheet-write-excel (2.34 -> 2.36)
10:45 -!- Baldzius [n=aldas@87-198-133-94.ptr.magnet.ie] has joined #t2
10:45 < Baldzius> moin
10:53 < rxr> moin Baldzius
10:53 < rxr> ordered hew AMD CPU + components last saturday
10:53 < Baldzius> hi rxr
10:53 < rxr> board already pre-ordered longer, hope it arrives this week
10:57 < Baldzius> so it's opteron, no?
11:11 < rxr> phenom II X4
11:12 < Baldzius> and board is only single cpu?
11:20 < rxr> yes, for initial AMD performance evaluation
12:59 -!- LMJ [n=serwou@laf31-4-82-236-42-164.fbx.proxad.net] has quit [Read error: 60 (Operation timed out)]
13:13 -!- LMJ [n=serwou@laf31-4-82-236-42-164.fbx.proxad.net] has joined #t2
14:01 -!- digitaloktay [n=pardus@dslb-084-056-241-064.pools.arcor-ip.net] has joined #t2
15:18 < mj-firm-win> rxr here ?
15:18 < rxr> yep
15:19 -!- mj-firm-win is now known as mjungwirth2
15:19 < mjungwirth2> so
15:19 < mjungwirth2> how can i set a configure variable with the conf file= like PKG_CONFIG=$root$libdir...
15:20 < mjungwirth2> can i do this with var_append ?
15:20 < rxr> you mean environment variable ?
15:20 < mjungwirth2> yes
15:20 < rxr> in a hook for example
15:20 < rxr> or in the plain .conf file
15:21 < rxr> there should be many exampe
15:21 < rxr> gnome2/nautilus-cd-burner/nautilus-cd-burner.conf:export PKG_CONFIG="$(pkgprefix bindir pkgconfig)/pkg-config"
15:21 < rxr> office/openoffice-org/openoffice-org.conf:hook_add preconf 7 'export PKG_CONFIG=/usr/bin/pkg-config'
15:21 < mjungwirth2> ahh
15:21 < mjungwirth2> ok perfekt thanks
15:22 < rxr> this openoffice line is imperfect
15:22 < rxr> though openoffice will be hard work to get cross build anyway :-)
15:22 < mjungwirth2> o
15:22 < mjungwirth2> k
15:22 * rxr shortly off
15:22 < rxr> cu
15:22 < mjungwirth2> i found the pkgconfig fix for e2fsprofs dosn't work
15:22 < mjungwirth2> cu
15:37 < rxr> re
15:42 < rxr> oh, nice therse a new 910e CPU from AMD, another 100MHz at 65W :-)
15:43 < rxr> http://www.heise.de/newsticker/meldung/CPU-Nachschub-von-AMD-912018.html
15:59 < Baldzius> looks good
16:08 < mjungwirth2> rxr i have sent you an updated .conf file for e2fsprogs
16:10 -!- digitaloktay_ [n=pardus@dslb-084-056-214-124.pools.arcor-ip.net] has joined #t2
16:11 < rxr> mjungwirth2: if you have svn around, it would simplify my life when you could start to send svn diff output for your changes
16:11 < mjungwirth2> yea
16:12 < mjungwirth2> can you give me an instruction how can i do this?
16:12 < rxr> svn di one-or-more-files-or-directories
16:12 < mjungwirth2> thats all ?
16:12 < rxr> di or diff
16:12 < rxr> yeah, that's all
16:12 < rxr> prints out the changes
16:13 < rxr> looks like this:
16:13 < rxr> --- package/filesystem/e2fsprogs/e2fsprogs.conf (revision 35389)
16:13 < rxr> +++ package/filesystem/e2fsprogs/e2fsprogs.conf (working copy)
16:13 < rxr> @@ -17,6 +17,8 @@
16:13 < rxr> createarchcache=1 # utterly broken configure, assumes hardcoding on cross build
16:13 < rxr> set_confopt
16:13 < rxr>
16:13 < rxr> +hook_add preconf 7 'export PKG_CONFIG="$root/$(pkgprefix bindir pkgconfig)/pkg-config"'
16:13 < rxr> +
16:13 < rxr> fix_pkgconfig_dir() {
16:13 < rxr> [ "$prefix" = "" ] || return
16:13 < rxr> for x in lib/et lib/ss lib/e2p lib/ext2fs lib/uuid lib/blkid ; do
16:13 < rxr> you only needs this change for cross builds, stage 1 right?
16:13 < rxr> --
16:14 < rxr> for the svn diff, if you adopt using it take care about spaces and tabs, otherwise the diff is not soo useful
16:14 < mjungwirth2> ok
16:14 < rxr> that is either cut'n paste from a very good terminal (rxvt-unicode is the only one I know right now) or pipe to a file directly with > pkg.patch
16:14 < rxr> svn di ... > the.patch
16:15 < mjungwirth2> ok
16:15 < rxr> that said, unlike most other open source proejcts (think linus torvalds et al.) I'm not so picky and continue to accept any form, whole file, zip, tar.gz etc. :-)
16:15 < rxr> e.g. you could not send whole file changes or ziped files to linux-kernel list etc.
16:16 < rxr> for me it's also ok to cut'n paste your whole file and "svn di" review the changes locally
16:16 < mjungwirth2> ohh
16:16 < rxr> better than space vs. tab mangled patches :-)
16:16 < mjungwirth2> :)
16:17 < rxr> could you check if this line in e2fsprogs works, too:
16:17 < rxr> +atstage cross && export PKG_CONFIG="$root/$(pkgprefix bindir pkgconfig)/pkg-config"
16:17 < rxr> (without the leading + :-)
16:17 < mjungwirth2> yes moment i checkt it
16:17 < mjungwirth2> check
16:21 < rxr> ic you sent from windows, maybe it's easier continuing sending whole files for changes, ...
16:22 < mjungwirth2> yea it works
16:24 -!- digitaloktay [n=pardus@dslb-084-056-241-064.pools.arcor-ip.net] has quit [Read error: 104 (Connection reset by peer)]
16:27 -!- Baldzius [n=aldas@87-198-133-94.ptr.magnet.ie] has quit ["Leaving"]
16:32 < CIA-21> rene * r35395 /trunk/package/filesystem/e2fsprogs/e2fsprogs.conf:
16:32 < CIA-21> Mario Jungwirth :
16:32 < CIA-21> * fixed e2fsprogs for cross compile with pkgconfig
17:00 < rxr> hm, from my point of view google is offline
17:15 < digitaloktay_> hi rxr mjungwirth
17:41 -!- mtr [n=michael@v29762.1blu.de] has joined #t2
18:02 < rxr> hey mtr
18:19 < rxr> http://www.engadget.com/2010/01/25/amd-launches-new-phenom-ii-and-athlon-ii-cpus-right-onto-the-tes/
19:25 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: aloof, CIA-21
19:33 -!- Netsplit over, joins: aloof
19:33 -!- CIA-74 [n=CIA@208.69.182.149] has joined #t2
--- Log closed Tue Jan 26 00:00:21 2010