Advertisement
Guest User

Untitled

a guest
May 14th, 2022
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. make[1]: Entering directory '/Storage/Projects/C/gnu/binutils-gdb/intl'
  2. make[1]: Nothing to be done for 'all'.
  3. make[1]: Leaving directory '/Storage/Projects/C/gnu/binutils-gdb/intl'
  4. make[1]: Entering directory '/Storage/Projects/C/gnu/binutils-gdb/libiberty'
  5. if [ x"" != x ]; then \
  6. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wtraditional -pedantic regex.c -o pic/regex.o; \
  7. else true; fi
  8. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I./../include -W -Wall -Wtraditional -pedantic regex.c -o regex.o
  9. In file included from /usr/include/features.h:490,
  10. from /usr/include/bits/libc-header-start.h:33,
  11. from /usr/include/stdlib.h:26,
  12. from regex.c:130:
  13. /usr/include/sys/cdefs.h:1: internal compiler error: Segmentation fault
  14. 1 | /* Copyright (C) 1992-2022 Free Software Foundation, Inc.
  15. |
  16. 0xd9394a internal_error(char const*, ...)
  17. ???:0
  18. 0xd7cbf6 cpp_sys_macro_p(cpp_reader*)
  19. ???:0
  20. 0xe9f459 _cpp_parse_expr
  21. ???:0
  22. 0xe9d252 _cpp_handle_directive
  23. ???:0
  24. 0xe92934 _cpp_lex_token
  25. ???:0
  26. 0xeb1b5d c_lex_with_flags(tree_node**, unsigned int*, unsigned char*, int)
  27. ???:0
  28. 0x1353f52 c_parse_file()
  29. ???:0
  30. 0x1348743 c_common_parse_file()
  31. ???:0
  32. Please submit a full bug report,
  33. with preprocessed source if appropriate.
  34. Please include the complete backtrace with any bug report.
  35. See <https://bugs.archlinux.org/> for instructions.
  36. make[1]: *** [Makefile:125: regex.o] Error 1
  37. make[1]: Leaving directory '/Storage/Projects/C/gnu/binutils-gdb/libiberty'
  38. make: *** [Makefile:3528: all-libiberty] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement