Search Criteria
Package Details: sedutil-ladar 1.16.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/sedutil-ladar.git (read-only, click to copy) |
---|---|
Package Base: | sedutil-ladar |
Description: | TCG OPAL 2.00 SED Management Program. ladar's fork, SHA512 variant |
Upstream URL: | https://github.com/ladar/sedutil |
Licenses: | GPL3 |
Conflicts: | sedutil |
Provides: | sedutil |
Submitter: | xsmile |
Maintainer: | xsmile |
Last Packager: | xsmile |
Votes: | 2 |
Popularity: | 0.94 |
First Submitted: | 2021-05-31 21:08 (UTC) |
Last Updated: | 2023-09-04 17:44 (UTC) |
Dependencies (2)
- gptfdisk (gptfdisk-gitAUR) (optional) – for creating the pre-boot authentication and rescue images
- syslinux (optional) – for creating the pre-boot authentication and rescue images
Required by (0)
Sources (14)
- gcc-13.patch
- https://github.com/ladar/sedutil/releases/download/1.16.0/sedutil-1.16.0-SHA512.tar.gz
- mkinitcpio-pba.conf
- mkinitcpio-rescue.conf
- sedutil-mkimg.sh
- sedutil-pba.hook
- sedutil-pba.install
- sedutil-rescue.hook
- sedutil-rescue.install
- sedutil-sleep.conf
- sedutil-sleep.service
- show_asterisk.patch
- syslinux-pba.cfg
- syslinux-rescue.cfg
Latest Comments
xsmile commented on 2023-09-04 17:45 (UTC)
I included the patch, thanks.
random_click commented on 2023-08-28 14:33 (UTC) (edited on 2023-08-28 14:50 (UTC) by random_click)
Package doesn't built (probably a gcc 13 issue).
The solution to add:
#include <cstdint>
to file: ./Common/DtaOptions.h that was suggested in package sedutil-cliCompilation error:
./Common/DtaOptions.h:43:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
./Common/DtaOptions.h:58:1: error: ‘uint8_t’ does not name a type
58 | uint8_t DtaOptions(int argc, char * argv[], DTA_OPTIONS * opts);
| ^~~~~~~
./Common/DtaOptions.h:58:1: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
make[1]: *** [Makefile:630: LinuxPBA/LinuxPBA.o] Error 1
make[1]: Leaving directory '/tmp/makepkg/sedutil-ladar/src/sedutil-1.16.0'
make: *** [Makefile:391: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...