LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-10-2013, 05:47 AM   #106
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

It depends, if you configured slackpkg+ so that 'ktown' packages always have precendence over stock Slackware packages, then the 'ktown' version of sip will not be downgraded to the Slackware version.
It looks like that is what's happening on your computer, works as advertized.

Eric
 
Old 07-10-2013, 07:52 AM   #107
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 Alien Bob View Post
... works as advertized.

Eric
Indeed it does.
My bad
 
Old 07-16-2013, 03:07 AM   #108
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Nice work guys =)

Just upgraded my 64-14.0 with multilib and kde-4.10.5 in one easy hit... very impressed.
 
Old 08-01-2013, 11:01 AM   #109
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Probably doing something wrong again... but can't figure out what

When search for ffmpeg, I get this:
Code:
bash-4.2# slackpkg search ffmpeg

DONE

The list below shows all packages with name matching "ffmpeg".

[ Status           ] [ Repository               ] [ Package                                  ]
  uninstalled          restricted                   ffmpeg-1.2-x86_64-1alien                  
  uninstalled          alienbob                     ffmpeg-1.2-x86_64-1alien                  
  uninstalled          alienbob                     gst-plugins-ffmpeg-0.10.13-x86_64-2alien  
  uninstalled          slacky                       ffmpeg-1.2-x86_64-3sl                     
  uninstalled          slacky                       gst-ffmpeg-0.10.13-x86_64-2sl             

You can search specific files using "slackpkg file-search file".
But when I try to install it it only offers gst-plugins-ffmpeg-0.10.13-x86_64-2alien and gst-ffmpeg-0.10.13-x86_64-2sl

The weird thing is that if I type "slackpkg download ffmpeg", then it offers the list of packages I get from the search command (except the duplicate ffmpeg from the non-restricted repo due to my priority options).

In other words, I can't install the ffmpeg package, but I can download it
 
Old 08-01-2013, 11:16 AM   #110
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
mmm.

I tried the same commands and slackpkg allow me to install ffmpeg.

Try that:
Code:
# bash -x slackpkg install ffmpeg 2>/tmp/slackpkg.log
then post the file /tmp/slackpkg.log
 
Old 08-01-2013, 11:27 AM   #111
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Found the problem: a stale package named ffmpeg-0.11.2-i486-1alien that was not being picked up by slackpkg.
I installed it manually a long time ago for testing something then forgot about it.

After uninstalling it, slackpkg performed as advertised (once again).

Sorry for the trouble zerouno
 
Old 08-01-2013, 11:30 AM   #112
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
i486 ????
 
Old 08-01-2013, 11:34 AM   #113
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
However there is a bug becouse the correct output of slackpkg search should to be:
Code:
  upgrade              slacky                       ffmpeg-0.11.2-i486-1alien --> ffmpeg-1.2-x86_64-3sl
 
Old 08-01-2013, 11:36 AM   #114
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 zerouno View Post
i486 ????
Yeah... experimenting with multilib
This is my test VM and I should know better than testing stuff in this "unclean" environment, but it is the only I have at this location.
 
Old 08-01-2013, 11:39 AM   #115
Slax-Dude
Member
 
Registered: Mar 2006
Location: Valadares, V.N.Gaia, Portugal
Distribution: Slackware
Posts: 528

Rep: Reputation: 272Reputation: 272Reputation: 272
Now that I installed ffmpeg, I get this:
Code:
bash-4.2# slackpkg search ffmpeg

DONE

The list below shows all packages with name matching "ffmpeg".

[ Status           ] [ Repository               ] [ Package                                  ]
   installed           restricted                   ffmpeg-1.2-x86_64-1alien                  
   installed           alienbob                     ffmpeg-1.2-x86_64-1alien                  
  uninstalled          alienbob                     gst-plugins-ffmpeg-0.10.13-x86_64-2alien  
  upgrade              slacky                       ffmpeg-1.2-x86_64-1alien --> ffmpeg-1.2-x86_64-3sl  
  uninstalled          slacky                       gst-ffmpeg-0.10.13-x86_64-2sl             

You can search specific files using "slackpkg file-search file".
 
Old 08-01-2013, 11:42 AM   #116
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 zerouno View Post
However there is a bug becouse the correct output of slackpkg search should to be:
Code:
  upgrade              slacky                       ffmpeg-0.11.2-i486-1alien --> ffmpeg-1.2-x86_64-3sl
Maybe slackpkg didn't pickup the i486 package, since I don't have the multilib repo active
 
Old 08-01-2013, 11:43 AM   #117
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
yes, there is a bug when the arch is x86_64 and a package is i486.
 
Old 08-01-2013, 12:00 PM   #118
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
mmmm.

the bug is in slackpkg, not in slackpkg+.

slackpkg show only the packages with -noarch- -fw- and -${ARCH}-, and if you have a -i486- package in /var/log/packages you will NOT able to replace it with a 64bit version.
 
Old 08-01-2013, 12:45 PM   #119
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Slackpkg 0.9.2 released

to upgrade
# slackpkg update
# slackpkg upgrade slackpkgplus
# slackpkg update

This does not solve slackpkg install problem, but allow to notify the upgrade in slackpkg search:
Code:
# slackpkg search ffmpeg

DONE

The list below shows all packages with name matching "ffmpeg".

[ Status           ] [ Repository               ] [ Package                                  ]
  upgrade              restricted                   ffmpeg-1.1-i486-1alien --> ffmpeg-1.2-x86_64-1alien  
  upgrade              alienbob                     ffmpeg-1.1-i486-1alien --> ffmpeg-1.2-x86_64-1alien  
  uninstalled          alienbob                     gst-plugins-ffmpeg-0.10.13-x86_64-2alien  
  upgrade              slacky                       ffmpeg-1.1-i486-1alien --> ffmpeg-1.2-x86_64-3sl  
  uninstalled          slacky                       gst-ffmpeg-0.10.13-x86_64-2sl             

You can search specific files using "slackpkg file-search file".


Also I added the flag "VERBOSE" in slackpkgplus.conf:

Code:
# set to '0' to never show the download progress bar
# set to '1' to show the bar only in download packages (default)
# set to '2' to show always show the download bar
VERBOSE=1
When you download a package is useful the wget progress bar, but in the slackpkg update process you can't see if there is an error, so you can disable it.
 
3 members found this post helpful.
Old 08-01-2013, 06:39 PM   #120
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by zerouno View Post
Slackpkg 0.9.2 released

to upgrade
# slackpkg update
# slackpkg upgrade slackpkgplus
# slackpkg update
I think that upgrade command should be.

Code:
# slackpkg upgrade slackpkg+
Thanks for a great little util zerouno =)
 
  


Reply

Tags
slackpkg



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
Holding a package update from slackpkg gazj Slackware 2 01-25-2011 04:58 PM
Where can I find a 3rd Party Repository for RHEL 5? tightlikethat Linux - Newbie 3 02-27-2010 08:46 PM
Best 3rd Party RPM Repository for FC9 kromberg Fedora 11 11-13-2008 08:04 PM
Package Kit Error-- "Cannot retrieve repository metadata (repomd.xml) for repository" mbvpixies78 Linux - Newbie 11 08-22-2008 07:20 PM
3rd party package managers? crontab Slackware 3 10-06-2007 10:34 AM

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

All times are GMT -5. The time now is 05:29 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