spacepaste

  1.  
  2. prt-get: installing /usr/ports/compat-32/glu-32
  3. prt-get: starting build Sat Aug 18 13:20:51 2018
  4. =======> Building '/home/pkgmk/packages/glu-32#9.0.0-1.pkg.tar.xz'.
  5. bsdtar -p -o -C /home/pkgmk/work/glu-32/src -xf /home/pkgmk/distfiles/glu-9.0.0.tar.bz2
  6. + build
  7. + cd glu-9.0.0
  8. + ./configure --prefix=/usr --libdir=/usr/lib32
  9. checking build system type... x86_64-unknown-linux-gnu
  10. checking host system type... x86_64-unknown-linux-gnu
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for gawk... gawk
  15. checking whether make sets $(MAKE)... yes
  16. checking how to print strings... printf
  17. checking for style of include used by make... GNU
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking dependency style of gcc... gcc3
  28. checking for a sed that does not truncate output... /bin/sed
  29. checking for grep that handles long lines and -e... /usr/bin/grep
  30. checking for egrep... /usr/bin/grep -E
  31. checking for fgrep... /usr/bin/grep -F
  32. checking for ld used by gcc... /usr/bin/ld
  33. checking if the linker (/usr/bin/ld) is GNU ld... yes
  34. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  35. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  36. checking whether ln -s works... yes
  37. checking the maximum length of command line arguments... 1572864
  38. checking whether the shell understands some XSI constructs... yes
  39. checking whether the shell understands "+="... no
  40. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  41. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  42. checking for /usr/bin/ld option to reload object files... -r
  43. checking for objdump... objdump
  44. checking how to recognize dependent libraries... pass_all
  45. checking for dlltool... no
  46. checking how to associate runtime and link libraries... printf %s\n
  47. checking for ar... ar
  48. checking for archiver @FILE support... @
  49. checking for strip... strip
  50. checking for ranlib... ranlib
  51. checking command to parse /usr/bin/nm -B output from gcc object... ok
  52. checking for sysroot... no
  53. checking for mt... no
  54. checking if : is a manifest tool... no
  55. checking how to run the C preprocessor... gcc -E
  56. checking for ANSI C header files... yes
  57. checking for sys/types.h... yes
  58. checking for sys/stat.h... yes
  59. checking for stdlib.h... yes
  60. checking for string.h... yes
  61. checking for memory.h... yes
  62. checking for strings.h... yes
  63. checking for inttypes.h... yes
  64. checking for stdint.h... yes
  65. checking for unistd.h... yes
  66. checking for dlfcn.h... yes
  67. checking for objdir... .libs
  68. checking if gcc supports -fno-rtti -fno-exceptions... no
  69. checking for gcc option to produce PIC... -fPIC -DPIC
  70. checking if gcc PIC flag -fPIC -DPIC works... yes
  71. checking if gcc static flag -static works... yes
  72. checking if gcc supports -c -o file.o... yes
  73. checking if gcc supports -c -o file.o... (cached) yes
  74. checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  75. checking whether -lc should be explicitly linked in... no
  76. checking dynamic linker characteristics... GNU/Linux ld.so
  77. checking how to hardcode library paths into programs... immediate
  78. checking whether stripping libraries is possible... yes
  79. checking if libtool supports shared libraries... yes
  80. checking whether to build shared libraries... yes
  81. checking whether to build static libraries... yes
  82. checking how to run the C preprocessor... gcc -E
  83. checking for gcc... (cached) gcc
  84. checking whether we are using the GNU C compiler... (cached) yes
  85. checking whether gcc accepts -g... (cached) yes
  86. checking for gcc option to accept ISO C89... (cached) none needed
  87. checking dependency style of gcc... (cached) gcc3
  88. checking for g++... g++
  89. checking whether we are using the GNU C++ compiler... yes
  90. checking whether g++ accepts -g... yes
  91. checking dependency style of g++... gcc3
  92. checking how to run the C++ preprocessor... g++ -E
  93. checking for ld used by g++... /usr/bin/ld -m elf_i386
  94. checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
  95. checking whether the g++ linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  96. checking for g++ option to produce PIC... -fPIC -DPIC
  97. checking if g++ PIC flag -fPIC -DPIC works... yes
  98. checking if g++ static flag -static works... yes
  99. checking if g++ supports -c -o file.o... yes
  100. checking if g++ supports -c -o file.o... (cached) yes
  101. checking whether the g++ linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  102. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether make supports nested variables... yes
  105. checking for pkg-config... /usr/bin/pkg-config
  106. checking pkg-config is at least version 0.9.0... yes
  107. checking for GL... yes
  108. checking whether gcc supports -fvisibility=hidden... yes
  109. checking whether g++ supports -fvisibility=hidden... yes
  110. checking that generated files are newer than configure... done
  111. configure: creating ./config.status
  112. config.status: creating Makefile
  113. config.status: creating glu.pc
  114. config.status: executing depfiles commands
  115. config.status: executing libtool commands
  116. + make
  117. CC src/libutil/error.lo
  118. CC src/libutil/glue.lo
  119. CC src/libutil/mipmap.lo
  120. CC src/libutil/project.lo
  121. CC src/libutil/quad.lo
  122. CC src/libutil/registry.lo
  123. CC src/libtess/dict.lo
  124. CC src/libtess/geom.lo
  125. CC src/libtess/memalloc.lo
  126. CC src/libtess/mesh.lo
  127. CC src/libtess/normal.lo
  128. CC src/libtess/priorityq.lo
  129. CC src/libtess/render.lo
  130. CC src/libtess/sweep.lo
  131. CC src/libtess/tess.lo
  132. CC src/libtess/tessmono.lo
  133. CXX src/libnurbs/interface/bezierEval.lo
  134. CXX src/libnurbs/interface/bezierPatch.lo
  135. CXX src/libnurbs/interface/bezierPatchMesh.lo
  136. CXX src/libnurbs/interface/glcurveval.lo
  137. CXX src/libnurbs/interface/glinterface.lo
  138. CXX src/libnurbs/interface/glrenderer.lo
  139. CXX src/libnurbs/interface/glsurfeval.lo
  140. CXX src/libnurbs/interface/incurveeval.lo
  141. CXX src/libnurbs/interface/insurfeval.lo
  142. CXX src/libnurbs/internals/arc.lo
  143. CXX src/libnurbs/internals/arcsorter.lo
  144. CXX src/libnurbs/internals/arctess.lo
  145. CXX src/libnurbs/internals/backend.lo
  146. CXX src/libnurbs/internals/basiccrveval.lo
  147. CXX src/libnurbs/internals/basicsurfeval.lo
  148. CXX src/libnurbs/internals/bin.lo
  149. CXX src/libnurbs/internals/bufpool.lo
  150. CXX src/libnurbs/internals/cachingeval.lo
  151. CXX src/libnurbs/internals/ccw.lo
  152. CXX src/libnurbs/internals/coveandtiler.lo
  153. src/libnurbs/internals/arc.cc: In member function 'int Arc::check()':
  154. src/libnurbs/internals/arc.cc:239:5: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
  155. if( this == 0 ) return 1;
  156. ^~
  157. CXX src/libnurbs/internals/curve.lo
  158. CXX src/libnurbs/internals/curvelist.lo
  159. CXX src/libnurbs/internals/curvesub.lo
  160. CXX src/libnurbs/internals/dataTransform.lo
  161. CXX src/libnurbs/internals/displaylist.lo
  162. CXX src/libnurbs/internals/flist.lo
  163. CXX src/libnurbs/internals/flistsorter.lo
  164. CXX src/libnurbs/internals/hull.lo
  165. src/libnurbs/interface/insurfeval.cc: In member function 'void OpenGLSurfaceEvaluator::inEvalUStrip(int, REAL, REAL*, int, REAL, REAL*)':
  166. src/libnurbs/interface/insurfeval.cc:1169:8: warning: variable 'leftMostV' set but not used [-Wunused-but-set-variable]
  167. REAL leftMostV[2];
  168. ^~~~~~~~~
  169. src/libnurbs/interface/insurfeval.cc: In member function 'void OpenGLSurfaceEvaluator::inEvalVStrip(int, REAL, REAL*, int, REAL, REAL*)':
  170. src/libnurbs/interface/insurfeval.cc:1358:8: warning: variable 'botMostV' set but not used [-Wunused-but-set-variable]
  171. REAL botMostV[2];
  172. ^~~~~~~~
  173. CXX src/libnurbs/internals/intersect.lo
  174. CXX src/libnurbs/internals/knotvector.lo
  175. CXX src/libnurbs/internals/mapdesc.lo
  176. CXX src/libnurbs/internals/mapdescv.lo
  177. CXX src/libnurbs/internals/maplist.lo
  178. CXX src/libnurbs/internals/mesher.lo
  179. CXX src/libnurbs/internals/monoTriangulationBackend.lo
  180. CXX src/libnurbs/internals/monotonizer.lo
  181. CXX src/libnurbs/internals/mycode.lo
  182. CXX src/libnurbs/internals/nurbsinterfac.lo
  183. CXX src/libnurbs/internals/nurbstess.lo
  184. CXX src/libnurbs/internals/patch.lo
  185. CXX src/libnurbs/internals/quilt.lo
  186. CXX src/libnurbs/internals/patchlist.lo
  187. CXX src/libnurbs/internals/reader.lo
  188. CXX src/libnurbs/internals/renderhints.lo
  189. CXX src/libnurbs/internals/slicer.lo
  190. CXX src/libnurbs/internals/sorter.lo
  191. CXX src/libnurbs/internals/splitarcs.lo
  192. CXX src/libnurbs/internals/subdivider.lo
  193. CXX src/libnurbs/internals/tobezier.lo
  194. CXX src/libnurbs/internals/trimline.lo
  195. CXX src/libnurbs/internals/trimregion.lo
  196. CXX src/libnurbs/internals/trimvertpool.lo
  197. CXX src/libnurbs/internals/uarray.lo
  198. CXX src/libnurbs/internals/varray.lo
  199. CXX src/libnurbs/nurbtess/directedLine.lo
  200. CXX src/libnurbs/nurbtess/gridWrap.lo
  201. src/libnurbs/internals/quilt.cc: In member function 'void Quilt::deleteMe(Pool&)':
  202. src/libnurbs/internals/quilt.cc:65:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  203. if( q->breakpoints) delete[] q->breakpoints; q->breakpoints = 0;
  204. ^~
  205. src/libnurbs/internals/quilt.cc:65:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  206. if( q->breakpoints) delete[] q->breakpoints; q->breakpoints = 0;
  207. ^
  208. CXX src/libnurbs/nurbtess/monoChain.lo
  209. CXX src/libnurbs/nurbtess/monoPolyPart.lo
  210. src/libnurbs/internals/subdivider.cc: In member function 'void Subdivider::freejarcs(Bin&)':
  211. src/libnurbs/internals/subdivider.cc:852:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  212. if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;
  213. ^~
  214. src/libnurbs/internals/subdivider.cc:852:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  215. if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;
  216. ^~~~
  217. src/libnurbs/internals/subdivider.cc:853:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  218. if( jarc->bezierArc) jarc->bezierArc->deleteMe( bezierarcpool ); jarc->bezierArc = 0;
  219. ^~
  220. src/libnurbs/internals/subdivider.cc:853:67: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  221. if( jarc->bezierArc) jarc->bezierArc->deleteMe( bezierarcpool ); jarc->bezierArc = 0;
  222. ^~~~
  223. CXX src/libnurbs/nurbtess/monoTriangulation.lo
  224. CXX src/libnurbs/nurbtess/partitionX.lo
  225. CXX src/libnurbs/nurbtess/partitionY.lo
  226. CXX src/libnurbs/nurbtess/polyDBG.lo
  227. CXX src/libnurbs/nurbtess/polyUtil.lo
  228. CXX src/libnurbs/nurbtess/primitiveStream.lo
  229. CXX src/libnurbs/nurbtess/quicksort.lo
  230. CXX src/libnurbs/nurbtess/rectBlock.lo
  231. CXX src/libnurbs/nurbtess/sampleComp.lo
  232. CXX src/libnurbs/nurbtess/sampleCompBot.lo
  233. CXX src/libnurbs/nurbtess/sampleCompRight.lo
  234. CXX src/libnurbs/nurbtess/sampleCompTop.lo
  235. CXX src/libnurbs/nurbtess/sampleMonoPoly.lo
  236. CXX src/libnurbs/nurbtess/sampledLine.lo
  237. CXX src/libnurbs/nurbtess/searchTree.lo
  238. src/libnurbs/nurbtess/sampleCompTop.cc: In function 'void sampleCompTop(Real*, vertexArray*, Int, vertexArray*, Int, gridBoundaryChain*, gridBoundaryChain*, Int, Int, Int, Int, Int, primStream*)':
  239. src/libnurbs/nurbtess/sampleCompTop.cc:514:13: warning: variable 'tempTop' set but not used [-Wunused-but-set-variable]
  240. Real* tempTop;
  241. ^~~~~~~
  242. src/libnurbs/nurbtess/sampleCompTop.cc:515:11: warning: variable 'tempLeftStart' set but not used [-Wunused-but-set-variable]
  243. Int tempLeftStart;
  244. ^~~~~~~~~~~~~
  245. CXXLD libGLU.la
  246. /usr/lib/libGL.so: error adding symbols: File in wrong format
  247. collect2: error: ld returned 1 exit status
  248. make: *** [Makefile:994: libGLU.la] Error 1
  249. =======> ERROR: Building '/home/pkgmk/packages/glu-32#9.0.0-1.pkg.tar.xz' failed.
  250.