Advertisement
Guest User

Untitled

a guest
Nov 26th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.51 KB | None | 0 0
  1. nikolaj@Nikolajs-MacBook-Pro libtiff_daniel % sh install.sh
  2. install.sh: line 8: nproc: command not found
  3. hint: Pulling without specifying how to reconcile divergent branches is
  4. hint: discouraged. You can squelch this message by running one of the following
  5. hint: commands sometime before your next pull:
  6. hint:
  7. hint:   git config pull.rebase false  # merge (the default strategy)
  8. hint:   git config pull.rebase true   # rebase
  9. hint:   git config pull.ff only       # fast-forward only
  10. hint:
  11. hint: You can replace "git config" with "git config --global" to set a default
  12. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  13. hint: or --ff-only on the command line to override the configured default per
  14. hint: invocation.
  15. Already up to date.
  16. Already on 'main'
  17. Your branch is up to date with 'origin/main'.
  18. hint: Pulling without specifying how to reconcile divergent branches is
  19. hint: discouraged. You can squelch this message by running one of the following
  20. hint: commands sometime before your next pull:
  21. hint:
  22. hint:   git config pull.rebase false  # merge (the default strategy)
  23. hint:   git config pull.rebase true   # rebase
  24. hint:   git config pull.ff only       # fast-forward only
  25. hint:
  26. hint: You can replace "git config" with "git config --global" to set a default
  27. hint: preference for all repositories. You can also pass --rebase, --no-rebase,
  28. hint: or --ff-only on the command line to override the configured default per
  29. hint: invocation.
  30. Already up to date.
  31. Already on 'master'
  32. Your branch is up to date with 'origin/master'.
  33. -- CMAKE_BUILD_TYPE = Release
  34. -- VERSION = 2.1.2, BUILD = 20211126
  35. -- 64-bit build (x86_64)
  36. -- CMAKE_INSTALL_PREFIX = /opt/libjpeg-turbo
  37. -- CMAKE_INSTALL_BINDIR = bin (/opt/libjpeg-turbo/bin)
  38. -- CMAKE_INSTALL_DATAROOTDIR =  (/opt/libjpeg-turbo)
  39. -- CMAKE_INSTALL_DOCDIR = doc (/opt/libjpeg-turbo/doc)
  40. -- CMAKE_INSTALL_INCLUDEDIR = include (/opt/libjpeg-turbo/include)
  41. -- CMAKE_INSTALL_LIBDIR = lib (/opt/libjpeg-turbo/lib)
  42. -- CMAKE_INSTALL_MANDIR = man (/opt/libjpeg-turbo/man)
  43. -- Shared libraries enabled (ENABLE_SHARED = 1)
  44. -- Static libraries enabled (ENABLE_STATIC = 1)
  45. -- 12-bit JPEG support enabled (WITH_12BIT = 1)
  46. -- In-memory source/destination managers enabled (WITH_MEM_SRCDST = 1)
  47. -- Emulating libjpeg API/ABI v6.2 (WITH_JPEG7 = 0, WITH_JPEG8 = 0)
  48. -- libjpeg API shared library version = 62.3.0
  49. -- Compiler flags =  -O3 -DNDEBUG
  50. -- Linker flags =  
  51. -- Compiler supports pointers to undefined structures.
  52. -- INLINE = __inline__ __attribute__((always_inline)) (FORCE_INLINE = 1)
  53. -- CMAKE_EXECUTABLE_SUFFIX =
  54. -- FLOATTEST = no-fp-contract
  55. -- Configuring done
  56. -- Generating done
  57. -- Build files have been written to: /Users/nikolaj/libtiff_daniel/build/jpeg
  58. Consolidate compiler generated dependencies of target simd
  59. Consolidate compiler generated dependencies of target rdjpgcom
  60. Consolidate compiler generated dependencies of target wrjpgcom
  61. Consolidate compiler generated dependencies of target md5cmp
  62. [  1%] Built target simd
  63. [  2%] Built target rdjpgcom
  64. [  4%] Built target wrjpgcom
  65. [  7%] Built target md5cmp
  66. Consolidate compiler generated dependencies of target jpeg-static
  67. Consolidate compiler generated dependencies of target jpeg
  68. [ 74%] Built target jpeg
  69. [ 74%] Built target jpeg-static
  70. Consolidate compiler generated dependencies of target cjpeg-static
  71. Consolidate compiler generated dependencies of target djpeg-static
  72. Consolidate compiler generated dependencies of target jpegtran-static
  73. Consolidate compiler generated dependencies of target cjpeg
  74. Consolidate compiler generated dependencies of target jcstest
  75. Consolidate compiler generated dependencies of target jpegtran
  76. Consolidate compiler generated dependencies of target djpeg
  77. [ 76%] Built target jcstest
  78. [ 83%] Built target jpegtran-static
  79. [ 83%] Built target cjpeg-static
  80. [ 87%] Built target djpeg-static
  81. [ 95%] Built target jpegtran
  82. [ 95%] Built target cjpeg
  83. [100%] Built target djpeg
  84. CMake Deprecation Warning at CMakeLists.txt:26 (cmake_minimum_required):
  85.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  86.   CMake.
  87.  
  88.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  89.   CMake that the project does not need compatibility with older versions.
  90.  
  91.  
  92. CMake Deprecation Warning at CMakeLists.txt:29 (cmake_policy):
  93.   Compatibility with CMake < 2.8.12 will be removed from a future version of
  94.   CMake.
  95.  
  96.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  97.   CMake that the project does not need compatibility with older versions.
  98.  
  99.  
  100. -- Building tiff version 4.0.9
  101. -- libtiff library version 5.3.0
  102. -- CMAKE_HOST_SYSTEM_PROCESSOR set to x86_64
  103. -- HOST_FILLORDER set to FILLORDER_LSB2MSB
  104. -- HOST_BIG_ENDIAN set to 0
  105. -- HAVE_IEEEFP set to 1
  106. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  107. -- Checking for module 'glut'
  108. --   No package 'glut' found
  109. --
  110. -- Libtiff is now configured for
  111. --
  112. --   Installation directory:             /usr/local
  113. --   Documentation directory:            /usr/local/share/doc/tiff
  114. --   C compiler:                         /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
  115. --   C++ compiler:                       /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
  116. --   Build shared libraries:             ON
  117. --   Enable linker symbol versioning:    FALSE
  118. --   Support Microsoft Document Imaging: ON
  119. --   Use win32 IO:                       FALSE
  120. --
  121. --  Support for internal codecs:
  122. --   CCITT Group 3 & 4 algorithms:       ON
  123. --   Macintosh PackBits algorithm:       ON
  124. --   LZW algorithm:                      ON
  125. --   ThunderScan 4-bit RLE algorithm:    ON
  126. --   NeXT 2-bit RLE algorithm:           ON
  127. --   LogLuv high dynamic range encoding: ON
  128. --
  129. --  Support for external codecs:
  130. --   ZLIB support:                       OFF (requested)  (availability)
  131. --   Pixar log-format algorithm:         ON (requested) FALSE (availability)
  132. --   JPEG support:                       ON (requested) FALSE (availability)
  133. --   Old JPEG support:                   OFF (requested) FALSE (availability)
  134. --   JPEG 8/12 bit dual mode:            ON (requested) TRUE (availability)
  135. --   ISO JBIG support:                   OFF (requested) FALSE (availability)
  136. --   LZMA2 support:                      OFF (requested)  (availability)
  137. --
  138. --   C++ support:                        ON (requested) TRUE (availability)
  139. --
  140. --   OpenGL support:                     TRUE
  141. --
  142. -- Configuring done
  143. -- Generating done
  144. -- Build files have been written to: /Users/nikolaj/libtiff_daniel/build/tiff
  145. Consolidate compiler generated dependencies of target port
  146. Consolidate compiler generated dependencies of target tiff
  147. [  2%] Built target port
  148. [  3%] Building C object libtiff/CMakeFiles/tiff.dir/tif_close.c.o
  149. [  4%] Building C object libtiff/CMakeFiles/tiff.dir/tif_aux.c.o
  150. [  4%] Building C object libtiff/CMakeFiles/tiff.dir/tif_compress.c.o
  151. [  5%] Building C object libtiff/CMakeFiles/tiff.dir/tif_color.c.o
  152. [  6%] Building C object libtiff/CMakeFiles/tiff.dir/tif_codec.c.o
  153. [  7%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dir.c.o
  154. [  8%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dirinfo.c.o
  155. [  9%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dirread.c.o
  156. [ 10%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dirwrite.c.o
  157. [ 10%] Building C object libtiff/CMakeFiles/tiff.dir/tif_dumpmode.c.o
  158. [ 11%] Building C object libtiff/CMakeFiles/tiff.dir/tif_error.c.o
  159. [ 12%] Building C object libtiff/CMakeFiles/tiff.dir/tif_extension.c.o
  160. [ 13%] Building C object libtiff/CMakeFiles/tiff.dir/tif_fax3.c.o
  161. [ 13%] Building C object libtiff/CMakeFiles/tiff.dir/tif_flush.c.o
  162. [ 14%] Building C object libtiff/CMakeFiles/tiff.dir/tif_getimage.c.o
  163. [ 15%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o
  164. [ 16%] Building C object libtiff/CMakeFiles/tiff.dir/tif_lzw.c.o
  165. [ 17%] Building C object libtiff/CMakeFiles/tiff.dir/tif_next.c.o
  166. [ 18%] Building C object libtiff/CMakeFiles/tiff.dir/tif_open.c.o
  167. [ 19%] Building C object libtiff/CMakeFiles/tiff.dir/tif_predict.c.o
  168. make[2]: *** No rule to make target `/Users/nikolaj/libtiff_daniel/build/jpeg/libjpeg.so', needed by `libtiff/libtiff.5.3.0.dylib'.  Stop.
  169. make[2]: *** Waiting for unfinished jobs....
  170. [ 20%] Building C object libtiff/CMakeFiles/tiff.dir/tif_thunder.c.o
  171. [ 21%] Building C object libtiff/CMakeFiles/tiff.dir/tif_read.c.o
  172. [ 22%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jbig.c.o
  173. [ 23%] Building C object libtiff/CMakeFiles/tiff.dir/tif_luv.c.o
  174. [ 24%] Building C object libtiff/CMakeFiles/tiff.dir/tif_ojpeg.c.o
  175. [ 24%] Building C object libtiff/CMakeFiles/tiff.dir/tif_packbits.c.o
  176. [ 25%] Building C object libtiff/CMakeFiles/tiff.dir/tif_pixarlog.c.o
  177. [ 27%] Building C object libtiff/CMakeFiles/tiff.dir/tif_swab.c.o
  178. [ 27%] Building C object libtiff/CMakeFiles/tiff.dir/tif_print.c.o
  179. [ 27%] Building C object libtiff/CMakeFiles/tiff.dir/tif_strip.c.o
  180. [ 28%] Building C object libtiff/CMakeFiles/tiff.dir/tif_version.c.o
  181. [ 28%] Building C object libtiff/CMakeFiles/tiff.dir/tif_lzma.c.o
  182. [ 29%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jpeg.c.o
  183. [ 31%] Building C object libtiff/CMakeFiles/tiff.dir/tif_warning.c.o
  184. [ 32%] Building C object libtiff/CMakeFiles/tiff.dir/tif_tile.c.o
  185. [ 30%] Building C object libtiff/CMakeFiles/tiff.dir/tif_unix.c.o
  186. [ 32%] Building C object libtiff/CMakeFiles/tiff.dir/tif_write.c.o
  187. [ 33%] Building C object libtiff/CMakeFiles/tiff.dir/tif_zip.c.o
  188. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:5: error: use of undeclared identifier 'JPEGState'
  189.     JPEGState* sp;
  190.     ^
  191. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:16: error: use of undeclared identifier 'sp'
  192.     JPEGState* sp;
  193.                ^
  194. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:5: error: use of undeclared identifier 'sp'
  195.     sp = JState(tif);
  196.     ^
  197. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:10: error: implicit declaration of function 'JState' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  198.     sp = JState(tif);
  199.          ^
  200. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:24:5: error: use of undeclared identifier 'sp'
  201.     sp->tif = tif;                              /* back link */
  202.     ^
  203. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:29:37: error: use of undeclared identifier 'JPEGVGetField'; did you mean 'TIFFVGetField'?
  204.     tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */
  205.                                     ^~~~~~~~~~~~~
  206.                                     TIFFVGetField
  207. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:349:12: note: 'TIFFVGetField' declared here
  208. extern int TIFFVGetField(TIFF* tif, uint32 tag, va_list ap);
  209.            ^
  210. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:30:37: error: use of undeclared identifier 'JPEGVSetField'; did you mean 'TIFFVSetField'?
  211.     tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
  212.                                     ^~~~~~~~~~~~~
  213.                                     TIFFVSetField
  214. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:410:12: note: 'TIFFVSetField' declared here
  215. extern int TIFFVSetField(TIFF*, uint32, va_list);
  216.            ^
  217. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:31:36: error: use of undeclared identifier 'JPEGPrintDir'
  218.     tif->tif_tagmethods.printdir = JPEGPrintDir;   /* hook for codec tags */
  219.                                    ^
  220. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:36:26: error: use of undeclared identifier 'JPEGFixupTags'
  221.     tif->tif_fixuptags = JPEGFixupTags;
  222.                          ^
  223. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:37:28: error: use of undeclared identifier 'JPEGSetupDecode'
  224.     tif->tif_setupdecode = JPEGSetupDecode;
  225.                            ^
  226. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:38:26: error: use of undeclared identifier 'JPEGPreDecode'
  227.     tif->tif_predecode = JPEGPreDecode;
  228.                          ^
  229. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:39:26: error: use of undeclared identifier 'JPEGDecode'
  230.     tif->tif_decoderow = JPEGDecode;
  231.                          ^
  232. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:40:28: error: use of undeclared identifier 'JPEGDecode'
  233.     tif->tif_decodestrip = JPEGDecode;
  234.                            ^
  235. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:41:27: error: use of undeclared identifier 'JPEGDecode'
  236.     tif->tif_decodetile = JPEGDecode;
  237.                           ^
  238. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:42:28: error: use of undeclared identifier 'JPEGSetupEncode'
  239.     tif->tif_setupencode = JPEGSetupEncode;
  240.                            ^
  241. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:43:26: error: use of undeclared identifier 'JPEGPreEncode'
  242.     tif->tif_preencode = JPEGPreEncode;
  243.                          ^
  244. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:44:27: error: use of undeclared identifier 'JPEGPostEncode'
  245.     tif->tif_postencode = JPEGPostEncode;
  246.                           ^
  247. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:45:26: error: use of undeclared identifier 'JPEGEncode'
  248.     tif->tif_encoderow = JPEGEncode;
  249.                          ^
  250. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:46:28: error: use of undeclared identifier 'JPEGEncode'
  251.     tif->tif_encodestrip = JPEGEncode;
  252.                            ^
  253. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  254. 20 errors generated.
  255. make[2]: *** [libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o] Error 1
  256. make[1]: *** [libtiff/CMakeFiles/tiff.dir/all] Error 2
  257. make: *** [all] Error 2
  258. [  2%] Built target port
  259. Consolidate compiler generated dependencies of target tiff
  260. [  3%] Building C object libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o
  261. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:5: error: use of undeclared identifier 'JPEGState'
  262.     JPEGState* sp;
  263.     ^
  264. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:19:16: error: use of undeclared identifier 'sp'
  265.     JPEGState* sp;
  266.                ^
  267. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:5: error: use of undeclared identifier 'sp'
  268.     sp = JState(tif);
  269.     ^
  270. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:23:10: error: implicit declaration of function 'JState' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  271.     sp = JState(tif);
  272.          ^
  273. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:24:5: error: use of undeclared identifier 'sp'
  274.     sp->tif = tif;                              /* back link */
  275.     ^
  276. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:29:37: error: use of undeclared identifier 'JPEGVGetField'; did you mean 'TIFFVGetField'?
  277.     tif->tif_tagmethods.vgetfield = JPEGVGetField; /* hook for codec tags */
  278.                                     ^~~~~~~~~~~~~
  279.                                     TIFFVGetField
  280. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:349:12: note: 'TIFFVGetField' declared here
  281. extern int TIFFVGetField(TIFF* tif, uint32 tag, va_list ap);
  282.            ^
  283. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:30:37: error: use of undeclared identifier 'JPEGVSetField'; did you mean 'TIFFVSetField'?
  284.     tif->tif_tagmethods.vsetfield = JPEGVSetField; /* hook for codec tags */
  285.                                     ^~~~~~~~~~~~~
  286.                                     TIFFVSetField
  287. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tiffio.h:410:12: note: 'TIFFVSetField' declared here
  288. extern int TIFFVSetField(TIFF*, uint32, va_list);
  289.            ^
  290. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:31:36: error: use of undeclared identifier 'JPEGPrintDir'
  291.     tif->tif_tagmethods.printdir = JPEGPrintDir;   /* hook for codec tags */
  292.                                    ^
  293. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:36:26: error: use of undeclared identifier 'JPEGFixupTags'
  294.     tif->tif_fixuptags = JPEGFixupTags;
  295.                          ^
  296. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:37:28: error: use of undeclared identifier 'JPEGSetupDecode'
  297.     tif->tif_setupdecode = JPEGSetupDecode;
  298.                            ^
  299. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:38:26: error: use of undeclared identifier 'JPEGPreDecode'
  300.     tif->tif_predecode = JPEGPreDecode;
  301.                          ^
  302. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:39:26: error: use of undeclared identifier 'JPEGDecode'
  303.     tif->tif_decoderow = JPEGDecode;
  304.                          ^
  305. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:40:28: error: use of undeclared identifier 'JPEGDecode'
  306.     tif->tif_decodestrip = JPEGDecode;
  307.                            ^
  308. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:41:27: error: use of undeclared identifier 'JPEGDecode'
  309.     tif->tif_decodetile = JPEGDecode;
  310.                           ^
  311. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:42:28: error: use of undeclared identifier 'JPEGSetupEncode'
  312.     tif->tif_setupencode = JPEGSetupEncode;
  313.                            ^
  314. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:43:26: error: use of undeclared identifier 'JPEGPreEncode'
  315.     tif->tif_preencode = JPEGPreEncode;
  316.                          ^
  317. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:44:27: error: use of undeclared identifier 'JPEGPostEncode'
  318.     tif->tif_postencode = JPEGPostEncode;
  319.                           ^
  320. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:45:26: error: use of undeclared identifier 'JPEGEncode'
  321.     tif->tif_encoderow = JPEGEncode;
  322.                          ^
  323. /Users/nikolaj/libtiff_daniel/source/libtiff/libtiff/tif_jpeg_12.c:46:28: error: use of undeclared identifier 'JPEGEncode'
  324.     tif->tif_encodestrip = JPEGEncode;
  325.                            ^
  326. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  327. 20 errors generated.
  328. make[2]: *** [libtiff/CMakeFiles/tiff.dir/tif_jpeg_12.c.o] Error 1
  329. make[1]: *** [libtiff/CMakeFiles/tiff.dir/all] Error 2
  330. make: *** [all] Error 2
  331. cp: ./libjpeg.so*: No such file or directory
  332. cp: ./libtiff.so*: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement