LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-19-2013, 07:48 AM   #16
zerouno
Member
 
Registered: Oct 2009
Location: Italy
Distribution: Slackware
Posts: 983

Rep: Reputation: 352Reputation: 352Reputation: 352Reputation: 352

patched.
slackpkg+-20131119.2-noarch-2mt.txz

now the default config file update itself from development tree

REPOPLUS=( slackpkgplusdev )
MIRRORPLUS['slackpkgplusdev']=http://slakfinder.org/slackpkg+dev/
 
1 members found this post helpful.
Old 11-19-2013, 08:08 AM   #17
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
updated to slackpkg+-20131119.2-noarch-2mt.txz

Here is my slackpkgplus.conf
Quote:
# Enable (on) / Disable (off) slackpkg+
SLACKPKGPLUS=on

# 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=2

# Enable (1) / Disable (0) the official slackpkg blacklist. May be useful to temporarily skip
# the slackware blacklist. You can also override it from command line:
# 'USEBL=0 slackpkg upgrade-all'
USEBL=1

# If two or more repositories contains some same packages, you can specify
# from which repository you prefer to search it.
# The syntax is "<repository_name>:<package_name>"
# Accepts regular expressions. To give priority to an entire repository use "<repository_name>:.*"

# Examples:
#PKGS_PRIORITY=( restricted:vlc )
#PKGS_PRIORITY=( myrepo:.* )
#
# If you want a multilib system, uncomment the multilib repository and set:
PKGS_PRIORITY=( multilib:.* restricted:.* alienx86:steamclient alienbob:.* ktown:.* )
#

# List repositories you want to use (defined below)
# remember to launch 'slackpkg update' if you modify that row.
REPOPLUS=( slackpkgplusdev multilib alienbob restricted ktown alienx86 )


# Define mirrors (uncomment one or more mirror; remember to add it to REPOPLUS)
# Note: only multilib,alienbob,restricted,slacky repositories support GPG. If you add others
# you may need to disable gpg check in slackpkg.conf

# Slackware 14.0 - x86_64
MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/14.1/
MIRRORPLUS['alienbob']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.1/x86_64/
MIRRORPLUS['alienx86']=http://taper.alienbase.nl/mirrors/people/alien/sbrepos/14.1/x86/
MIRRORPLUS['restricted']=http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/14.1/x86_64/
MIRRORPLUS['ktown']=http://taper.alienbase.nl/mirrors/alien-kde/current/latest/x86_64/
# MIRRORPLUS['slacky']=http://repository.slacky.eu/slackware64-14.1/

# use this to keep the slackpkg+ package updated
MIRRORPLUS['slackpkgplusdev']=http://slakfinder.org/slackpkg+dev/

# Slackware current - x86_64
#MIRRORPLUS['multilib']=http://taper.alienbase.nl/mirrors/people/alien/multilib/current/
#MIRRORPLUS['zerouno']=http://www.z01.eu/repo-slack/slackware64-current/

# Local repository:
#MIRRORPLUS['alienbob']=file://repositories/alien/sbrepos/14.1/x86/
#
# Local packages (you do not need metadata nor 'slackpkg update' command):
#MIRRORPLUS['myrepo']=dir://repositories/mypackages/


# -- Each entry in the hash table NOTIFYMSG allows to associate a message
# to an event. At runtime, when an event E is triggered the associated
# message NOTIFYMSG[E], if any, is printed, in a dialog when DIALOG=on,
# on the standard output otherwise.
#
# The syntax of the variable NOTIFYMSG is as below :
#
# NOTIFYMSG[<EVENT>]="<MESSAGE>"
#
# EVENT ::= <EVENTID>@<PATTERNLIST>
# EVENTID ::= on_install|on_upgrade|on_remove
# PATTERNLIST ::= <PATTERN>[,PATTERNLIST]
# MESSAGE ::= string
#
# Each PATTERN can be the basename of a package (i.e mesa), or a regular
# expression (mozilla-.*)
#
# When an event occurs, the basenames of packages that match a given
# PATTERNLIST is available at runtime through the variable NV_MATCHPKGS.
# Attention, this variable must be escaped (i.e \${NV_MATCHPKGS}) when
# referenced inside the MESSAGE associated to an EVENT.
#
NOTIFYMSG[on_install@mesa.*,xorg-server]="Package(s) \$NV_MATCHPKGS has(have) been (re)installed.\n\
\n\
In order to use graphical softwares, you should reinstall any proprietary\
driver in use (nVidia, aTi), with 32-bit driver files if your system is\
multilib enabled."

NOTIFYMSG[on_upgrade@mesa.*,xorg-server]="Package(s) \$NV_MATCHPKGS has(have) been updated.\n\
\n\
In order to use graphical softwares, you should reinstall any proprietary\
driver in use (nVidia, aTi), with 32-bit driver files if your system is\
multilib enabled."


# Supported Repositories (see /usr/doc/slackpkg+-* for details):
#

#Supports GPG
#slackpkgplus: http://slakfinder.org/slackpkg+/
#multilib: http://taper.alienbase.nl/mirrors/people/alien/multilib/{13.37,14.0,14.1,current}/
#alienbob: http://taper.alienbase.nl/mirrors/people/alien/sbrepos/{13.37,14.0,14.1,current}/{x86,x86_64}/
#ktown: http://taper.alienbase.nl/mirrors/alien-kde/{13.37,14.0,14.1,current}/latest/{x86,x86_64}/
#restricted: http://taper.alienbase.nl/mirrors/people/alien/restricted_sbrepos/{13.37,14.0,14.1,current}/{x86,x86_64}/
#slacky: http://repository.slacky.eu/slackware{,64}-{13.37,14.0,14.1}/
#zerouno: http://www.z01.eu/repo-slack/slackware64-current/
#mled: http://www.microlinux.fr/slackware/MLED-{14.0,14.1}-{32,64}bit/
#mles: http://www.microlinux.fr/slackware/MLES-{14.0,14.1}-{32,64}bit/
#mlws: http://www.microlinux.fr/slackware/MLWS-{14.0,14.1}-{32,64}bit/
#msb: http://slackware.org.uk/msb/{14.0,14.1}/1.6/{x86,x86_64}/
#slackers: http://www.slackers.it/repository/
#slacke17: http://ngc891.blogdns.net/pub/slacke17/slackware{,64,arm}-{14.0,14.1}/
#
#Does NOT support GPG
#salixos(*): http://download.salixos.org/{i486,x86_64}/{13.37,14.0,14.1}/
#salixext: http://people.salixos.org/ralvex/repository/x86_64/{14.0,14.1}/
#rlworkman(*): http://rlworkman.net/pkgs/{13.37,14.0,14.1}/
#slackel: http://www.slackel.gr/repo/{i486,x86_64}/current/
As it didn't find an update perhaps there is a fault in my conf file.

samac
 
Old 11-19-2013, 08:12 AM   #18
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1009Reputation: 1009Reputation: 1009Reputation: 1009Reputation: 1009Reputation: 1009Reputation: 1009Reputation: 1009
Hello,

Quote:
Originally Posted by samac View Post
updated to slackpkg+-20131119.2-noarch-2mt.txz

As it didn't find an update perhaps there is a fault in my conf file.

samac
You need to add this in your slackpkgplus.conf

Code:
# By default slackpkg+ deny to install 32bit packages.
# Set this flag to 'on' allow slackpkg+ to install 32bit packages on a 64bit slackware 
# installation (possibly unsafe). Please, do not install both 32 and 64bit of the same 
# package to avoid problems, and NEVER upgrade exitant 64bit packages with relative 32bit package.
# Do not forget to install the multilibs.
ALLOW32BIT=on
Do no forget to run "slackpkg update"

With that, keep in mind that if you have 64-bit packages installed, "slackpkg upgrade-all" could offer to upgrade some of these to 32-bit version. This is a drawback that should, if possible, be fixed.



--
SeB

Last edited by phenixia2003; 11-19-2013 at 08:26 AM.
 
1 members found this post helpful.
Old 11-19-2013, 08:27 AM   #19
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
[expletive] I thought that I'd added that stanza. Working perfectly now.

THANK YOU BOTH!!!!!

samac
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] How can print uint64_t type arm(32bit) and x86(64bit) same time poplinux Programming 2 07-26-2013 03:03 AM
How to make work 32bit app in 64bit install.img? sluge Linux - Software 1 05-10-2012 01:04 PM
Porting 32bit application to 64bit on 64bit RedHat 5.4 pvpnguyen Programming 4 07-23-2010 06:52 AM
can 64bit processor run both 64bit and 32bit computers? DJOtaku Linux - General 4 09-08-2005 08:14 PM
is my stage1 gentoo a 32bit or 64bit OS ? commercial games dont work ! qwijibow Linux - General 1 01-10-2005 11:50 PM

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

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