Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] KDE SC 4.9 packages coming into QT KDE repo  (Read 14511 times)

Offline Lanzi

  • User
  • Posts: 1.777
[EN] RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #15 on: 2013/01/26, 01:58:42 »
Hi Dibl:

I have the same:
deb http://qt-kde.debian.net/debian experimental-snapshots main
deb-src http://qt-kde.debian.net/debian experimental-snapshots main

Intsall Keyring with: apt-get install pkg-kde-archive-keyring

Quote

root@Siduction:~# apt-cache policy kdm

kdm:
  Installiert:           4:4.8.4-5
  Installationskandidat: 4:4.8.4-6

  Versionstabelle:
    4:4.9.5-0r2 0
        100 http://qt-kde.debian.net/debian/ experimental-snapshots/main amd64 Packages
     4:4.8.4-6 0
        500 http://ftp.de.debian.org/debian/ unstable/main amd64 Packages
 *** 4:4.8.4-5 0
        500 http://ftp.de.debian.org/debian/ testing/main amd64 Packages
        100 /var/lib/dpkg/status


So, maybe you don't have the right keyring?


BTW: Devil mentiond transferring everything to KDE-Next

Quote

#Siduction: KDE Next
deb http://packages.siduction.org/kdenext experimental main


But right now, The repo is not active.

Offline Lanzi

  • User
  • Posts: 1.777
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #16 on: 2013/01/26, 02:00:46 »
now I see that your source is missing an / in the end...
Don't know if this is important.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #17 on: 2013/01/26, 02:56:21 »
Thanks for the tips, Lanzi!

But ...

Code: [Select]
root@imerabox:/home/don# apt-get install pkg-kde-archive-keyring
Reading package lists... Done
Building dependency tree      
Reading state information... Done
pkg-kde-archive-keyring is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@imerabox:/home/don# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


:(
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline Lanzi

  • User
  • Posts: 1.777
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #18 on: 2013/01/26, 02:59:45 »
so, it's like devil said, you need tu upgrade KDE manually.
Everything in experimental repos ist not upgraded automatically, this would destroy any rtunning system.

Try:
apt-cache policy kde-window-manager

and then:
apt-get install kde-window-manager kmix nepomuk-core-runtime

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #19 on: 2013/01/26, 05:32:17 »
Yep, OK, tried that and have some problem:

Code: [Select]
root@imerabox:/home/don# apt-get install nepomuk-core-runtime
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nepomuk-core-runtime : Depends: libkdecore5 (>= 4:4.9) but 4:4.8.4-4 is to be installed
                        Depends: libkdeui5 (>= 4:4.9) but 4:4.8.4-4 is to be installed
                        Depends: libkidletime4 (>= 4:4.9) but 4:4.8.4-4 is to be installed
                        Depends: libkio5 (>= 4:4.9) but 4:4.8.4-4 is to be installed
                        Depends: libnepomukcore4 (= 4:4.9.5-0r0) but it is not going to be installed
                        Depends: libnepomuksync4 (= 4:4.9.5-0r0) but it is not going to be installed
                        Depends: libsolid4 (>= 4:4.9) but 4:4.8.4-4 is to be installed
                        Depends: libsoprano4 (>= 2.8.0) but 2.7.6+dfsg.1-2 is to be installed
E: Unable to correct problems, you have held broken packages.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline reddark

  • User
  • Posts: 1.051
    • http://www.klangruinen.de/
KDE SC 4.9 packages coming into QT KDE repo
« Reply #20 on: 2013/01/26, 10:06:19 »
Code: [Select]
apt-get dist-upgrade -t experimental-snapshots

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #21 on: 2013/01/26, 10:13:48 »
did you try
Code: [Select]
apt-get install -t experimental-snapshots dist-upgrade?

greetz
devil

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #22 on: 2013/01/26, 10:15:40 »
Besides that, we have moved the packages also to our kde-next repo. http://packages.siduction.org/?Repositories:kdenext_amd64

greetz
devil

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #23 on: 2013/01/26, 11:04:54 »
we have, for your convinience, moved all involved packages to our kde-next repo, which is synced to qt-kde, so that you get changes as well, should they happen.

greetz
devil

Offline Lanzi

  • User
  • Posts: 1.777
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #24 on: 2013/01/26, 13:00:43 »
hi Dibl: Last night I was obviously too tired... I forgot the -t experimental option in my line.
sorry!


Did it work out with this?

Quote

 apt-get install -t experimental-snapshots dist-upgrade

Offline agaida

  • User
  • Posts: 1.760
    • http://g-com.eu
RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #25 on: 2013/01/26, 13:17:03 »
lanzi: use the siduction repo instead of experimental-snapshots. We have switched the packages to unstable. the lines to add you will find at http://packages.siduction.org
There's this special biologist word we use for "stable". It's "dead". ~ Jack Cohen

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #26 on: 2013/01/26, 13:37:42 »
Quote from: "Lanzi"
hi Dibl: Last night I was obviously too tired... I forgot the -t experimental option in my line.
sorry!


Did it work out with this?

Quote

 apt-get install -t experimental-snapshots dist-upgrade


Yes, I also had the "too tired" problem yesterday.  This worked:

Code: [Select]
apt-get install -t experimental-snapshots kde-window-manager

That pulled in all of KDE 4.9.5. Changing my wallpapers now ....    8)

Thanks Lanzi.

And next will change to the new siduction kdenext repo.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline ralul

  • User
  • Posts: 1.814
Re: RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #27 on: 2013/01/26, 14:37:16 »
Quote from: "agaida"
We have switched the packages to unstable. the lines to add you will find at http://packages.siduction.org

On the webpage is stated experimental release:

deb http://packages.siduction.org/kdenext experimental main
experiencing siduction runs better than my gentoo makes me know I know nothing

Offline clubex

  • User
  • Posts: 265
RE: Re: RE: KDE SC 4.9 packages coming into QT KDE repo
« Reply #28 on: 2013/01/26, 16:30:39 »
Didn't go too well for me. :-(

I lost all my activities and widgets, Also unlocking widgets or activities just leaves a blank bar part way across the bottom of the screen.

A red square with a white cross in it sitting on the panel suggests something has gone horribly wrong.

I'll try removing the kde config files and restarting kde and see what happens.

Quote

inxi
CPU~Dual core AMD Athlon II X2 240 (-MCP-) clocked at 2812.548 Mhz Kernel~3.7-4.towo-siduction-amd64 x86_64 Up~1:13 Mem~1032.7/3959.7MB HDD~250.1GB(42.0% used) Procs~143 Client~Shell inxi~1.8.4  

Offline reddark

  • User
  • Posts: 1.051
    • http://www.klangruinen.de/
KDE SC 4.9 packages coming into QT KDE repo
« Reply #29 on: 2013/01/26, 18:16:48 »
Problem bei KDEnext:

Code: [Select]
W: Fehlschlag beim Holen von http://packages.siduction.org/kdenext/dists/experimental/main/binary-amd64/Packages  404  Not Found

W: Fehlschlag beim Holen von http://packages.siduction.org/kdenext/dists/experimental/main/binary-i386/Packages  404  Not Found

E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.


Hab das in den sourcen:
Code: [Select]
##kde-next
deb http://packages.siduction.org/kdenext experimental main


Was stört da??