alvin_

error building physfs

Dec 16th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.08 KB | None | 0 0
  1. ~/haikuporter> haikuporter physfs
  2. Checking if any package-infos need to be updated ...
  3. Looking for stale package-infos ...
  4. ======================================================================
  5. dev-games::physfs-2.0.3
  6. ======================================================================
  7. ----------------------------------------------------------------------
  8. dev-games::physfs-2.0.3
  9. ----------------------------------------------------------------------
  10. Skipping download of source for physfs-2.0.3.tar.bz2
  11. Validating MD5 checksum of physfs-2.0.3.tar.bz2
  12. Unpacking source of physfs-2.0.3.tar.bz2
  13. Initialized empty Git repository in /boot/home/haikuports/dev-games/physfs/work-2.0.3/sources/physfs-2.0.3/.git/
  14. Populating source package ...
  15. chroot has these packages active:
  16.         /boot/home/haikuports/packages/cmake-2.8.11.2-6-x86_gcc2.hpkg
  17.         /boot/home/haikuports/packages/expat-2.0.1-7-x86_gcc2.hpkg
  18.         /boot/home/haikuports/packages/gettext_libintl-0.18.1.1-5-x86_gcc2.hpkg
  19.         /boot/home/haikuports/packages/libiconv-1.13.1-6-x86_gcc2.hpkg
  20.         /boot/home/haikuports/packages/ncurses-5.9-10-x86_gcc2.hpkg
  21.         /boot/home/haikuports/packages/openssl-1.0.0j-5-x86_gcc2.hpkg
  22.         /boot/system/packages/binutils-2.17_2013_04_21-2-x86_gcc2.hpkg
  23.         /boot/system/packages/ca_root_certificates-2012_12_29-1-any.hpkg
  24.         /boot/system/packages/curl-7.26.0-5-x86_gcc2.hpkg
  25.         /boot/system/packages/freetype-2.4.9-3-x86_gcc2.hpkg
  26.         /boot/system/packages/gcc-2.95.3_2013_08_15-2-x86_gcc2.hpkg
  27.         /boot/system/packages/grep-2.14-5-x86_gcc2.hpkg
  28.         /boot/system/packages/haiku-r1~alpha4_pm_hrev46537-1-x86_gcc2.hpkg
  29.         /boot/system/packages/haiku_devel-r1~alpha4_pm_hrev46537-1-x86_gcc2.hpkg
  30.         /boot/system/packages/icu-4.8.1.1-4-x86_gcc2.hpkg
  31.         /boot/system/packages/jpeg-9-3-x86_gcc2.hpkg
  32.         /boot/system/packages/libpng-1.5.12-3-x86_gcc2.hpkg
  33.         /boot/system/packages/libsolv-0.3.0_haiku_2013_10_01-1-x86_gcc2.hpkg
  34.         /boot/system/packages/make-3.82-5-x86_gcc2.hpkg
  35.         /boot/system/packages/sed-4.2.1-6-x86_gcc2.hpkg
  36.         /boot/system/packages/zlib-1.2.8-4-x86_gcc2.hpkg
  37.         /boot/system/packages/zlib_devel-1.2.8-4-x86_gcc2.hpkg
  38. ----- Package Info ----------------
  39. header size:                     80
  40. heap size:                      587
  41. TOC size:                        41
  42. package attributes size:        508
  43. total size:                     667
  44. -----------------------------------
  45. ----- Package Info ----------------
  46. header size:                     80
  47. heap size:                      530
  48. TOC size:                        41
  49. package attributes size:        469
  50. total size:                     610
  51. -----------------------------------
  52. ----- Package Info ----------------
  53. header size:                     80
  54. heap size:                      457
  55. TOC size:                        41
  56. package attributes size:        375
  57. total size:                     537
  58. -----------------------------------
  59. waiting for build package physfs-2.0.3-1 to be activated
  60. waiting for build package physfs_devel-2.0.3-1 to be activated
  61. waiting for build package physfs_source-2.0.3-1 to be activated
  62. Building ...
  63. -- The C compiler identification is GNU 2.95
  64. -- The CXX compiler identification is GNU 2.95
  65. -- Check for working C compiler: /bin/cc
  66. -- Check for working C compiler: /bin/cc -- works
  67. -- Detecting C compiler ABI info
  68. -- Detecting C compiler ABI info - done
  69. -- Check for working CXX compiler: /bin/c++
  70. -- Check for working CXX compiler: /bin/c++ -- works
  71. -- Detecting CXX compiler ABI info
  72. -- Detecting CXX compiler ABI info - done
  73. -- Performing Test PHYSFS_IS_GCC4
  74. -- Performing Test PHYSFS_IS_GCC4 - Failed
  75. -- Looking for assert.h
  76. -- Looking for assert.h - found
  77. -- Found ZLIB: /boot/system/develop/lib/libz.so (found version "1.2.8")
  78. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  79. -- Doxygen not found. You won't be able to build documentation.
  80. -- PhysicsFS will build with the following options:
  81. --   ZIP support: enabled
  82. --   7zip support: enabled
  83. --   GRP support: enabled
  84. --   WAD support: enabled
  85. --   HOG support: enabled
  86. --   MVL support: enabled
  87. --   QPAK support: enabled
  88. --   CD-ROM drive support: enabled
  89. --   Thread safety: enabled
  90. --   Build own zlib: disabled
  91. --   Build static library: enabled
  92. --   Build shared library: enabled
  93. --   Build wxWidgets test program: disabled
  94. --   Build stdio test program: enabled
  95. --     Use readline in test program: disabled
  96. -- Configuring done
  97. -- Generating done
  98. -- Build files have been written to: /sources/physfs-2.0.3
  99. Scanning dependencies of target physfs
  100. [  1%] Building C object CMakeFiles/physfs.dir/physfs.o
  101. [  3%] Building C object CMakeFiles/physfs.dir/physfs_byteorder.o
  102. [  5%] Building C object CMakeFiles/physfs.dir/physfs_unicode.o
  103. [  6%] Building C object CMakeFiles/physfs.dir/platform/os2.o
  104. [  8%] Building C object CMakeFiles/physfs.dir/platform/pocketpc.o
  105. [ 10%] Building C object CMakeFiles/physfs.dir/platform/posix.o
  106. [ 11%] Building C object CMakeFiles/physfs.dir/platform/unix.o
  107. [ 13%] Building C object CMakeFiles/physfs.dir/platform/macosx.o
  108. [ 15%] Building C object CMakeFiles/physfs.dir/platform/windows.o
  109. [ 16%] Building C object CMakeFiles/physfs.dir/archivers/dir.o
  110. [ 18%] Building C object CMakeFiles/physfs.dir/archivers/grp.o
  111. [ 20%] Building C object CMakeFiles/physfs.dir/archivers/hog.o
  112. [ 22%] Building C object CMakeFiles/physfs.dir/archivers/lzma.o
  113. [ 23%] Building C object CMakeFiles/physfs.dir/archivers/mvl.o
  114. [ 25%] Building C object CMakeFiles/physfs.dir/archivers/qpak.o
  115. [ 27%] Building C object CMakeFiles/physfs.dir/archivers/wad.o
  116. [ 28%] Building C object CMakeFiles/physfs.dir/archivers/zip.o
  117. [ 30%] Building CXX object CMakeFiles/physfs.dir/platform/beos.o
  118. [ 32%] Building C object CMakeFiles/physfs.dir/lzma/C/7zCrc.o
  119. [ 33%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zBuffer.o
  120. [ 35%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zDecode.o
  121. [ 37%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zExtract.o
  122. [ 38%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zHeader.o
  123. [ 40%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zIn.o
  124. [ 42%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zItem.o
  125. [ 44%] Building C object CMakeFiles/physfs.dir/lzma/C/Archive/7z/7zMethodID.o
  126. [ 45%] Building C object CMakeFiles/physfs.dir/lzma/C/Compress/Branch/BranchX86.o
  127. [ 47%] Building C object CMakeFiles/physfs.dir/lzma/C/Compress/Branch/BranchX86_2.o
  128. [ 49%] Building C object CMakeFiles/physfs.dir/lzma/C/Compress/Lzma/LzmaDecode.o
  129. Linking CXX shared library /packages/physfs-2.0.3-1/.self/lib/libphysfs.so
  130. [ 49%] Built target physfs
  131. Scanning dependencies of target physfs-static
  132. [ 50%] Building C object CMakeFiles/physfs-static.dir/physfs.o
  133. [ 52%] Building C object CMakeFiles/physfs-static.dir/physfs_byteorder.o
  134. [ 54%] Building C object CMakeFiles/physfs-static.dir/physfs_unicode.o
  135. [ 55%] Building C object CMakeFiles/physfs-static.dir/platform/os2.o
  136. [ 57%] Building C object CMakeFiles/physfs-static.dir/platform/pocketpc.o
  137. [ 59%] Building C object CMakeFiles/physfs-static.dir/platform/posix.o
  138. [ 61%] Building C object CMakeFiles/physfs-static.dir/platform/unix.o
  139. [ 62%] Building C object CMakeFiles/physfs-static.dir/platform/macosx.o
  140. [ 64%] Building C object CMakeFiles/physfs-static.dir/platform/windows.o
  141. [ 66%] Building C object CMakeFiles/physfs-static.dir/archivers/dir.o
  142. [ 67%] Building C object CMakeFiles/physfs-static.dir/archivers/grp.o
  143. [ 69%] Building C object CMakeFiles/physfs-static.dir/archivers/hog.o
  144. [ 71%] Building C object CMakeFiles/physfs-static.dir/archivers/lzma.o
  145. [ 72%] Building C object CMakeFiles/physfs-static.dir/archivers/mvl.o
  146. [ 74%] Building C object CMakeFiles/physfs-static.dir/archivers/qpak.o
  147. [ 76%] Building C object CMakeFiles/physfs-static.dir/archivers/wad.o
  148. [ 77%] Building C object CMakeFiles/physfs-static.dir/archivers/zip.o
  149. [ 79%] Building CXX object CMakeFiles/physfs-static.dir/platform/beos.o
  150. [ 81%] Building C object CMakeFiles/physfs-static.dir/lzma/C/7zCrc.o
  151. [ 83%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zBuffer.o
  152. [ 84%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zDecode.o
  153. [ 86%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zExtract.o
  154. [ 88%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zHeader.o
  155. [ 89%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zIn.o
  156. [ 91%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zItem.o
  157. [ 93%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Archive/7z/7zMethodID.o
  158. [ 94%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Compress/Branch/BranchX86.o
  159. [ 96%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Compress/Branch/BranchX86_2.o
  160. [ 98%] Building C object CMakeFiles/physfs-static.dir/lzma/C/Compress/Lzma/LzmaDecode.o
  161. Linking CXX static library /packages/physfs-2.0.3-1/.self/lib/libphysfs.a
  162. [ 98%] Built target physfs-static
  163. Scanning dependencies of target test_physfs
  164. [100%] Building C object CMakeFiles/test_physfs.dir/test/test_physfs.o
  165. Linking C executable test_physfs
  166. [100%] Built target test_physfs
  167. Collecting files to be packaged ...
  168. [ 49%] Built target physfs
  169. [ 98%] Built target physfs-static
  170. [100%] Built target test_physfs
  171. Install the project...
  172. -- Install configuration: ""
  173. -- Installing: /boot/system/lib/libphysfs.a
  174. CMake Error at cmake_install.cmake:31 (FILE):
  175.  file INSTALL cannot copy file
  176.  "/packages/physfs-2.0.3-1/.self/lib/libphysfs.a" to
  177.  "/boot/system/lib/libphysfs.a".
  178.  
  179.  
  180. make: *** [install] Error 1
  181. Command '['/bin/bash', '-c', '. /wrapper-script']' returned non-zero exit status 2
  182. keeping chroot folder /boot/home/haikuports/dev-games/physfs/work-2.0.3 intact for inspection
  183. *** Build has failed - stopping.
  184. ~/haikuporter>
  185. ysfs.a".
  186.  
  187.  
  188. make: *** [install] Error 1
  189. Command '['/bin/bash', '-c', '. /wrapper-script']' returned non-zero exit status 2
  190. keeping chroot folder /boot/home/haikuports/dev-games/physfs/work-2.0.3 intact for inspection
  191. *** Build has failed - stopping.
  192. ~/haikuporter>
  193. data source
Advertisement
Add Comment
Please, Sign In to add comment