--- Log opened Fri Mar 04 00:00:37 2005 00:01 -!- jeru [~jeru@p54BFFB9E.dip.t-dialin.net] has quit [Remote closed the connection] 00:07 -!- jackflash2 [~jf@cpc1-rdng8-4-0-cust146.winn.cable.ntl.com] has quit ["Lost terminal"] 00:21 < rxr> !> pkgprefix: apache record is old, please rebuild 00:21 < rxr> ... 00:23 < rxr> !> pkgprefix: package bdb is not present 00:45 < mnemoc_> ? 00:45 < mnemoc_> you said it was ok to force users to update instead of guessing using flist 00:46 < mnemoc_> but you can always inject Prefix: on var/adm/package/$pkg 00:48 < mnemoc_> brb 01:41 < mnemoc_> re 02:10 -!- ideal [~idealm_@211.100.227.107] has joined #t2 03:31 -!- rxr_ [~rene@p213.54.198.195.tisdip.tiscali.de] has joined #t2 03:31 -!- Topic for #t2: T2 | 2.1.0-beta3 RELEASED | The next generation of System Development Enviroments (SDE) | http://www.t2-project.org/ | CIA, don't ever leave us again! 03:31 -!- Topic set by mnemoc [] [Sat Feb 19 18:03:55 2005] 03:31 [Users #t2] 03:31 [ _Ragnar_] [ daja77] [ jsaw_ ] [ mtr] [ rxr ] [ valentin] 03:31 [ CIA-9 ] [ ideal ] [ mnemoc_] [ nzg] [ rxr_] 03:31 -!- Irssi: #t2: Total of 11 nicks [0 ops, 0 halfops, 0 voices, 11 normal] 03:31 -!- Channel #t2 created Sun Aug 8 21:15:33 2004 03:31 -!- [freenode-info] help freenode weed out clonebots, please register your IRC nick and auto-identify: http://freenode.net/faq.shtml#nicksetup 03:31 -!- Irssi: Join to #t2 was synced in 10 secs 03:48 -!- rxr [~rene@p213.54.196.69.tisdip.tiscali.de] has quit [Read error: 110 (Connection timed out)] 07:33 -!- mipe [~mipe@dsl10040.japo.fi] has joined #t2 07:36 < mipe> i got some new problems on amd64 build,arts doesnt find glib,its installed but for somereaseon while building arts it doesnt find it 07:52 < mipe> which is solved by adding lib64/pkgconfig data to sysfiles/etc_profile 08:17 < rxr_> re 08:17 -!- You're now known as rxr 08:17 < rxr> curl crash.patch accepted upstream ;-) 08:21 < mipe> hmm,i get few problems with packages that uses freetype,they doesnt link with -lfreetype -lz just -lfreetype 08:22 < rxr> quotatool 1.4.7 08:22 < rxr> mipe: hm 08:23 < rxr> strange never had such problems ... 08:23 < mipe> i'm stuck at gtk+ compile , while it checks freetype support with linking -lfreetype -lz, but while checking libX11 it has -lfreetype but not -lz 08:24 < rxr> what does your in sandbox freetype-config --libs say ? 08:24 < rxr> -lz ? 08:24 < mipe> yep its there 08:24 < rxr> intereesting 08:25 < rxr> have you looked into the gtk+ makefiles whether they use the -config obtained libs correctly ? 08:25 < rxr> pkg-config freetype2 --libse 08:25 < rxr> ^- does this also include -lz ? 08:26 < mipe> well actually it fails on configure while checking libX11, it links with freetype but freetype fails because unresolved symbols which are found on -lz 08:26 < mipe> undefined reference 08:27 < rxr> hm 08:27 < rxr> so the configure does not fill the internal libs variable corectly ? 08:27 < rxr> (strange that it did work here ...) 08:28 < rxr> have you checked what way gtk+ configure does use to obtain the freetype libs ? 08:29 < mipe> it uses freetype-config 08:30 < rxr> then somehow it looses the -lz in the $libs variable those are normally stored ... I think 08:30 < rxr> does this happen for more than gtk+ ? 08:31 < mipe> hmm,lemme check 08:32 < mipe> hmm,with xorg fontconfig check, but that was just a adding a line to host.def 08:36 -!- mnemoc [~amery@200.75.27.27] has joined #t2 08:37 < rxr> moin mnemoc 08:40 < CIA-9> rene * r7001 /trunk/package/base/mtools/ (devfs.patch mtools.desc): * updated mtools (3.9.9 -> 3.9.10) 08:40 -!- Minto [~chatzilla@82-217-66-7.cable.quicknet.nl] has joined #t2 08:40 < rxr> moin Minto 08:40 * rxr breakfast and co 08:41 < mipe> good morning all 08:41 < Minto> Good morning rxr 08:42 < Minto> s/rxr/all 08:47 -!- mnemoc_ [~amery@200.75.27.21] has quit [Read error: 110 (Connection timed out)] 08:48 -!- mtr_ [~michael@Ha8d6.h.pppool.de] has joined #t2 09:05 < mipe> rxr:should i rebuild freetype with its own zlib? and not system wide. 09:05 < mipe> normally should pkg-config --libs freetype ,return -lz too? 09:05 -!- mtr [~michael@Hb0c3.h.pppool.de] has quit [Read error: 110 (Connection timed out)] 09:11 < rxr> mipe: it does here 09:11 < rxr> $ pkg-config freetype2 --libse 09:11 < rxr> -lfreetype -lz 09:11 < rxr> plese do not build any package with included libs 09:12 < rxr> that is a security nightmare - e.g. when the next zlib vulnarability get's known 09:13 < mipe> yep, i do get a warning during freetype build about missing libz.so 09:13 < rxr> hm ,-) 09:13 < mipe> actually it goes:Warning linker path does not have real file for -lz 09:13 < rxr> than this should be your problem then 09:14 < rxr> some lib vs. lib64 issue ... ? 09:14 * rxr really breakfast 09:14 < mipe> libz is in /lib64 but only wants to look for /usr/lib64 09:14 < mipe> ok 09:39 < rxr> work after moving ? 09:47 < mipe> well freetype doesnt give warning anymore,testing gtk+ now 09:48 < mipe> and gtk+ works now too 09:48 < mipe> atleast passes configure 09:49 < rxr> ok - so best would be to find out why /lib64 is not searched ... 09:49 < mipe> on my ubuntu those libz files are actually in /usr/lib64 and not in lib64 09:50 < rxr> some startup stuff links against it - so they must be in /lib64 since /usr might be another partition ... 09:50 < rxr> in general /lib64 placed libaries should work *g* 09:52 < mipe> hmm how about passing LDFLAGS="-L/lib64" to freetype? 09:54 < rxr> mipe: your linker really should work ... 09:54 < rxr> just continue your build with libz moved and try to really fix the gcc / binutils configuration for the next one ... 09:55 < mipe> freetype uses its own lib search thing and i guess the /lib64 isnt there, and i noticed it greps -L from passed libtool to search for lib file 09:56 < rxr> well - normally gcc or the linker (ld) does search for libs while linking ... 09:56 < rxr> you could try if just injecting -L/lib64 for frettype does fix it 09:56 < rxr> but do not inject lib64 into any package 09:58 < CIA-9> rene * r7002 /trunk/package/base/ (8 files in 2 dirs): * renamced rock-src into t2-src 10:02 < CIA-9> rene * r7003 /trunk/package/base/t2-src/t2-src.conf: 10:02 < CIA-9> * fixed t2-src to not use a hardcoded name (was rock-src) but $pkg 10:02 < CIA-9> and only leave the files around - not the temporary tar-ball 10:04 < CIA-9> rene * r7004 /trunk/package/base/ (8 files in 2 dirs): * renamed rock-debug into t2-debug 10:07 < CIA-9> rene * r7005 /trunk/scripts/ (8 files): * t2-{src,debug} substitution in scripts 10:09 < CIA-9> rene * r7006 /trunk/target/reference/build.sh: * t2-debug substitution in target/reference 10:11 < CIA-9> rene * r7007 /trunk/target/livecd/ (default.pkgmap default.pkgsel): * more rock-{src,debug} t2-* substitudes 10:16 < CIA-9> rene * r7008 /trunk/package/ (develop/libxml++/ textproc/libxml++/): * moved develop/libxml++ into texproc to the other xml libraries 10:17 < rxr> we are over 1000 revision ahead of rock-linux *g* 10:19 < Minto> rxr: 10:19 < Minto> I managed to build 3 APR (apr, apr-iconv and apr-util) to build correctly 10:19 < Minto> I also think I can modify Apache and SubVersion to use the separate APR packages 10:19 < Minto> In both the apr-iconv and apr-util .conf file I have the following configure option. 10:19 < Minto> var_append extraconfopt " " "--with-apr=/usr/bin/apr-1-config" 10:19 < Minto> However the path is, I think, to hardcoded. I have seem $root/ 10:19 < Minto> in other packages. What should I use here? 10:20 < Minto> s/seem/seen 10:20 < rxr> the new pkgprefix 10:21 < rxr> pkgprefix arp 10:22 < Minto> I'll give it a try 10:22 < rxr> maybe better with -t 10:22 < rxr> pkgprefix -t arp 10:22 < rxr> which AFAICS aborts when arp is not found ... 10:23 < rxr> yep ... 10:23 < rxr> grep pkgprefix */*/*.conf for inspiration 10:34 < rxr> cu 10:36 < Minto> Thanx, cu 11:04 -!- ideal_ [~idealm_@211.100.227.107] has joined #t2 11:22 -!- ideal [~idealm_@211.100.227.107] has quit [Read error: 110 (Connection timed out)] 11:51 -!- ideal_ [~idealm_@211.100.227.107] has quit ["Leaving"] 12:44 < rxr> http://www2.t2-project.org 12:44 < rxr> have fun ... 12:45 < rxr> it's a bit slow right now ... 12:45 < rxr> the php does put some load on the PII@450Mhz ... 12:52 < mipe> looks nice 12:53 < rxr> it's the spreadfirefox theme for drupal ... 12:53 < rxr> with modified .css files for in my eyes better look 12:53 < rxr> but that was only fine tuning ... 12:53 < mipe> on the freetype front,/lib64 isnt in lib search path,thats why its warning,i made a patch to it to manually add it,but i'll dig deeper to fix it propely 12:54 < rxr> nice 12:56 < rxr> so drupal rendered site caching enabled ... 13:09 < valentin> in safari, the password field does not fit the side panel 13:10 < rxr> hm 13:16 < valentin> but who uses this browser ,) 13:21 < rxr> in theory it should render like konqueror ;-) 13:21 < rxr> so sooner or later Apples safari will be fixed 13:28 < mipe> wheres t2 copyright notice for a2ps.conf header 13:30 -!- Minto [~chatzilla@82-217-66-7.cable.quicknet.nl] has quit [Read error: 60 (Operation timed out)] 13:31 < mipe> oh,nvm 13:39 < rxr> damn mozilla 13:39 < rxr> even in the DOM inspector it caches the .css files radically 13:39 < rxr> only a restart seems to flush them 13:39 < rxr> not that useful for .css tweaking ... 13:40 < rxr> but finally - the comment links do not have the big padding and margins anymore 13:40 < rxr> wasting less space ... 13:45 < rxr> ouhm 13:45 < rxr> damn C coders 13:46 < rxr> the Gimp transform tool only produces random pixel garbage on my PPC here ... 13:46 < rxr> shearing, too 13:47 < valentin> rxr: use convert 13:50 < rxr> I want to interactively create a text shadow ... 13:50 < rxr> nothing I want to do on the command line ... 13:50 -!- Minto [~chatzilla@82-217-66-7.cable.quicknet.nl] has joined #t2 13:55 < rxr> ok - not used anyway .. 13:55 < rxr> new banner uploaded ... 13:55 < rxr> will be positioned later 13:55 < rxr> cu - me away ... 14:03 -!- Minto [~chatzilla@82-217-66-7.cable.quicknet.nl] has quit [Read error: 60 (Operation timed out)] 14:50 -!- Netsplit saberhagen.freenode.net <-> irc.freenode.net quits: valentin, daja77, _Ragnar_, mipe, jsaw_, nzg, mtr_, mnemoc 14:50 -!- Netsplit over, joins: mtr_, mnemoc, mipe, jsaw_, nzg, daja77, _Ragnar_, valentin 15:12 < rxr> re 15:38 < mipe> so,266 builds total,172 completed fine, 0 with errors. 15:39 < rxr> ,-) 15:39 < mipe> i had to disable directfb until build error is resolved,conflicting data types 15:39 < rxr> so - newly padded t2 banner injected ... 16:28 < mipe> hmm,samba post install doesnt work 16:30 < mipe> cp -vRf examples $docdir/ 16:30 < mipe> translates to something really wierd 17:01 < rxr> hm 17:01 < rxr> what is the error ? 17:03 < mipe> cp:cannot create regular file '/etc/opt/openldap/schema/samba/schema.schema': No such file or directory 17:04 < mipe> before that is 'examples/LDAP/samba.schema' -> '/etc/opt/openldap/schema/samba/schema.schema' 17:04 < rxr> ouhm 17:11 < mipe> but the error doesnt come from above cp line 17:17 < mipe> it comes from mnemosyne pkg_samba.conf 17:18 < rxr> hehe 17:21 < mipe> :) 17:24 < mnemoc> re 17:25 < mnemoc> mipe: ? 17:27 < rxr> hi mnemoc 17:27 < mnemoc> hi rxr 17:28 < rxr> all fine ? 17:28 < mnemoc> i did the first part of my examn (alternatives), in 1:45 i have the second, 4 question with long answers 17:29 < mnemoc> it's damn hot here :) 17:29 < mipe> mnemoc: look at the target/mnemosyne/pkg_samba.conf i get above error message from that,but /me going to sauna,bbl 17:29 < mnemoc> o_O 17:30 < mnemoc> samba/samba.schema?? that's wrong.... 17:32 < mnemoc> hook_add postmake 5 'cp -v examples/LDAP/samba.schema /etc/opt/openldap/schema/' <--- where the 'samba/' comes from? 17:33 < mnemoc> rxr: the site looks better :) 17:33 < rxr> now we "only" miss the great content and navigation ... 17:35 < mnemoc> we have an start :) 17:36 < mnemoc> .oO( a regressions/updates module )o 17:36 < rxr> first real content 17:37 < rxr> modules for the package matrix and outstanding updates should be done way later 17:37 < rxr> e.g. when the content and navigation does satisfy us ... 17:43 < mnemoc> ack *g* 17:45 < valentin> rxr: nice work 17:46 < rxr> thanks 17:46 * rxr shortly off again - back in 1h 17:46 < mipe> mnemoc:forget the additional samba/ from the error log,i had to type it my self and made an typo,but the rest of the error line is correct 17:50 < mipe> mnemoc:there isnt /etc/opt/openldap so the error might be that 17:50 < mnemoc> oh 17:50 < mnemoc> ok 17:50 < mnemoc> an if is missing 17:50 < mnemoc> if pkginstalled openldap; then 17:52 < CIA-9> amery * r7009 /trunk/target/mnemosyne/pkg_samba.conf: * fixed mnemosyne/samba to only install schema if openldap is installed 17:53 < mnemoc> minto=mipe? 17:54 < mnemoc> i'm while(1) puzzle(); today 17:55 < mnemoc> rxr: 5-clisp gets frozen during build 17:56 < mnemoc> rxr: running gdb?? o_O .... gdb -n -batch -x /tmp/gdbcomm10540 /TOOLCHAIN/src.clisp.1109.... 17:57 < mnemoc> rxr: and kill -9 doesn't killit! 18:00 < mnemoc> what the heck is happening here? 18:01 < mipe> minto=mipe???? 18:01 < mnemoc> ignore that :p 18:01 < mipe> :) 18:02 < mipe> what exam did you do today? 18:03 -!- sepp [~sepp@p213.54.201.118.tisdip.tiscali.de] has joined #t2 18:03 < sepp> moin 18:03 < mnemoc> licenciature.... a degree suppostly after 4 years studing engineering 18:03 < mnemoc> i have the seconf half in one hour 18:04 < mipe> thats a msc degree? 18:05 < mnemoc> 4 years of courses + 1 practice as 'non skilled worker' + exam --> licenciature 18:05 < mnemoc> licenciature + 3 years of courses + 1 technical practice + exam + thesis --> engineer 18:06 < mnemoc> magister is after the engineer degree 18:06 < mnemoc> 2 years + thesis 18:06 < mipe> i'm doing bachelor of engineering degree,4 years(includes 6months of work(as in company and 6months of thesis) 18:06 < mnemoc> and doctor another 2 years + thesis 18:06 < mnemoc> i guess it's like that 'bachelor' 18:06 < rxr> re 18:07 < mnemoc> this bastard don't wnat to die! 18:10 < mnemoc> jsaw_: can you take a look into clisp please, it frozes during build 18:12 < sepp> mipe: do you have an patch for xorg - for an x86-64 build? 18:12 < sepp> fc-cache seems to have problems with libz 18:14 < sepp> gcc -o fc-cache -O2 -fno-strength-reduce... undefined reference to `inflate' 18:14 < CIA-9> amery * r7010 /trunk/package/contrib/ldapdiff/ldapdiff.conf: * fixed ldapdiff to use pkgprefix for openldap 18:15 < rxr> sepp during freetype build or so ? 18:16 < rxr> I gues the libz.so in /lib64 not found problem ... 18:16 < sepp> rxr: the error is in xorg /TOOLCHAIN/src.xorg.1109943984.1261.7f0100/xc/programs/fc-cache 18:16 < mnemoc> rxr: warning: opendir(files/pictures): failed to open dir: Permission denied in /home/public-t2/includes/file.inc on line 485. 18:17 < sepp> rxr: gcc -o fc-cache -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -Wall -Wpointer-arith -Wundef -L../../exports/lib fc-cache.o -lfontconfig -lfreetype -lexpat -Wl,-rpath-link,../../exports/lib 18:17 < sepp> /usr/lib64/gcc/x86_64-t2-linux-gnu/3.4.3/../../../../lib64/libfreetype.so: undefined reference to `inflate' 18:17 < sepp> /usr/lib64/gcc/x86_64-t2-linux-gnu/3.4.3/../../../../lib64/libfreetype.so: undefined reference to `inflateReset' 18:17 < sepp> /usr/lib64/gcc/x86_64-t2-linux-gnu/3.4.3/../../../../lib64/libfreetype.so: undefined reference to `inflateEnd' 18:17 < sepp> /usr/lib64/gcc/x86_64-t2-linux-gnu/3.4.3/../../../../lib64/libfreetype.so: undefined reference to `inflateInit2_' 18:17 < rxr> mipe is on that problem as far as I understood him 18:18 < rxr> mnemoc: try again ... 18:18 -!- mtr_ is now known as mtr 18:18 < rxr> mnemoc: where exactly did you encounter that error ?= 18:19 < mtr> re 18:19 < mipe> rxr:yep thats solved,will post the patch somewhere 18:20 < mnemoc> rxr: changing my project 18:20 < rxr> mipe: maybe at the usual location so I can pull all them soon 18:20 < mnemoc> rxr: on submit 18:21 < rxr> even when you chanch a tiny text or so ? 18:21 < rxr> did you uploade some piecutre ? 18:21 < mipe> rxr:i just deleted the old ones,since they had lot of crap,will add this xorg patch, and the rest once i remove all of them and got this build up and running 18:21 < mipe> remove all of the crap i mean 18:22 < rxr> publish early - publish often e.g. to not loose it during some rm -rf ... 18:22 < mipe> http://koti.japo.fi/~pmika/xorg.patch 18:22 < mnemoc> rxr: submit worked 18:23 < rxr> mipe: set some libdir early - and use it thruout the file ;-) 18:23 < mnemoc> rxr: no, nothing uploaded, you issue tracker and some checks enabled 18:23 < mipe> are we still on schedule(as in wiki),i'll add the rest of the patches hopefully after next tag 18:23 < mipe> rxr:yep thats the plan will fix those 18:24 < rxr> 2005-03-04 18:17 warning: opendir(files/pictures): failed to open dir: Permission 18:25 < rxr> * Finds all files that match a given mask in a given directory. 18:25 < rxr> hm - strange ... 18:25 < rxr> let's see when it happens again ... 18:26 < mipe> uhm what package provides unsermake,kde locale packages fail because of unknown command unsermake 18:26 < rxr> I do not have unsermake 18:27 < mnemoc> 1456 builds total, 1320 completed fine, 66 with errors. <--- not too bad considering kdebase failure and pkgprefix regressions 18:27 < rxr> I think there is some standalone package shipping it from the kde people ... 18:27 < mipe> kdebase worked fine on me 18:27 < rxr> what failed ? 18:27 < rxr> where is unsermake missing ? 18:27 < mnemoc> sasl 18:27 < rxr> mnemoc: I know your regression ... :-( 18:27 < mnemoc> yes? 18:27 < rxr> mnemoc: maybe just hardcode to disable support for it ? 18:27 < mipe> kde-i18n-{de,es,fr,it} 18:28 < rxr> mnemoc: you reported earlier - and I already saw it once ... 18:28 < mnemoc> but but but 18:28 < rxr> mipe: maybe this is new - have not build the i18n package on my iBook ... 18:28 < rxr> but I think -beta2 or so built on my athlon 18:28 < rxr> but you can just add unsermake to the kde repository and see if it helps ... 18:28 < mipe> yep,might have come from the version upgrade? 18:29 < rxr> yep - maybe 18:29 < mnemoc> xpdf/freetype2 problem is getting me nervious 18:30 < rxr> hh ? 18:30 < rxr> huh even 18:30 < mnemoc> it doesn't build 'xpdf' binary because can't detect last version of freetype 18:30 < mnemoc> ft2build.h thing 18:31 < rxr> ouhm 18:31 < rxr> there is just another header to inlcude, right ? 18:31 < mnemoc> yes, two headers 18:31 < mnemoc> ft2build.h followed by freetype/freetype.h 18:31 < rxr> just that: 18:31 < rxr> +#include 18:32 < rxr> package$ l */*/freety*.patch 18:32 < mnemoc> isn't that easy on configure 18:32 < mnemoc> worse if autogen fails 18:32 < rxr> GCC_WRAPPER_INSERT ,-) 18:32 < mnemoc> -include ? 18:33 < rxr> yep 18:33 < mnemoc> isn't that evil? 18:34 < rxr> configure is evil - but _WRAPPER_INSERT? No. 18:34 < mnemoc> :) 18:34 < rxr> that is my best friend ,-) 18:34 < mnemoc> hehe 18:37 < mnemoc> the update of paragui (1.1.8) is another pain 18:37 < rxr> .oO 18:37 < rxr> uhm - sth broke ? 18:37 < rxr> the layout of our site 18:38 < rxr> hm - works again 18:38 < rxr> strange 18:39 < mnemoc> t2 itself must be a project, to use issue-thing 18:39 < rxr> yep 18:39 < mnemoc> t2-core? 18:39 < rxr> or just t2 ? 18:39 < rxr> hm - or just core right 18:39 -!- jeru [~jeru@p54BFE0B0.dip.t-dialin.net] has joined #t2 18:39 < mnemoc> core vs. packages vs. target 18:39 < jeru> moin 18:39 < mnemoc> moin jeru 18:39 < rxr> hi jeru 18:39 < jeru> :) 18:44 < jeru> mnemoc as I see you're changing the old pkg_prefix defs ... is this notation: var_append configprefix " " 'CFLAGS="-I$( pkgprefix includedir openldap )"' still valid ? 18:44 < mnemoc> yes 18:44 < mnemoc> what did i changed? 18:45 < mnemoc> don't forget pkgprefix -t openldap outside 18:45 < mnemoc> i can't produce the abort inside $( ) 18:45 < mnemoc> so PKGPREFIX_ERROR is returned 18:46 < jeru> allright 18:47 < mnemoc> pkgprefix -t package --> abort if package has old record or not installed 18:47 < mnemoc> pkgprefix package ---> $prefix 18:47 < mnemoc> pkgprefix foodir package ---> $foodir (which includes the /) 18:48 < rxr> *lol* 18:48 < rxr> x.org list: 18:48 < rxr> >What I`m trying to do is, I`m using dualhead nvidia 18:48 < rxr> >> and without caring xinerama, seperate xscreens or 18:48 < rxr> >> twinview, I have two different displays on seperate 18:48 < rxr> >> physical locations (when you are infront of one, you 18:48 < rxr> >> cant see the other). And what I`m trying to do is, 18:48 < rxr> >> I want to see what is playing in the other display :1 18:48 < rxr> >> from display :0 in a picture-in-picture manner. The 18:48 < rxr> >> bad news is, the other display :1 is displaying 18:48 < rxr> >> fullscreen videofiles, that`s why I couldn`t succeed 18:48 < rxr> >> with xwud style solution. 18:48 < rxr> >> 18:48 < rxr> >> Any ideas ? 18:48 < rxr> if you are using tv-out on one screen, feed/split that signal out, and 18:48 < rxr> feed it back into a PCI tvcard. then if you run a tv app, you other 18:48 < rxr> desktop will show up in the tv window. 18:48 -!- Minto [~chatzilla@82-217-66-7.cable.quicknet.nl] has joined #t2 18:48 < jeru> rxr: :) 18:49 < mnemoc> hehe 18:49 < mnemoc> i'll add a 'book page' about pkgprefix 18:49 < jeru> ack 18:49 < mnemoc> rxr: path alias? 18:49 < mnemoc> /functions/pkgprefix ? 18:50 < mnemoc> build/functions/pkgprefix ? 18:50 < _Ragnar_> moin 18:51 < mnemoc> moin _Ragnar_ 18:51 < CIA-9> amery * r7011 /trunk/package/x11/gtkpod/ (gtkpod.desc mp4file-definition.patch): * updated gtkpod (0.72 -> 0.87.3) 18:51 < jeru> hi Ragnar 18:51 < mnemoc> i saw that underlined :p 18:53 < _Ragnar_> me too 18:53 < _Ragnar_> ;) 18:53 < jeru> me too ;) 18:53 < jeru> ksirc client ??? 18:56 < mnemoc> when i write _Ragnar_, do you see it underlined too? 18:56 < jeru> no 18:56 < mnemoc> and if a write _another_ word? 18:57 < jeru> I think it's my damn client ;) 18:57 < jeru> mnemo 18:57 < mnemoc> can't distinguish between nicks and words :p 18:57 < jeru> :) 19:00 < _Ragnar_> *g* 19:02 < mnemoc> hey! where is the page i just create?? 19:03 < mnemoc> i see it on home but i can't 'call' it 19:06 < mnemoc> rxr: alias path didn't worked as expected :( can you fix it directly? 19:06 < mnemoc> i have to go back to my examn 19:06 < CIA-9> jeru * r7012 /trunk/package/security/gnupg/gnupg.conf: * improved gnupg to use pkprefix 19:07 < mnemoc> :D 19:07 < jeru> bye mnemoc ... good luck :) 19:07 < mnemoc> thanks, cu later 19:07 < jeru> yep 19:07 < _Ragnar_> cya 19:15 < rxr> re 19:15 < rxr> damn 19:15 < _Ragnar_> re 19:15 < rxr> w-lan AP router froze ... 19:15 < _Ragnar_> what's wrong? 19:15 < rxr> damn cheap crap ... 19:16 < rxr> always the same - stuff without linux crashing randomly ... --- Log closed Fri Mar 04 19:17:10 2005 --- Log opened Fri Mar 04 19:17:58 2005 19:18 < rxr> hm 19:18 * rxr grummeling 19:18 < sepp> hmm stage 5 libjpeg "Invalid configuration `x86_64-unknown-linux-gnu'" what this? automake too old? 19:19 < rxr> isn't that already fixed ? 19:19 < rxr> the guess file or so is to old ... 19:19 < rxr> but IIRC we already fixed this ... 19:20 < rxr> oh - nop the code is outdated 19:20 * rxr commiting fix 19:21 < rxr> sepp: svn up and try again ,-) 19:21 < CIA-9> rene * r7013 /trunk/package/graphic/libjpeg/libjpeg.conf: * fixed libjpeg for x86-64 (again) 19:25 < rxr> and som emore: 19:25 < CIA-9> rene * r7014 /trunk/package/ (6 files in 6 dirs): 19:25 < CIA-9> * fixed other occurances of the obsolete ROCKCFG_X86_BITS accordingly 19:25 < CIA-9> (and thus the packages for x86-64) 19:32 < CIA-9> jeru * r7015 /trunk/package/security/opensc/opensc.conf: * improved opensc to use pkgprefix 19:44 < rxr> mnemoc: did you anything special to your pkgprefix page? 19:44 < rxr> it is page not found for some reason ... 19:47 < CIA-9> jeru * r7016 /trunk/package/security/gnupg2/gnupg2.conf: * improved gnupg2 to use pkgprefix 19:57 < rxr> mnemoc: with your () you created a page not accessible ... 19:59 < rxr> ah no 19:59 < rxr> it was the leading / 20:05 < sepp> rxr: glib12 still has "[ "$arch" = "x86" -a "$ROCKCFG_X86_BITS" = "64" ]" 20:06 < CIA-9> rene * r7017 /trunk/package/base/linux26/arch-ppc-raid6-altivec.patch: 20:06 < CIA-9> * fixed my linux26/arch-ppc-raid6-altivec.patch patch as discussed 20:06 < CIA-9> on linux-kernel - hand edited - untested to compile 20:06 < rxr> oh yes - overlooked it in the grp noise 20:06 < rxr> as has samba ... 20:07 < rxr> sepp: want to expose your full name for the ChangeLog ? 20:07 < sepp> no :) 20:08 < rxr> ok - then none ... 20:08 < rxr> fixed 20:08 < CIA-9> rene * r7018 /trunk/package/ (gnome14/glib12/glib12.conf network/samba/samba.conf): * fixed glib12 and samba for ROCKCFG_X86_BITS likewise 20:10 < rxr> ouhm - forgot to really fix samba 20:10 < rxr> never commit when someone is talking to you... 20:12 < CIA-9> rene * r7019 /trunk/package/network/samba/samba.conf: 20:12 < CIA-9> * fixed samba for x86-64, this time for real - don't commit when 20:12 < CIA-9> someoney is talking to you ... 20:13 < _Ragnar_> *lol* 20:25 < CIA-9> rene * r7020 /trunk/package/network/slmodem/no-install-drivers.patch: * fixed slmodem to not try to build the drivers for a normal build 20:26 < sepp> should the 64 bit gnome* lib be installed into /opt/*/lib64 ? 20:27 < sepp> if so /etc/ld.so.conf needs to be changed for 64 bit builds 20:29 < sepp> no my error - i have to check gtk12 20:29 < rxr> with mipe's patch it should already contain /opt/*/lib64 20:30 < sepp> yes sorry i was in the wrong dir 20:32 < sepp> gnome-14.conf has no lib64 entry 20:38 < rxr> what do you mean = 20:40 < rxr> 20:39 < rxr> ah - i see what you mean ... 20:40 < rxr> 20:39 < rxr> support: do you get an error complaining it is not installed in a well known prefix ? 20:40 < sepp> yes 20:40 < sepp> because of refix/lib/libglib.so 20:40 < rxr> I think this code can be rewritten anyway ... 20:41 < rxr> you got glib in /opt/gnome14/lib64/libglib.so ? 20:41 < sepp> yes 20:41 < rxr> moment I fix 20:42 < sepp> thanks for all the help 20:42 < CIA-9> rene * r7021 /trunk/package/gnome14/glib12/gnome-14.conf: 20:42 < CIA-9> * rewrote glib12 to use the new pkgprefix and thus work on lib64 20:42 < CIA-9> architectures - untested 20:42 < rxr> can you give svn up a try ? 20:42 < sepp> yes 20:43 < sepp> but it takes some time - the stage 1 t2 has no net 20:53 < sepp> lynx.conf has the same lib64 problem 20:54 < rxr> ouhm - good that I tested 20:54 < rxr> does not work as expected ... 20:54 < sepp> postmake ... $root/usr/lib/lynx_{doc,help} 20:57 < rxr> mnemoc: why do you set prefix in pkgprefix and not echo it fur further usage ... ? 21:01 < CIA-9> rene * r7022 /trunk/package/ (3 files in 3 dirs): 21:01 < CIA-9> * fixed recent (untested) glib12 rewrite 21:01 < CIA-9> * rewrote glib/gnome-2.conf and kdelibs/kde_config.sh accordingly 21:16 < rxr> sepp: time to svn up ... ,-) 21:16 < CIA-9> rene * r7023 /trunk/package/ (3 files in 3 dirs): 21:16 < CIA-9> * know that I understood pkginstalled really fixed my preview 21:16 < CIA-9> convertions - damn ... 21:16 < sepp> rxr: ahh reboot again :) 21:21 < rxr> why reboot ? 21:21 < sepp> the system is an stage 1 t2 without working network 21:22 < rxr> oh 21:22 < sepp> remember my stupid howto build 32 -> 64 bit 21:22 < sepp> questions 21:23 < sepp> under debian 64 bit it does not work 21:23 < rxr> if have have network now stay in it - next fix on the wax 21:23 < rxr> y 21:24 < sepp> ;) 21:25 < rxr> ok - done 21:25 < rxr> your lynx bug 21:25 < sepp> :) 21:25 < CIA-9> rene * r7024 /trunk/package/www/lynx/lynx.conf: 21:25 < CIA-9> * fixed lynx for $libdir != usr/lib (e.g. 64bit platforms) and 21:25 < CIA-9> performed another tiny cleanup 21:25 < sepp> libmng has also an 64 bit problem 21:26 < sepp> looks like libmng wants to make an 32 bit version 21:26 < sepp> /usr/lib64/gcc/x86_64-t2-linux-gnu/3.4.3/../../../../x86_64-t2-linux-gnu/bin/ld: libmng_chunk_io.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object 21:26 < sepp> libmng_chunk_io.o: could not read symbols: Bad value 21:27 < mipe> hmm,thats wierd,libmng built on me 21:27 < rxr> looks like -fPIC missing 21:28 < mipe> so,267 builds total,221 completed fine,3 with errors 21:28 < rxr> sepp: try adding this to the libmng.conf: 21:28 < rxr> var_append GCC_WRAPPER_APPEND ' ' "-fPIC" 21:28 < sepp> rxr: ok 21:29 < rxr> or better create the libmng.conf - it is not yet there ... ,m-) 21:29 < rxr> dump a note if this fixes the build ... 21:29 < mipe> yep,that fixes it. 21:29 < mipe> didnt notice changes on libmng on diff. file wasnt there 21:29 < rxr> mipe: you already did the same tweak ? 21:29 < mipe> yep 21:30 < rxr> comitted 21:30 < mipe> rxr:i'm gonna post all the stuff tomorrow,or sunday. probaly be off tomorrow. long fishing trip ahead 21:31 < CIA-9> rene * r7025 /trunk/package/graphic/libmng/libmng.conf: 21:31 < CIA-9> * fixed libmng for x86-64 (and possible other relocation sensitive 21:31 < CIA-9> platforms) 21:33 < mipe> btw. anyone got superkaramba built? 21:35 < sepp> btw ruby means "If you want change the status of pthread support, please recompile Ruby without "--enable-pthread" configure option or recompile Tcl/Tk with "--enable-threads" configure option" 21:37 < sepp> it does not fail but its in the log 22:04 < rxr> hm 22:04 < jsaw_> re 22:05 < jeru> hi jsaw 22:09 < mipe> rxr:http://koti.japo.fi/~pmika/t2-diff/ 22:10 < jsaw_> hi jeru 22:10 < mipe> rxr:all the changes i have made,i'll clean up them more after my trip(monday) 22:15 -!- mipe [~mipe@dsl10040.japo.fi] has quit ["sleep"] 22:16 < rxr> hi jsaw_ ! 22:20 < jsaw_> hi rxr :) 22:20 < rxr> jsaw_: how are you? 22:20 < rxr> (and all your family) 22:20 < jsaw_> tired... they're sleeping on the sofa behind me... :) 22:21 < jeru> zzzzZZZZZZ :) 22:21 < jsaw_> while I'm watching switchback 22:21 < jsaw_> :D 22:22 < rxr> hehe ,-) 22:22 < rxr> comments to the upcomming homepage ? 22:22 < rxr> mnemoc: OOO 2.0-beta released today ... = 22:25 < jsaw_> I tried to register but did not receive password...hmmm trying again 22:25 < rxr> oh f*ck 22:25 < rxr> don't try again 22:25 < jsaw_> ? 22:25 < rxr> I forgot that the tfh firewall will not let smtp out ... 22:25 < rxr> damn 22:26 < jsaw_> :P 22:26 < rxr> good that you remind me ... 22:26 < jsaw_> :) 22:27 < jeru> rxr: what other CMS do you've tested? 22:27 < jsaw_> btw, I'd prefer round edges in all corners of the dark blue bar... 22:27 < rxr> ... 22:28 < jsaw_> or fit the other boxes apropriately... 22:29 < jsaw_> (meaning, navigation: top-right+bottom left = hard edge 22:29 < jsaw_> ) 22:30 < rxr> I place it on my mental todo 22:30 < jsaw_> :D 22:30 < rxr> right behind adding real content .... 22:30 < jsaw_> :))) 22:33 < CIA-9> jeru * r7026 /trunk/package/network/plone/ (. plone.conf plone.desc): * added Plone CMS (2.0.5) 22:34 < rxr> cool 22:35 < rxr> I'm in the curl CHANGES file now ... 22:35 < rxr> fixed a -# crash when more data than expected was retrieved. 22:35 < rxr> ,-) 22:36 < CIA-9> rene * r7027 /trunk/package/base/curl/ (crash.patch curl.desc): * updated curl (7.13.0 -> 7.13.1) 22:36 < jeru> take a look at http://plone.org -> it's easy to setup 22:37 < rxr> have you used it already? 22:37 < jeru> yep ... 22:38 < jeru> I'm using it for some larger intranets atm 22:38 < jeru> the layout is fully changeable via CSS 22:39 < rxr> hm - I would rather avoid redoing all ... 22:39 < rxr> most themes of drupal are also modern html and css 22:42 < jeru> hm ... but the thing is, there a many modules available e.g. a very nice bugtracking system and 1001 modules more ... 22:42 < rxr> for drupal, too 22:42 < jeru> but I don't know drupal ... so I can't compare 22:43 < rxr> yeah - tons of ... 22:43 < jeru> ah ok 22:46 < rxr> http://drupal.org/project/releases 22:51 < CIA-9> rene * r7028 /trunk/package/network/iproute2/iproute2.desc: 22:51 < CIA-9> Minto van der Sluis : 22:51 < CIA-9> * marked iproute2 NOPARALLEL 22:52 < CIA-9> rene * r7029 /trunk/package/audio/alsa-tools/alsa-tools.conf: 22:52 < CIA-9> Minto van der Sluis : 22:52 < CIA-9> * fixed alsa-tools for x86-64 22:53 -!- Minto [~chatzilla@82-217-66-7.cable.quicknet.nl] has quit [Read error: 110 (Connection timed out)] 22:53 < CIA-9> rene * r7030 /trunk/package/x86/cpuburn/cpuburn.desc: 22:53 < CIA-9> Minto van der Sluis : 22:53 < CIA-9> * removed x86-64 from cpuburn (for now) 22:55 < CIA-9> rene * r7031 /trunk/scripts/functions: 22:55 < CIA-9> * fixed scripts/functions postflist_static_lib for lib64 (old style 22:55 < CIA-9> lib part tested - should work fine) 22:57 < mnemoc> re 22:59 < mnemoc> rxr: mnemoc: why do you set prefix in pkgprefix and not echo it fur further usage ... ? <---- what do you mean? 23:01 < mnemoc> rxr: i use a local var called prefix to keep the catched value and to use it on pkggetdir 23:05 < rxr> all fine ... 23:05 < rxr> can you check if the gnome14, gnome2 and kde now use it the way you ntended ... 23:05 < rxr> intended even ... 23:06 < mnemoc> 1456 builds total, 1383 completed fine, 73 with errors. <--- including regresions due to: sasl on kdebase, libexif breaking nautilus, pilot-link and pkgprefix 23:06 < mnemoc> ok 23:07 < rxr> ok == I utilize them correctly ? 23:07 < CIA-9> rene * r7032 /trunk/package/base/00-dirtree/00-dirtree.conf: 23:07 < CIA-9> Minto van der Sluis : 23:07 < CIA-9> * use real lib64 directories now that we try to differentiate them ... 23:07 < mnemoc> ok, i'll update and review :) 23:08 < mnemoc> why do i see the old site on http://www.t2-project.org/ ?? 23:09 < rxr> because we should do some content work before I use it as the new official one ... 23:09 < rxr> until then (some days) the old one stays ... 23:09 < mnemoc> new url? 23:09 < rxr> and gsmp might be down soon ... - du to relocation into a new room ... 23:09 < rxr> new url what ? 23:09 < mnemoc> new url to add content :) 23:10 < rxr> I still do not undertand your question ... 23:10 < mnemoc> "because we should do some content work before I use it as the new official one ..." 23:11 < mnemoc> we need it up, somewhere, to add the content needed before use it as the new official one 23:11 < rxr> www2.t2-project.org 23:11 < rxr> as it was the whole day ? 23:12 < mnemoc> i missed that.... copy&paste was faster than my brain 23:13 < mnemoc> thanks 23:13 < rxr> *lol* 23:13 < rxr> no problem ,-) 23:13 < rxr> www. is on our SDSL line 23:13 < rxr> www2 is @ thf-berlin.de 23:14 < rxr> a downtime is schedule for some *.tfh-berlin.de boxs (including gsmp) due to room relocation ... 23:14 < mnemoc> :) 23:14 < mnemoc> ok 23:14 < rxr> I do not yet know when ... - but in the next two or tree weeks ... 23:14 < rxr> I can call maddin tomorrow or so - he might know more exactly ... 23:14 < mnemoc> pkgprefix() should not be hung on Home/ 23:14 < mnemoc> i should learn to use drupal too :p 23:15 < rxr> normally all shows up as news on the frontpage 23:15 < _Ragnar_> re 23:15 < rxr> you can disable this by unchecking "propagate to frontpage" on the page you edit 23:15 < mnemoc> but it is on the menu, between Architectures and Targets 23:15 < rxr> however it is not to bad to highlight new content on the frontpage ... 23:16 < rxr> ah - yes 23:16 < mnemoc> wb _Ragnar_ 23:16 < _Ragnar_> thanks 23:16 < mnemoc> rxr: i'll create Core, Core/Functions, and attach it there 23:16 < rxr> let's introduce more top level topics for the book 23:16 < rxr> I do hit 23:16 < mnemoc> comments? 23:16 < rxr> hm 23:16 < mnemoc> just Functions/ ? 23:16 < rxr> what about using the structure of the current handbook? 23:17 < mnemoc> .oO( i have never read it )o 23:17 < mnemoc> ok 23:17 < rxr> I can take a look 23:17 < rxr> CIA is already lagging ... 23:18 < CIA-9> rene * r7033 /trunk/package/base/glibc/glibc.conf: 23:18 < CIA-9> Minto van der Sluis : 23:18 < CIA-9> * added lib64 for all library pathes to ld.so.conf - not only /lib64 23:18 < CIA-9> and /usr/lib64 23:18 < rxr> or not ,-() 23:18 < mnemoc> :p 23:20 < mnemoc> rxr: prefix=`pkgprefix -t glib12` <--- this is wrong 23:20 < mnemoc> pkgprefix -t only does abort/return 0 23:22 < rxr> is this HEAD? 23:22 < rxr> I think I fixed that ... 23:22 < mnemoc> i'm reviewing one by one the commits :) 23:22 -!- sepp [~sepp@p213.54.201.118.tisdip.tiscali.de] has quit [Read error: 104 (Connection reset by peer)] 23:22 < rxr> mnemoc: yes - fixed that 23:22 < rxr> review HEAD ... 23:23 < mnemoc> :p 23:23 < mnemoc> ok 23:23 < rxr> that was blindly coded from what I felt would do ... 23:24 < mnemoc> prefix=`pkgprefix prefix glib12` <--- this was not intended that way but works :) 23:25 < rxr> ouhm 23:26 < mnemoc> $prefix == `pkgprefix $pkg` 23:26 < mnemoc> $libdir == `pkgprefix libdir $pkg 23:26 < rxr> ouhm ... 23:26 < rxr> then remove that prefix ... 23:26 < mnemoc> _mom_ 23:27 < mnemoc> read the comment on pkgprefix() page 23:27 < jsaw_> rxr: am I right that, if I replace pkg="${1%=*}" ; xpkg="${1#*=}" in Build-Pkg with pkg=$1 ; xpkg=$1 23:27 < jsaw_> nothing will happen? 23:27 < jsaw_> eh, I mean nothing will go wrong? 23:27 < rxr> hehe 23:28 < jsaw_> right? 23:28 < rxr> looks like another pkgfork relict ... 23:28 < mnemoc> but what's the problem with the relict? 23:28 < rxr> yes, why do you want ? 23:28 < mnemoc> :) 23:28 < rxr> but this code is in rock for a long time already ... 23:28 < rxr> as proof of concept and for testing ... 23:29 < rxr> not exactly new since pkg-fork ... 23:29 < jsaw_> just want to hack a bit on the build "gcc-3.3" idea... 23:29 < rxr> hehe 23:29 < mnemoc> :) 23:29 < mnemoc> gcc-% ? 23:29 < jsaw_> yep 23:29 < rxr> yes this substitution is for this Build-Pkg gcc=abc thing ... 23:29 < jsaw_> is the variable "pkgargs" taken somewhere? 23:30 < rxr> pkg what ? 23:30 < mnemoc> afaik no 23:30 * rxr grepping 23:30 < rxr> hm 23:30 < mnemoc> is it? 23:31 < jsaw_> <- has been away for to long from the keyboard... .oO(could have grepped for it on my own) 23:31 < rxr> quick grep says no ... 23:31 < mnemoc> :) 23:31 < mnemoc> jsaw_: don't forget clisp :p 23:31 < jsaw_> ? 23:31 < rxr> to fix 23:31 < jsaw_> oh 23:31 < mnemoc> :) 23:31 < jsaw_> yeah right. 23:32 < mnemoc> it's quite anoying, and that gdb is literally _inmoratl_ 23:32 < rxr> mnemoc: looked into fedora CVS ? 23:32 < jsaw_> I have to get another computer running. My box is not stable enough when I run vmware...which I do (well I have to) often currently 23:32 < mnemoc> rxr: did you read the comment on pkgprefix() ? 23:33 < mnemoc> rxr: i wanted to vomit after remembering redhat's patches structure 23:33 < rxr> yep 23:33 < rxr> why ? 23:34 < mnemoc> mnemoc: looked into fedora CVS ? <--- i wont look into it ever again 23:34 < rxr> okok 23:34 < rxr> I do 23:34 < mnemoc> :) 23:34 < mnemoc> read the comment on pkgprefix() first! please :p 23:35 < rxr> I read them ... 23:35 < mnemoc> what do you think? 23:36 < rxr> what is the proble except that prefix can be stripped ? 23:37 < mnemoc> currently `pkgprefix $pkg` == `pkgprefix prefix $pkg` == $prefix 23:37 < mnemoc> i wondered about `pkgprefix prefix $pkg` == $root/$( pkgprefix $pkg ) 23:38 < mnemoc> to clean .conf-s even more 23:38 < mnemoc> but i'm not sure 23:38 < rxr> just pkgprefix glib12 23:38 < mnemoc> ok 23:38 < rxr> did not set prefix ... 23:38 < mnemoc> pkgprefix glib12 is not there to auto-set prefix 23:38 < mnemoc> it's to get the prefix 23:39 < rxr> IIRC it did not output it ... 23:39 < mnemoc> -t doesn't 23:39 < rxr> ah yes - maybe I have misremebered that one ... 23:40 < mnemoc> :) 23:40 < mnemoc> another thing, group includes. kde, gnome1, gnome2, xfce, .... 23:40 < mnemoc> can i standarize them into $group-conf.in ? 23:41 < mnemoc> .in for sourced stuff, .conf for package and extensions config only and .sh for user-space helpers 23:41 < mnemoc> kde_config.sh for example 23:41 < mnemoc> kde-conf.in 23:41 < rxr> can't find any lisp in fedora CVS 23:42 < mnemoc> :) 23:42 < rxr> yes, do so 23:42 < mnemoc> ok 23:42 < rxr> guess my farther goes crazzy right now ... 23:42 < mnemoc> he asked you to get unplugged? 23:43 < rxr> he is master craftman in eletronics since 198x and still has no master position 23:44 < rxr> and at his current work his lazzy superior does a lazzy life there and is never reachable when some not that experienced worker has a difficult problem he can not solf 23:44 < mnemoc> oh 23:44 < rxr> like now in the late shift ... 23:45 < jsaw_> hmmm... 23:45 < rxr> someone just called twice 23:45 here ... 23:45 < mnemoc> someone=boss? 23:45 < rxr> loO 23:45 < rxr> ringing again ... 23:45 < rxr> no - not bosss 23:45 < rxr> his boss is never reachable for problems ... 23:46 < rxr> well, ... 23:48 < CIA-9> rene * r7034 /trunk/package/base/sysfiles/etc_profile.txt: 23:48 < CIA-9> Minto van der Sluis : 23:48 < CIA-9> * added lib64 to the search pathes for pkgconfig 23:48 < rxr> so - what else was I about to do ? 23:48 < rxr> hm - topis for the book ... 23:48 < rxr> mnemoc: you clean the pkgprefix up on the way ? 23:49 < mnemoc> yes i'll do it 23:51 < mnemoc> can you edit the pages i write? 23:51 < mnemoc> i can't edit yours 23:51 < rxr> I'm admin I can all ,-) 23:51 < mnemoc> so it's doesn't work wiki-like 23:51 < rxr> the question if other normal users can - I thin with the current config, no 23:51 < mnemoc> i see no 'history' neither 23:51 < rxr> I can toggle it ... 23:52 < mnemoc> can you require 'commit log message'? 23:52 < rxr> have not seen a button for that ... 23:52 < rxr> I could alter the php code *g* 23:53 < mnemoc> :p 23:54 < rxr> is there no revisions tab on your side ? 23:55 < rxr> /view\_/edit\_/revision\ ? 23:55 < rxr> revision #0 revised by amery on 2005-03-04 23:44 view rollback delete revision #1 revised by amery on 2005-03-04 23:49 view rollback delete 23:56 < rxr> hm - strange haven't I altered that, too 23:56 < mnemoc> nonope 23:56 < rxr> ? 23:56 < mnemoc> s/^no// 23:57 < rxr> I removed \ from the ) and fixed the alias to not start with / .... 23:57 < mnemoc> send it upstream ;) 23:57 < rxr> I meant your pkgprefix() page ... 23:57 < mnemoc> i know 23:57 < rxr> upsream ? 23:57 < mnemoc> but that's a bug 23:58 < mnemoc> oh... i thought you have fixed the code 23:58 < mnemoc> ignore 23:58 < jsaw_> ok. basically would could pass extra options seperated with '-' after the real pkg name... (4 lines) 23:58 < jsaw_> s/would/we/ 23:58 < mnemoc> jsaw_: yes, that was my idea too 23:58 < rxr> let's discuss some wider vision after 2.1 right ? 23:58 < jsaw_> pkg=$1 ; xpkg=$1 23:58 < jsaw_> while [ ! -d package/*/$xpkg ]; do xpkg="${xpkg%-*}"; done 23:58 < jsaw_> pkgargs="${pkg#$xpkg}" ; pkgargs="${pkgargs#-}" ; pkgargs="${pkgargs//-/ }" 23:59 < mnemoc> i'm only woried about config phase of that 23:59 < jsaw_> that's it... 23:59 < jsaw_> rxr: this will not be used in 2.1 23:59 < mnemoc> Configuring Zope installation 23:59 < mnemoc> Testing for an acceptable Python interpreter... 23:59 < mnemoc> Python version 2.4 found at /usr/bin/python 23:59 < mnemoc> No suitable Python version found. You should install 23:59 < mnemoc> Python version 2.3.4 before continuing. Versions --- Log closed Sat Mar 05 00:00:05 2005