Summary: | app-crypt/chntpw-140201-r1 - libsam.c: error: passing argument 1 of hexdump from incompatible pointer type [-Wincompatible-pointer-types] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Marek Szuba (RETIRED) <marecki> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | fixed in 140201-r1 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: |
emerge-info.txt
app-crypt:chntpw-140201-r1:20231204-025407.log emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 876699 [details]
emerge-info.txt
Created attachment 876700 [details]
app-crypt:chntpw-140201-r1:20231204-025407.log
Created attachment 876701 [details]
emerge-history.txt.xz
Created attachment 876702 [details]
environment
Created attachment 876703 [details]
etc.clang.tar.xz
Created attachment 876704 [details]
etc.portage.tar.xz
Created attachment 876705 [details]
qlist-info.txt.xz
Created attachment 876706 [details]
temp.tar.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c9b8f93ff895caa7bf5aaee085e66ffb7862a4 commit 68c9b8f93ff895caa7bf5aaee085e66ffb7862a4 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2024-01-31 12:48:34 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2024-01-31 12:55:22 +0000 app-crypt/chntpw: force -std=gnu90 Just a workaround for build errors for now. In the long run, I think I'd better look at whether how useful exactly (if at all) chntpw is against modern Windows versions, warrants all the changes required to make the code C99-compliant. Nb. It's gnu90 rather than c90 because of the use of // for comments. Closes: https://bugs.gentoo.org/919172 Signed-off-by: Marek Szuba <marecki@gentoo.org> app-crypt/chntpw/chntpw-140201-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) |