LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-29-2014, 04:41 PM   #1
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
slackpkg+ (yet another downgraded packages thread...)


Hi everyone,

first of all I apologise for this post, as it is probably the 23rd thread regarding the topic, but after reading all the others I am still a bit unclear about what's going on.

I have Slackware64-current and my /etc/slackpkg/slackpgkplus.conf looks like this:

Code:
SLACKPKGPLUS=on
PKGS_PRIORITY=( multilib:.* restricted_current:.* restricted:.* alienbob_current:.* alienbob:.* ktown:.* )
REPOPLUS=( slackpkgplus multilib ktown alienbob alienbob_current restricted )
MIRRORPLUS['alienbob']=http://slackware.org.uk/people/alien/sbrepos/14.1/x86_64/
MIRRORPLUS['restricted']=http://slackware.org.uk/people/alien/restricted_sbrepos/14.1/x86_64/
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
MIRRORPLUS['multilib']=http://slackware.org.uk/people/alien-kde/multilib/current/
MIRRORPLUS['alienbob_current']=http://slackware.org.uk/people/alien-kde/sbrepos/current/x86_64/
MIRRORPLUS['restricted_current']=http://slackware.org.uk/people/alien-kde/restricted_sbrepos/current/x86_64/
MIRRORPLUS['ktown']=http://slackware.org.uk/people/alien-kde/current/latest/x86_64/
I have KDE 4.14.0 and KDE 5.0.1 from Alien Bob installed, plus some other packages from him, Robby and SBo. Now, I want to keep my system up-to-date with slackpkgplus, but

Code:
# slackpkg update gpg
# slackpkg update
# slackpkg upgrade-all
lists these packages to "upgrade" to the following packages:

Code:
cmake-2.8.12-x86_64-1 (installed: 3.0.1 alien)
darktable-1.0.5-x86_64-1alien (installed 1.4.2 SBo)
harfbuzz-0.9.16-x86_64-1 (installed 0.9.34 alien)
kwallet-4.10.5-x86_64-1 (installed: 5.1.0 alien)
lensfun-0.2.6-x86_64-1alien (installed: 0.2.8 SBo)
libxcb-1.9.1-x86_64-1alien (installed: 1.9.1-1 alien)
phonon-4.6.0-x86_64-1 (installed: 4.6.0-1)
phonon-gstreamer-4.6.3-x86_64-1 (installed: 4.7.2-1 alien)
strigi-0.7.7-x86_64-2 (installed: 0.7.8-1 alien)
x264-20131101-x86_64-1_SBo (installed: 20130524-1 alien)
Why?

What I find most irritating is the proposed downgrade of kwallet. Now, I understand that slackpkg(plus) has no concept of higher or lower versions. But why then just this single one KDE packages, and not all the others, too?

Probably there's some misconfiguration of slackpkgplus on my side, but what is it?

Thanks for any help in advance!

gargamel

Last edited by gargamel; 08-29-2014 at 06:45 PM. Reason: Corrected URLs
 
Old 08-29-2014, 05:04 PM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
In any case, these two are incorrect URLs:
Code:
MIRRORPLUS['alienbob']=http://slackware.org.uk/people/alien-kde/sbrepos/14.1/x86_64/
MIRRORPLUS['restricted']=http://slackware.org.uk/people/alien-kde/restricted_sbrepos/14.1/x86_64/
But your issue is not caused by that.

You have my Plasma 5 packages installed but did not tell slackpkg about it.

You need to add the Plasma 5 repository URL to slackpkgplus.conf. That is, http://taper.alienbase.nl/mirrors/al...rrent/testing/

Eric
 
Old 08-29-2014, 07:11 PM   #3
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by Alien Bob View Post
In any case, these two are incorrect URLs:
Code:
MIRRORPLUS['alienbob']=http://slackware.org.uk/people/alien-kde/sbrepos/14.1/x86_64/
MIRRORPLUS['restricted']=http://slackware.org.uk/people/alien-kde/restricted_sbrepos/14.1/x86_64/
But your issue is not caused by that.

You have my Plasma 5 packages installed but did not tell slackpkg about it.

You need to add the Plasma 5 repository URL to slackpkgplus.conf. That is, http://taper.alienbase.nl/mirrors/al...rrent/testing/

Eric

Thanks a lot, Eric, adding Plasma 5 helped!
Now, only a few packages are left, that slackpkgplus wants to downgrade:

Code:
darktable-1.0.5-x86_64-1alien (installed 1.4.2 SBo)
lensfun-0.2.6-x86_64-1alien (installed: 0.2.8 SBo)
libxcb-1.9.1-x86_64-1alien (installed: 1.9.1-1 alien)
x264-20131101-x86_64-1_SBo (installed: 20130524-1 alien)
I guess, I can add the SBo stuff to a greylist. What what's the best way to proceed with the other two, libxcb and x264?

Thanks again!

gargamel
 
Old 08-30-2014, 04:31 AM   #4
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Quote:
Originally Posted by gargamel View Post
Code:
darktable-1.0.5-x86_64-1alien (installed 1.4.2 SBo)
lensfun-0.2.6-x86_64-1alien (installed: 0.2.8 SBo)
libxcb-1.9.1-x86_64-1alien (installed: 1.9.1-1 alien)
x264-20131101-x86_64-1_SBo (installed: 20130524-1 alien)
Do you have an "SBo" repository configured in slackpkg+?
 
Old 08-30-2014, 10:57 AM   #5
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by Slax-Dude View Post
Do you have an "SBo" repository configured in slackpkg+?
Is this possible? Until now I thought, that slackpkg(plus) only handles binary packages, not SlackBuilds. Would this be a valid URL, then?

Code:
http://slackbuilds.org/slackbuilds/14.1/
EDIT: Tried it, but there's no GPG key or fingerprint, so slackpkg(plus) skips this repository.

gargamel

Last edited by gargamel; 08-30-2014 at 11:09 AM. Reason: Corrected SBo URL
 
Old 08-30-2014, 02:00 PM   #6
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
No, you misunderstand what Slax-Dude is hinting.

You *could* make your own repository of *built* SBo packages by (for example) redefining OUTPUT in sbopkg.conf and running Alien Bob's gen_repos_files.sh, and then you can use that repository in slackpkgplus.conf. There are other advanced tools that do all that.

But if you only have one Slackware box, and if you always use sbopkg to build and install, then it's easier to blacklist all SBo packages, or greylist specific SBo packages, just as you suggested.
 
Old 08-30-2014, 02:17 PM   #7
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by 55020 View Post
No, you misunderstand what Slax-Dude is hinting.

You *could* make your own repository of *built* SBo packages by (for example) redefining OUTPUT in sbopkg.conf and running Alien Bob's gen_repos_files.sh, and then you can use that repository in slackpkgplus.conf. There are other advanced tools that do all that.

But if you only have one Slackware box, and if you always use sbopkg to build and install, then it's easier to blacklist all SBo packages, or greylist specific SBo packages, just as you suggested.
Thanks, this makes sense to me.

I consider this SOLVED now and will mark the thread accordingly. Thanks for your help to all of you!

gargamel
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackpkg+ and restricted packages marnold Slackware 7 11-12-2013 10:44 PM
Updating packages w/out Slackpkg Konphine Slackware 4 09-25-2011 02:40 PM
Slackpkg cannot find packages, swaret can mago Slackware 42 04-28-2007 12:35 AM
I upgraded with slackpkg but it seemed to have downgraded me! Dachy Slackware 6 01-29-2006 06:48 PM
Downgraded packages with Slack upgrade jrdioko Slackware 4 01-01-2006 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration