pkgbuild

find package with multiple names pacman

find package with multiple names pacman Some packages like gcc-libs are apparently other packages, under a different name. turns out gcc-libs is just gcc: PKGBUILD if I want to install that package, I know I can run pacman -S gcc-libs, but how can I find the original package, as in, the package which has a …

Total answers: 1

Can't execute shell script in AUR PKGBUILD

Can't execute shell script in AUR PKGBUILD In the PKGBUILD file for an AUR I am working on, I get the following error in my package() function: ./install.sh: No such file or directory here is the function: package() { cd /opt/"$pkgname"/pymoab ./install.sh python setup.py install } The file is in the directory, and it is …

Total answers: 2

"PKGBUILD does not exist" when running "makepkg -cf"

"PKGBUILD does not exist" when running "makepkg -cf" When I run makepkg -cf, I get an error: ==> ERROR: PKGBUILD does not exist. But if I run makepkg -p PKGBUILD.asc it works. Can someone explain to me someone why the first doesn’t work? Asked By: Mitsworth SCZD || Source How I solved it The problem …

Total answers: 2

How to check an AUR package for malicious code?

How to check an AUR package for malicious code? Malicious code has been found and deleted later from 3 AUR packages acroread, blaz and minergate (e,g: acroread PKGBUILD detail). It was found in a commit released by a malicious user by changing the owner of the orphaned AUR package and including a malicious curl command. …

Total answers: 1

How to resume package building in debian?

How to resume package building in debian? I am running debian stretch and following this guide for building package from source for debian. Sometimes building process takes hours , when I run dpkg-buildpackage -rfakeroot again , it starts building from scratch. dpkg-buildpackage –help does not show any option to resume. How can I resume package …

Total answers: 2