with sparse
==> Starting build()...
sparse -Wall -Werror -Wuninitialized -Wundef -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVERSION=\""523d8f"\" mmc.c
mmc.c: note: in included file (through /usr/include/bits/libc-header-start.h, /usr/include/stdio.h):
/usr/include/features.h:422:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O)
mmc.c: note: in included file:
/usr/include/stdio.h:34:11: error: unable to open 'stddef.h'
make: *** [Makefile:38: mmc.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Pinned Comments
jpegxguy commented on 2021-12-15 16:13 (UTC) (edited on 2021-12-15 16:26 (UTC) by jpegxguy)
Hi guys,
I found this documentation on kernel.org which points to a different repo:
https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
I'm thinking this might be why the tree we knew moved to
mmc-utils-old
I'll probably end up changing the source to that newer repo after testing for a bit, because the new tree seems more active.
UPDATE: The new tree builds fine for me. Also,
make
is part of the groupbase-devel
, which is an implied make dependency of any AUR package.