Re: dialy wine: for woody?

2002-12-23 Thread tomas pospisek
On 23 Dec 2002, Andreas Goesele wrote:

> Thanks for answering. But I'm looking for woody packages. And the
> libwine there doesn't look like woody. I get with wine from there:
[...]
> Sorry, but the following packages have unmet dependencies:
>   libwine: Depends: libc6 (>= 2.3.1-1) but 2.2.5-11.2 is to be installed
>Depends: libncurses5 (>= 5.3.20021109-1) but 5.2.20020112a-7 is to 
> be installed

You might just as well check if installing those two libraries would have
a big effect.

apt-get install -s -t sid libwine libc6 libncurses5

(This is out of my head, you might want to check the options)

You have to add unstable sources to your apt/sources.list and pinpoint
them to stable.

I guess the impact will be pretty minimal.
*t

--
  to
ma  will kill for oil
  s
p




KDevelop 2.1.4 and KDoc for woody uploaded

2002-12-23 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I just uploaded kdevelop-2.1.4 from the KDE 3.0.5 release together with a kdoc 
from HEAD (which doesn't have much changes, just rusty's updates for the 
debian dir). The Packages and Sources files have been updated, too, so if 
you're using KDE-3.0.5a packages from yesterday, an apt-get update should 
bring it to you :-)

The kdebindings package won't compile due to problems in the qtc source which 
require linked-in qt styles which are used as plugins in qt in case you may 
ask where that package is.

Ralf
- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+BwT0u0nKi+w1Ky8RAiumAKCPUgPR1JIgvq9x3QCDOhf9UPIS2ACfaq4M
cQiiRvoqxpYIeESxyg3j7IU=
=XoDb
-END PGP SIGNATURE-





Building kdelibs (unstable) from source package?

2002-12-23 Thread Michael Schuerig

I'm trying to build the kdelibs (3.0.4; unstable) from the source 
package, but for some reason that I don't understand it fails. Here are 
the last few lines of output from debuild -us -uc

*** Creating configure.in
make[2]: Entering directory `/tmp/kdelibs-3.0.4'
make[3]: Entering directory `/tmp/kdelibs-3.0.4'
make[3]: Leaving directory `/tmp/kdelibs-3.0.4'
make[3]: Entering directory `/tmp/kdelibs-3.0.4'
make[3]: Leaving directory `/tmp/kdelibs-3.0.4'
make[2]: Leaving directory `/tmp/kdelibs-3.0.4'
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader2.50: `config.h.in' is created
*** Creating Makefile templates
automake: kdoctools/Makefile.am: object `kgzipfilter.$(OBJEXT)' created 
both with libtool and without

[snip]

automake: kjs/Makefile.am: object `property_map.$(OBJEXT)' created both 
with libtool and without
automake: kjs/Makefile.am: object `nodes2string.$(OBJEXT)' created both 
with libtool and without
automake: kparts/tests/Makefile.am: object `notepad.$(OBJEXT)' created 
both with libtool and without
make[1]: *** [cvs] Error 1
make[1]: Leaving directory `/tmp/kdelibs-3.0.4'
make: *** [configure-stamp] Error 2
debuild: fatal error at line 456:

I suspected the problem was due to autoconf/-make or something and 
downgraded to autoconf2.53, which didn't help, though.


Michael

-- 
Michael Schuerig  If at first you don't succeed...
mailto:[EMAIL PROTECTED]   try, try again.
http://www.schuerig.de/michael/   --Jerome Morrow, "Gattaca"




Re: Building kdelibs (unstable) from source package?

2002-12-23 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Montag, 23. Dezember 2002 14:14, Michael Schuerig wrote:
> I'm trying to build the kdelibs (3.0.4; unstable) from the source
> package, but for some reason that I don't understand it fails. Here are
> the last few lines of output from debuild -us -uc
>
> *** Creating configure.in
> make[2]: Entering directory `/tmp/kdelibs-3.0.4'
> make[3]: Entering directory `/tmp/kdelibs-3.0.4'
> make[3]: Leaving directory `/tmp/kdelibs-3.0.4'
> make[3]: Entering directory `/tmp/kdelibs-3.0.4'
> make[3]: Leaving directory `/tmp/kdelibs-3.0.4'
> make[2]: Leaving directory `/tmp/kdelibs-3.0.4'
> *** Creating aclocal.m4
> *** Creating configure
> *** Creating config.h template
> WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
> WARNING: and `config.h.top', to define templates for `config.h.in'
> WARNING: is deprecated and discouraged.
>
> WARNING: Using the third argument of `AC_DEFINE' and
> WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
> WARNING: `acconfig.h':
>
> WARNING:   AC_DEFINE([NEED_MAIN], 1,
> WARNING: [Define if a function `main' is needed.])
>
> WARNING: More sophisticated templates can also be produced, see the
> WARNING: documentation.
> autoheader2.50: `config.h.in' is created
> *** Creating Makefile templates
> automake: kdoctools/Makefile.am: object `kgzipfilter.$(OBJEXT)' created
> both with libtool and without
>
> [snip]
>
> automake: kjs/Makefile.am: object `property_map.$(OBJEXT)' created both
> with libtool and without
> automake: kjs/Makefile.am: object `nodes2string.$(OBJEXT)' created both
> with libtool and without
> automake: kparts/tests/Makefile.am: object `notepad.$(OBJEXT)' created
> both with libtool and without
> make[1]: *** [cvs] Error 1
> make[1]: Leaving directory `/tmp/kdelibs-3.0.4'
> make: *** [configure-stamp] Error 2
> debuild: fatal error at line 456:
>
> I suspected the problem was due to autoconf/-make or something and
> downgraded to autoconf2.53, which didn't help, though.

Use automake 1.5, autoconf 2.53, uninstall libtool.

And build 3.0.5a which includes the security patches :-)

Ralf
>
>
> Michael
>
> --
> Michael Schuerig  If at first you don't succeed...
> mailto:[EMAIL PROTECTED]   try, try again.
> http://www.schuerig.de/michael/   --Jerome Morrow, "Gattaca"

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Bw2Qu0nKi+w1Ky8RAucbAKCLW/4G168GJ9Z52RZNXlZFbkR1fgCeIl6s
idvPfokct61jhQ7Oizt24MA=
=mNQ7
-END PGP SIGNATURE-





Re: Building kdelibs (unstable) from source package?

2002-12-23 Thread Julien Louis
On Mon, Dec 23, 2002 at 02:20:16PM +0100, Ralf Nolden wrote:
> 
> And build 3.0.5a which includes the security patches :-)
 
The compile fails when i use gcc-3.2, but works when i use gcc-2.95.
When i run the configure script it fails at:
checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt)
not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

Any solution to use gcc-3.2 ?
-- 
The one sure way to make a lazy man look respectable is to put a fishing
rod in his hand.




Re: Building kdelibs (unstable) from source package?

2002-12-23 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Montag, 23. Dezember 2002 16:06, Julien Louis wrote:
> On Mon, Dec 23, 2002 at 02:20:16PM +0100, Ralf Nolden wrote:
> > And build 3.0.5a which includes the security patches :-)
>
> The compile fails when i use gcc-3.2, but works when i use gcc-2.95.
> When i run the configure script it fails at:
> checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library qt-mt)
> not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
>
> Any solution to use gcc-3.2 ?
Recompile qt-3.0.5 with gcc-3.2 ?

Ralf
> --
> The one sure way to make a lazy man look respectable is to put a fishing
> rod in his hand.

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Byp0u0nKi+w1Ky8RAgpXAKCsahnBLZqAyqt1Mide19z3krykGgCdFeSY
I/NSW20DI/UM3460V/3/pt0=
=EHYO
-END PGP SIGNATURE-





Re: KDE 3.0.5a Packages for Woody uploaded

2002-12-23 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sonntag, 22. Dezember 2002 23:22, Ralf Nolden wrote:
> Hi there,
>
> I just finished uploading packages for KDE 3.0.5a to the kde masterserver.
> After syncing, you should be able to use them over the usual apt-get line:
>
> deb http://download. [your countrycode here]
> .kde.org/pub/kde/stable/latest/Debian/woody/ ./

I updated kdelibs to -0woody2 today because it was missing the ktip patch. If
your ktip windows are too wide, update :-)

Ralf
- --
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+By21u0nKi+w1Ky8RAlFfAJ9Iw37I7iKl+ZEa0KHXMZD9bHb3kQCeNpw+
5HKZ6zNGPIvh+1+Bh3jCvWw=
=NkFE
-END PGP SIGNATURE-





Re: KDE 3.0.5a Packages for Woody uploaded

2002-12-23 Thread Pablo de Vicente
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Dom 22 Dic 2002 23:22, Ralf Nolden escribió:
> Hi there,
>
> I just finished uploading packages for KDE 3.0.5a to the kde masterserver.
> After syncing, you should be able to use them over the usual apt-get line:
>
> deb http://download. [your countrycode here]
> .kde.org/pub/kde/stable/latest/Debian/woody/ ./
>
> This works for sid (replace woody with sid in the above line) again, too
> after updating the symlink to the according 3.0.4 packages. Packages for
> sid couldn't be built due to the libfontconfig problem (qt-configure check
> failed in the packages), but I guess most people can live with that until
> christmas
>
> :-) At least people using KDE 3 on woody can feel secure again :-)
>
> Merry Christmas,
>
> Ralf

 Ralf,

 First of all thanks for you effort. Now the bad news. I have upgraded from 
3.0.4 to 3.0.5a and in the change I have recovered an old bug, the message 
window with tool tips that usualy appears when starting applications spans 
the whole screen instead of having a reasonable size. This problem was solved 
for some 3.0.x release but has reappeared again and I am almost sure it does 
not depend on libqt-3.0.5-4 because I have only upgraded the KDE packages and 
not the qt library.

regards,

Pablo de Vicente.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+B18NSItUpHl6kJERAjLIAJ4koqMJZoOzBvXms+YFJPBJuyLRpwCfWfVX
cFGAC/WggEQ1TmHW3AOy7Gc=
=502v
-END PGP SIGNATURE-




Re: KDE 3.0.5a Packages for Woody uploaded

2002-12-23 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Montag, 23. Dezember 2002 20:07, Pablo de Vicente wrote:
>  Ralf,
>
>  First of all thanks for you effort. Now the bad news. I have upgraded from
> 3.0.4 to 3.0.5a and in the change I have recovered an old bug, the message
> window with tool tips that usualy appears when starting applications spans
> the whole screen instead of having a reasonable size. This problem was
> solved for some 3.0.x release but has reappeared again and I am almost sure
> it does not depend on libqt-3.0.5-4 because I have only upgraded the KDE
> packages and not the qt library.

Fixed this afternoon, please update. It's a known bug in kdelibs with qt > 
3.0.3 where I used a patch for the 3.0.4 packages to work around that and 
forgot to apply that yesterday and remembered it tonight :-)

Ralf
>
> regards,
>
> Pablo de Vicente.

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+B34Cu0nKi+w1Ky8RAomiAKCwSBHcJnZ9HKYRsvI3oc6ZdNzs9ACfa6sM
i8tehm8LN98I2PUir7R1MKY=
=KMl0
-END PGP SIGNATURE-





Re: Building kdelibs (unstable) from source package?

2002-12-23 Thread Michael Schuerig
On Monday 23 December 2002 14:20, Ralf Nolden wrote:
> On Montag, 23. Dezember 2002 14:14, Michael Schuerig wrote:
> > I'm trying to build the kdelibs (3.0.4; unstable) from the source
> > package, but for some reason that I don't understand it fails.

> Use automake 1.5, autoconf 2.53, uninstall libtool.

Sigh. Is there any way to understand this stuff? I have no idea how I 
would have had to go about to find this out for myself. Some time ago 
I've even (partially) read the Autoconf book, but it doesn't help in 
cases such as this.

> And build 3.0.5a which includes the security patches :-)

Do the (binary) packages work on unstable, too? I don't yet get that 
much fun out of building the packages. In fact, for 3.0.x I'm only 
doing it because I want to track down why Bookcase instantly crashes on 
my system. For this, I need some way to debug into kdelibs and qt and I 
only want to build them myself.

Michael

-- 
Michael Schuerig  If at first you don't succeed...
mailto:[EMAIL PROTECTED]   try, try again.
http://www.schuerig.de/michael/   --Jerome Morrow, "Gattaca"




Re: Building kdelibs (unstable) from source package?

2002-12-23 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Montag, 23. Dezember 2002 23:24, Michael Schuerig wrote:
> On Monday 23 December 2002 14:20, Ralf Nolden wrote:
> > On Montag, 23. Dezember 2002 14:14, Michael Schuerig wrote:
> > > I'm trying to build the kdelibs (3.0.4; unstable) from the source
> > > package, but for some reason that I don't understand it fails.
> >
> > Use automake 1.5, autoconf 2.53, uninstall libtool.
>
> Sigh. Is there any way to understand this stuff? I have no idea how I
> would have had to go about to find this out for myself. Some time ago
> I've even (partially) read the Autoconf book, but it doesn't help in
> cases such as this.
>
> > And build 3.0.5a which includes the security patches :-)
>
> Do the (binary) packages work on unstable, too? I don't yet get that
> much fun out of building the packages. In fact, for 3.0.x I'm only
> doing it because I want to track down why Bookcase instantly crashes on
> my system. For this, I need some way to debug into kdelibs and qt and I
> only want to build them myself.
I'd give it a try, but debugging *into* kdelibs and qt requires a kdelibs and 
qt with debugging enabled. Which you haven't unless you build them yourself 
:-)

I'd try debugging the program first.

Ralf

>
> Michael
>
> --
> Michael Schuerig  If at first you don't succeed...
> mailto:[EMAIL PROTECTED]   try, try again.
> http://www.schuerig.de/michael/   --Jerome Morrow, "Gattaca"

- -- 
We're not a company, we just produce better code at less costs.
- 
Ralf Nolden
[EMAIL PROTECTED]

The K Desktop Environment   The KDevelop Project
http://www.kde.org  http://www.kdevelop.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+B5QTu0nKi+w1Ky8RAuQVAJsHuk3Rs08AjK4/qPbmpfXq+5uWdACgqbze
RbuTyj20NDu0Pz1DqR9Ju4A=
=qnF4
-END PGP SIGNATURE-





Re: Building kdelibs (unstable) from source package?

2002-12-23 Thread Michael Schuerig
On Monday 23 December 2002 23:54, Ralf Nolden wrote:
> On Montag, 23. Dezember 2002 23:24, Michael Schuerig wrote:

> > In fact, for 3.0.x I'm
> > only doing it because I want to track down why Bookcase instantly
> > crashes on my system. For this, I need some way to debug into
> > kdelibs and qt and I only want to build them myself.
>
> I'd give it a try, but debugging *into* kdelibs and qt requires a
> kdelibs and qt with debugging enabled. Which you haven't unless you
> build them yourself

Yes, I'm building those two myself, but I want to avoid building all of 
KDE myself.

> I'd try debugging the program first.

I've tried that already some time ago, but the crash happens somewhere 
deep down

#0  0x408e4d5f in free () from /usr/lib/libkdecore.so.4
#1  0x4097c6f4 in __builtin_delete () from 
/usr/lib/libstdc++-libc6.2-2.so.3
#2  0x40d8c4f4 in QGList::removeRef () from /usr/lib/libqt-mt.so.3
#3  0x40b4c251 in QApplication::sendPostedEvents () from 
/usr/lib/libqt-mt.so.3
#4  0x40bbc7a9 in QWidget::polish () from /usr/lib/libqt-mt.so.3
#5  0x40c6b780 in QSplitter::minimumSizeHint () from 
/usr/lib/libqt-mt.so.3
#6  0x40c44f6d in QMainWindowLayout::minimumSize () from 
/usr/lib/libqt-mt.so.3
#7  0x40b814f5 in QBoxLayout::setupGeom () from /usr/lib/libqt-mt.so.3
#8  0x40b801bd in QBoxLayout::sizeHint () from /usr/lib/libqt-mt.so.3
#9  0x40b465ef in QLayout::totalSizeHint () from /usr/lib/libqt-mt.so.3
#10 0x40c46c3f in QMainWindow::sizeHint () from /usr/lib/libqt-mt.so.3
#11 0x40bbbc94 in QWidget::show () from /usr/lib/libqt-mt.so.3
#12 0x40c46be3 in QMainWindow::show () from /usr/lib/libqt-mt.so.3
#13 0x08073dd5 in main ()
#14 0x4109ca5f in __libc_start_main () from /lib/libc.so.6

I have no idea what's happening, but I want to try Bookcase and so have 
to do something about this. Besides, I want to learn how to debug this 
kind of thing.

Michael

-- 
Michael Schuerig  If at first you don't succeed...
mailto:[EMAIL PROTECTED]   try, try again.
http://www.schuerig.de/michael/   --Jerome Morrow, "Gattaca"




after dist-upgrading konsole won't load: returns SIGSEGV error

2002-12-23 Thread Jason Vagner
Hi.

I recently installed off a KNOPPIX HDD install. Everything went fine.

I apt-get update, apt-get upgrade and everything is fine.

Then I apt-get dist-upgrade and it loads a bunch of stuff. Most
everything at this point seems fine except that "konsole" won't run
anymore. Returns a crash wizard screen.

I look around, edit apt.conf and change "testing" to "stable",
dist-upgrade once more. A bunch of new files download, still no
konsole. I can't find any other kde app that won't run properly, and
even more strangely, the root account had saved the desktop profile
with a konsole window open, and if I log in, *THAT* konsole app loads
fine/runs fine. Attempts to load new konsoles fail.

Any help would be greatly appreciated.

J.

P.S. -- as an afterthought, where does apt keep track of whether one is
committed to woody or sid, and when dist-upgrading, is there a stable &
testing version of the new one, in this case, sid? Still not quite sure
what I did there. Thanks.

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com