T2 IRC Log: 2008-03-10

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 Mar 10 00:00:11 2008
00:56 -!- mqueiros [n=mqueiros@c-217-70-68-118.bragatel.pt] has joined #t2
01:02 -!- Baldzius [n=aldas@89.127.178.76] has quit [Remote closed the connection]
01:58 -!- emte [n=emte@66.183.8.167] has joined #T2
04:12 -!- mqueiros [n=mqueiros@c-217-70-68-118.bragatel.pt] has quit []
07:19 -!- Baldzius [n=aldas@89.127.178.76] has joined #t2
07:19 < Baldzius> moin
07:29 -!- emte [n=emte@66.183.8.167] has quit [Read error: 110 (Connection timed out)]
08:00 < CIA-14> aldas * r28278 /trunk/package/multimedia/smpeg/automake-fix.patch: * fixed smpeg to compile with automake 1.10.1
08:14 < CIA-14> aldas * r28279 /trunk/package/gnome2/glade3/glade3.desc: * updated glade3 (3.4.1 -> 3.4.2)
08:15 < CIA-14> aldas * r28280 /trunk/package/filesystem/ntfs-3g/ntfs-3g.desc: * updated ntfs-3g (1.2216 -> 1.2310)
08:46 -!- Ragnarin is now known as Ragnar|away
08:55 -!- jeffdameth [n=jeff@dyndsl-091-096-036-089.ewe-ip-backbone.de] has joined #t2
09:11 -!- jeffdamet1 [n=jeff@dyndsl-091-096-049-238.ewe-ip-backbone.de] has quit [Read error: 110 (Connection timed out)]
09:58 -!- hwinkel [n=hwinkel@port-87-193-170-219.static.qsc.de] has joined #t2
10:39 < CIA-14> mtr * r28281 /trunk/package/base/module-init-tools/module-init-tools.conf: * bypass the module-init-tools install wrapper script
10:44 < CIA-14> mtr * r28282 /trunk/package/network/rsync/rsync.conf:
10:44 < CIA-14> * fixed rsync to use the real configure.sh script,
10:44 < CIA-14> otherwise the SDE config option validation fails
10:46 < Baldzius> hi mtr
10:46 < Baldzius> thanks for the fixes ;)
10:49 < mtr> hi Baldzius
10:50 < mtr> :)
10:55 < Baldzius> also if you've noticed i've update autoconf and automake which made some regression
10:55 < Baldzius> not big as kde4 update but still
10:55 < Baldzius> and the ugliest is that subversion doesn't compile :/
10:57 < mtr> I did only rebuild the updated packages
10:58 * mtr should rebuild the whole target
10:59 < Baldzius> ref build looks ugly :)
11:01 < mtr> what still annoys me most is that our cross build perl fails to build the autoconf/m4 scripts
11:02 < Baldzius> after autoconf update?
11:02 < mtr> I'd really love to have a cross build T2 target which is capable of rebulding a T2 target
11:03 < mtr> no, not caused by the update, failed before
11:03 < Baldzius> oh
11:04 < mtr> we would save users a lot of trouble if we could provide working ISO's to rebuild T2
11:05 < mtr> cross-build for different architectures
11:06 < Baldzius> (nod)
11:20 -!- osn [n=osn@mail.constalant.com] has joined #t2
11:20 < osn> hello
11:21 < osn> i'm trying to put berkeley db-4.5 in T2 based distribution, but i'm encountering weird libtool errors
11:27 < mtr> hi osn
11:28 < osn> may i paste?
11:29 < osn> ~10 lines
11:29 < mtr> what branch do you use? t2-trunk has 4.6.21
11:29 < mtr> sure
11:29 < osn> i use 4.7-rc2
11:29 < osn> /bin/sh ./libtool --mode=compile g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_db.cpp
11:29 < osn> libtool: compile: unable to infer tagged configuration
11:29 < osn> libtool: compile: specify a tag with `--tag'
11:29 < osn> make: *** [cxx_db.lo] Error 1
11:29 < osn> Due to previous errors, no 5-bdb45.log file!
11:29 < osn> (Try enabling xtrace in the config to track an error inside the build system.)
11:29 < osn> --- BUILD ERROR ---
11:29 < osn> `//usr/lib/libdb4.so' -> `libdb-4.5.so'
11:30 < osn> this is berkeley db 4.5, officially bdb 4.4 is included in T2
11:30 < osn> probably the .conf file should be edited but no idea how
11:31 < osn> i used the conf file from bdb-4.4 since it seemed sane for 4.5
11:33 < mtr> you still have the bdb-conf.in included from within the .conf file?
11:34 < mtr> . $base/package/*/*/bdb-conf.in
11:39 < osn> well i called the new package bdb45 and renamed all conf files accordingly to bdb45*
11:39 < osn> the include line as well
11:49 < mtr> bdb fails to build the c++ bindings, libtool may need --tag=CXX
11:50 < mtr> strange that my last bdb build does not have --enable-cxx
11:51 < osn> i tried manually to compile one of the files failing with --tag=CXX the result was:
11:51 < osn> /bin/sh ./libtool --mode=compile --tag=CXX g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O ../dist/../cxx/cxx_db.cpp
11:51 < osn> libtool: ignoring unknown tag CXX
12:02 < mtr> hmm, I can't reproduce this error, my builds have c++ bindings disabled somehow:
12:02 < mtr> "checking if --enable-cxx option specified... no"
12:03 -!- geierAL [n=geierAL@213.144.157.75] has joined #t2
12:08 < osn> well i have var_append confopt ' ' '--enable=cxx' in the conf file
12:09 < osn> could that be the problem?
12:09 < mtr> hah, its dietlibc which removes the enable-cxx confopt later
12:10 < mtr> therefore I do not see the error
12:10 < mtr> you build a target without dietlibc enabled then, I guess
12:10 < osn> yep
12:11 < osn> can you think of any workarounds?
12:11 < osn> without dietlibc :(
12:11 < mtr> the t2 initrd depends on some tools which we build statically with dietlibc
12:12 < mtr> if you dont need the initrd its not a problem
12:14 < osn> i'll try now without enable-cxx
12:15 < mtr> if you do not explicitly need the bdb libdb_cxx.so you could safely comment this out
12:16 < osn> the thing is i need bdb4-5 in the first place as a dependancy to ZeroC Ice which is a C++ library
12:18 < osn> yep it compiled with cxx disabled but i'm not sure if Ice is going to work properly
12:57 < CIA-14> aldas * r28283 /trunk/package/scientific/root/ (root.conf root.desc): * updated root (5.11.06 -> 5.18.00a)
13:52 -!- emte [n=emte@66.183.8.167] has joined #T2
14:58 -!- osn [n=osn@mail.constalant.com] has quit [Read error: 104 (Connection reset by peer)]
15:07 -!- emte [n=emte@66.183.8.167] has quit [Read error: 110 (Connection timed out)]
15:08 -!- hwinkel [n=hwinkel@port-87-193-170-219.static.qsc.de] has quit [Read error: 110 (Connection timed out)]
15:12 < rxr> re
15:34 < elias`> I'm trying out the trunk version. It's very slow to set any config options with scripts/Config, should it be like that?
15:36 < elias`> also, I'm wondering why choose bash as a scripting language when it's relatively ugly and slow
15:39 < rxr> yes, the config is slow, but that is not because of bash, but because it not implemented in algorithms that scale up to 3000 packages and that many options back 10 years ago
15:39 < rxr> we'll continue to rewrite it to be more instantly usable in the short future
15:40 < rxr> that is also already listed on the roadmap on the t2 project homepage
16:05 < CIA-14> rene * r28284 /trunk/package/develop/duma/duma.desc: * updated duma (2_5_12 -> 2_5_13)
16:06 < CIA-14> rene * r28285 /trunk/package/xorg/inputproto/inputproto.desc: * updated inputproto (1.4.2.1 -> 1.4.3)
16:07 < CIA-14> rene * r28286 /trunk/package/xorg/printproto/printproto.desc: * updated printproto (1.0.3 -> 1.0.4)
16:58 < rxr> note to self: gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite -sOutputFile=one.pdf two.pdf
17:18 < CIA-14> rene * r28288 /trunk/package/scientific/gnuplot/gnuplot.desc: * updated gnuplot (4.2.2 -> 4.2.3)
17:19 < CIA-14> rene * r28290 /trunk/package/network/bluez-utils/bluez-utils.desc: * updated bluez-utils (3.27 -> 3.28)
17:19 < CIA-14> rene * r28287 /trunk/package/graphic/imagemagick/imagemagick.desc: * updated imagemagick (6.3.9-3 -> 6.3.9-4)
17:19 < CIA-14> rene * r28289 /trunk/package/network/bluez-libs/bluez-libs.desc: * updated bluez-libs (3.27 -> 3.28)
17:19 < CIA-14> rene * r28292 /trunk/package/gnome2/gdl/gdl.desc: * updated gdl (0.7.10 -> 0.7.11)
17:19 < CIA-14> rene * r28291 /trunk/package/textproc/iso-codes/iso-codes.desc: * updated iso-codes (1.9 -> 2.0)
17:19 < CIA-14> rene * r28293 /trunk/package/gnome2/gnome-build/gnome-build.desc: * updated gnome-build (0.2.3 -> 0.2.4)
17:33 -!- Ragnar|away [i=loki@D8FA4DE6.ptr.dia.nextlink.net] has quit [Read error: 110 (Connection timed out)]
18:19 -!- Ragnar|away [i=loki@D8FA4DE6.ptr.dia.nextlink.net] has joined #t2
18:21 < CIA-14> rene * r28294 /trunk/package/network/pv/pv.desc: * updated pv (1.1.0 -> 1.1.4)
18:21 < CIA-14> rene * r28295 /trunk/package/develop/git/git.desc: * updated git (1.5.4.3 -> 1.5.4.4)
19:14 -!- geierAL [n=geierAL@213.144.157.75] has quit []
19:21 < CIA-14> ragnar * r28296 /trunk/package/kde/ (3 files in 3 dirs): * make qimageblitz, soprano and kdelibs actually use configured kde path
19:25 < rxr> thanks Ragnar|away
19:25 < Ragnar|away> yw :)
19:26 < CIA-14> rene * r28297 /trunk/package/graphic/ogre3d/ogre3d.desc: * updated ogre3d (v1-4-6 -> v1-4-7)
20:46 -!- mqueiros [n=mqueiros@c-217-70-70-8.bragatel.pt] has joined #t2
20:55 -!- jeffdamet1 [n=jeff@dyndsl-091-096-055-239.ewe-ip-backbone.de] has joined #t2
21:11 -!- jeffdameth [n=jeff@dyndsl-091-096-036-089.ewe-ip-backbone.de] has quit [Read error: 110 (Connection timed out)]
21:16 -!- Baldzius [n=aldas@89.127.178.76] has quit ["Leaving"]
21:20 < CIA-14> aldas * r28298 /branches/7.0/package/network/rsync/rsync.conf:
21:20 < CIA-14> * merged r28282 from trunk to branches/7.0:
21:20 < CIA-14> fixed rsync to use the real configure.sh script,
21:20 < CIA-14> otherwise the SDE config option validation fails
22:04 -!- axionix_ [n=axion@cpe-74-70-239-192.nycap.res.rr.com] has quit [Read error: 110 (Connection timed out)]
22:08 -!- tri [n=tri@p57ADB305.dip0.t-ipconnect.de] has joined #t2
23:13 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: valentin, CIA-14
23:13 -!- Netsplit over, joins: valentin, CIA-14
23:16 -!- tri [n=tri@p57ADB305.dip0.t-ipconnect.de] has left #t2 []
23:24 -!- tri [n=tri@p57ADB305.dip0.t-ipconnect.de] has joined #t2
23:27 -!- tri [n=tri@p57ADB305.dip0.t-ipconnect.de] has left #t2 []
--- Log closed Tue Mar 11 00:00:11 2008