Advertisement
Guest User

gcc-gcj packer-error

a guest
Apr 10th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Error installing gcc-gcj from AUR with packer:
  2.  
  3.  
  4.  
  5. In file included from ../../../libgomp/env.c:30:0:
  6. ./libgomp_f.h:44:7: error: operator '==' has no left operand
  7. #if ( == ) \
  8. ^
  9. ./libgomp_f.h: In function ‘omp_check_defines’:
  10. ./libgomp_f.h:79:11: error: expected expression before ‘!=’ token
  11. || != sizeof (omp_nest_lock_t)
  12. ^
  13. ./libgomp_f.h:77:8: error: unused variable ‘test’ [-Werror=unused-variable]
  14. char test[(4 != sizeof (omp_lock_t)
  15. ^
  16. cc1: all warnings being treated as errors
  17. Makefile:613: recipe for target 'env.lo' failed
  18. make[5]: *** [env.lo] Error 1
  19. make[5]: Leaving directory '/home/myhomedir/.cache/pacaur/gcc-gcj/src/gcc-5.3.0/build/x86_64-unknown-linux-gnu/libgomp'
  20. Makefile:857: recipe for target 'all-recursive' failed
  21. make[4]: *** [all-recursive] Error 1
  22. make[4]: Leaving directory '/home/myhomedir/.cache/pacaur/gcc-gcj/src/gcc-5.3.0/build/x86_64-unknown-linux-gnu/libgomp'
  23. Makefile:451: recipe for target 'all' failed
  24. make[3]: *** [all] Error 2
  25. make[3]: Leaving directory '/home/myhomedir/.cache/pacaur/gcc-gcj/src/gcc-5.3.0/build/x86_64-unknown-linux-gnu/libgomp'
  26. Makefile:20180: recipe for target 'all-stage2-target-libgomp' failed
  27. make[2]: *** [all-stage2-target-libgomp] Error 2
  28. make[2]: Leaving directory '/home/myhomedir/.cache/pacaur/gcc-gcj/src/gcc-5.3.0/build'
  29. Makefile:21904: recipe for target 'stage2-bubble' failed
  30. make[1]: *** [stage2-bubble] Error 2
  31. make[1]: Leaving directory '/home/myhomedir/.cache/pacaur/gcc-gcj/src/gcc-5.3.0/build'
  32. Makefile:904: recipe for target 'all' failed
  33. make: *** [all] Error 2
  34. ==> ERROR: A failure occurred in build().
  35. Aborting...
  36. :: failed to build gcc-gcj package(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement