|
Message-ID: <CAH8yC8kVx1zw87z8O6RGWP5GMupk3GtCok-UB9Gcfj349GFFQw@mail.gmail.com> Date: Fri, 21 Aug 2020 16:14:19 -0400 From: Jeffrey Walton <noloader@...il.com> To: musl@...ts.openwall.com Subject: fatal error: asm/prctl.h: No such file or directory Hi Everyone, Forgive my ignorance... I'm trying to build GDB 9.2 from sources. I can't tell whose bug this is (GDB, Musl, Alpine or mine due to a bad config). I'm performing a native build. My triplet is x86_64-pc-linux-gnu. I've seen similar messages, but they seem to be due to a cross-compile or wrong triplet. Neither apply to me. Who should claim the compile error? g++ -x c++ -g2 -O2 -march=native -fPIC -pthread -I. -I../../gdb -I../../gdb/config -DLOCALEDIR="\"/home/jwalton/tmp/ok2delete/share/locale\"" -DHAVE_CONFIG_H -I../../gdb/../include/opcode -I../../gdb/../readline/readline/.. -I../../gdb/../zlib -I../bfd -I../../gdb/../bfd -I../../gdb/../include -I../libdecnumber -I../../gdb/../libdecnumber -I../../gdb/../gnulib/import -I../gnulib/import -DTUI=1 -I/home/jwalton/tmp/ok2delete/include -I../../gdb/.. -pthread -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wsuggest-override -Wimplicit-fallthrough=3 -Wduplicated-cond -Wshadow=local -Wformat -Wformat-nonliteral -c -o amd64-linux-nat.o -MT amd64-linux-nat.o -MMD -MP -MF ./.deps/amd64-linux-nat.Tpo ../../gdb/amd64-linux-nat.c ../../gdb/amd64-linux-nat.c:27:10: fatal error: asm/prctl.h: No such file or directory #include <asm/prctl.h> ^~~~~~~~~~~~~ compilation terminated.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.