Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 5.60 KB | None | 0 0
  1. <command-line>:0:0: note: this is the location of the previous definition
  2. gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I. -O2 -DMAX_STACK_ALLOC=2048 -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DASMNAME=stpsv -DASMFNAME=stpsv_ -DNAME=stpsv_ -DCNAME=stpsv -DCHAR_NAME=\"stpsv_\" -DCHAR_CNAME=\"stpsv\" -DNO_AFFINITY -I.. -I. -UDOUBLE  -UCOMPLEX tpsv.c -o stpsv.o
  3. <command-line>:0:0: warning: "ASMNAME" redefined
  4. <command-line>:0:0: note: this is the location of the previous definition
  5. <command-line>:0:0: warning: "ASMFNAME" redefined
  6. <command-line>:0:0: note: this is the location of the previous definition
  7. <command-line>:0:0: warning: "NAME" redefined
  8. <command-line>:0:0: note: this is the location of the previous definition
  9. <command-line>:0:0: warning: "CNAME" redefined
  10. <command-line>:0:0: note: this is the location of the previous definition
  11. <command-line>:0:0: warning: "CHAR_NAME" redefined
  12. <command-line>:0:0: note: this is the location of the previous definition
  13. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  14. <command-line>:0:0: note: this is the location of the previous definition
  15. <command-line>:0:0: warning: "ASMNAME" redefined
  16. <command-line>:0:0: note: this is the location of the previous definition
  17. <command-line>:0:0: warning: "ASMFNAME" redefined
  18. <command-line>:0:0: note: this is the location of the previous definition
  19. <command-line>:0:0: warning: "NAME" redefined
  20. <command-line>:0:0: note: this is the location of the previous definition
  21. <command-line>:0:0: warning: "CNAME" redefined
  22. <command-line>:0:0: note: this is the location of the previous definition
  23. <command-line>:0:0: warning: "CHAR_NAME" redefined
  24. <command-line>:0:0: note: this is the location of the previous definition
  25. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  26. <command-line>:0:0: note: this is the location of the previous definition
  27. gemv.c: In function ‘sgemv_’:
  28. gemv.c:223:29: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  29.   if ( 1L * m * n < 2304L * GEMM_MULTITHREAD_THRESHOLD )
  30.                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
  31.                             GEMM_THREAD_TR
  32. gemv.c:223:29: note: each undeclared identifier is reported only once for each function it appears in
  33. <command-line>:0:0: warning: "ASMNAME" redefined
  34. <command-line>:0:0: note: this is the location of the previous definition
  35. <command-line>:0:0: warning: "ASMFNAME" redefined
  36. <command-line>:0:0: note: this is the location of the previous definition
  37. <command-line>:0:0: warning: "NAME" redefined
  38. <command-line>:0:0: note: this is the location of the previous definition
  39. <command-line>:0:0: warning: "CNAME" redefined
  40. <command-line>:0:0: note: this is the location of the previous definition
  41. <command-line>:0:0: warning: "CHAR_NAME" redefined
  42. <command-line>:0:0: note: this is the location of the previous definition
  43. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  44. <command-line>:0:0: note: this is the location of the previous definition
  45. make[1]: *** [Makefile:841: sgemv.o] Error 1
  46. make[1]: *** Waiting for unfinished jobs....
  47. <command-line>:0:0: warning: "ASMNAME" redefined
  48. <command-line>:0:0: note: this is the location of the previous definition
  49. <command-line>:0:0: warning: "ASMFNAME" redefined
  50. <command-line>:0:0: note: this is the location of the previous definition
  51. <command-line>:0:0: warning: "NAME" redefined
  52. <command-line>:0:0: note: this is the location of the previous definition
  53. <command-line>:0:0: warning: "CNAME" redefined
  54. <command-line>:0:0: note: this is the location of the previous definition
  55. <command-line>:0:0: warning: "CHAR_NAME" redefined
  56. <command-line>:0:0: note: this is the location of the previous definition
  57. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  58. <command-line>:0:0: note: this is the location of the previous definition
  59. ger.c: In function ‘sger_’:
  60. ger.c:178:27: error: ‘GEMM_MULTITHREAD_THRESHOLD’ undeclared (first use in this function); did you mean ‘GEMM_THREAD_TR’?
  61.   if(1L * m * n > 2048L * GEMM_MULTITHREAD_THRESHOLD)
  62.                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  63.                           GEMM_THREAD_TR
  64. ger.c:178:27: note: each undeclared identifier is reported only once for each function it appears in
  65. <command-line>:0:0: warning: "ASMNAME" redefined
  66. <command-line>:0:0: note: this is the location of the previous definition
  67. <command-line>:0:0: warning: "ASMFNAME" redefined
  68. <command-line>:0:0: note: this is the location of the previous definition
  69. <command-line>:0:0: warning: "NAME" redefined
  70. <command-line>:0:0: note: this is the location of the previous definition
  71. <command-line>:0:0: warning: "CNAME" redefined
  72. <command-line>:0:0: note: this is the location of the previous definition
  73. <command-line>:0:0: warning: "CHAR_NAME" redefined
  74. <command-line>:0:0: note: this is the location of the previous definition
  75. <command-line>:0:0: warning: "CHAR_CNAME" redefined
  76. <command-line>:0:0: note: this is the location of the previous definition
  77. make[1]: *** [Makefile:813: sger.o] Error 1
  78. make[1]: Leaving directory '/tmp/yaourt-tmp-marcs/aur-openblas-lapack/src/OpenBLAS-0.2.19/interface'
  79. make: *** [Makefile:134: libs] Error 1
  80. ==> ERROR: A failure occurred in build().
  81.    Aborting...
  82. ==> ERROR: Makepkg was unable to build openblas-lapack.
  83. ==> Restart building openblas-lapack ? [y/N]
  84. ==> ----------------------------------------
  85. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement