You are not logged in.
I want to install this package from AUR
bitmask_clientbut it doesn't install:
>$ pacaur -S bitmask_client
:: Package bitmask_client not found in repositories, trying AUR...
:: resolving dependencies...
:: no results found for python2-leap_soledad_client (dependency tree: bitmask_client python2-leap_mail python2-leap_soledad_client)I see two possible solutions:
1. Solution A:
Install the missing dependency - how would I go about that if it doesn't seem to exist anymore?
2. Solution B (requires A?)
Fix the package. I am a long time arch user but never wrote an AUR package myself.
However, being the problem a missing dependency, not sure I can actually fix the package.
What do people suggest?
On a side note, I'd also appreciate any suggestion for a different reasonable free VPN service,
in which case I may just forget about this one. I am running bitmask on my phone and am
sympathetic to bitmask.
Last edited by phonky (2018-07-27 00:41:40)
Offline
I've not done anything more than a quick search. Any chance that python-2-leap_soledad answers the mail?
You might need to page your copy of PKGBUILD
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
You might want to try https://aur.archlinux.org/packages/bitmask , which appears to be the successor of bitmask_client .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
You might want to try https://aur.archlinux.org/packages/bitmask , which appears to be the successor of bitmask_client .
That seems to be the case, but bitmask uses the binary package while bitmask_clients builds an older version from source.
Last edited by progandy (2018-07-24 16:03:05)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
Thanks @progandy and @Lone_Wolf,
I had already tried that, and just tried again.
Unfortunately this is the result:
:: Installing bitmask package(s)...
:: bitmask package(s) failed to install.
:: ensure package version does not mismatch between .SRCINFO and PKGBUILD
:: ensure package name has a VCS suffix if this is a devel packageI am willing to do the necessary adjustments to the package, but I am not sure what I need to do.
Thanks
Offline
Don't use pacaur, pacaur sucks. This error you are getting isn't even a pacaur bug -- it's a deliberate "screw users" by the pacaur developer.
...
Yes, obviously the maintainer of the AUR package in question should have regenerated the .SRCINFO with his updated pkgrel, but that's not a reason for AUR helpers to refuse to install the package after it was successfully built, using totally false pretenses.
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
Right, so I would like to honor the pacaur developer for all the work he did....
This error you are getting isn't even a pacaur bug -- it's a deliberate "screw users" by the pacaur developer.
Nevertheless, I switched to yay, and bitmask installed successfully. Thanks.
Offline