Seems it was due to me having 7-zip-full installed instead of p7zip. Installing p7zip fixed it.
Search Criteria
Package Details: memtest86-efi 1:11.1build1000-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/memtest86-efi.git (read-only, click to copy) |
---|---|
Package Base: | memtest86-efi |
Description: | A free, thorough, stand alone memory test as an EFI application |
Upstream URL: | https://www.memtest86.com |
Licenses: | GPL2, custom:PassMark |
Submitter: | UnicornDarkness |
Maintainer: | UnicornDarkness |
Last Packager: | UnicornDarkness |
Votes: | 113 |
Popularity: | 0.33 |
First Submitted: | 2013-10-29 10:25 (UTC) |
Last Updated: | 2024-10-31 09:57 (UTC) |
Dependencies (3)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (make)
- efibootmgr (efibootmgr-gitAUR) (optional) – to add a new EFI boot entry
- grub (grub-linux-defaultAUR, grub-coreosAUR, grub-blscfgAUR, grub-xen-gitAUR, grub-luks-keyfileAUR, grub-silentAUR, grub-gitAUR, grub-improved-luks2-gitAUR, grub-grubenv-btrfsAUR, grub-libzfsAUR) (optional) – to add MemTest86 entry in GRUB2 menu
Required by (0)
Sources (4)
veganvelociraptr commented on 2024-02-11 12:42 (UTC)
veganvelociraptr commented on 2024-02-11 12:39 (UTC)
ls -l "/tmp/makepkg/memtest86-efi/src/memtest86-usb.img"
-rw-r--r-- 1 x users 1,0G 2024-02-08 07:59 /tmp/makepkg/memtest86-efi/src/memtest86-usb.img
7z e -y "/tmp/makepkg/memtest86-efi/src/memtest86-usb.img" 'EFI System Partition'
7-Zip (_) 23.01 (x64) : Copyright (c) 1999-2023 Igor Pavlov : 2023-06-20
64-bit locale=sv_SE.UTF-8 Threads:32 OPEN_MAX:1024, ASM
Codec Load Error: /usr/lib/7z.so : E_FAIL : Unspecified error
Scanning the drive for archives:
1 file, 1073741824 bytes (1024 MiB)
Extracting archive: /tmp/makepkg/memtest86-efi/src/memtest86-usb.img
ERROR: /tmp/makepkg/memtest86-efi/src/memtest86-usb.img
Cannot open the file as archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
UnicornDarkness commented on 2024-02-10 15:10 (UTC)
@veganvelociraptr please provide output of following commands:
ls -l "/tmp/makepkg/memtest86-efi/src/memtest86-usb.img"
7z e -y "/tmp/makepkg/memtest86-efi/src/memtest86-usb.img" '*EFI System Partition*'
veganvelociraptr commented on 2024-02-10 13:53 (UTC) (edited on 2024-02-10 13:53 (UTC) by veganvelociraptr)
ERROR: /tmp/makepkg/memtest86-efi/src/memtest86-usb.img
Cannot open the file as archive
UnicornDarkness commented on 2023-12-11 12:56 (UTC)
@SteelT: Nice catch. Fixed in 06d68c731d67, thanks.
SteelT commented on 2023-12-11 07:04 (UTC)
The update hook should be updated to not use the deprecated File alias for Path, to avoid it suddenly breaking in a future release of pacman.
UnicornDarkness commented on 2022-10-03 18:28 (UTC) (edited on 2022-10-03 18:29 (UTC) by UnicornDarkness)
@prettyvanilla: My bad, I forgot this one... Fixed in af8178dd5498, thanks.
prettyvanilla commented on 2022-10-02 17:50 (UTC)
In your update to not hardcode the path in the ESP (https://aur.archlinux.org/cgit/aur.git/commit/?h=memtest86-efi&id=6c4590b3a543) you didn't update the update()
function accordingly, so the update hook after the recent update copied the memtest86 files to the ESP root instead of updating those in the configured path.
UnicornDarkness commented on 2022-10-02 13:45 (UTC) (edited on 2022-10-02 13:46 (UTC) by UnicornDarkness)
@Sven: Ok, I understand. 7-zip-full
is not behaving like p7zip
.
I installed 7-zip-full
to do some tests. It works with both p7zip
and 7-zip-full
packages since `a69e4de104cd.
Sven commented on 2022-10-02 13:08 (UTC)
I know why this is happening to me. I have aur/7-zip-full installed. Then the file has a different name.
$ ls -la
insgesamt 2099492
drwxr-xr-x 3 skoehler skoehler 4096 2. Okt 15:03 .
drwxr-xr-x 4 skoehler skoehler 4096 2. Okt 15:03 ..
-rw-r--r-- 1 skoehler skoehler 267386880 29. Sep 06:12 0.MemTest86.fat
-rw-r--r-- 1 skoehler skoehler 268435456 29. Sep 06:12 '1.EFI System Partition.img'
-rw-r--r-- 1 skoehler skoehler 536854016 29. Sep 06:12 '2.DMA Test Partition.img'
drwxr-xr-x 3 skoehler skoehler 4096 29. Sep 06:12 Help
-rwxr-xr-x 1 skoehler skoehler 1974816 29. Sep 06:12 imageUSB.exe
lrwxrwxrwx 1 skoehler skoehler 46 2. Okt 15:03 memtest86-efi -> /home/skoehler/aur/memtest86-efi/memtest86-efi
lrwxrwxrwx 1 skoehler skoehler 64 2. Okt 15:03 memtest86-efi-10.0build1000.zip -> /home/skoehler/aur/memtest86-efi/memtest86-efi-10.0build1000.zip
lrwxrwxrwx 1 skoehler skoehler 51 2. Okt 15:03 memtest86-efi.conf -> /home/skoehler/aur/memtest86-efi/memtest86-efi.conf
lrwxrwxrwx 1 skoehler skoehler 58 2. Okt 15:03 memtest86-efi-update.hook -> /home/skoehler/aur/memtest86-efi/memtest86-efi-update.hook
-rw-r--r-- 1 skoehler skoehler 1073741824 29. Sep 06:12 memtest86-usb.img
-rwxr-xr-x 1 skoehler skoehler 1423339 29. Sep 06:12 MemTest86_User_Guide_UEFI.pdf
-rwxr-xr-x 1 skoehler skoehler 12674 29. Sep 06:12 ReadMe_imageUSB.txt
-rwxr-xr-x 1 skoehler skoehler 5299 29. Sep 06:12 readme.txt
Pinned Comments
UnicornDarkness commented on 2019-06-08 08:52 (UTC) (edited on 2019-06-08 08:53 (UTC) by UnicornDarkness)
As you probably know, the
<https://www.memtest86.com/downloads/memtest86-usb.zip>
URL is likely to cause problems, like this error:To avoid this problem, I prefer to reupload
memtest86-usb.zip
archive somewhere else, where this kind of breakage will not appear.I can't upload this archive on AUR directly (archive is 8 MB but AUR accepts 250 KiB maximum), so I decide to put this archive on my Git repository to avoid future breakages.
I hope it suits you.