Package Details: zpaq 7.15-2

Git Clone URL: https://aur.archlinux.org/zpaq.git (read-only, click to copy)
Package Base: zpaq
Description: Programmable file compressor, library and utilities. Based on the PAQ compression algorithm
Upstream URL: http://mattmahoney.net/dc/zpaq.html
Licenses: custom, MIT
Submitter: Ereski
Maintainer: Ereski
Last Packager: Ereski
Votes: 58
Popularity: 0.39
First Submitted: 2015-08-15 15:07 (UTC)
Last Updated: 2023-09-05 18:17 (UTC)

Dependencies (1)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

dreieck commented on 2020-12-13 11:37 (UTC)

@catwell, I had the same problem.

I noticed that I did not want to rely on some "magic" stuff in my shell environment which Arch Linux "imposes" upon me unknowingly and had only my own clean bash profile and bashrc forced system-wide. So the magic which the perl installation does via /etc/profile.d/perlbin.sh did not apply to me.

So I had to manually add the path or manually source /etc/profile.d/perlbin.sh (refinind the helper function used there, too).

Ereski commented on 2017-01-10 10:48 (UTC)

@catwell: As I understand, /usr/bin/*_perl/ should be in your path if you have the official Perl5 package installed (see https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts and /etc/profile.d/perlbin.sh, which is owned by perl). Because perl is a makedepend, I think _not_ hardcoding the path is the right thing to do and is more compatible with crazy setups ppl might have. In your case I don't know why /usr/bin/core_perl/ isn't in your PATH, but you could just edit the PKGBUILD, line 41, to invoke pod2man with an absolute path.

catwell commented on 2017-01-09 17:18 (UTC)

Does anyone else have the build fail because pod2man is not in $PATH? Hardcoding its path (/usr/bin/core_perl/pod2man) could probably fix.

makikatze commented on 2016-06-30 19:45 (UTC)

Couldn't we make an optimization regarding speed? Adding the -O3 option to both, the library and the executable should speed up things (at least it's recommended according to the official zpaq readme file).

tuankiet65 commented on 2016-04-30 03:17 (UTC)

Thanks for the quick update, but you forgot to change the checksum though.