Package Details: sedutil-ladar 1.16.0-5

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: 1
Popularity: 0.000114
First Submitted: 2021-05-31 21:08 (UTC)
Last Updated: 2023-09-04 17:44 (UTC)

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-cli

Compilation 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...