Package Details: p7zip-gui 16.02-11

Git Clone URL: https://aur.archlinux.org/p7zip-gui.git (read-only, click to copy)
Package Base: p7zip-gui
Description: Graphic user interface (alpha quality) for the p7zip file archiver
Upstream URL: http://p7zip.sourceforge.net
Licenses: custom:unRAR, LGPL-2.1-or-later
Submitter: tmn505
Maintainer: tmn505
Last Packager: tmn505
Votes: 94
Popularity: 0.35
First Submitted: 2015-12-12 09:37 (UTC)
Last Updated: 2026-02-24 22:09 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

tmn505 commented on 2026-03-30 21:55 (UTC)

Builds on my machine just fine, using clean chroot.

Pietro_Pizzi commented on 2026-03-29 22:14 (UTC)

Is this on my end or is it broken at the moment?

lto1: fatal error: bytecode stream in file ‘CodecExports.o’ generated with GCC compiler older than 10.0
compilation terminated.
lto-wrapper: fatal error: g++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
lto1: fatal error: bytecode stream in file ‘CodecExports.o’ generated with GCC compiler older than 10.0
compilation terminated.
lto-wrapper: fatal error: g++ returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[1]: *** [../../../../makefile.glb:26: ../../../../bin/7z.so] Error 1
make[1]: Leaving directory '/home/user/.cache/paru/clone/p7zip-gui/src/p7zip_16.02/CPP/7zip/Bundles/Format7zFree'
make: *** [makefile:24: Client7z] Error 2
make: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[1]: *** [../../../../makefile.glb:26: ../../../../bin/7z.so] Error 1
make[1]: Leaving directory '/home/user/.cache/paru/clone/p7zip-gui/src/p7zip_16.02/CPP/7zip/Bundles/Format7zFree'
make: *** [makefile:44: common7z] Error 2
make[1]: Leaving directory '/home/user/.cache/paru/clone/p7zip-gui/src/p7zip_16.02/CPP/7zip/Bundles/SFXCon'
make[1]: Leaving directory '/home/user/.cache/paru/clone/p7zip-gui/src/p7zip_16.02/CPP/7zip/Bundles/Alone7z'
make[1]: Leaving directory '/home/user/.cache/paru/clone/p7zip-gui/src/p7zip_16.02/CPP/7zip/Bundles/Alone'
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'p7zip-gui-16.02-11':

ffcc commented on 2026-02-23 23:49 (UTC)

The patch files from https://src.fedoraproject.org are not available anymore (p7zip-gui-Fix-g++-warning.patch and gcc10-conversion.patch). They seem to have been removed from the repo.

You can use this alternate links:

https://github.com/ttys3/fedora-rpm-p7zip/raw/refs/heads/f32/14-Fix-g++-warning.patch

https://github.com/ttys3/fedora-rpm-p7zip/raw/refs/heads/f32/gcc10-conversion.patch

tmn505 commented on 2025-02-17 17:02 (UTC)

@chriseggroll @HAL703 builds fine on my system with default makepkg.conf with MAKEFLAGS="-j4", please revert to a default one, provided by pacman package.

TBF I've seen LTO linking process crapping out sometime, but that was usually with CMake built projects on systems with passive cooling or laptops, where CMake would ignore makepkg.conf``-flto=auto value and assign more build processes than CPU threads and overheating it (which would kill the linking thread). So aside from reverting makepkg.conf to default try to change -flto=auto to half of Your CPU cores, i.e. if CPU has 6 cores set -flto=3.

HAL703 commented on 2025-02-17 16:17 (UTC)

Same here.

chriseggroll commented on 2025-02-08 15:57 (UTC) (edited on 2025-02-08 16:05 (UTC) by chriseggroll)

I get a compilation error when trying to build this with gcc (GCC) 14.2.1 20250128:

lto1: internal compiler error: cannot read ‘LTO_section_decls’ from Ppmd8.o 0x1e4462a internal_error(char const*, ...) ???:0 0x727396 read_cgraph_and_symbols(unsigned int, char const**) ???:0 0x72754b lto_main() ???:0 lto-wrapper: fatal error: g++ returned 1 exit status compilation terminated.

tmn505 commented on 2025-01-30 17:16 (UTC)

@buzz seems like the owner removed the repository. Fortunately I had local copy, so now it's added as local patch. Thanks.

buzz commented on 2025-01-30 16:39 (UTC)

Currently doesn't build because p7zip-gui-Implement-exit-P7ZIP-Desktop-from-file-menu.patch is missing:

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/ErnyTech/p7zip/commit/82cb61d50f77f457528e3fb003f7b6a36226480b.patch
    Aborting...             

tmn505 commented on 2025-01-01 15:08 (UTC)

@dreieck Ask Your distro maintainers to pull changes from ArchLinux faster or keep p7zip-gui at 16.02-9 version, until they do.

dreieck commented on 2024-12-31 19:56 (UTC)

This conflicts with p7zip on file system level -- please either add p7zip to conflicts array (but it actually also is a dependency), or manually remove the files which are already instelled by p7zip:

p7zip-gui: /usr/lib/p7zip/7z exists in filesystem (owned by p7zip)
p7zip-gui: /usr/lib/p7zip/7z.so exists in filesystem (owned by p7zip)
p7zip-gui: /usr/lib/p7zip/7za exists in filesystem (owned by p7zip)
[...]
p7zip-gui: /usr/share/doc/p7zip/DOC/unRarLicense.txt exists in filesystem (owned by p7zip)
p7zip-gui: /usr/share/doc/p7zip/README exists in filesystem (owned by p7zip)

Regards and thanks for the package!