@xiota
it works!
thanks a lot
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 |
Last Packager: | xiota |
Votes: | 9 |
Popularity: | 1.54 |
First Submitted: | 2024-06-01 17:35 (UTC) |
Last Updated: | 2025-05-15 19:53 (UTC) |
@xiota
it works!
thanks a lot
There was a change in linker option interpretation somewhere. Should be fixed now.
Note: Qt6 version still has the error on close.
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
It's a problem with the commit tagged 10.4.0. I've switched to a newer commit (10.4.0.r39).
Note: There's an unhandled exception error when closing the program. It's probably related to Qt 6.9. Anyone who's bothered by it, switch the widget set to gtk2 or qt5 until it can be resolved.
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.
People who are using a distro with delayed package sync should consider switching to the testing repo.
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
.@ldm Updated package to change depend and default config, but extra/7zip
seems to work the same as p7zip
. So okay to switch to 7zip
and no need to rebuild peazip
.
today when I updated, pacman suggested me to replace p7zip with 7zip
does anything change or do they have the same features?
thanks
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
, andqt6
. At this time, gtk3 does not work.