You are not logged in.

#1 2011-11-12 23:34:27

quasifilmie
Member
Registered: 2011-10-27
Posts: 296

Possibly Trivial Pacman Issue with Python Qt Packages

When doing pacman -Syu I get:

[****@***** ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 testing is up to date
 core is up to date
 extra is up to date
 community-testing is up to date
 community is up to date
 multilib-testing is up to date
 multilib is up to date
:: Starting full system upgrade...
warning: pyqt: local (4.8.6-2) is newer than extra (4.8.6-1)
warning: python2-pyqt: local (4.8.6-2) is newer than extra (4.8.6-1)
warning: qt: local (4.8.0rc1-1) is newer than extra (4.7.4-3)
 there is nothing to do 

Could there a problem with my pacman.conf or is this type of message normal for the new pacman?

Here is my pacman.conf.

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists

# PGP signature checking
# NOTE: None of this will work without running `pacman-key --init` first.
# The compiled in default is equivalent to the following line. This requires
# you to locally sign and trust packager keys using `pacman-key` for them to be
# considered valid.
#SigLevel = Optional TrustedOnly
# If you wish to check signatures but avoid local sign and trust issues, use
# the following line. This will treat any key imported into pacman's keyring as
# trusted.
SigLevel = Optional TrustAll

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[testing]
Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

[community-testing]
Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib-testing]
Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
 

Offline

#2 2011-11-12 23:38:56

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Possibly Trivial Pacman Issue with Python Qt Packages

Offline

#3 2011-11-12 23:39:16

oboedad55
Member
From: Baku
Registered: 2011-04-05
Posts: 392

Re: Possibly Trivial Pacman Issue with Python Qt Packages

I had the same issue recently with other packages and making sure my mirrors were up to date solved the problem.


Registered Linux user #436067

Offline

#4 2011-11-12 23:45:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Possibly Trivial Pacman Issue with Python Qt Packages

oboedad55 wrote:

I had the same issue recently with other packages and making sure my mirrors were up to date solved the problem.

Old & outdated mirrorlist is usually the problem but in this case the packages were actually downgraded - that hardly ever happens.

Offline

Board footer

Powered by FluxBB