Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. + libtoolize
  2. libtoolize: putting auxiliary files in '.'.
  3. libtoolize: linking file './ltmain.sh'
  4. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  5. libtoolize: linking file 'm4/libtool.m4'
  6. libtoolize: linking file 'm4/ltoptions.m4'
  7. libtoolize: linking file 'm4/ltsugar.m4'
  8. libtoolize: linking file 'm4/ltversion.m4'
  9. libtoolize: linking file 'm4/lt~obsolete.m4'
  10. + aclocal -I m4 --install
  11. aclocal: installing 'm4/libcurl.m4' from '/usr/share/aclocal/libcurl.m4'
  12. aclocal: installing 'm4/pkg.m4' from '/usr/share/aclocal/pkg.m4'
  13. + autoheader
  14. + automake --foreign --add-missing
  15. configure.ac:13: installing './compile'
  16. configure.ac:14: installing './config.guess'
  17. configure.ac:14: installing './config.sub'
  18. configure.ac:6: installing './install-sh'
  19. configure.ac:6: installing './missing'
  20. src/Makefile.am: installing './depcomp'
  21. + autoconf
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether make supports nested variables... yes
  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 we are using the GNU C compiler... yes
  35. checking whether gcc accepts -g... yes
  36. checking for gcc option to accept ISO C89... none needed
  37. checking whether gcc understands -c and -o together... yes
  38. checking for style of include used by make... GNU
  39. checking dependency style of gcc... gcc3
  40. checking build system type... x86_64-pc-linux-gnu
  41. checking host system type... x86_64-pc-linux-gnu
  42. checking how to print strings... printf
  43. checking for a sed that does not truncate output... /usr/bin/sed
  44. checking for grep that handles long lines and -e... /usr/bin/grep
  45. checking for egrep... /usr/bin/grep -E
  46. checking for fgrep... /usr/bin/grep -F
  47. checking for ld used by gcc... /usr/bin/ld
  48. checking if the linker (/usr/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  50. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  51. checking whether ln -s works... yes
  52. checking the maximum length of command line arguments... 1572864
  53. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  54. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for dlltool... no
  59. checking how to associate runtime and link libraries... printf %s\n
  60. checking for ar... ar
  61. checking for archiver @FILE support... @
  62. checking for strip... strip
  63. checking for ranlib... ranlib
  64. checking command to parse /usr/bin/nm -B output from gcc object... ok
  65. checking for sysroot... no
  66. checking for a working dd... /usr/bin/dd
  67. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  68. checking for mt... no
  69. checking if : is a manifest tool... no
  70. checking how to run the C preprocessor... gcc -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking for dlfcn.h... yes
  82. checking for objdir... .libs
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC -DPIC
  85. checking if gcc PIC flag -fPIC -DPIC works... yes
  86. checking if gcc static flag -static works... yes
  87. checking if gcc supports -c -o file.o... yes
  88. checking if gcc supports -c -o file.o... (cached) yes
  89. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  90. checking whether -lc should be explicitly linked in... no
  91. checking dynamic linker characteristics... GNU/Linux ld.so
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... yes
  97. checking ctype.h usability... yes
  98. checking ctype.h presence... yes
  99. checking for ctype.h... yes
  100. checking getopt.h usability... yes
  101. checking getopt.h presence... yes
  102. checking for getopt.h... yes
  103. checking glob.h usability... yes
  104. checking glob.h presence... yes
  105. checking for glob.h... yes
  106. checking libintl.h usability... yes
  107. checking libintl.h presence... yes
  108. checking for libintl.h... yes
  109. checking limits.h usability... yes
  110. checking limits.h presence... yes
  111. checking for limits.h... yes
  112. checking locale.h usability... yes
  113. checking locale.h presence... yes
  114. checking for locale.h... yes
  115. checking regex.h usability... yes
  116. checking regex.h presence... yes
  117. checking for regex.h... yes
  118. checking signal.h usability... yes
  119. checking signal.h presence... yes
  120. checking for signal.h... yes
  121. checking sys/ioctl.h usability... yes
  122. checking sys/ioctl.h presence... yes
  123. checking for sys/ioctl.h... yes
  124. checking for sys/stat.h... (cached) yes
  125. checking sys/utsname.h usability... yes
  126. checking sys/utsname.h presence... yes
  127. checking for sys/utsname.h... yes
  128. checking for alpm_version in -lalpm... yes
  129. checking for pkg-config... /usr/bin/pkg-config
  130. checking pkg-config is at least version 0.9.0... yes
  131. checking for libalpm >= 10.0.0... yes
  132. checking for yajl_free in -lyajl... yes
  133. checking for gawk... (cached) gawk
  134. checking for curl-config... /usr/bin/curl-config
  135. checking for the version of libcurl... 7.54.1
  136. checking for libcurl >= version 7.19.4... yes
  137. checking whether libcurl is usable... no
  138. checking for git... git
  139. checking for .git/... yes
  140. checking that generated files are newer than configure... done
  141. configure: creating ./config.status
  142. config.status: creating src/Makefile
  143. config.status: creating doc/Makefile
  144. config.status: creating Makefile
  145. config.status: creating config.h
  146. config.status: executing depfiles commands
  147. config.status: executing libtool commands
  148.  
  149. package-query:
  150.  
  151. Build information:
  152. source code location : .
  153. prefix : /usr
  154. sysconfdir : /etc
  155. conf file : /etc/pacman.conf
  156. localstatedir : /var
  157. database dir : /var/lib/pacman/
  158. compiler : gcc
  159. compiler flags : -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt
  160.  
  161. package-query version : 1.9
  162. using git version : yes
  163. git ver : 1.9
  164.  
  165. Variable information:
  166. root working directory : /
  167. aur base url : https://aur.archlinux.org
  168.  
  169. make all-recursive
  170. make[1]: Entering directory '/tmp/yaourt-tmp-colin/aur-package-query-git/src/package-query'
  171. Making all in src
  172. make[2]: Entering directory '/tmp/yaourt-tmp-colin/aur-package-query-git/src/package-query/src'
  173. gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -DGIT_VERSION=\"1.9\" -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT aur.o -MD -MP -MF .deps/aur.Tpo -c -o aur.o aur.c
  174. gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -DGIT_VERSION=\"1.9\" -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT alpm-query.o -MD -MP -MF .deps/alpm-query.Tpo -c -o alpm-query.o alpm-query.c
  175. mv -f .deps/aur.Tpo .deps/aur.Po
  176. gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -DGIT_VERSION=\"1.9\" -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
  177. mv -f .deps/alpm-query.Tpo .deps/alpm-query.Po
  178. gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -DGIT_VERSION=\"1.9\" -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
  179. mv -f .deps/color.Tpo .deps/color.Po
  180. gcc -DLOCALEDIR=\"/usr/share/locale\" -DCONFFILE=\"/etc/pacman.conf\" -DROOTDIR=\"/\" -DDBPATH=\"/var/lib/pacman/\" -DAUR_BASE_URL=\"https://aur.archlinux.org\" -DHAVE_CONFIG_H -DGIT_VERSION=\"1.9\" -I. -I.. -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT package-query.o -MD -MP -MF .deps/package-query.Tpo -c -o package-query.o package-query.c
  181. mv -f .deps/package-query.Tpo .deps/package-query.Po
  182. mv -f .deps/util.Tpo .deps/util.Po
  183. /bin/sh ../libtool --tag=CC --mode=link gcc -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm
  184. libtool: link: gcc -D_GNU_SOURCE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o package-query aur.o alpm-query.o util.o color.o package-query.o -lyajl -lalpm
  185. /usr/bin/ld: aur.o: undefined reference to symbol 'curl_free@@CURL_OPENSSL_4'
  186. /usr/lib/libcurl.so.4: error adding symbols: DSO missing from command line
  187. collect2: error: ld returned 1 exit status
  188. make[2]: *** [Makefile:405: package-query] Error 1
  189. make[2]: Leaving directory '/tmp/yaourt-tmp-colin/aur-package-query-git/src/package-query/src'
  190. make[1]: *** [Makefile:407: all-recursive] Error 1
  191. make[1]: Leaving directory '/tmp/yaourt-tmp-colin/aur-package-query-git/src/package-query'
  192. make: *** [Makefile:339: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement