Packages not in AUR (after Pacman 6.0.0 update)

HI,

It looks like after the pacman (core repo) package updated, i now have some packages that are missing from the AUR. It's probably my fault as i temporarily switched to pacman-git (chaotic-aur) and back to pacman (core) this morning...

Now this happens:

╭─me@me in /etc🔒 took 4s
╰─λ paru -Syyu
:: Synchronizing package databases...
 core                                      133.3 KiB   509 KiB/s 00:00 [########################################] 100%
 extra                                    1549.6 KiB  6.94 MiB/s 00:00 [########################################] 100%
 community                                   5.6 MiB  10.0 MiB/s 00:01 [########################################] 100%
 chaotic-aur                              1077.7 KiB   827 KiB/s 00:01 [########################################] 100%
:: Starting full system upgrade...
 there is nothing to do
:: Looking for AUR upgrades
:: Looking for devel upgrades
:: Packages not in the AUR: lib32-acl  lib32-alsa-lib  lib32-alsa-oss  lib32-alsa-plugins  lib32-at-spi2-atk  
    lib32-at-spi2-core  lib32-atk  lib32-attr  lib32-brotli  lib32-bzip2  lib32-cairo  lib32-colord  lib32-curl  
    lib32-db  lib32-dbus  lib32-dconf  lib32-e2fsprogs  lib32-expat  lib32-faudio  lib32-flac  lib32-fluidsynth  
    lib32-fontconfig  lib32-freetype2  lib32-fribidi  lib32-gdk-pixbuf2  lib32-gettext  lib32-giflib  lib32-glew  
    lib32-glib-networking  lib32-glib2  lib32-glu  lib32-gmp  lib32-gnutls  lib32-gst-plugins-base-libs  
    lib32-gstreamer  lib32-gtk3  lib32-harfbuzz  lib32-icu  lib32-jack  lib32-json-glib  lib32-keyutils  lib32-krb5  
    lib32-lcms2  lib32-libasyncns  lib32-libcanberra  lib32-libcap  lib32-libcups  lib32-libdatrie  lib32-libdrm  
    lib32-libelf  lib32-libepoxy  lib32-libffi  lib32-libgcrypt  lib32-libglvnd  lib32-libgpg-error  lib32-libgudev  
    lib32-libgusb  lib32-libice  lib32-libidn2  lib32-libinstpatch  lib32-libjpeg-turbo  lib32-libldap  lib32-libltdl
    lib32-libnl  lib32-libnsl  lib32-libogg  lib32-libpcap  lib32-libpciaccess  lib32-libpng  lib32-libproxy  
    lib32-libpsl  lib32-libpulse  lib32-librsvg  lib32-libsm  lib32-libsndfile  lib32-libsoup  lib32-libssh2  
    lib32-libtasn1  lib32-libthai  lib32-libtiff  lib32-libtirpc  lib32-libunistring  lib32-libunwind  lib32-libusb  
    lib32-libva  lib32-libvorbis  lib32-libx11  lib32-libxau  lib32-libxcb  lib32-libxcomposite  lib32-libxcrypt  
    lib32-libxcursor  lib32-libxdamage  lib32-libxdmcp  lib32-libxext  lib32-libxfixes  lib32-libxft  lib32-libxi  
    lib32-libxinerama  lib32-libxkbcommon  lib32-libxml2  lib32-libxmu  lib32-libxrandr  lib32-libxrender  
    lib32-libxshmfence  lib32-libxslt  lib32-libxss  lib32-libxt  lib32-libxtst  lib32-libxv  lib32-libxxf86vm  
    lib32-llvm-libs  lib32-lm_sensors  lib32-mesa  lib32-mesa-demos  lib32-mpg123  lib32-ncurses  lib32-nettle  
    lib32-nspr  lib32-nss  lib32-nvidia-utils  lib32-ocl-icd  lib32-openal  lib32-opencl-nvidia  lib32-openssl  
    lib32-opus  lib32-orc  lib32-p11-kit  lib32-pam  lib32-pango  lib32-pcre  lib32-pixman  lib32-polkit  
    lib32-portaudio  lib32-readline  lib32-rest  lib32-sdl2  lib32-sqlite  lib32-systemd  lib32-tdb  lib32-util-linux
    lib32-v4l-utils  lib32-vkd3d  lib32-vulkan-icd-loader  lib32-wayland  lib32-xz  lib32-zlib  lib32-zstd  steam  
    wine  wine-nine  winetricks
 there is nothing to do

I especially dont want to remove/mess witch wine, winetricks, and steam. Can anyone help me solve this error message?

Please post

cat /etc/pacman.conf

or check if it looks like

#[multilib]
Include = /etc/pacman.d/mirrorlist
5 Likes

Thank you! That was it. For some reason it was commented out...

I've uncommented it to:

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

This was my previous /etc/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/
#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
#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 Arch Linux
# packagers with `pacman-key --populate archlinux`.

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

[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.