paru icon indicating copy to clipboard operation
paru copied to clipboard

Paru fails to find dependencies from the AUR when installing a repo package

Open Kimiblock opened this issue 11 months ago • 2 comments

Affected Version

paru -V: paru v2.0.4 +git - libalpm v15.0.0

Description

Have you checked previous issues?: Yes

Output

Include the FULL output of any relevant commands/configs

git:(master) paru -S xone-dlundqvist-dkms-git
resolving dependencies...
warning: cannot resolve "xone-dongle-firmware", a dependency of "xone-dlundqvist-dkms-git"
:: The following package cannot be upgraded due to unresolvable dependencies:
      xone-dlundqvist-dkms-git

:: Do you want to skip the above package for this upgrade? [y/N]

pacman-conf:

[options]
RootDir = /
DBPath = /var/lib/pacman/
CacheDir = /var/lib/repo/aur
HookDir = /etc/pacman.d/hooks/
GPGDir = /etc/pacman.d/gnupg/
LogFile = /var/log/pacman.log
HoldPkg = pacman
HoldPkg = glibc
HoldPkg = moeOS-git
HoldPkg = moe-desktop-meta
IgnorePkg = nvidia
IgnorePkg = nvidia-dkms
IgnorePkg = nvidia-utils
IgnorePkg = linux
IgnorePkg = linux-headers
IgnorePkg = linux-cachyos
IgnorePkg = linux-cachyos-headers
Architecture = x86_64
Color
CheckSpace
ParallelDownloads = 6
CleanMethod = KeepInstalled
SigLevel = PackageRequired
SigLevel = PackageTrustedOnly
SigLevel = DatabaseOptional
SigLevel = DatabaseTrustedOnly
LocalFileSigLevel = PackageOptional
LocalFileSigLevel = PackageTrustedOnly
[core]
Usage = All
Server = https://mirrors.qlu.edu.cn/archlinux/core/os/x86_64
[extra]
Usage = All
Server = https://mirrors.qlu.edu.cn/archlinux/extra/os/x86_64
[archlinuxcn]
Usage = All
Server = https://mirror.sjtu.edu.cn/archlinux-cn/x86_64

cat /etc/paru.conf:

#
# $PARU_CONF
# /etc/paru.conf
# ~/.config/paru/paru.conf
#
# See the paru.conf(5) manpage for options

#
# GENERAL OPTIONS
#
[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil
#AurOnly
#BottomUp
#RemoveMake
#SudoLoop
#UseAsk
SaveChanges
CombinedUpgrade
#CleanAfter
UpgradeMenu
NewsOnUpgrade

#LocalRepo
Chroot
#Sign
#SignDb
#KeepRepoCache

#
# Binary OPTIONS
#
[bin]
#FileManager = vifm

Kimiblock avatar Jan 26 '25 08:01 Kimiblock

Paru won't do this. The archlinuxcn repo you have seems to be broken and is missing the dep

Morganamilo avatar Feb 01 '25 07:02 Morganamilo

I think the firmware has licensing issues so it doesn't package the firmware

Kimiblock avatar Feb 01 '25 09:02 Kimiblock