Project

General

Profile

Bug #2574

Updated by bill-auger over 4 years ago

After running `pacman -Syy`, then trying to install a package with `pacman -S openconnect`, I get this error:

<pre> ```
resolving dependencies...
looking for conflicting packages...

Packages (3) stoken-0.92-3 vpnc-1:0.5.3.r462.r78-1 openconnect-1:8.05-1

Total Installed Size: 3.64 MiB

:: Proceed with installation? [Y/n]
(3/3) checking keys in keyring [##############################################################################################] 100%
(3/3) checking package integrity [##############################################################################################] 100%
(3/3) loading package files [##############################################################################################] 100%
(3/3) checking for file conflicts [##############################################################################################] 100%
(3/3) checking available disk space [##############################################################################################] 100%
error: hook /usr/share/libalpm/hooks/30-openrc-upgrade.hook line 2: invalid value Path
error: failed to commit transaction (failed to run transaction hooks)
Errors occurred, no packages were upgraded.
</pre> ```

I get a similar error when trying to remove a package with `pacman -R yay`

<pre> ```
checking dependencies...

Packages (1) yay-9.3.3-1

Total Removed Size: 6.36 MiB

:: Do you want to remove these packages? [Y/n]
error: hook /usr/share/libalpm/hooks/30-openrc-upgrade.hook line 2: invalid value Path
error: failed to commit transaction (failed to run transaction hooks)
</pre>
```

Back