@rado84, can't reproduce, works fine for me using Ark.
https://i.ibb.co/qWj03WP/screenshot-1.png
https://i.ibb.co/VV7qJpP/screenshot-2.png
And you probably want to report bugs upstream anyway.
Git Clone URL: | https://aur.archlinux.org/7-zip-full.git (read-only, click to copy) |
---|---|
Package Base: | 7-zip-full |
Description: | File archiver with a high compression ratio (full package to replace p7zip) |
Upstream URL: | https://7-zip.org/ |
Keywords: | 7-zip 7z 7zip archiver compress p7zip zip |
Licenses: | BSD-3-Clause, LGPL-2.1-or-later, LicenseRef-UnRAR |
Conflicts: | p7zip |
Provides: | 7-zip, 7z.so, p7zip |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 69 |
Popularity: | 1.75 |
First Submitted: | 2022-01-07 08:49 (UTC) |
Last Updated: | 2024-08-12 16:42 (UTC) |
@rado84, can't reproduce, works fine for me using Ark.
https://i.ibb.co/qWj03WP/screenshot-1.png
https://i.ibb.co/VV7qJpP/screenshot-2.png
And you probably want to report bugs upstream anyway.
This archiver has a problem with archives with encrypted file names (AES-256): if you create an archive with encrypted file names using the 7-zip GUI program for Windows (running it with Wine) and then open the newly created archive (to test it) with any native linux GUI archiver (such as engrampa, file-roller, ark), it DOESN'T display the small dialog asking for the password, thus making that archive inaccessible and useless. I made a video of the problem: https://disk.yandex.com/i/Pfp-uK_WNoAw1A And this is what SHOULD happen after you revert to the original p7zip and double click the encrypted archive: https://i.imgur.com/0aX744t.png
@Hanabishi yes, I set -march=native in makepkg.conf. It's now fixed with 24.05-2. Thanks!
Applied a patch suggested upstream. Test with -2
.
Filled a bug report upstream.
Did you set something like -march
in makepkg.conf
?
Looks like this is an upstream issue. This function is commented out for some reason, but still invoked in the code.
https://github.com/ip7z/7zip/blob/fc662341e6f85da78ada0e443f6116b978f79f22/C/CpuArch.h#L610
24.05-1 error (on amd zen4 ryzen9 with avx512). The previous version was fine.
LzFindOpt.asm: 513 lines, 3 passes, 1988 ms, 0 warnings, 0 errors
../../../../C/Blake2s.c: In the function « z7_Black2sp_Prepare »:
../../../../C/Blake2s.c:2552:11: error: Implicit declaration of the function « CPU_IsSupported_AVX512F_AVX512VL »; did you want to use « CPU_IsSupported_VAES_AVX2 » ? [-Wimplicit-function-declaration]
2552 | if (CPU_IsSupported_AVX512F_AVX512VL())
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| CPU_IsSupported_VAES_AVX2
make: *** [../../7zip_gcc.mak:1164: _o/Blake2s.o] Error 1
Build fails only for 7z.so
. 7-zip
package does not build it. The rest executables are fine.
Pinned Comments
Hanabishi commented on 2022-01-07 08:53 (UTC) (edited on 2023-09-18 11:00 (UTC) by Hanabishi)
Not all apps are compatible with original
7-zip
binaries!In case of problems, try reverting to original
p7zip
.