Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. /usr/include/x86/specialreg.h:467:9: note: previous definition is here
  2. #define MSR_IA32_SPEC_CTRL 0x048
  3. ^
  4. 1 warning generated.
  5. cc -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/bsd-user/freebsd -Ibsd-user/freebsd -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/tcg -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/tcg/i386 -I. -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07 -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/accel/tcg -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -DNCURSES_WIDECHAR -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -D_IFI_OQDROPS -I/usr/local/include -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07 -I/usr/local/include -DPREFIX=\""/usr/local\"" -Wno-string-plus-int -Wno-initializer-overrides -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-definition -Wtype-limits -DHAVE_GETRANDOM -fstack-protector-strong -I/usr/local/include -I.. -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/target/i386 -DNEED_CPU_H -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/include -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/bsd-user/i386 -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/bsd-user/freebsd -I/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/bsd-user -D_WANT_SEMUN -MMD -MP -MT bsd-user/freebsd/os-thread.o -MF bsd-user/freebsd/os-thread.d -Og -g -O2 -pipe -Wno-address-of-packed-member -D_WANT_SEMUN -fstack-protector -fno-strict-aliasing -c -o bsd-user/freebsd/os-thread.o /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/bsd-user/freebsd/os-thread.c
  6. /usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/bsd-user/freebsd/os-thread.c:281:9: error:
  7. use of undeclared identifier 'ut'
  8. if (ut == NULL) {
  9. ^
  10. 1 error generated.
  11. gmake[3]: *** [/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/rules.mak:66: bsd-user/freebsd/os-thread.o] Error 1
  12. gmake[3]: Leaving directory '/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07/i386-bsd-user'
  13. gmake[2]: *** [Makefile:407: subdir-i386-bsd-user] Error 2
  14. gmake[2]: Leaving directory '/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-4ef7d07'
  15. ===> Compilation failed unexpectedly.
  16. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
  17. the maintainer.
  18. *** Error code 1
  19.  
  20. Stop.
  21. make[1]: stopped in /usr/ports/emulators/qemu-user-static
  22. *** Error code 1
  23.  
  24. Stop.
  25. make: stopped in /usr/ports/emulators/qemu-user-static
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement