Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. [09:33 PM] epi@bort :: ~/aur/crystal $ makepkg
  2. ==> Making package: crystal 0.5.8-1 (Thu Jan 29 21:33:48 EST 2015)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving sources...
  6. -> Found crystal-0.5.8-1-linux-x86_64.tar.gz
  7. -> Found 0.5.8.tar.gz
  8. ==> Validating source files with sha256sums...
  9. crystal-0.5.8-1-linux-x86_64.tar.gz ... Passed
  10. 0.5.8.tar.gz ... Passed
  11. ==> Extracting sources...
  12. -> Extracting crystal-0.5.8-1-linux-x86_64.tar.gz with bsdtar
  13. -> Extracting 0.5.8.tar.gz with bsdtar
  14. ==> Removing existing $pkgdir/ directory...
  15. ==> Starting build()...
  16. ./bin/crystal build --release -o .build/crystal src/compiler/crystal.cr
  17. /usr/bin/ld: .crystal//home/epi/aur/crystal/src/crystal-0.5.8/src/ecr/process.cr/main.o: relocation R_X86_64_32S against `.text' can not be used when making a shared object; recompile with -fPIC
  18. .crystal//home/epi/aur/crystal/src/crystal-0.5.8/src/ecr/process.cr/main.o: error adding symbols: Bad value
  19. collect2: error: ld returned 1 exit status
  20. Error: execution of command failed with code: 1: `cc -o /tmp/crystal-run.JTvSEr .crystal//home/epi/aur/crystal/src/crystal-0.5.8/src/ecr/process.cr/main.o -lpcre -lgc -lpthread -lunwind`
  21. Makefile:26: recipe for target '.build/crystal' failed
  22. make: *** [.build/crystal] Error 3
  23. ==> ERROR: A failure occurred in build().
  24. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement