Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch AUR build is failing #76

Open
PVautour opened this issue May 8, 2022 · 3 comments
Open

Arch AUR build is failing #76

PVautour opened this issue May 8, 2022 · 3 comments

Comments

@PVautour
Copy link

PVautour commented May 8, 2022

Hello,

It seems the source for the aur release of Pamix needs to be updated to use https.

This is the output I get when trying to install it with Paru:

❯ paru pamix --verbose
1 community/pamixer 1.5-3 [0B 106.68KiB] [Installed]
    Pulseaudio command-line mixer like amixer
2 aur/pamixer-git 20211011-1 [+69 ~0.00]
    Pulseaudio command-line mixer like amixer
3 aur/ncpamixer 1.3.3.1-1 [+25 ~0.00]
    ncurses PulseAudio Mixer
4 aur/ncpamixer-git a-3 [+10 ~0.00]
    ncurses PulseAudio Mixer
5 aur/pamix-git 1.6.r10.gea4ab3b.0.gea4ab3b-1 [+4 ~0.00]
    PAMix - the pulseaudio terminal mixer
:: Packages to install (eg: 1 2 3, 1-3):
:: 5
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) pamix-git-1.6.r10.gea4ab3b.0.gea4ab3b-1

:: Proceed to review? [Y/n]: 

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
error: failed to lookup: pamix-git: fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

==> Making package: pamix-git 1.6.r10.gea4ab3b.0.gea4ab3b-1 (Sun 08 May 2022 10:22:10 AM)
==> Retrieving sources...
  -> Cloning PAmix git repo...
Cloning into bare repository '/home/pvautour/.cache/paru/clone/pamix-git/PAmix'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading PAmix git repo
    Aborting...
error: failed to download sources for 'pamix-git-1.6.r10.gea4ab3b.0.gea4ab3b-1': 
error: packages failed to build: pamix-git-1.6.r10.gea4ab3b.0.gea4ab3b-1

The error points to this url for more information on the change.

Hopefully this is an easy fix!

Thank you for your time and efforts. Feel free to tell me if I can help out :)

@nPHYN1T3
Copy link

nPHYN1T3 commented May 9, 2022

Can confirm...and I confess my terrible workaround was just to grab the binary off an Ubuntu machine in the meantime heh.

Can't build manually either.
config.hpp:3:10: fatal error: ncursesw/ncurses.h: No such file or directory
3 | #include <ncursesw/ncurses.h>

@patroclos
Copy link
Owner

@nPHYN1T3 looks like -DNCURSESW_H_INCLUDE="ncurses.h" when calling cmake would help you.

I'm not in contact with the AUR maintainer, but this almost makes me want to make an official aur package

@nPHYN1T3
Copy link

Yeah man that worked. Thanks!

Hopefully this version will fix the focus issue I was having.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants