Guest User

Untitled

a guest
Mar 5th, 2018
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.71 KB | None | 0 0
  1. csexton@cs-zesty:~/src/nueng (git::master)$ autoconf
  2. csexton@cs-zesty:~/src/nueng (git::master)$ automake
  3. csexton@cs-zesty:~/src/nueng (git::master)$ git st
  4. # On branch master
  5. # Your branch is ahead of 'origin/master' by 3 commits.
  6. #
  7. # Changed but not updated:
  8. # (use "git add <file>..." to update what will be committed)
  9. # (use "git checkout -- <file>..." to discard changes in working directory)
  10. #
  11. # modified: Makefile.in
  12. # modified: configure
  13. # modified: examples/Makefile.in
  14. # modified: examples/c/Makefile.in
  15. # modified: src/Makefile.in
  16. # modified: test/Makefile.in
  17. #
  18. # Untracked files:
  19. # (use "git add <file>..." to include in what will be committed)
  20. #
  21. # NuEngProject.xcodeproj/csexton.mode1v3
  22. # NuEngProject.xcodeproj/csexton.pbxuser
  23. # autom4te.cache/
  24. no changes added to commit (use "git add" and/or "git commit -a")
  25. csexton@cs-zesty:~/src/nueng (git::master)$ ./configure
  26. checking for a BSD-compatible install... /usr/bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... ./install-sh -c -d
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking for g++... g++
  32. checking for C++ compiler default output file name... a.out
  33. checking whether the C++ compiler works... yes
  34. checking whether we are cross compiling... no
  35. checking for suffix of executables...
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C++ compiler... yes
  38. checking whether g++ accepts -g... yes
  39. checking for style of include used by make... GNU
  40. checking dependency style of g++... gcc3
  41. checking for gcc... gcc
  42. checking whether we are using the GNU C compiler... yes
  43. checking whether gcc accepts -g... yes
  44. checking for gcc option to accept ISO C89... none needed
  45. checking dependency style of gcc... gcc3
  46. checking build system type... i386-apple-darwin9.6.0
  47. checking host system type... i386-apple-darwin9.6.0
  48. checking for a sed that does not truncate output... /opt/local/bin/gsed
  49. checking for grep that handles long lines and -e... /usr/bin/grep
  50. checking for egrep... /usr/bin/grep -E
  51. checking for fgrep... /usr/bin/grep -F
  52. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  53. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
  54. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
  55. checking the name lister (/usr/bin/nm -p) interface... BSD nm
  56. checking whether ln -s works... yes
  57. checking the maximum length of command line arguments... 196608
  58. checking whether the shell understands some XSI constructs... yes
  59. checking whether the shell understands "+="... yes
  60. checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
  61. checking for objdump... no
  62. checking how to recognize dependent libraries... pass_all
  63. checking for ar... ar
  64. checking for strip... strip
  65. checking for ranlib... ranlib
  66. checking command to parse /usr/bin/nm -p output from gcc object... ok
  67. checking for dsymutil... dsymutil
  68. checking for nmedit... nmedit
  69. checking for lipo... lipo
  70. checking for otool... otool
  71. checking for otool64... no
  72. checking for -single_module linker flag... yes
  73. checking for -exported_symbols_list linker flag... yes
  74. checking how to run the C preprocessor... gcc -E
  75. checking for ANSI C header files... yes
  76. checking for sys/types.h... yes
  77. checking for sys/stat.h... yes
  78. checking for stdlib.h... yes
  79. checking for string.h... yes
  80. checking for memory.h... yes
  81. checking for strings.h... yes
  82. checking for inttypes.h... yes
  83. checking for stdint.h... yes
  84. checking for unistd.h... yes
  85. checking for dlfcn.h... yes
  86. checking whether we are using the GNU C++ compiler... (cached) yes
  87. checking whether g++ accepts -g... (cached) yes
  88. checking dependency style of g++... (cached) gcc3
  89. checking how to run the C++ preprocessor... g++ -E
  90. checking for objdir... .libs
  91. checking if gcc supports -fno-rtti -fno-exceptions... no
  92. checking for gcc option to produce PIC... -fno-common -DPIC
  93. checking if gcc PIC flag -fno-common -DPIC works... yes
  94. checking if gcc static flag -static works... no
  95. checking if gcc supports -c -o file.o... yes
  96. checking if gcc supports -c -o file.o... (cached) yes
  97. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  98. checking dynamic linker characteristics... darwin9.6.0 dyld
  99. checking how to hardcode library paths into programs... immediate
  100. checking whether stripping libraries is possible... yes
  101. checking if libtool supports shared libraries... yes
  102. checking whether to build shared libraries... yes
  103. checking whether to build static libraries... yes
  104. checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
  105. checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
  106. checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  107. checking for g++ option to produce PIC... -fno-common -DPIC
  108. checking if g++ PIC flag -fno-common -DPIC works... yes
  109. checking if g++ static flag -static works... no
  110. checking if g++ supports -c -o file.o... yes
  111. checking if g++ supports -c -o file.o... (cached) yes
  112. checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
  113. checking dynamic linker characteristics... darwin9.6.0 dyld
  114. checking how to hardcode library paths into programs... immediate
  115. checking for ANSI C header files... (cached) yes
  116. checking arpa/inet.h usability... yes
  117. checking arpa/inet.h presence... yes
  118. checking for arpa/inet.h... yes
  119. checking limits.h usability... yes
  120. checking limits.h presence... yes
  121. checking for limits.h... yes
  122. checking for memory.h... (cached) yes
  123. checking netdb.h usability... yes
  124. checking netdb.h presence... yes
  125. checking for netdb.h... yes
  126. checking stddef.h usability... yes
  127. checking stddef.h presence... yes
  128. checking for stddef.h... yes
  129. checking for stdint.h... (cached) yes
  130. checking for stdlib.h... (cached) yes
  131. checking for string.h... (cached) yes
  132. checking sys/socket.h usability... yes
  133. checking sys/socket.h presence... yes
  134. checking for sys/socket.h... yes
  135. checking sys/time.h usability... yes
  136. checking sys/time.h presence... yes
  137. checking for sys/time.h... yes
  138. checking for unistd.h... (cached) yes
  139. checking wchar.h usability... yes
  140. checking wchar.h presence... yes
  141. checking for wchar.h... yes
  142. checking for stdbool.h that conforms to C99... yes
  143. checking for _Bool... yes
  144. checking for an ANSI C-conforming const... yes
  145. checking for size_t... yes
  146. checking for ssize_t... yes
  147. checking whether time.h and sys/time.h may both be included... yes
  148. checking whether struct tm is in sys/time.h or time.h... time.h
  149. checking for uint16_t... yes
  150. checking for uint64_t... yes
  151. checking for working volatile... yes
  152. checking for error_at_line... no
  153. checking for stdlib.h... (cached) yes
  154. checking for GNU libc compatible malloc... yes
  155. checking for working memcmp... yes
  156. checking sys/select.h usability... yes
  157. checking sys/select.h presence... yes
  158. checking for sys/select.h... yes
  159. checking for sys/socket.h... (cached) yes
  160. checking types of arguments for select... int,fd_set *,struct timeval *
  161. checking whether lstat dereferences a symlink specified with a trailing slash... no
  162. checking whether stat accepts an empty string... no
  163. checking for bzero... yes
  164. checking for getcwd... yes
  165. checking for memset... yes
  166. checking for select... yes
  167. checking for socket... yes
  168. checking for strtoul... yes
  169. configure: creating ./config.status
  170. config.status: creating Makefile
  171. config.status: creating examples/Makefile
  172. config.status: creating examples/c/Makefile
  173. config.status: creating src/Makefile
  174. config.status: creating test/Makefile
  175. config.status: executing depfiles commands
  176. config.status: executing libtool commands
  177. csexton@cs-zesty:~/src/nueng (git::master)$ make
  178. Making all in src
  179. make[1]: Nothing to be done for `all'.
  180. Making all in test
  181. make[1]: Nothing to be done for `all'.
  182. make[1]: Nothing to be done for `all-am'.
  183. csexton@cs-zesty:~/src/nueng (git::master)$ make check
  184. Making check in src
  185. make[1]: Nothing to be done for `check'.
  186. Making check in test
  187. make NuEngTest
  188. g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestMain.o -MD -MP -MF .deps/NuEngTest-TestMain.Tpo -c -o NuEngTest-TestMain.o `test -f 'TestMain.cpp' || echo './'`TestMain.cpp
  189. mv -f .deps/NuEngTest-TestMain.Tpo .deps/NuEngTest-TestMain.Po
  190. g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestFileIterator.o -MD -MP -MF .deps/NuEngTest-TestFileIterator.Tpo -c -o NuEngTest-TestFileIterator.o `test -f 'TestFileIterator.cpp' || echo './'`TestFileIterator.cpp
  191. mv -f .deps/NuEngTest-TestFileIterator.Tpo .deps/NuEngTest-TestFileIterator.Po
  192. g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestBackupFiles.o -MD -MP -MF .deps/NuEngTest-TestBackupFiles.Tpo -c -o NuEngTest-TestBackupFiles.o `test -f 'TestBackupFiles.cpp' || echo './'`TestBackupFiles.cpp
  193. mv -f .deps/NuEngTest-TestBackupFiles.Tpo .deps/NuEngTest-TestBackupFiles.Po
  194. g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestConfiguration.o -MD -MP -MF .deps/NuEngTest-TestConfiguration.Tpo -c -o NuEngTest-TestConfiguration.o `test -f 'TestConfiguration.cpp' || echo './'`TestConfiguration.cpp
  195. mv -f .deps/NuEngTest-TestConfiguration.Tpo .deps/NuEngTest-TestConfiguration.Po
  196. g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestBackup.o -MD -MP -MF .deps/NuEngTest-TestBackup.Tpo -c -o NuEngTest-TestBackup.o `test -f 'TestBackup.cpp' || echo './'`TestBackup.cpp
  197. mv -f .deps/NuEngTest-TestBackup.Tpo .deps/NuEngTest-TestBackup.Po
  198. /bin/sh ../libtool --tag=CXX --mode=link g++ -g -pg -L/opt/local/lib -L/usr/local/lib -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl -o NuEngTest NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o ../src/libNuEng.la
  199. ../libtool: line 804: X--tag=CXX: command not found
  200. ../libtool: line 837: libtool: ignoring unknown tag : command not found
  201. ../libtool: line 804: X--mode=link: command not found
  202. ../libtool: line 970: *** Warning: inferring the mode of operation is deprecated.: command not found
  203. ../libtool: line 971: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
  204. i686-apple-darwin9-gcc-4.0.1: no input files
  205. i686-apple-darwin9-gcc-4.0.1: no input files
  206. i686-apple-darwin9-gcc-4.0.1: no input files
  207. i686-apple-darwin9-gcc-4.0.1: no input files
  208. ../libtool: line 2197: X-g: command not found
  209. ../libtool: line 2032: X-pg: command not found
  210. ../libtool: line 1917: X-L/opt/local/lib: No such file or directory
  211. ../libtool: line 1917: X-L/usr/local/lib: No such file or directory
  212. ../libtool: line 2366: XNuEngTest: command not found
  213. Xquartz starting:
  214. X.org Release 7.2
  215. X.Org X Server 1.3.0-apple22
  216. Build Date: 20080821
  217. Launchd socket fd: -1
  218. _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
  219. ../libtool: line 2378: XNuEngTest: command not found
  220. ../libtool: line 2386: mkdir /.libs: No such file or directory
  221. ../libtool: line 2513: X-lboost_system-mt: command not found
  222. ../libtool: line 2513: X-lcppunit: command not found
  223. ../libtool: line 2513: X-llog4cpp: command not found
  224. ../libtool: line 2513: X-lcrypto: command not found
  225. ../libtool: line 2513: X-lz: command not found
  226. ../libtool: line 2513: X-lssl: command not found
  227. ../libtool: line 2699: X../src/libNuEng.la: No such file or directory
  228. ../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
  229. ../libtool: line 2513: X-lboost_system-mt: command not found
  230. ../libtool: line 2513: X-lcppunit: command not found
  231. ../libtool: line 2513: X-llog4cpp: command not found
  232. ../libtool: line 2513: X-lcrypto: command not found
  233. ../libtool: line 2513: X-lz: command not found
  234. ../libtool: line 2513: X-lssl: command not found
  235. ../libtool: line 2699: X../src/libNuEng.la: No such file or directory
  236. ../libtool: line 2799: X../src/libNuEng.la: No such file or directory
  237. Xquartz starting:
  238. X.org Release 7.2
  239. X.Org X Server 1.3.0-apple22
  240. Build Date: 20080821
  241. Launchd socket fd: -1
  242. ../libtool: line 2513: X-lpthread: command not found
  243. ../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
  244. ../libtool: line 2513: X-lboost_system-mt: command not found
  245. ../libtool: line 2513: X-lcppunit: command not found
  246. ../libtool: line 2513: X-llog4cpp: command not found
  247. ../libtool: line 2513: X-lcrypto: command not found
  248. ../libtool: line 2513: X-lz: command not found
  249. ../libtool: line 2513: X-lssl: command not found
  250. ../libtool: line 2699: X../src/libNuEng.la: No such file or directory
  251. ../libtool: line 2799: X../src/libNuEng.la: No such file or directory
  252. Xquartz starting:
  253. X.org Release 7.2
  254. X.Org X Server 1.3.0-apple22
  255. Build Date: 20080821
  256. Launchd socket fd: -1
  257. ../libtool: line 2513: X-lpthread: command not found
  258. ../libtool: line 5121: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
  259. ../libtool: line 5122: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
  260. Xquartz starting:
  261. X.org Release 7.2
  262. X.Org X Server 1.3.0-apple22
  263. Build Date: 20080821
  264. Launchd socket fd: -1
  265. ../libtool: line 5131: : command not found
  266. make check-TESTS
  267. /bin/sh ../libtool --tag=CXX --mode=link g++ -g -pg -L/opt/local/lib -L/usr/local/lib -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl -o NuEngTest NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o ../src/libNuEng.la
  268. ../libtool: line 804: X--tag=CXX: command not found
  269. ../libtool: line 837: libtool: ignoring unknown tag : command not found
  270. ../libtool: line 804: X--mode=link: command not found
  271. ../libtool: line 970: *** Warning: inferring the mode of operation is deprecated.: command not found
  272. ../libtool: line 971: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
  273. i686-apple-darwin9-gcc-4.0.1: no input files
  274. i686-apple-darwin9-gcc-4.0.1: no input files
  275. i686-apple-darwin9-gcc-4.0.1: no input files
  276. i686-apple-darwin9-gcc-4.0.1: no input files
  277. ../libtool: line 2197: X-g: command not found
  278. ../libtool: line 2032: X-pg: command not found
  279. ../libtool: line 1917: X-L/opt/local/lib: No such file or directory
  280. ../libtool: line 1917: X-L/usr/local/lib: No such file or directory
  281. ../libtool: line 2366: XNuEngTest: command not found
  282. Xquartz starting:
  283. X.org Release 7.2
  284. X.Org X Server 1.3.0-apple22
  285. Build Date: 20080821
  286. Launchd socket fd: -1
  287. ../libtool: line 2378: XNuEngTest: command not found
  288. ../libtool: line 2513: X-lboost_system-mt: command not found
  289. ../libtool: line 2513: X-lcppunit: command not found
  290. ../libtool: line 2513: X-llog4cpp: command not found
  291. ../libtool: line 2513: X-lcrypto: command not found
  292. ../libtool: line 2513: X-lz: command not found
  293. ../libtool: line 2513: X-lssl: command not found
  294. ../libtool: line 2699: X../src/libNuEng.la: No such file or directory
  295. ../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
  296. ../libtool: line 2513: X-lboost_system-mt: command not found
  297. ../libtool: line 2513: X-lcppunit: command not found
  298. ../libtool: line 2513: X-llog4cpp: command not found
  299. ../libtool: line 2513: X-lcrypto: command not found
  300. ../libtool: line 2513: X-lz: command not found
  301. ../libtool: line 2513: X-lssl: command not found
  302. ../libtool: line 2699: X../src/libNuEng.la: No such file or directory
  303. ../libtool: line 2799: X../src/libNuEng.la: No such file or directory
  304. Xquartz starting:
  305. X.org Release 7.2
  306. X.Org X Server 1.3.0-apple22
  307. Build Date: 20080821
  308. Launchd socket fd: -1
  309. ../libtool: line 2513: X-lpthread: command not found
  310. ../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
  311. ../libtool: line 2513: X-lboost_system-mt: command not found
  312. ../libtool: line 2513: X-lcppunit: command not found
  313. ../libtool: line 2513: X-llog4cpp: command not found
  314. ../libtool: line 2513: X-lcrypto: command not found
  315. ../libtool: line 2513: X-lz: command not found
  316. ../libtool: line 2513: X-lssl: command not found
  317. ../libtool: line 2699: X../src/libNuEng.la: No such file or directory
  318. ../libtool: line 2799: X../src/libNuEng.la: No such file or directory
  319. Xquartz starting:
  320. X.org Release 7.2
  321. X.Org X Server 1.3.0-apple22
  322. Build Date: 20080821
  323. Launchd socket fd: -1
  324. ../libtool: line 2513: X-lpthread: command not found
  325. ../libtool: line 5121: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
  326. ../libtool: line 5122: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
  327. Xquartz starting:
  328. X.org Release 7.2
  329. X.Org X Server 1.3.0-apple22
  330. Build Date: 20080821
  331. Launchd socket fd: -1
  332. ../libtool: line 5131: : command not found
  333. /bin/sh: ./NuEngTest: No such file or directory
  334. FAIL: NuEngTest
  335. =============================================
  336. 1 of 1 test failed
  337. Please report to jorge_velazquez@symantec.com
  338. =============================================
  339. make[2]: *** [check-TESTS] Error 1
  340. make[1]: *** [check-am] Error 2
  341. make: *** [check-recursive] Error 1
  342. csexton@cs-zesty:~/src/nueng (git::master)$
Add Comment
Please, Sign In to add comment