Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created December 17, 2017 19:18
Show Gist options
  • Save grahamc/69006d2e6a08dcdfc0841d1c752e24f5 to your computer and use it in GitHub Desktop.
Save grahamc/69006d2e6a08dcdfc0841d1c752e24f5 to your computer and use it in GitHub Desktop.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./out/include -I./out/include -I./src/include -DLIBSMBIOS_LOCALEDIR=\"/nix/store/fvdfb1cy430j35n0vpb5c6n7a48sf2bi-libsmbios-2.3.3/share/locale\" -I./src/libsmbios_c/common -Wall -fPIC -fvisibility=hidden -g -O2 -DLIBSMBIOS_C_ALL_DYN_LINK -c src/libsmbios_c/token/token_da.c -fPIC -DPIC -o src/libsmbios_c/token/.libs/out_libsmbios_c_la-token_da.o
src/libsmbios_c/cmos/cmos_linux.c:25:20: fatal error: sys/io.h: No such file or directory
#include <sys/io.h>
^
compilation terminated.
make[1]: *** [Makefile:2599: src/libsmbios_c/cmos/out_libsmbios_c_la-cmos_linux.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
src/libsmbios_c/smi/smi_linux.c: In function 'LINUX_dell_smi_obj_execute':
src/libsmbios_c/smi/smi_linux.c:308:9: warning: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Wunused-result]
strerror_r(errno, this->errstring + curstrsize, ERROR_BUFSIZE - curstrsize - 1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/build/source'
make: *** [Makefile:3313: all-recursive] Error 1
builder for '/nix/store/15wkv5b5w3rfvcc8hxmvvs7i4r0d092v-libsmbios-2.3.3.drv' failed with exit code 2
cannot build derivation '/nix/store/grsmim0p1sp71rm5hj5a68np3znfkkyg-fwupd-1.0.2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/grsmim0p1sp71rm5hj5a68np3znfkkyg-fwupd-1.0.2.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment