FS#79909 - [john] missing depends 'perl-compress-raw-lzma'

Attached to Project: Arch Linux
Opened by Xeonacid (Xeonacid) - Wednesday, 11 October 2023, 03:09 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Caleb Maclennan (alerque)
Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

7z2john refuses to work without 'perl-compress-raw-lzma' (currently in AUR).


Additional info:
* package version(s) 1.9.0.jumbo1-9

Steps to reproduce:
$ echo 1 > test.txt
$ 7z a enc.7z -p123456 test.txt

7-Zip [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28
p7zip Version 17.04 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,20 CPUs x64)

Scanning the drive:
1 file, 2 bytes (1 KiB)

Creating archive: enc.7z

Items to compress: 1


Files read from disk: 1
Archive size: 154 bytes (1 KiB)
Everything is Ok
$ 7z2john enc.7z
Can't locate Compress/Raw/Lzma.pm in @INC (you may need to install the Compress::Raw::Lzma module) (@INC entries checked: /usr/lib/perl5/5.38/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.38/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.38/core_perl /usr/share/perl5/core_perl) at /usr/sbin/7z2john line 6.
BEGIN failed--compilation aborted at /usr/sbin/7z2john line 6.
$ paru -S perl-compress-raw-lzma # from AUR
...
$ 7z2john enc.7z
ATTENTION: the hashes might contain sensitive encrypted data. Be careful when sharing or posting these hashes
enc.7z:$7z$2$19$0$$16$611f64bc471c76e066659e3ea6714060$1733426259$16$6$d363effd7d9bc565be319dc6b6300f33$2$00
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:20 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/john/issues/1

Loading...