Advertisement
razec

package GLU solved libreoffice malfunction

Jun 2nd, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.40 KB | None | 0 0
  1.  
  2. bash-4.3# prt-get depinst glu
  3. prt-get: installing /usr/ports/xorg/glu
  4. =======> Downloading 'ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.bz2'.
  5. --2015-06-03 14:21:22-- http://crux.nu/distfiles/glu-9.0.0.tar.bz2
  6. Resolving crux.nu... 213.132.101.140
  7. Connecting to crux.nu|213.132.101.140|:80... connected.
  8. HTTP request sent, awaiting response... 302 Found
  9. Location: https://crux.nu/~tek/dist.php?f=glu-9.0.0.tar.bz2 [following]
  10. --2015-06-03 14:21:22-- https://crux.nu/~tek/dist.php?f=glu-9.0.0.tar.bz2
  11. Connecting to crux.nu|213.132.101.140|:443... connected.
  12. HTTP request sent, awaiting response... 302 Found
  13. Location: http://crux.ninja/distfiles/glu-9.0.0.tar.bz2 [following]
  14. --2015-06-03 14:21:23-- http://crux.ninja/distfiles/glu-9.0.0.tar.bz2
  15. Resolving crux.ninja... 69.164.199.184
  16. Connecting to crux.ninja|69.164.199.184|:80... connected.
  17. HTTP request sent, awaiting response... 200 OK
  18. Length: 493206 (482K) [application/octet-stream]
  19. Saving to: '/home/pkgmk/src/glu-9.0.0.tar.bz2.partial'
  20.  
  21. glu-9.0.0.tar.bz2.p 100%[=====================>] 481.65K 521KB/s in 0.9s
  22.  
  23. 2015-06-03 14:21:25 (521 KB/s) - '/home/pkgmk/src/glu-9.0.0.tar.bz2.partial' saved [493206/493206]
  24.  
  25. =======> Building '/home/pkgmk/pkg/glu#9.0.0-1.pkg.tar.xz'.
  26. bsdtar -p -o -C /home/pkgmk/work/glu/src -xf /home/pkgmk/src/glu-9.0.0.tar.bz2
  27. + build
  28. + cd glu-9.0.0
  29. + ./configure --prefix=/usr
  30. checking build system type... x86_64-unknown-linux-gnu
  31. checking host system type... x86_64-unknown-linux-gnu
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking whether build environment is sane... yes
  34. checking for a thread-safe mkdir -p... /bin/mkdir -p
  35. checking for gawk... gawk
  36. checking whether make sets $(MAKE)... yes
  37. checking how to print strings... printf
  38. checking for style of include used by make... GNU
  39. checking for gcc... gcc
  40. checking whether the C compiler works... yes
  41. checking for C compiler default output file name... a.out
  42. checking for suffix of executables...
  43. checking whether we are cross compiling... no
  44. checking for suffix of object files... o
  45. checking whether we are using the GNU C compiler... yes
  46. checking whether gcc accepts -g... yes
  47. checking for gcc option to accept ISO C89... none needed
  48. checking dependency style of gcc... gcc3
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for grep that handles long lines and -e... /usr/bin/grep
  51. checking for egrep... /usr/bin/grep -E
  52. checking for fgrep... /usr/bin/grep -F
  53. checking for ld used by gcc... /usr/bin/ld
  54. checking if the linker (/usr/bin/ld) is GNU ld... yes
  55. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  56. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  57. checking whether ln -s works... yes
  58. checking the maximum length of command line arguments... 1572864
  59. checking whether the shell understands some XSI constructs... yes
  60. checking whether the shell understands "+="... yes
  61. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  62. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  63. checking for /usr/bin/ld option to reload object files... -r
  64. checking for objdump... objdump
  65. checking how to recognize dependent libraries... pass_all
  66. checking for dlltool... no
  67. checking how to associate runtime and link libraries... printf %s\n
  68. checking for ar... ar
  69. checking for archiver @FILE support... @
  70. checking for strip... strip
  71. checking for ranlib... ranlib
  72. checking command to parse /usr/bin/nm -B output from gcc object... ok
  73. checking for sysroot... no
  74. checking for mt... no
  75. checking if : is a manifest tool... no
  76. checking how to run the C preprocessor... gcc -E
  77. checking for ANSI C header files... yes
  78. checking for sys/types.h... yes
  79. checking for sys/stat.h... yes
  80. checking for stdlib.h... yes
  81. checking for string.h... yes
  82. checking for memory.h... yes
  83. checking for strings.h... yes
  84. checking for inttypes.h... yes
  85. checking for stdint.h... yes
  86. checking for unistd.h... yes
  87. checking for dlfcn.h... yes
  88. checking for objdir... .libs
  89. checking if gcc supports -fno-rtti -fno-exceptions... no
  90. checking for gcc option to produce PIC... -fPIC -DPIC
  91. checking if gcc PIC flag -fPIC -DPIC works... yes
  92. checking if gcc static flag -static works... yes
  93. checking if gcc supports -c -o file.o... yes
  94. checking if gcc supports -c -o file.o... (cached) yes
  95. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  96. checking whether -lc should be explicitly linked in... no
  97. checking dynamic linker characteristics... GNU/Linux ld.so
  98. checking how to hardcode library paths into programs... immediate
  99. checking whether stripping libraries is possible... yes
  100. checking if libtool supports shared libraries... yes
  101. checking whether to build shared libraries... yes
  102. checking whether to build static libraries... yes
  103. checking how to run the C preprocessor... gcc -E
  104. checking for gcc... (cached) gcc
  105. checking whether we are using the GNU C compiler... (cached) yes
  106. checking whether gcc accepts -g... (cached) yes
  107. checking for gcc option to accept ISO C89... (cached) none needed
  108. checking dependency style of gcc... (cached) gcc3
  109. checking for g++... g++
  110. checking whether we are using the GNU C++ compiler... yes
  111. checking whether g++ accepts -g... yes
  112. checking dependency style of g++... gcc3
  113. checking how to run the C++ preprocessor... g++ -E
  114. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  115. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  116. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking for g++ option to produce PIC... -fPIC -DPIC
  118. checking if g++ PIC flag -fPIC -DPIC works... yes
  119. checking if g++ static flag -static works... yes
  120. checking if g++ supports -c -o file.o... yes
  121. checking if g++ supports -c -o file.o... (cached) yes
  122. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  123. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  124. checking how to hardcode library paths into programs... immediate
  125. checking whether make supports nested variables... yes
  126. checking for pkg-config... /usr/bin/pkg-config
  127. checking pkg-config is at least version 0.9.0... yes
  128. checking for GL... yes
  129. checking whether gcc supports -fvisibility=hidden... yes
  130. checking whether g++ supports -fvisibility=hidden... yes
  131. checking that generated files are newer than configure... done
  132. configure: creating ./config.status
  133. config.status: creating Makefile
  134. config.status: creating glu.pc
  135. config.status: executing depfiles commands
  136. config.status: executing libtool commands
  137. + make
  138. CC src/libutil/error.lo
  139. CC src/libutil/glue.lo
  140. CC src/libutil/mipmap.lo
  141. CC src/libutil/project.lo
  142. CC src/libutil/registry.lo
  143. CC src/libutil/quad.lo
  144. CC src/libtess/dict.lo
  145. CC src/libtess/geom.lo
  146. CC src/libtess/memalloc.lo
  147. CC src/libtess/mesh.lo
  148. CC src/libtess/normal.lo
  149. CC src/libtess/priorityq.lo
  150. CC src/libtess/render.lo
  151. CC src/libtess/sweep.lo
  152. CC src/libtess/tess.lo
  153. CC src/libtess/tessmono.lo
  154. CXX src/libnurbs/interface/bezierEval.lo
  155. CXX src/libnurbs/interface/bezierPatch.lo
  156. CXX src/libnurbs/interface/bezierPatchMesh.lo
  157. CXX src/libnurbs/interface/glcurveval.lo
  158. CXX src/libnurbs/interface/glinterface.lo
  159. CXX src/libnurbs/interface/glrenderer.lo
  160. CXX src/libnurbs/interface/glsurfeval.lo
  161. CXX src/libnurbs/interface/incurveeval.lo
  162. CXX src/libnurbs/interface/insurfeval.lo
  163. CXX src/libnurbs/internals/arc.lo
  164. CXX src/libnurbs/internals/arcsorter.lo
  165. CXX src/libnurbs/internals/arctess.lo
  166. src/libnurbs/interface/insurfeval.cc: In member function 'void OpenGLSurfaceEvaluator::inEvalUStrip(int, REAL, REAL*, int, REAL, REAL*)':
  167. src/libnurbs/interface/insurfeval.cc:1169:8: warning: variable 'leftMostV' set but not used [-Wunused-but-set-variable]
  168. REAL leftMostV[2];
  169. ^
  170. src/libnurbs/interface/insurfeval.cc: In member function 'void OpenGLSurfaceEvaluator::inEvalVStrip(int, REAL, REAL*, int, REAL, REAL*)':
  171. src/libnurbs/interface/insurfeval.cc:1358:8: warning: variable 'botMostV' set but not used [-Wunused-but-set-variable]
  172. REAL botMostV[2];
  173. ^
  174. CXX src/libnurbs/internals/backend.lo
  175. CXX src/libnurbs/internals/basiccrveval.lo
  176. CXX src/libnurbs/internals/basicsurfeval.lo
  177. CXX src/libnurbs/internals/bin.lo
  178. CXX src/libnurbs/internals/bufpool.lo
  179. CXX src/libnurbs/internals/cachingeval.lo
  180. CXX src/libnurbs/internals/ccw.lo
  181. CXX src/libnurbs/internals/coveandtiler.lo
  182. CXX src/libnurbs/internals/curve.lo
  183. CXX src/libnurbs/internals/curvelist.lo
  184. CXX src/libnurbs/internals/curvesub.lo
  185. CXX src/libnurbs/internals/dataTransform.lo
  186. CXX src/libnurbs/internals/displaylist.lo
  187. CXX src/libnurbs/internals/flist.lo
  188. CXX src/libnurbs/internals/flistsorter.lo
  189. CXX src/libnurbs/internals/hull.lo
  190. CXX src/libnurbs/internals/intersect.lo
  191. CXX src/libnurbs/internals/knotvector.lo
  192. CXX src/libnurbs/internals/mapdesc.lo
  193. CXX src/libnurbs/internals/mapdescv.lo
  194. CXX src/libnurbs/internals/maplist.lo
  195. CXX src/libnurbs/internals/mesher.lo
  196. CXX src/libnurbs/internals/monoTriangulationBackend.lo
  197. CXX src/libnurbs/internals/monotonizer.lo
  198. CXX src/libnurbs/internals/mycode.lo
  199. CXX src/libnurbs/internals/nurbsinterfac.lo
  200. CXX src/libnurbs/internals/nurbstess.lo
  201. CXX src/libnurbs/internals/patch.lo
  202. CXX src/libnurbs/internals/patchlist.lo
  203. CXX src/libnurbs/internals/quilt.lo
  204. CXX src/libnurbs/internals/reader.lo
  205. CXX src/libnurbs/internals/renderhints.lo
  206. CXX src/libnurbs/internals/slicer.lo
  207. CXX src/libnurbs/internals/sorter.lo
  208. CXX src/libnurbs/internals/splitarcs.lo
  209. CXX src/libnurbs/internals/subdivider.lo
  210. CXX src/libnurbs/internals/tobezier.lo
  211. CXX src/libnurbs/internals/trimline.lo
  212. CXX src/libnurbs/internals/trimregion.lo
  213. CXX src/libnurbs/internals/trimvertpool.lo
  214. CXX src/libnurbs/internals/uarray.lo
  215. CXX src/libnurbs/internals/varray.lo
  216. CXX src/libnurbs/nurbtess/directedLine.lo
  217. CXX src/libnurbs/nurbtess/gridWrap.lo
  218. CXX src/libnurbs/nurbtess/monoChain.lo
  219. CXX src/libnurbs/nurbtess/monoPolyPart.lo
  220. CXX src/libnurbs/nurbtess/monoTriangulation.lo
  221. CXX src/libnurbs/nurbtess/partitionX.lo
  222. CXX src/libnurbs/nurbtess/partitionY.lo
  223. CXX src/libnurbs/nurbtess/polyDBG.lo
  224. CXX src/libnurbs/nurbtess/polyUtil.lo
  225. CXX src/libnurbs/nurbtess/primitiveStream.lo
  226. CXX src/libnurbs/nurbtess/quicksort.lo
  227. CXX src/libnurbs/nurbtess/sampleComp.lo
  228. CXX src/libnurbs/nurbtess/rectBlock.lo
  229. CXX src/libnurbs/nurbtess/sampleCompBot.lo
  230. CXX src/libnurbs/nurbtess/sampleCompRight.lo
  231. CXX src/libnurbs/nurbtess/sampleCompTop.lo
  232. CXX src/libnurbs/nurbtess/sampleMonoPoly.lo
  233. src/libnurbs/nurbtess/sampleCompTop.cc: In function 'void sampleCompTop(Real*, vertexArray*, Int, vertexArray*, Int, gridBoundaryChain*, gridBoundaryChain*, Int, Int, Int, Int, Int, primStream*)':
  234. src/libnurbs/nurbtess/sampleCompTop.cc:514:13: warning: variable 'tempTop' set but not used [-Wunused-but-set-variable]
  235. Real* tempTop;
  236. ^
  237. src/libnurbs/nurbtess/sampleCompTop.cc:515:11: warning: variable 'tempLeftStart' set but not used [-Wunused-but-set-variable]
  238. Int tempLeftStart;
  239. ^
  240. CXX src/libnurbs/nurbtess/sampledLine.lo
  241. CXX src/libnurbs/nurbtess/searchTree.lo
  242. CXXLD libGLU.la
  243. + make DESTDIR=/home/pkgmk/work/glu/pkg install
  244. make[1]: Entering directory '/home/pkgmk/work/glu/src/glu-9.0.0'
  245. /bin/mkdir -p '/home/pkgmk/work/glu/pkg/usr/lib'
  246. /bin/mkdir -p '/home/pkgmk/work/glu/pkg/usr/include/GL'
  247. /bin/mkdir -p '/home/pkgmk/work/glu/pkg/usr/lib/pkgconfig'
  248. /bin/sh ./libtool --mode=install /usr/bin/install -c libGLU.la '/home/pkgmk/work/glu/pkg/usr/lib'
  249. /usr/bin/install -c -m 644 ./include/GL/glu.h ./include/GL/glu_mangle.h '/home/pkgmk/work/glu/pkg/usr/include/GL'
  250. /usr/bin/install -c -m 644 glu.pc '/home/pkgmk/work/glu/pkg/usr/lib/pkgconfig'
  251. libtool: install: /usr/bin/install -c .libs/libGLU.so.1.3.1 /home/pkgmk/work/glu/pkg/usr/lib/libGLU.so.1.3.1
  252. libtool: install: (cd /home/pkgmk/work/glu/pkg/usr/lib && { ln -s -f libGLU.so.1.3.1 libGLU.so.1 || { rm -f libGLU.so.1 && ln -s libGLU.so.1.3.1 libGLU.so.1; }; })
  253. libtool: install: (cd /home/pkgmk/work/glu/pkg/usr/lib && { ln -s -f libGLU.so.1.3.1 libGLU.so || { rm -f libGLU.so && ln -s libGLU.so.1.3.1 libGLU.so; }; })
  254. libtool: install: /usr/bin/install -c .libs/libGLU.lai /home/pkgmk/work/glu/pkg/usr/lib/libGLU.la
  255. libtool: install: /usr/bin/install -c .libs/libGLU.a /home/pkgmk/work/glu/pkg/usr/lib/libGLU.a
  256. libtool: install: chmod 644 /home/pkgmk/work/glu/pkg/usr/lib/libGLU.a
  257. libtool: install: ranlib /home/pkgmk/work/glu/pkg/usr/lib/libGLU.a
  258. libtool: install: warning: remember to run `libtool --finish /usr/lib'
  259. make[1]: Leaving directory '/home/pkgmk/work/glu/src/glu-9.0.0'
  260. =======> Build result:
  261. drwxr-xr-x 0 root root 0 Jun 3 14:21 usr/
  262. drwxr-xr-x 0 root root 0 Jun 3 14:21 usr/include/
  263. drwxr-xr-x 0 root root 0 Jun 3 14:21 usr/lib/
  264. -rwxr-xr-x 0 root root 517008 Jun 3 14:21 usr/lib/libGLU.so.1.3.1
  265. -rw-r--r-- 0 root root 1078118 Jun 3 14:21 usr/lib/libGLU.a
  266. -rwxr-xr-x 0 root root 1472 Jun 3 14:21 usr/lib/libGLU.la
  267. lrwxrwxrwx 0 root root 0 Jun 3 14:21 usr/lib/libGLU.so -> libGLU.so.1.3.1
  268. lrwxrwxrwx 0 root root 0 Jun 3 14:21 usr/lib/libGLU.so.1 -> libGLU.so.1.3.1
  269. drwxr-xr-x 0 root root 0 Jun 3 14:21 usr/lib/pkgconfig/
  270. -rw-r--r-- 0 root root 211 Jun 3 14:21 usr/lib/pkgconfig/glu.pc
  271. drwxr-xr-x 0 root root 0 Jun 3 14:21 usr/include/GL/
  272. -rw-r--r-- 0 root root 3315 Jun 3 14:21 usr/include/GL/glu_mangle.h
  273. -rw-r--r-- 0 root root 17255 Jun 3 14:21 usr/include/GL/glu.h
  274. =======> WARNING: Footprint ignored.
  275. =======> Building '/home/pkgmk/pkg/glu#9.0.0-1.pkg.tar.xz' succeeded.
  276. prt-get: installing glu 9.0.0-1
  277.  
  278. -- Packages installed
  279. glu
  280.  
  281. prt-get: installed successfully
  282. bash-4.3#
  283. ....................................................................
  284.  
  285. now bash-4.3# /usr/bin/sbase
  286. bash-4.3#
  287. opens libreoffice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement