Hello,
i have a fresh install of Artix(xfce).
I am trying to install libguestfs.
pacman -Ss libguestfs
returns only the version present in the community repositories.
community/libguestfs 1.46.0-2
Access and modify virtual machine disk images
This version does not install due to systemd dependency issues.
So i looked around and found out that in the galaxy repo there should be a systemd-less version of this package.
The following artix mirror has the package i want to install :
https://mirror1.artixlinux.org/repos/galaxy/os/x86_64/
libguestfs-1.46.0-1-x86_64.pkg.tar.zst 11-Oct-2021 14:55 4259438
https://mirror1.artixlinux.org/repos/galaxy/os/x86_64/libguestfs-1.46.0-1-x86_64.pkg.tar.zst
I then removed the arch repo from my pacman.conf, sync'd.
No package found at all then.
Then i outcommented the other mirrors, sync'd.
Still no package found.
I checked that pacman finds current packages from the galaxy repo, and it does find them :
$pacman -Ss bctool
galaxy/bctoolbox 5.0.58-1
A library written in C that allows you to create and run audio and video streams
Pacman.conf file :
#
# /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/
#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#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
Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
ILoveCandy
#ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Artix Linux
# packagers with `pacman-key --populate artix`.
#
# 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 gremlins 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.
# Artix
[system]
Include = /etc/pacman.d/mirrorlist
[world]
Include = /etc/pacman.d/mirrorlist
[galaxy]
Include = /etc/pacman.d/mirrorlist
[lib32]
Include = /etc/pacman.d/mirrorlist
# Arch
#[extra]
#Include = /etc/pacman.d/mirrorlist-arch
#[community]
#Include = /etc/pacman.d/mirrorlist-arch
#
#[multilib]
#Include = /etc/pacman.d/mirrorlist-arch
#[gremlins]
#Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the lib32 repositories as required here.
#[lib32-gremlins]
#Include = /etc/pacman.d/mirrorlist
#[lib32]
#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
Mirror-list file :
##
## Artix Linux repository mirrorlist
## Generated on 2021-12-22
##
# Artix mirrors
## Europe
#Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
#Server = http://ftp.ntua.gr/pub/linux/artix-linux/$repo/os/$arch
#Server = https://ftp.cc.uoc.gr/mirrors/linux/artixlinux/$repo/os/$arch
#Server = https://quantum-mirror.hu/mirrors/pub/artix-linux/$repo/os/$arch
#Server = https://ftp.sh.cvut.cz/artix-linux/$repo/os/$arch
#Server = https://artix.unixpeople.org/repos/$repo/os/$arch
#Server = https://artix.cccp.io/$repo/os/$arch
#Server = https://mirror.linux.pizza/artix-linux/$repo/os/$arch
#Server = http://mirrors.redcorelinux.org/artixlinux/$repo/os/$arch
#Server = https://mirror.one.com/artix/$repo/os/$arch
#Server = https://mirror.pascalpuffke.de/artix-linux/$repo/os/$arch
#Server = https://artixlinux.qontinuum.space:4443/$repo/os/$arch
#Server = https://ftp.ludd.ltu.se/mirrors/artix/$repo/os/$arch
#Server = https://mirror.alphvino.com/artix-linux/$repo/os/$arch
#Server = http://artist.artixlinux.org/repos/$repo/os/$arch
#Server = https://mirror.theanonymouse.xyz/artix-linux/$repo/os/$arch
#Server = https://eu-mirror.artixlinux.org/repos/$repo/os/$arch
Server = https://mirror1.artixlinux.org/repos/$repo/os/$arch
Same result.
In that case pacman -Ss libguestfs
doesn't find anything.
I tried the various sync commands :
pacman -Syyu
pacman -Syuu
I tried removing the sync'd db's.
sudo rm /var/lib/pacman/sync/*
And then re-sync, but i got the same result.
The only errors i get are missing optional *.sig files for the database, that are not found on the server and then not found on the file system, but these do not seem to explain this behavior.
Debug and verbose output of pacman during the search :
$ pacman -Ss --debug -v libguestfs
debug: pacman v6.0.1 - libalpm v13.0.1
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: Architecture: auto
debug: config: arch: x86_64
debug: config: chomp
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'system'
debug: config file /etc/pacman.conf, line 74: including /etc/pacman.d/mirrorlist
debug: config: new section 'world'
debug: config file /etc/pacman.conf, line 77: including /etc/pacman.d/mirrorlist
debug: config: new section 'galaxy'
debug: config file /etc/pacman.conf, line 80: including /etc/pacman.d/mirrorlist
debug: config: new section 'lib32'
debug: config file /etc/pacman.conf, line 83: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'system'
debug: database path for tree system set to /var/lib/pacman/sync/system.db
debug: "/var/lib/pacman/sync/system.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/system.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for system repository
debug: adding new server URL to database 'system': https://mirror1.artixlinux.org/repos/system/os/x86_64
debug: registering sync database 'world'
debug: database path for tree world set to /var/lib/pacman/sync/world.db
debug: "/var/lib/pacman/sync/world.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/world.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for world repository
debug: adding new server URL to database 'world': https://mirror1.artixlinux.org/repos/world/os/x86_64
debug: registering sync database 'galaxy'
debug: database path for tree galaxy set to /var/lib/pacman/sync/galaxy.db
debug: "/var/lib/pacman/sync/galaxy.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/galaxy.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for galaxy repository
debug: adding new server URL to database 'galaxy': https://mirror1.artixlinux.org/repos/galaxy/os/x86_64
debug: registering sync database 'lib32'
debug: database path for tree lib32 set to /var/lib/pacman/sync/lib32.db
debug: "/var/lib/pacman/sync/lib32.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/lib32.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 593) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for lib32 repository
debug: adding new server URL to database 'lib32': https://mirror1.artixlinux.org/repos/lib32/os/x86_64
Root : /
Conf File : /etc/pacman.conf
DB Path : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/
Hook Dirs : /usr/share/libalpm/hooks/ /etc/pacman.d/hooks/
Lock File : /var/lib/pacman/db.lck
Log File : /var/log/pacman.log
GPG Dir : /etc/pacman.d/gnupg/
Targets : libguestfs
debug: loading package cache for repository 'system'
debug: opening archive /var/lib/pacman/sync/system.db
debug: added 362 packages to package cache for db 'system'
debug: searching for target 'libguestfs'
debug: loading package cache for repository 'world'
debug: opening archive /var/lib/pacman/sync/world.db
debug: added 2542 packages to package cache for db 'world'
debug: searching for target 'libguestfs'
debug: loading package cache for repository 'galaxy'
debug: opening archive /var/lib/pacman/sync/galaxy.db
debug: added 2663 packages to package cache for db 'galaxy'
debug: searching for target 'libguestfs'
debug: loading package cache for repository 'lib32'
debug: opening archive /var/lib/pacman/sync/lib32.db
debug: added 188 packages to package cache for db 'lib32'
debug: searching for target 'libguestfs'
debug: unregistering database 'local'
debug: unregistering database 'system'
debug: freeing package cache for repository 'system'
debug: unregistering database 'world'
debug: freeing package cache for repository 'world'
debug: unregistering database 'galaxy'
debug: freeing package cache for repository 'galaxy'
debug: unregistering database 'lib32'
debug: freeing package cache for repository 'lib32'
I am now quite confused on what could cause pacman not to find the package that is in the repo.
Thanks in advance.