Gentoo Archives: gentoo-musl

From: Laine Gholson <laine.gholson@×××××.com>
To: gentoo-musl@l.g.o
Subject: [gentoo-musl] vboot-utils fails to compile on musl
Date: Sat, 23 Apr 2016 02:49:36
Message-Id: CAKVOXB02N=bZRnjkZpV7w9882FUutcZDZmA+GycAYHiSQjGv+g@mail.gmail.com
1 I was trying to install vboot-utils while I was bootstrapping hardened
2 musl gentoo, but it failed because it tried to use a non-standard C
3 header.
4
5 This is where it failed:
6 CC firmware/stub/vboot_api_stub_sf.o
7 armv7a-hardfloat-linux-musleabi-gcc -Os -pipe -mthumb -mcpu=cortex-a15
8 -mfpu=neon-vfpv4 -mfloat-abi=hard -DCHROMEOS_ENVIRONMENT -Wall
9 -DNDEBUG -MMD -MF
10 /var/tmp/portage/sys-boot/vboot-utils-42_p20150219/work/build/firmware/stub/vboot_api_stub_sf.o.d
11 -fPIE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
12 -DTPM_BLOCKING_CONTINUESELFTEST -DDISABLE_ROLLBACK_TPM
13 -Ifirmware/include -Ifirmware/lib/include
14 -Ifirmware/lib/cgptlib/include -Ifirmware/lib/cryptolib/include
15 -Ifirmware/lib/tpm_lite/include -Ifirmware/2lib/include -Ihost/include
16 -Ihost/lib/include -c -o
17 /var/tmp/portage/sys-boot/vboot-utils-42_p20150219/work/build/firmware/stub/vboot_api_stub_sf.o
18 firmware/stub/vboot_api_stub_sf.c
19 firmware/stub/vboot_api_stub_sf.c:8:22: fatal error: execinfo.h: No
20 such file or directory
21 #include <execinfo.h>
22 ^
23
24 Other information is attached.

Attachments

File name MIME type
info.txt text/plain

Replies

Subject Author
Re: [gentoo-musl] vboot-utils fails to compile on musl "Anthony G. Basile" <blueness@g.o>
Re: [gentoo-musl] vboot-utils fails to compile on musl Felix Janda <felix.janda@××××××.de>