Package Details: peazip 11.1.0-1

Git Clone URL: https://aur.archlinux.org/peazip.git (read-only, click to copy)
Package Base: peazip
Description: Cross-platform file and archive manager (Qt6)
Upstream URL: https://github.com/peazip/PeaZip
Licenses: LGPL-3.0-or-later
Submitter: xiota
Maintainer: xiota (chaotic-aur)
Last Packager: chaotic-aur
Votes: 13
Popularity: 0.72
First Submitted: 2024-06-01 17:35 (UTC)
Last Updated: 2026-05-21 03:24 (UTC)

Required by (0)

Sources (1)

Pinned Comments

xiota commented on 2024-06-01 17:45 (UTC) (edited on 2024-10-26 16:46 (UTC) by xiota)

This is not a split package to avoid taking 3x as long to build. Change the _widgets variable to use a different widgets set.

Viable options are gtk2, qt5, and qt6. At this time, gtk3 does not work.

Latest Comments

1 2 3 Next › Last »

BSanek1972 commented on 2026-05-21 02:03 (UTC) (edited on 2026-05-21 02:05 (UTC) by BSanek1972)

Build fails with segmentation fault at package() stage

Error:

cp -a "$_path_src"/{icons,lang,themes} "$pkgdir/usr/share/$_pkgname/"
Segmentation fault (core dumped)

Root cause: Bug in fakeroot + cp -a (preserving attributes). The same command works fine outside fakeroot.

Workaround: In PKGBUILD, replace cp -a with cp -r (line ~154 in package() section).

Change this:

cp -a "$_path_src"/{icons,lang,themes} "$pkgdir/usr/share/$_pkgname/"

To this:

cp -r "$_path_src"/{icons,lang,themes} "$pkgdir/usr/share/$_pkgname/"

After this change, the package builds successfully.

Tested on: * Manjaro Linux (fully updated as of 2026-05-21) * fakeroot 1.38-1 * coreutils 9.11

Consider reporting this issue to fakeroot (GitLab) with the steps above.

RandomArchUser73 commented on 2025-10-25 15:12 (UTC)

It was very helpful, thank you!

ldm commented on 2025-05-15 20:16 (UTC)

@xiota

it works!

thanks a lot

ldm commented on 2025-05-15 18:15 (UTC) (edited on 2025-05-15 18:17 (UTC) by ldm)

clean chroot

_widgets=gtk2

I get this error:

(9022) Compiling resource /build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.or
(9015) Linking /build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/pea
/usr/bin/ld: unrecognized option '--sort-common --as-needed -z relro -z now -z ibt -z shstk'
/usr/bin/ld: use the --help option for usage information
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Warning: (9034) "crtbeginS.o" not found, this will probably cause a linking failure
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Warning: (9034) "crtendS.o" not found, this will probably cause a linking failure
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Error: (9013) Error while linking
/build/peazip/src/PeaZip-e9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpr(49,1) Fatal: (10026) There were 1 errors compiling module, stopping
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile Project, Target: /build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/pea: stopped with exit code 1
Info: (lazarus) [TCompiler.Compile] end
Error: (lazbuild) Failed compiling of project "/build/peazip/src/PeaZip-9bf73b38ee3ba542d4ed9943194e09339c9de91/peazip-sources/dev/project_pea.lpi"
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/ldm/chroot/ldm/build

Azuri commented on 2025-04-18 14:35 (UTC)

The Package Details say the version is 10.4.0-1 but the "About" dialog in the installed app says it is 10.3.0.

SubtlyWell commented on 2025-01-28 13:53 (UTC) (edited on 2025-01-28 15:56 (UTC) by SubtlyWell)

I cannot build the update, as I get this error:

Warning: cannot resolve "7zip", a dependency of "peazip"
Error: Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency '7zip' required by peazip
  • pacman -Ss 7zip only returns extra/p7zip
  • pacman search 7zip returns p7zip and 7zip-docs (and many other AUR packages) but not 7zip.