Advertisement
Guest User

Untitled

a guest
May 29th, 2017
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.13 KB | None | 0 0
  1. Script started on Fri 04 Jun 2010 10:44:19 PM CEST
  2. ]2;davabel$ ~/mpr$ cd poldek-dev
  3. ]2;davabel$ ~/mpr/poldek-dev$ rm -rf *
  4. ]2;davabel$ ~/mpr/poldek-dev$ git reset --hard
  5. HEAD is now at f30d369 Update comment and drop obsolete, commented out calls.
  6. ]2;davabel$ ~/mpr/poldek-dev$ ./autogen.sh
  7. ./getlib.sh trurlib link
  8. ./getlib.sh[29]: ./autogen.sh: not found
  9. ./getlib.sh tndb link
  10. ./getlib.sh[29]: ./autogen.sh: not found
  11. rm -f poldek-cvs*
  12. find . -type f -name \*.c | egrep -v '(Cellar/|intl/|trurlib/|tndb/|python/|tests/)' | sed 's|^\./||' | LC_ALL=C sort > po/POTFILES.in
  13. autopoint --force
  14. Copying file ABOUT-NLS
  15. Copying file config.rpath
  16. Creating directory m4
  17. Copying file m4/codeset.m4
  18. Copying file m4/gettext.m4
  19. Copying file m4/glibc21.m4
  20. Copying file m4/iconv.m4
  21. Copying file m4/intdiv0.m4
  22. Copying file m4/inttypes-pri.m4
  23. Copying file m4/inttypes.m4
  24. Copying file m4/inttypes_h.m4
  25. Copying file m4/isc-posix.m4
  26. Copying file m4/lcmessage.m4
  27. Copying file m4/lib-ld.m4
  28. Copying file m4/lib-link.m4
  29. Copying file m4/lib-prefix.m4
  30. Copying file m4/progtest.m4
  31. Copying file m4/stdint_h.m4
  32. Copying file m4/uintmax_t.m4
  33. Copying file m4/ulonglong.m4
  34. Copying file mkinstalldirs
  35. Copying file po/Makefile.in.in
  36. Copying file po/Rules-quot
  37. Copying file po/boldquot.sed
  38. Copying file po/en@boldquot.header
  39. Copying file po/en@quot.header
  40. Copying file po/insert-header.sin
  41. Copying file po/quot.sed
  42. Copying file po/remove-potcdate.sin
  43. libtoolize --force --automake
  44. aclocal -I m4
  45. autoheader
  46. autoconf
  47. automake --add-missing -a -c -f --foreign
  48. configure.ac:50: installing `./config.guess'
  49. configure.ac:50: installing `./config.sub'
  50. configure.ac:26: installing `./install-sh'
  51. configure.ac:26: installing `./missing'
  52. cli/Makefile.am: installing `./depcomp'
  53. python/Makefile.am:12: installing `./py-compile'
  54. ./configure --sysconfdir=/etc --enable-maintainer-mode --enable-compile-warnings
  55. checking for a BSD-compatible install... /usr/bin/install -c
  56. checking whether build environment is sane... yes
  57. checking for a thread-safe mkdir -p... /bin/mkdir -p
  58. checking for mawk... mawk
  59. checking whether make sets $(MAKE)... yes
  60. checking build system type... i686-pc-linux-gnu
  61. checking host system type... i686-pc-linux-gnu
  62. checking for style of include used by make... GNU
  63. checking for gcc... gcc
  64. checking whether the C compiler works... yes
  65. checking for C compiler default output file name... a.out
  66. checking for suffix of executables...
  67. checking whether we are cross compiling... no
  68. checking for suffix of object files... o
  69. checking whether we are using the GNU C compiler... yes
  70. checking whether gcc accepts -g... yes
  71. checking for gcc option to accept ISO C89... none needed
  72. checking dependency style of gcc... gcc3
  73. checking for a sed that does not truncate output... /bin/sed
  74. checking for grep that handles long lines and -e... /bin/grep
  75. checking for egrep... /bin/grep -E
  76. checking for fgrep... /bin/grep -F
  77. checking for ld used by gcc... /usr/bin/ld
  78. checking if the linker (/usr/bin/ld) is GNU ld... yes
  79. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  80. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  81. checking whether ln -s works... yes
  82. checking the maximum length of command line arguments... 1572864
  83. checking whether the shell understands some XSI constructs... yes
  84. checking whether the shell understands "+="... no
  85. checking for /usr/bin/ld option to reload object files... -r
  86. checking for objdump... objdump
  87. checking how to recognize dependent libraries... pass_all
  88. checking for ar... ar
  89. checking for strip... strip
  90. checking for ranlib... ranlib
  91. checking command to parse /usr/bin/nm -B output from gcc object... ok
  92. checking how to run the C preprocessor... gcc -E
  93. checking for ANSI C header files... yes
  94. checking for sys/types.h... yes
  95. checking for sys/stat.h... yes
  96. checking for stdlib.h... yes
  97. checking for string.h... yes
  98. checking for memory.h... yes
  99. checking for strings.h... yes
  100. checking for inttypes.h... yes
  101. checking for stdint.h... yes
  102. checking for unistd.h... yes
  103. checking for dlfcn.h... yes
  104. checking for objdir... .libs
  105. checking if gcc supports -fno-rtti -fno-exceptions... no
  106. checking for gcc option to produce PIC... -fPIC -DPIC
  107. checking if gcc PIC flag -fPIC -DPIC works... yes
  108. checking if gcc static flag -static works... yes
  109. checking if gcc supports -c -o file.o... yes
  110. checking if gcc supports -c -o file.o... (cached) yes
  111. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  112. checking whether -lc should be explicitly linked in... no
  113. checking dynamic linker characteristics... GNU/Linux ld.so
  114. checking how to hardcode library paths into programs... immediate
  115. checking whether stripping libraries is possible... yes
  116. checking if libtool supports shared libraries... yes
  117. checking whether to build shared libraries... yes
  118. checking whether to build static libraries... no
  119. checking for gcc... (cached) gcc
  120. checking whether we are using the GNU C compiler... (cached) yes
  121. checking whether gcc accepts -g... (cached) yes
  122. checking for gcc option to accept ISO C89... (cached) none needed
  123. checking dependency style of gcc... (cached) gcc3
  124. checking for inline... inline
  125. checking whether ln -s works... yes
  126. checking for pod2man... pod2man
  127. checking for msgfmt... /usr/bin/msgfmt
  128. checking for gmsgfmt... /usr/bin/msgfmt
  129. checking for xgettext... /usr/bin/xgettext
  130. checking for msgmerge... /usr/bin/msgmerge
  131. checking for ld used by GCC... /usr/bin/ld
  132. checking if the linker (/usr/bin/ld) is GNU ld... yes
  133. checking for shared library run path origin... done
  134. checking whether NLS is requested... yes
  135. checking for GNU gettext in libc... yes
  136. checking for pkg-config... /usr/bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for CHECK... yes
  139. checking for tigetstr in -ltinfo... yes
  140. checking ncurses/curses.h usability... yes
  141. checking ncurses/curses.h presence... yes
  142. checking for ncurses/curses.h... yes
  143. checking for readline in -lreadline... yes
  144. checking for pcre_compile in -lpcre... yes
  145. checking pcre.h usability... yes
  146. checking pcre.h presence... yes
  147. checking for pcre.h... yes
  148. checking for rl_completion_matches... yes
  149. checking for an ANSI C-conforming const... yes
  150. checking for inline... (cached) inline
  151. checking for mode_t... yes
  152. checking for off_t... yes
  153. checking for pid_t... yes
  154. checking for size_t... yes
  155. checking whether time.h and sys/time.h may both be included... yes
  156. checking for struct tm.tm_gmtoff... yes
  157. checking for working alloca.h... yes
  158. checking for alloca... yes
  159. checking for working POSIX fnmatch... yes
  160. checking for strftime... yes
  161. checking for vprintf... yes
  162. checking for _doprnt... no
  163. checking for gettimeofday... yes
  164. checking for mkdir... yes
  165. checking for strdup... yes
  166. checking for uname... yes
  167. checking for mkdtemp... yes
  168. checking for canonicalize_file_name... yes
  169. checking for strerror... yes
  170. checking for strstr... yes
  171. checking for strtol... yes
  172. checking for strtoul... yes
  173. checking for strsignal... yes
  174. checking for mallopt... yes
  175. checking for setenv... yes
  176. checking for clearenv... yes
  177. checking for ngettext... yes
  178. checking for setlocale... yes
  179. checking for dirent.h that defines DIR... yes
  180. checking for library containing opendir... none required
  181. checking for ANSI C header files... (cached) yes
  182. checking for sys/wait.h that is POSIX.1 compatible... yes
  183. checking fcntl.h usability... yes
  184. checking fcntl.h presence... yes
  185. checking for fcntl.h... yes
  186. checking limits.h usability... yes
  187. checking limits.h presence... yes
  188. checking for limits.h... yes
  189. checking malloc.h usability... yes
  190. checking malloc.h presence... yes
  191. checking for malloc.h... yes
  192. checking locale.h usability... yes
  193. checking locale.h presence... yes
  194. checking for locale.h... yes
  195. checking sys/file.h usability... yes
  196. checking sys/file.h presence... yes
  197. checking for sys/file.h... yes
  198. checking sys/time.h usability... yes
  199. checking sys/time.h presence... yes
  200. checking for sys/time.h... yes
  201. checking syslog.h usability... yes
  202. checking syslog.h presence... yes
  203. checking for syslog.h... yes
  204. checking for unistd.h... (cached) yes
  205. checking for stdint.h... (cached) yes
  206. checking argp.h usability... yes
  207. checking argp.h presence... yes
  208. checking for argp.h... yes
  209. checking for argp_usage... yes
  210. checking sys/filio.h usability... no
  211. checking sys/filio.h presence... no
  212. checking for sys/filio.h... no
  213. checking rpm/rpmlib.h usability... yes
  214. checking rpm/rpmlib.h presence... yes
  215. checking for rpm/rpmlib.h... yes
  216. checking for rpm 4.x... yes
  217. checking for rpm >= 4.0.4... no
  218. checking for BZ2_bzCompress in -lbz2... yes
  219. checking for gzopen in -lz... yes
  220. checking for gzungetc... yes
  221. checking for db_create in -ldb... yes
  222. checking for poptReadConfigFile in -lpopt... yes
  223. checking for rpmCleanPath in -lrpmio... yes
  224. checking for rpmReadPackageInfo in -lrpm... no
  225. checking for rpmReadPackageHeader in -lrpm... no
  226. checking for rpmReadPackageFile in -lrpm... yes
  227. checking for elf_begin in -lelf... yes
  228. checking for rpmlog... yes
  229. checking for rpmCheckSig... no
  230. checking for rpmVerifySignature... yes
  231. checking for rpmtsColor... yes
  232. checking for hGetColor... yes
  233. checking db_185.h usability... yes
  234. checking db_185.h presence... yes
  235. checking for db_185.h... yes
  236. checking for __db185_open... yes
  237. checking for rpmdsRpmlib... yes
  238. checking for headerFreeData... no
  239. checking for rpmdsUname... yes
  240. checking for rpmdsSysinfo... yes
  241. checking for rpmdsGetconf... yes
  242. checking for rpmdsCpuinfo... yes
  243. checking for rpmMachineScore... yes
  244. checking for rpmPlatformScore... yes
  245. checking for rpmGetVar... no
  246. checking for rpmioAccess... yes
  247. checking for _rpmvercmp... no
  248. checking rpm/rpmevr.h usability... yes
  249. checking rpm/rpmevr.h presence... yes
  250. checking for rpm/rpmevr.h... yes
  251. checking rpm/rpmcb.h usability... no
  252. checking rpm/rpmcb.h presence... no
  253. checking for rpm/rpmcb.h... no
  254. checking for rpmpkgRead... no
  255. checking for rpm 5.x... no
  256. checking for headerNVR... yes
  257. checking for headerNEVRA... yes
  258. checking for rpmErrorString... yes
  259. checking for xmlReadFile in -lxml2... yes
  260. checking for /usr/include/libxml2/libxml/xmlversion.h... yes
  261. checking for openpty... no
  262. checking for openpty in -lutil... yes
  263. checking pty.h usability... yes
  264. checking pty.h presence... yes
  265. checking for pty.h... yes
  266. checking for EVP_DigestInit... no
  267. checking for EVP_DigestInit in -lcrypto... yes
  268. checking trurl/trurl.h usability... yes
  269. checking trurl/trurl.h presence... yes
  270. checking for trurl/trurl.h... yes
  271. checking for n_cfree in -ltrurl... yes
  272. checking for n_stream_open in -ltrurl... yes
  273. checking for trullib >= 0.44.0... yes
  274. checking for local tndb copy in ... yes
  275. configure: creating ./config.status
  276. config.status: creating po/Makefile.in
  277. config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting
  278. config.status: creating pkgdir/Makefile
  279. config.status: creating pkgdir/dir/Makefile
  280. config.status: creating pkgdir/hdrl/Makefile
  281. config.status: creating pkgdir/pdir/Makefile
  282. config.status: creating pkgdir/pndir/Makefile
  283. config.status: creating pkgdir/rpmdb/Makefile
  284. config.status: creating pkgdir/yum/Makefile
  285. config.status: creating pkgdir/metadata/Makefile
  286. config.status: creating pm/Makefile
  287. config.status: creating pm/rpm/Makefile
  288. config.status: creating pm/pset/Makefile
  289. config.status: creating sigint/Makefile
  290. config.status: creating vfile/Makefile
  291. config.status: creating vfile/vfff/Makefile
  292. config.status: creating vfile/tests/Makefile
  293. config.status: creating python/Makefile
  294. config.status: creating conf/Makefile
  295. config.status: creating doc/Makefile
  296. config.status: creating doc/homepage/Makefile
  297. config.status: creating doc/pl/Makefile
  298. config.status: creating install3/Makefile
  299. config.status: creating Makefile
  300. config.status: creating poldek.spec
  301. config.status: creating tests/Makefile
  302. config.status: creating cli/Makefile
  303. config.status: creating config.h
  304. config.status: executing depfiles commands
  305. config.status: executing libtool commands
  306. config.status: executing default-1 commands
  307. config.status: creating po/POTFILES
  308. config.status: creating po/Makefile
  309. === configuring in tndb (/home/users/z/mpr/poldek-dev/tndb)
  310. configure: WARNING: no configuration information is in tndb
  311. ]2;davabel$ ~/mpr/poldek-dev$
  312. Script done on Fri 04 Jun 2010 10:47:29 PM CEST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement