Advertisement
logicmoo

Untitled

Jan 9th, 2022
2,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 11.93 KB | None | 0 0
  1. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist# make clean
  2. Making clean in src/
  3. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  4. test -z "libguile-persist.la" || rm -f libguile-persist.la
  5. rm -f ./so_locations
  6. test -z "persist.x" || rm -f persist.x
  7. rm -rf .libs _libs
  8. rm -f *.o
  9. rm -f *.lo
  10. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  11. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  12. test -z "persist/slask.go persist/primitive.go persist/elf-mod.go persist/persistance.go" || rm -f persist/slask.go persist/primitive.go persist/elf-mod.go persist/persistance.go
  13. rm -rf .libs _libs
  14. rm -f *.lo
  15. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  16. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist# ./configure
  17. checking for a BSD-compatible install... /usr/bin/install -c
  18. checking whether build environment is sane... yes
  19. checking for a race-free mkdir -p... /usr/bin/mkdir -p
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking whether make supports nested variables... yes
  23. checking whether make supports nested variables... (cached) yes
  24. checking build system type... x86_64-pc-linux-gnu
  25. checking host system type... x86_64-pc-linux-gnu
  26. checking how to print strings... printf
  27. checking whether make supports the include directive... yes (GNU style)
  28. checking for gcc... gcc
  29. checking whether the C compiler works... yes
  30. checking for C compiler default output file name... a.out
  31. checking for suffix of executables...
  32. checking whether we are cross compiling... no
  33. checking for suffix of object files... o
  34. checking whether the compiler supports GNU C... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to enable C11 features... none needed
  37. checking whether gcc understands -c and -o together... yes
  38. checking dependency style of gcc... gcc3
  39. checking for a sed that does not truncate output... /usr/bin/sed
  40. checking for grep that handles long lines and -e... /usr/bin/grep
  41. checking for egrep... /usr/bin/grep -E
  42. checking for fgrep... /usr/bin/grep -F
  43. checking for ld used by gcc... /usr/bin/ld
  44. checking if the linker (/usr/bin/ld) is GNU ld... yes
  45. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  46. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  47. checking whether ln -s works... yes
  48. checking the maximum length of command line arguments... 1572864
  49. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  50. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  51. checking for /usr/bin/ld option to reload object files... -r
  52. checking for objdump... objdump
  53. checking how to recognize dependent libraries... pass_all
  54. checking for dlltool... no
  55. checking how to associate runtime and link libraries... printf %s\n
  56. checking for ar... ar
  57. checking for archiver @FILE support... @
  58. checking for strip... strip
  59. checking for ranlib... ranlib
  60. checking command to parse /usr/bin/nm -B output from gcc object... ok
  61. checking for sysroot... no
  62. checking for a working dd... /usr/bin/dd
  63. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  64. checking for mt... mt
  65. checking if mt is a manifest tool... no
  66. checking for stdio.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for inttypes.h... yes
  70. checking for stdint.h... yes
  71. checking for strings.h... yes
  72. checking for sys/stat.h... yes
  73. checking for sys/types.h... yes
  74. checking for unistd.h... yes
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... yes
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... no
  85. checking dynamic linker characteristics... GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking for gcc... (cached) gcc
  92. checking whether the compiler supports GNU C... (cached) yes
  93. checking whether gcc accepts -g... (cached) yes
  94. checking for gcc option to enable C11 features... (cached) none needed
  95. checking whether gcc understands -c and -o together... (cached) yes
  96. checking dependency style of gcc... (cached) gcc3
  97. checking for pkg-config... /usr/bin/pkg-config
  98. checking pkg-config is at least version 0.9.0... yes
  99. configure: checking for guile 3.0
  100. configure: found guile 3.0
  101. checking for guile-3.0... no
  102. checking for guile3.0... no
  103. checking for guile-3... no
  104. checking for guile3... no
  105. checking for guile... /usr/local/bin/guile
  106. checking for Guile version >= 3.0... 3.0.7
  107. checking for guild... /usr/local/bin/guild
  108. checking for guile-config... /usr/local/bin/guile-config
  109. checking that generated files are newer than configure... done
  110. configure: creating ./config.status
  111. config.status: creating Makefile
  112. config.status: creating env
  113. config.status: creating src/Makefile
  114. config.status: creating config.h
  115. config.status: executing depfiles commands
  116. config.status: executing libtool commands
  117. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist# make
  118. make  all-recursive
  119. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  120. Making all in src/
  121. make[2]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  122. guile-snarf -I. -Wall  -I/usr/local/include/guile/3.0 -lguile-3.0 -L/usr/local/lib/ persist.c > persist.x \
  123. || { rm persist.x; false; }
  124. make  all-am
  125. make[3]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  126.   CC       libguile_persist_la-persist.lo
  127.   CCLD     libguile-persist.la
  128. make[3]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  129. make[2]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  130. make[2]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  131.   GEN      persist/slask.go
  132. wrote `persist/slask.go'
  133.  GEN      persist/primitive.go
  134. wrote `persist/primitive.go'
  135.   GEN      persist/elf-mod.go
  136. wrote `persist/elf-mod.go'
  137.  GEN      persist/persistance.go
  138. persist/persistance.scm:123:13: warning: possibly unbound variable `serialize-vm-continuation'
  139. persist/persistance.scm:126:20: warning: possibly unbound variable `serialize-vm-ra'
  140. persist/persistance.scm:179:24: warning: possibly unbound variable `gp-bv-address'
  141. persist/persistance.scm:576:20: warning: possibly unbound variable `gp-fill-null-procedure'
  142. persist/persistance.scm:565:22: warning: possibly unbound variable `gp-set-struct'
  143. persist/persistance.scm:515:16: warning: possibly unbound variable `gp-set-vm-continuation!'
  144. persist/persistance.scm:451:30: warning: possibly unbound variable `int-to-code'
  145. persist/persistance.scm:418:23: warning: possibly unbound variable `gp-make-null-procedure'
  146. persist/persistance.scm:406:23: warning: possibly unbound variable `gp-make-struct'
  147. persist/persistance.scm:402:27: warning: possibly unbound variable `gp-make-vm-continuation'
  148. persist/persistance.scm:912:25: warning: possibly unbound variable `code-to-int'
  149. persist/persistance.scm:1029:20: warning: possibly unbound variable `gp-get-var-var'
  150. persist/persistance.scm:1322:5: warning: possibly unbound variable `vm-continuation?'
  151. persist/persistance.scm:1514:1: warning: possibly unbound variable `atom-c-serialize-info'
  152. wrote `persist/persistance.go'
  153. make[2]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  154. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  155. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist# make install
  156. Making install in src/
  157. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  158. make  install-am
  159. make[2]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  160. make[3]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  161. make[3]: Nothing to be done for 'install-exec-am'.
  162.  /usr/bin/mkdir -p '/usr/local/lib/guile/3.0/extensions'
  163.  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libguile-persist.la '/usr/local/lib/guile/3.0/extensions'
  164. libtool: install: /usr/bin/install -c .libs/libguile-persist.so /usr/local/lib/guile/3.0/extensions/libguile-persist.so
  165. libtool: install: /usr/bin/install -c .libs/libguile-persist.lai /usr/local/lib/guile/3.0/extensions/libguile-persist.la
  166. libtool: install: /usr/bin/install -c .libs/libguile-persist.a /usr/local/lib/guile/3.0/extensions/libguile-persist.a
  167. libtool: install: chmod 644 /usr/local/lib/guile/3.0/extensions/libguile-persist.a
  168. libtool: install: ranlib /usr/local/lib/guile/3.0/extensions/libguile-persist.a
  169. libtool: finish: PATH="/opt/logicmoo_workspace/packs_sys/instant_prolog_docs/biocham:/opt/logicmoo_workspace/packs_sys/instant_prolog_docs/biocham:/root/.nvm/versions/node/v16.6.2/bin:/opt/logicmoo_workspace/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/root/.dotnet/tools:/opt/logicmoo_workspace/packs_lib/sparqlprog/bin:/sbin" ldconfig -n /usr/local/lib/guile/3.0/extensions
  170. ----------------------------------------------------------------------
  171. Libraries have been installed in:
  172.    /usr/local/lib/guile/3.0/extensions
  173.  
  174. If you ever happen to want to link against installed libraries
  175. in a given directory, LIBDIR, you must either use libtool, and
  176. specify the full pathname of the library, or use the '-LLIBDIR'
  177. flag during linking and do at least one of the following:
  178.    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
  179.      during execution
  180.    - add LIBDIR to the 'LD_RUN_PATH' environment variable
  181.      during linking
  182.    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
  183.    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
  184.  
  185. See any operating system documentation about shared libraries for
  186. more information, such as the ld(1) and ld.so(8) manual pages.
  187. ----------------------------------------------------------------------
  188. make[3]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  189. make[2]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  190. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist/src'
  191. make[1]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  192. make[2]: Entering directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  193. make[2]: Nothing to be done for 'install-exec-am'.
  194.  /usr/bin/mkdir -p '/usr/local/share/guile/site/3.0'
  195.  /usr/bin/mkdir -p '/usr/local/share/guile/site/3.0/persist'
  196.  /usr/bin/install -c -m 644  persist/slask.scm persist/primitive.scm persist/elf-mod.scm persist/persistance.scm '/usr/local/share/guile/site/3.0/persist'
  197.  /usr/bin/mkdir -p '/usr/local/lib/guile/3.0/site-ccache'
  198.  /usr/bin/mkdir -p '/usr/local/lib/guile/3.0/site-ccache/persist'
  199.  /usr/bin/install -c -m 644  persist/slask.go persist/primitive.go persist/elf-mod.go persist/persistance.go '/usr/local/lib/guile/3.0/site-ccache/persist'
  200. make[2]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  201. make[1]: Leaving directory '/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist'
  202. root@gitlab:/opt/logicmoo_workspace/packs_sys/logicmoo_opencog/guile-persist#
  203.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement