LinuxQuestions.org
Review your favorite Linux distribution.
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-06-2018, 01:37 PM   #1
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Rep: Reputation: 279Reputation: 279Reputation: 279
slackpkg+ (slackpkgplus) creates glitch with slackpkg installing full package series


I'm not sure if the author/maintainer of slackpkg+ frequents LQ, but I'm encountering a glitch when I have slackpkg+ installed, whereby slackpkg stops being able to install full package series (a, xap, xfce, etc.). Strangely, I can still remove full package series with slackpkg installed.

I recently noticed this when trying to run slackpkg install xfce; it did not select packages from the 'xfce' series, but rather, only matched packages with the string 'xfce' therein. So, eg, Thunar, etc. were not selected.

Uninstalling slackpkg+ got it to start working again.

Strangely, slackpkg uninstall xfce does select all packages in the 'xfce' package series for removal, with or without slackpkg+ installed.

Here are my config files for ease of reference:

Code:
$ ls /var/log/packages/slackpkg* |cat
/var/log/packages/slackpkg+-1.7.0-noarch-8mt
/var/log/packages/slackpkg-2.83.0-noarch-3
Code:
$ cat /etc/slackpkg/slackpkgplus.conf |grep -v '^#\|^$'
SLACKPKGPLUS=on
VERBOSE=1
ALLOW32BIT=off
USEBL=1
WGETOPTS="--timeout=20 --tries=2"
SEARCH_CLOG_INPARENT=on
CACHEUPDATE=off
GREYLIST=on
SENSITIVE_SEARCH=on
WW_FILE_SEARCH=on
SHOWORDER=package
DETAILED_INFO=none
STRICTGPG=on
PKGS_PRIORITY=( multilib ktown alienbob )
TAG_PRIORITY=off
REPOPLUS=( slackpkgplus multilib alienbob )
MIRRORPLUS['slackpkgplus']=http://slakfinder.org/slackpkg+/
MIRRORPLUS['multilib']=http://bear.alienbase.nl/mirrors/people/alien/multilib/current/
MIRRORPLUS['alienbob']=http://bear.alienbase.nl/mirrors/people/alien/sbrepos/current/x86_64/
MIRRORPLUS['ktown']=http://bear.alienbase.nl/mirrors/alien-kde/current/5/x86_64/
Code:
$ cat /etc/slackpkg/slackpkg.conf |grep -v '^#\|^$'
TEMP=/var/cache/packages
WORKDIR=/var/lib/slackpkg
WGETFLAGS="--passive-ftp"
DELALL=on
CHECKMD5=on
CHECKGPG=on
CHECKSIZE=off
PRIORITY=( patches %PKGMAIN extra pasture testing )
POSTINST=on
ONLY_NEW_DOTNEW=off
ONOFF=on
DOWNLOAD_ALL=on
DIALOG=on
BATCH=off
DEFAULT_ANSWER=n
USE_INCLUDES=on
SPINNING=on
DIALOG_MAXARGS=139000
Code:
$ cat /etc/slackpkg/mirrors |grep -v '^#\|^$'
http://mirror.csclub.uwaterloo.ca/slackware/slackware64-current/

Last edited by Poprocks; 07-06-2018 at 01:38 PM. Reason: forgot to specify versions.
 
Old 07-07-2018, 04:15 AM   #2
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

This is a bug for which I already submitted a patch.

--
SeB
 
1 members found this post helpful.
Old 07-08-2018, 10:24 PM   #3
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Original Poster
Rep: Reputation: 279Reputation: 279Reputation: 279
Quote:
Originally Posted by phenixia2003 View Post
Hello,

This is a bug for which I already submitted a patch.

--
SeB
It doesn't look like this patch has been committed upstream. I'll try it out though! Thanks.
 
Old 07-09-2018, 05:15 AM   #4
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
Thanks for reporting.


Quote:
Originally Posted by Poprocks View Post
I'm not sure if the author/maintainer of slackpkg+ frequents LQ
Yes, I frequent LQ but not all days, so I can delay or miss to read some topic. The best way to report slackpkg+ is to write to the official topic


Quote:
Uninstalling slackpkg+ got it to start working again.
Instead to uninstall you can also try with temporary disable slackpkg+:
Code:
# SLACKPKGPLUS=off slackpkg install ....

Quote:
It doesn't look like this patch has been committed upstream. I'll try it out though! Thanks.
At time I was very busy; after that probably I forgot it.

I will add it in the next release, but I don't know when I will release it
 
2 members found this post helpful.
Old 07-09-2018, 03:15 PM   #5
Poprocks
Member
 
Registered: Sep 2003
Location: Toronto, Canada
Distribution: Slackware
Posts: 522

Original Poster
Rep: Reputation: 279Reputation: 279Reputation: 279
Thanks so much. Slackpkg+ is a difficult keyword to search for within the LQ infrastructure, plus the official thread is not stickied, so I wasn't aware of its existence.
 
Old 07-22-2018, 05:47 AM   #6
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352
patch applied
 
1 members found this post helpful.
  


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
having trouble after upgrading 14.1 slackware using slackpkg and slackpkg+ [solved] slackartist Slackware 1 12-28-2015 07:28 AM
[SOLVED] [BUG] slackpkgplus: 'slackpkg search' doesn't find package bormant Slackware 7 12-21-2015 03:27 PM
[SOLVED] Slackpkg, Slackpkg Plus, Slackware 14.1 x86_64 install.log delay or slow to write bamunds Slackware 7 04-22-2014 11:12 AM
[SOLVED] typos in latest /etc/slackpkg/mirrors(.new) [slackpkg-2.82.0-noarch-8.tgz] wailingwailer Slackware 4 09-22-2012 04:04 AM
[SOLVED] slackpkg creates /.gnupg (in the root of the file system) Woodsman Slackware 3 04-07-2011 06:18 PM

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

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