Search Criteria
Package Details: zpaq 7.15-1
Package Actions
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: | 52 |
Popularity: | 0.085675 |
First Submitted: | 2015-08-15 15:07 (UTC) |
Last Updated: | 2021-08-02 13:51 (UTC) |
Required by (5)
- peazip-gtk2-bin (optional)
- peazip-qt-bin (optional)
- peazip-qt5 (optional)
- steal-git
- zpipe
Latest Comments
Ereski commented on 2023-03-01 10:46 (UTC)
@lunainvictum builds just fine here both with current clang (v15.0.7) and current gcc (v12.2.1). Looks like your env vars may not be set up correctly
lunainvictum commented on 2023-03-01 10:27 (UTC)
Build fails with:
/usr/bin/ld: cannot find auto: File or Path not found. /usr/bin/ld: cannot find auto: File or Path not found. collect2: Error: ld returned 1
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 commented on 2017-01-09 17:18 (UTC)
makikatze commented on 2016-06-30 19:45 (UTC)
tuankiet65 commented on 2016-04-30 03:17 (UTC)