KDE 3.4: packages that require libc6 (>= 2.3.2.ds1-21)

2005-04-22 Thread Martin Steigerwald

Hello,

Today 

kfilereplace kimagemapeditor klinkstatus kommander kxsldbg 
mozilla-thunderbird-enigmail quanta

have been held back on apt-get dist-upgrade on my mostly Debian Sarge 
laptop.

The cause is this that those packages depend on libc6 (>= 2.3.2.ds1-21) 
but is installed 2.3.2.ds1-20 soll installiert.

Is that intentional? This would exclude Debian Sarge users from testing 
KDE 3.4. I can update to newer libc but would loose X related development 
packages.

Also there seem to be two kfilereplace packages with exact the same 
version numbers but differing dependencies...

[EMAIL PROTECTED]:/home/martin -> apt-cache show kfilereplace
Package: kfilereplace
Priority: optional
Section: kde
Installed-Size: 1094
Maintainer: Debian Qt/KDE Maintainers 
Architecture: i386
Source: kdewebdev
Version: 4:3.4.0-0pre3
Depends: kdelibs4 (>= 4:3.4.0), libc6 (>= 2.3.2.ds1-21), libgcc1 (>= 
1:3.4.1-3), libqt3c102-mt (>= 3:3.3.4), libstdc++5 (>= 1:3.3.4-1)
Suggests: quanta
Filename: ./kdewebdev/kfilereplace_3.4.0-0pre3_i386.deb
Size: 634372
MD5sum: 1ac709fea18e3a5c06a98f75ce419c26
Description: [...]

Package: kfilereplace
Status: install ok installed
Priority: optional
Section: kde
Installed-Size: 1094
Maintainer: Debian Qt/KDE Maintainers 
Architecture: i386
Source: kdewebdev
Version: 4:3.4.0-0pre3
Depends: kdelibs4 (>= 4:3.4.0), libc6 (>= 2.3.2.ds1-4), libgcc1 (>= 
1:3.4.1-3), libqt3c102-mt (>= 3:3.3.4), libstdc++5 (>= 1:3.3.4-1)
Suggests: quanta
Description: [...]

Here is a snippet from my sources.list:

# KDE 3.4
deb http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./

# X.org
deb http://neo.wh-stuttgart.de/debian sid xorg
deb-src http://neo.wh-stuttgart.de/debian sid xorg

# Kalyxo.org: FreeNX, FuseKio, GTK-Qt Theme Engine KNetworkConf
deb http://archive.kalyxo.org/ staging main
# deb http://archive.kalyxo.org/ experimental main

# Debian Sarge von debian.n-ix.net
deb http://debian.n-ix.net/debian/ sarge main non-free contrib
deb-src http://debian.n-ix.net/debian/ sarge main non-free contrib
deb http://debian.n-ix.net/debian-non-US/ sarge/non-US main non-free 
contrib
deb-src http://debian.n-ix.net/debian-non-US/ sarge/non-US main non-free 
contrib

# Debian Sid
deb http://ftp.freenet.de/debian/ sid main non-free contrib
deb-src http://ftp.freenet.de/debian/ sid main non-free contrib

Regards,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: KDE 3.4: packages that require libc6 (>= 2.3.2.ds1-21)

2005-04-22 Thread Pierre Habouzit
> Is that intentional? This would exclude Debian Sarge users from
> testing KDE 3.4. I can update to newer libc but would loose X related
> development packages.

kde 3.4 won't be shipped with sarge. kde 3.3.2 will. if you want to use 
kde 3.4 atm, you have to use unstable, or wait until sarge is out, and 
the kde 3.4 migration into etch.

-- 
·O·  Pierre Habouzit
··O
OOOhttp://www.madism.org


pgpULXQCWC081.pgp
Description: PGP signature


Re: KDE 3.4: packages that require libc6 (>= 2.3.2.ds1-21)

2005-04-22 Thread Achim Bohnet
On Friday 22 April 2005 13:16, Pierre Habouzit wrote:
> > Is that intentional? This would exclude Debian Sarge users from
> > testing KDE 3.4. I can update to newer libc but would loose X related
> > development packages.
> 
> kde 3.4 won't be shipped with sarge. kde 3.3.2 will. if you want to use 
> kde 3.4 atm, you have to use unstable, or wait until sarge is out, and 
> the kde 3.4 migration into etch.

Or if libc is the only dependency problem (re)build it yourself
Martin. It's not complicated.

Achim

> 
> -- 
> ÂOÂ  Pierre Habouzit
> ÂÂO
> OOOhttp://www.madism.org
> 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]



Re: KDE 3.4: packages that require libc6 (>= 2.3.2.ds1-21)

2005-04-22 Thread Adeodato Simó
* Martin Steigerwald [Fri, 22 Apr 2005 12:55:49 +0200]:

> The cause is this that those packages depend on libc6 (>= 2.3.2.ds1-21) 
> but is installed 2.3.2.ds1-20 soll installiert.

> Is that intentional? This would exclude Debian Sarge users from testing 
> KDE 3.4.

  libc6 2.3.2.ds1-21 is intended for sarge, which means that should be
  safe to install it from unstable today.

> I can update to newer libc but would loose X related development 
> packages.

  You shouldn't. What command are you using to install libc6 from
  unstable? Try:

# apt-get install -t unstable `grep-status -Fsource glibc |
   grep-dctrl -Fstatus installed -ns package`

  Or:

# apt-get install `grep-status -Fsource glibc | grep-dctrl -Fstatus 
installed
 -ns package | sed -e s/$/=2.3.2.ds1-21/`

  Basically, mention each installed package from the libc sources in the
  command line. I believe your "but would loose X related development
  packagse" is related to only upgrading libc6 and not libc6-dev at the
  same time.

  Also, next time please use debian-kde@lists.debian.org instead of
  debian-qt-kde: there's more people there who can both help you, and
  benefit from answers. Thanks.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Listening to: The Magnetic Fields - I Die
 
He has never been known to use a word that might send a reader to the
dictionary.
-- William Faulkner (about Ernest Hemingway)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: KDE 3.4: packages that require libc6 (>= 2.3.2.ds1-21)

2005-04-22 Thread Martin Steigerwald
Am Freitag 22 April 2005 15:18 schrieb Adeodato Simó:

> > I can update to newer libc but would loose X related development
> > packages.
>
>   You shouldn't. What command are you using to install libc6 from
>   unstable? Try:
>
> # apt-get install -t unstable `grep-status -Fsource glibc |
>grep-dctrl -Fstatus installed -ns
> package`
>
>   Or:
>
> # apt-get install `grep-status -Fsource glibc | grep-dctrl -Fstatus
> installed -ns package | sed -e s/$/=2.3.2.ds1-21/`

Hello,

none of those. I just did:

apt-get install libc6=2.3.2.ds1-21

I do those things manually usually since I didn't know / think of how to 
automate it.

Well extending it to:

apt-get install libc6=2.3.2.ds1-21 libc6-dev=2.3.2.ds1-21 
locales=2.3.2.ds1-21 glibc-doc=2.3.2.ds1-21

does the job. 

Thanks for the tip. This might ease up some of my package transitions in 
the future. 

>   Also, next time please use debian-kde@lists.debian.org instead of
>   debian-qt-kde: there's more people there who can both help you, and
>   benefit from answers. Thanks.

Ok. I was a bit unsure on where to post this. When someone asks on 
debian-kde I can give the answer I found here. 

Regards,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de



building kdebase-3.4.0 failing

2005-04-22 Thread Lex Hider
Hi,
Apologies in advance if this is the incorrect place to post, please
point me in the right direction if this is the case.

I'm using sarge. My problem is with compiling the kde3.4.0 sources
from the kde.org tarballs.

After building and installing arts and kdelibs I got to build kdebase.

It fails with the following:


make[3]: *** No rule to make target
`/usr/include/kbookmarknotifier.h', needed by
`kbookmarknotifier.kidl'.  Stop.
make[3]: Leaving directory
`/home/lexhider/Workspace/KDE/kdebase-3.4.0/konqueror/keditbookmarks'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/lexhider/Workspace/KDE/kdebase-3.4.0/konqueror'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lexhider/Workspace/KDE/kdebase-3.4.0'
make: *** [all] Error 2

I'd really appreciate any help with this.

Lex.