Downgrade?

You think you have found a bug? Let us know about it.
Post Reply
User avatar
chakuari
Posts: 38
Joined: 14. May 2011, 09:30
Contact:

Downgrade?

Post by chakuari »

Hello!

I noticed a strange behaviour after having upgraded Salix 13.37 (XFCE edition) to 14 following the instructions on the site: sometimes Gslapt tells me there are updates to do, but when I click on the window to see which are those packages I see that the proposed update is in reality a downgrade, and for a lot of packages (23, from xorg to curl to perl and php... a total of 52 Mb). I tried once to do as proposed, and obviously after a while the program proposed the real update.

I now use OpenBox instead of XFCE, but today this problem has risen again. Here is a screenshot:
Image
User avatar
witek
Posts: 233
Joined: 16. Nov 2009, 13:41
Location: Poland.Łódź

Re: Downgrade?

Post by witek »

I can confirm this behavior with Salix 13.1. I also sometimes get a proposal for false upgrades. But I never got false upgrade for 14.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Downgrade?

Post by gapan »

Post the contents of your /etc/slapt-get/slapt-getrc
Image
Image
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Downgrade?

Post by laprjns »

I can confirm both these behaviors here on my 14.0 64 bit install. The other day got an update notification with ~ 26 updates. Seemed strange to me so I ignore them, assuming that it was a repo glitch. Then this morning got a update notification and when I check it said no upgrades available. This happen again this evening. Here's my slapt-getrc:

Code: Select all

WORKINGDIR=/var/slapt-get
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings.*,-i?86-,hplip
SOURCE=http://salix.enialis.net/x86_64/slackware-14.0/:OFFICIAL
SOURCE=http://salix.enialis.net/x86_64/slackware-14.0/extra/:OFFICIAL
SOURCE=http://salix.enialis.net/x86_64/14.0/:PREFERRED
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
witek
Posts: 233
Joined: 16. Nov 2009, 13:41
Location: Poland.Łódź

Re: Downgrade?

Post by witek »

Mine looks similar:

Code: Select all

# Working directory for local storage/cache.
WORKINGDIR=/var/slapt-get

# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude: 
#   [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,-x86_64-


SOURCE=http://salix.enialis.net/i486/slackware-13.1/:OFFICIAL
SOURCE=http://salix.enialis.net/i486/slackware-13.1/extra/:OFFICIAL

# The Salix repository
SOURCE=http://salix.enialis.net/i486/13.1/:PREFERRED
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Downgrade?

Post by gapan »

This seems to be an issue with the slackware mirrors (again). It seems that sometimes the /patches dir is not taken into account while syncing. I'll see if there is anything we can do.
Image
Image
User avatar
chakuari
Posts: 38
Joined: 14. May 2011, 09:30
Contact:

Re: Downgrade?

Post by chakuari »

Here is mine:

Code: Select all

# Working directory for local storage/cache.
WORKINGDIR=/var/slapt-get

# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude: 
#   [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings.*,-x86_64-

# This is a Slackware repository that only holds dependency info. The
# actual packages are downloaded from a real Slackware mirror. Read
# http://www.salixos.org/wiki/index.php/How_to_create_a_local_slackware_repository_with_dependency_support
# if you want to use another Slackware mirror and keep the dependency
# information.
SOURCE=http://salix.enialis.net/i486/slackware-14.0/:OFFICIAL
SOURCE=http://salix.enialis.net/i486/slackware-14.0/extra/:OFFICIAL

# The Salix repository
SOURCE=http://salix.enialis.net/i486/14.0/:PREFERRED

# Sources for the testing and pasture areas - if you use them.
# SOURCE=ftp://ftp.osuosl.org/pub/slackware/slackware-14.0/testing/
# SOURCE=ftp://ftp.osuosl.org/pub/slackware/slackware-14.0/pasture/

# Packages on a CD/DVD.
# SOURCE=file:///mnt/cdrom/:OFFICIAL

# Home made packages.
# SOURCE=file:///var/www/packages/:CUSTOM
Post Reply