@ortango: It will not solve problem with sha512sums.
Problem is upstream file is not versioned (memtest86-usb.zip
), so it breaks sha512sums every time the file is changed (e.g. when a new version is available).
In my opinion, it is an upstream issue. I miss the old URL like <https://www.passmark.com/ftp/>$_pkgbasename-usb-$pkgver.$_build.zip
.
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.22 |
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)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »
UnicornDarkness commented on 2019-02-26 23:29 (UTC) (edited on 2019-02-26 23:30 (UTC) by UnicornDarkness)
ortango commented on 2019-02-26 20:25 (UTC) (edited on 2019-02-26 20:27 (UTC) by ortango)
@Popkornium18
do you have the zip cached in your SRCDEST folder? if so, delete it and try again.
maybe this package should name the source file like "name-version.zip::theinternet.com/file.zip" to avoid this.
Popkornium18 commented on 2019-02-26 19:49 (UTC)
memtest86-usb.zip checksum still fails.
UnicornDarkness commented on 2019-02-26 12:02 (UTC)
@intartso: Ok, fixed, thanks.
BoostCookie commented on 2019-02-26 08:43 (UTC)
For me the sha512sum for memtest86-usb.zip fails.
UnicornDarkness commented on 2019-02-17 12:42 (UTC)
@ron2138: Mounting the loopback device requires to be root, but makepkg
should never be run as root. From wiki:
Running
makepkg
itself as root is disallowed. Besides how aPKGBUILD
may contain arbitrary commands, building as root is generally considered unsafe. Users who have no access to a regular user account should runmakepkg
as the nobody user.
So, no, sorry, I will not do changes in the PKGBUILD to allow to build this package as root.
If you have an alternative way to extract the .img file as regular user, why not.
ron2138 commented on 2019-02-17 12:17 (UTC) (edited on 2019-02-17 12:20 (UTC) by ron2138)
When there are root privileges, can the p7zip dependency eliminated with losetup, as in https://unix.stackexchange.com/questions/316401/how-to-mount-a-disk-image-from-the-command-line?
UnicornDarkness commented on 2018-12-07 13:21 (UTC)
@feral_hedgehog: Fixed, thanks.
feral_hedgehog commented on 2018-12-07 13:05 (UTC)
I've been having issues with the grub entry install option after the latest update. The 86_memtest file that gets created under /etc/grub.d isn't executable and is missing a backslash before the '$' in the if-statement, which prevents the entry from being added to grub.
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.