Package Details: pakku-git 1:0.14.r19.gf2a93be-1

Git Clone URL: https://aur.archlinux.org/pakku-git.git (read-only, click to copy)
Package Base: pakku-git
Description: Pacman wrapper with AUR support with latest changes from github repo
Upstream URL: https://github.com/zqqw/pakku
Keywords: aur aur-helper helper nim pacman pakku wrapper
Licenses: GPL3
Conflicts: pakku
Provides: pakku
Submitter: haawda
Maintainer: IOAOI (apropos)
Last Packager: haawda
Votes: 8
Popularity: 0.000000
First Submitted: 2018-04-07 22:05 (UTC)
Last Updated: 2020-09-26 16:04 (UTC)

Dependencies (5)

Required by (2)

Sources (1)

Latest Comments

1 2 3 Next › Last »

IOAOI commented on 2024-03-16 23:28 (UTC)

If you get "pakku: error while loading shared libraries: libalpm.so.13:" then rebuild pakku with makepkg and install with pacman -U to fix it.

IOAOI commented on 2022-01-20 14:52 (UTC)

BTW, with the latest commit, -Sn and -Sz options work again to build binary repo packages from source and obtain binary package PKGBUILD's and related files. It's also possible to specify the version now. See updated pakku man page - and no, these changes were not the problem with asciidoc!

IOAOI commented on 2022-01-20 14:47 (UTC)

Sorry, it was due to the recent asciidoc update, a workaround was detailed on the issues. https://github.com/zqqw/pakku/issues/20 That workaround has been pushed to the Pakku repo now so it should build with both the current and previous versions of asciidoc.

j0hannes commented on 2022-01-20 07:50 (UTC)

The package currently won't build:

Man page: asciidoc --help manpage Syntax: asciidoc --help syntax make: *** [Makefile:98: doc/pakku.8.in] Error 1

IOAOI commented on 2021-11-03 01:55 (UTC) (edited on 2021-11-03 02:01 (UTC) by IOAOI)

// cd ${pkgname%-git} // + echo "make "${addargs[@]}" NIM_CACHE_DIR='../nimcache' PREFIX='/usr'" // make "${addargs[@]}" NIM_CACHE_DIR='../nimcache' PREFIX='/usr' //

PKGBUILD is a BASH script... :) This is an AUR helper - makepkg will always be available to build - using make directly is pointless anyhow!

abd commented on 2021-11-03 01:25 (UTC) (edited on 2021-11-03 01:25 (UTC) by abd)

" passes various arguments to make"
apologize, as still don't get it what those are
Would you please determine these to answer clearly but very briefly in github pakku make issue
https://github.com/kitsunyan/pakku/issues/61

So every single thing is complete and transparent

IOAOI commented on 2021-11-02 20:03 (UTC)

The PKGBUILD passes various arguments to make, the Makefile isn't autogenerated by GNU autotools, it's a custom written one, there's no configure script which usually handles that separately. Probably it's easier to use makepkg: https://github.com/zqqw/pakku/wiki/Building-and-modifying-pakku

abd commented on 2021-11-02 15:36 (UTC) (edited on 2021-11-02 16:11 (UTC) by abd)

So sorry IOAOI
Yours' works great
Error just meant if i type on $ prompt 'make' on pakku being cloned from github, all by my own
Any Idea why so greatly differ: directly fails and your Aur works

IOAOI commented on 2021-11-02 13:23 (UTC) (edited on 2021-11-02 13:38 (UTC) by IOAOI)

https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages Have you checked here? You need build-devel installed for a start. Not sure how that part can fail as I think it's just 2 patches (zsh-git.patch and zsh.patch) being applied using 'patch' to the 'zsh' file also located in pakku/completion. Possibly starting a fresh build might help if there had been some failure in the past which led to the completion/zsh file being altered so the patches didn't apply? Or perhaps you are trying to modify the zsh completions?

abd commented on 2021-11-02 08:38 (UTC)

Any idea why it fails in:

$ make GEN: completion/zsh 2 out of 8 hunks FAILED make: *** [Makefile:94: completion/zsh] Error 1

Please help