FS#41575 - [gummiboot] build fails with stdarg.h: No such file or directory

Attached to Project: Arch Linux
Opened by Hermann Zahnweh (eigengrau) - Saturday, 16 August 2014, 13:25 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 26 November 2014, 07:20 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Thomas Bächler (brain0)
Tom Gundersen (tomegun)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Building the gummiboot 45-1 PKGBUILD fails with the following error message:

make --no-print-directory all-am
CC src/setup/gummiboot-setup.o
CC src/setup/gummiboot-efivars.o
CCLD gummiboot
GEN man/gummiboot.8
CC src/efi/util.o
In file included from /usr/include/efi/efilib.h:27:0,
from src/efi/util.c:19:
/usr/include/efi/efistdarg.h:22:20: fatal error: stdarg.h: No such file or directory
#include "stdarg.h"

Additional info:
gummiboot 45-1
gnu-efi-libs 3.0v-2

This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 26 November 2014, 07:20 GMT
Reason for closing:  Fixed
Comment by mattia (nTia89) - Wednesday, 19 November 2014, 17:29 GMT
I can't reproduce the bug with:
* gummiboot-45-1
* efi-libs-3.0w-2

gummiboot builds fine. I'm on x86_64

Loading...