Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.82 KB | None | 0 0
  1. make -C /WireGuard-0.0.20181218/src
  2. make: Entering directory '/WireGuard-0.0.20181218/src'
  3.  
  4.   WARNING: Symbol version dump ./Module.symvers
  5.            is missing; modules will have no dependencies and modversions.
  6.  
  7.   CC [M]  /WireGuard-0.0.20181218/src/main.o
  8.   CC [M]  /WireGuard-0.0.20181218/src/noise.o
  9.   CC [M]  /WireGuard-0.0.20181218/src/device.o
  10.   CC [M]  /WireGuard-0.0.20181218/src/peer.o
  11.   CC [M]  /WireGuard-0.0.20181218/src/timers.o
  12.   CC [M]  /WireGuard-0.0.20181218/src/queueing.o
  13.   CC [M]  /WireGuard-0.0.20181218/src/send.o
  14.   CC [M]  /WireGuard-0.0.20181218/src/receive.o
  15.   CC [M]  /WireGuard-0.0.20181218/src/socket.o
  16.   CC [M]  /WireGuard-0.0.20181218/src/hashtables.o
  17.   CC [M]  /WireGuard-0.0.20181218/src/allowedips.o
  18.   CC [M]  /WireGuard-0.0.20181218/src/ratelimiter.o
  19.   CC [M]  /WireGuard-0.0.20181218/src/cookie.o
  20.   CC [M]  /WireGuard-0.0.20181218/src/netlink.o
  21.   CC [M]  /WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20.o
  22.   PERLASM /WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20-x86_64.S
  23. /bin/sh: line 1:  9916 Segmentation fault      (core dumped) perl /WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20-x86_64.pl > /WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20-x86_64.S
  24. /WireGuard-0.0.20181218/src/crypto/Kbuild.include:43: recipe for target '/WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20-x86_64.S' failed
  25. make[2]: *** [/WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20-x86_64.S] Error 139
  26. make[2]: *** Deleting file '/WireGuard-0.0.20181218/src/crypto/zinc/chacha20/chacha20-x86_64.S'
  27. Makefile:1533: recipe for target '_module_/WireGuard-0.0.20181218/src' failed
  28. make[1]: *** [_module_/WireGuard-0.0.20181218/src] Error 2
  29. Makefile:36: recipe for target 'module' failed
  30. make: *** [module] Error 2
  31. make: Leaving directory '/WireGuard-0.0.20181218/src'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement