Re: [th] dia segfault

2007-01-01 Thread Arkadiusz Miskiewicz
On Tuesday 02 January 2007 00:54, Tomasz Pala wrote: > On Mon, Jan 01, 2007 at 11:50:33PM +0100, Szymon Siwek wrote: > > > I don't know how to cope with this, the program doesn't work at all. > > > > dia <= 0.95.1 doesn't work with python-2.5 (I guess) > > Confirmed. > http://lists.opensuse.org/ope

Re: [th] dia segfault

2007-01-01 Thread Tomasz Pala
On Mon, Jan 01, 2007 at 11:50:33PM +0100, Szymon Siwek wrote: > > > > I don't know how to cope with this, the program doesn't work at all. > > > dia <= 0.95.1 doesn't work with python-2.5 (I guess) Confirmed. http://lists.opensuse.org/opensuse-commit/2006-11/msg00101.html It's fixed in dia CVS t

Re: galeon

2007-01-01 Thread wrobell
On Mon, Jan 01, 2007 at 10:55:10PM +0100, Jakub Bogusz wrote: > On Mon, Jan 01, 2007 at 05:01:59PM +0100, Marcin Król wrote: > > I've been trying to get galeon running with xulrunner, w/o success. It > > compiles cleanly, but it crashes right after displaying browser window. > > The weird thing is

[th] dia segfault

2007-01-01 Thread Szymon Siwek
On Mon, Jan 01, 2007 at 11:30:26PM +0100, Tomasz Pala wrote: > On Mon, Jan 01, 2007 at 05:49:08PM +0100, Artur Frysiak wrote: > > > > Remove *.la, test dia, commit. ;-) > > *** glibc detected *** dia: free(): invalid pointer: 0x09474ea0 *** > > I don't know how to cope with this, the program doe

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Tomasz Pala
On Mon, Jan 01, 2007 at 05:49:08PM +0100, Artur Frysiak wrote: > > Remove *.la, test dia, commit. ;-) *** glibc detected *** dia: free(): invalid pointer: 0x09474ea0 *** I don't know how to cope with this, the program doesn't work at all. -- Tom Pala <[EMAIL PROTECTED]> http://vfmg.s

Re: galeon

2007-01-01 Thread Marcin Król
> Yes, it is. No releases are made however, just snapshots from trunk. > Maybe we should use one? I'll give it a try. Oops! These are binary ones. I'll try to google out some security patches for 1.8.0.4 instead. M. ___ pld-devel-en mailing list pld-dev

Re: galeon

2007-01-01 Thread Marcin Król
> BTW, is xulrunner maintained? There was no release since July 2006 and > probably that release contains many security bugs fixed in > firefox/thunderbird/seamonkey during last six months :/ Yes, it is. No releases are made however, just snapshots from trunk. Maybe we should use one? I'll give it

Re: galeon

2007-01-01 Thread Jakub Bogusz
On Mon, Jan 01, 2007 at 05:01:59PM +0100, Marcin Król wrote: > I've been trying to get galeon running with xulrunner, w/o success. It > compiles cleanly, but it crashes right after displaying browser window. > The weird thing is when I try to debug the problem with gdb it doesn't > crash. Someone h

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Jakub Bogusz
On Mon, Jan 01, 2007 at 03:44:46PM +, wrobell wrote: > Ad 3) > apr-util modularizes database support (i.e. postgresql, sqlite) and *-devel > stuff > really does not require mysql devel stuff. Moreover mysql stuff is not even > part of official apr-util distribution (see source no 1 in apr-util

Re: galeon

2007-01-01 Thread Marcin Król
> It looks like some race condition between threads. Never mind, packaging *.manifest files fixed this problem :) M. ___ pld-devel-en mailing list pld-devel-en@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Artur Frysiak
2007/1/1, Tomasz Pala <[EMAIL PROTECTED]>: > On Mon, Jan 01, 2007 at 05:10:55PM +0100, Arkadiusz Miskiewicz wrote: > > > > Depends on the answer for a question - why *.la files are in dia? > > Dunno, because kloczek has added them;) Remove *.la, test dia, commit. ;-) -- Artur Frysiak http://www.p

env-update broken

2007-01-01 Thread Tomasz Pala
File /etc/env.d/HOME_ETC comes with setup package and states: #HOME_ETC=$HOME/etc when uncommented - env-update puts into /etc/profile.env HOME_ETC=/root/etc The script should rewrite /etc/env.d/* contents literally. -- Tom Pala <[EMAIL PROTECTED]> http://vfmg.sourceforge.net/

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Tomasz Pala
On Mon, Jan 01, 2007 at 05:10:55PM +0100, Arkadiusz Miskiewicz wrote: > > Depends on the answer for a question - why *.la files are in dia? Dunno, because kloczek has added them;) -- Tom Pala <[EMAIL PROTECTED]> http://vfmg.sourceforge.net/ htt

Re: galeon

2007-01-01 Thread Tomasz Pala
On Mon, Jan 01, 2007 at 05:01:59PM +0100, Marcin Król wrote: > The weird thing is when I try to debug the problem with gdb it doesn't > crash. Someone have an idea for source of such behaviour? It looks like some race condition between threads. -- Tom Pala <[EMAIL PROTECTED]> http://vf

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Arkadiusz Miskiewicz
On Monday 01 January 2007 17:05, Tomasz Pala wrote: > On Mon, Jan 01, 2007 at 04:46:24PM +0100, Arkadiusz Miskiewicz wrote: > > pluto is slowly fixing kde library loaders to use *.so files directly. > > When that's done we will move *.la files to -devel subpackages and such > > problem will disappe

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Tomasz Pala
On Mon, Jan 01, 2007 at 04:46:24PM +0100, Arkadiusz Miskiewicz wrote: > > pluto is slowly fixing kde library loaders to use *.so files directly. When > that's done we will move *.la files to -devel subpackages and such problem > will disappear. I see. And how about non-KDE apps like dia? /usr/

galeon

2007-01-01 Thread Marcin Król
I've been trying to get galeon running with xulrunner, w/o success. It compiles cleanly, but it crashes right after displaying browser window. The weird thing is when I try to debug the problem with gdb it doesn't crash. Someone have an idea for source of such behaviour? BTW: galeon requires whole

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Arkadiusz Miskiewicz
On Monday 01 January 2007 16:35, Tomasz Pala wrote: > Hello, > > I don't know if I've missed something, but is this really necessary to > install *-devel subpackages for things like: > > koffice-kword-1.6.0-1 marks pcre-devel-7.0-1 (cap > libtool(/usr/lib/libpcre.la)) > > or is this only effect of

Re: [Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread wrobell
On Mon, Jan 01, 2007 at 04:35:24PM +0100, Tomasz Pala wrote: > Hello, > > I don't know if I've missed something, but is this really necessary to > install *-devel subpackages for things like: > > koffice-kword-1.6.0-1 marks pcre-devel-7.0-1 (cap > libtool(/usr/lib/libpcre.la)) > > or is this on

[Th] libtool(/usr/lib/*.la) dependencies

2007-01-01 Thread Tomasz Pala
Hello, I don't know if I've missed something, but is this really necessary to install *-devel subpackages for things like: koffice-kword-1.6.0-1 marks pcre-devel-7.0-1 (cap libtool(/usr/lib/libpcre.la)) or is this only effect of 'file-issue'? -- Tom Pala <[EMAIL PROTECTED]> http://vf

[Ac] AMD64 kernel oops with rootfs on reiserfs with quota

2007-01-01 Thread Tomasz Pala
Hi, I've tried: 2.6.16.29 2.6.16.32 2.6.16.35 2.6.16.36 2.6.18 grsecurity-2.6.16.32 grsecurity-2.6.16.35 grsecurity-2.6.18 from AC/ready/supported/test - all I've found. Every one of them oopses on system boot while remounting,rw my reiserfs root partition with quota_v2. The last working kernel