ncpamixer
ncpamixer copied to clipboard
Install in Arch Linux following README does not work
Installing following this from README.md doesn't work, shows:
$ paru -S ncpamixer-git
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
:: Conflicts found:
pulseaudio: pipewire-pulse (pulseaudio) pipewire-pulse
:: Conflicting packages will have to be confirmed manually
Repo (1) Old Version New Version Make Only
extra/pulseaudio 17.0-3 No
Aur (1) Old Version New Version Make Only
aur/ncpamixer-git a-5 No
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs...
PKGBUILDs up to date
nothing new to review
[sudo] password for kuro:
resolving dependencies...
looking for conflicting packages...
:: pulseaudio-17.0-3 and pipewire-pulse-1:1.2.5-1 are in conflict. Remove pipewire-pulse? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: pulseaudio-17.0-3 and pipewire-pulse-1:1.2.5-1 are in conflict
Seems to be a dependency problem in PKGBUILD that needs to be updated.
Workaround 4 Arch:
I did this and work no problem:
git clone https://github.com/fulhax/ncpamixer.git
cd ncpamixer
make
cd build
./ncpamixer
and did work, later I did move it to a folder in PATH for convenience.
Machine:
distro: Arch Linux x86_64
kernel: 6.6.52-1-lts
shell: bash 5.2.37
term: tmux
I don't believe the aur package is own by this repo.
The fix has been mentioned in the aur page
We just have to wait for the maintainer to respond.
The fix is trivial:
Correct, the only package that we maintain is the one for portage in our overlay repo (this is basically my private overlay). For aur it's better to write a comment on the aur page. 👍