Advertisement
s243a

config.log-tail-340

Aug 27th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 KB | None | 0 0
  1. | }
  2. |
  3. configure:19819: result: no
  4. configure:19853: gcc -o conftest -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/aarch64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include -I/usr/include/pango-1.0 -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include --static /usr/lib/aarch64-linux-gnu/libpcre.a conftest.c -L/usr/lib/aarch64-linux-gnu -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 >&5
  5. /usr/bin/ld: cannot find -latk-1.0
  6. /usr/bin/ld: cannot find -lgdk_pixbuf-2.0
  7. /usr/lib/aarch64-linux-gnu/libgio-2.0.a(libgio_2_0_la-glocalfileinfo.o): In function `lookup_gid_name':
  8. (.text+0x12d4): warning: Using 'getgrgid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  9. /usr/lib/aarch64-linux-gnu/libgio-2.0.a(libgio_2_0_la-glocalvfs.o): In function `g_local_vfs_parse_name':
  10. (.text+0x1d8): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  11. /usr/lib/aarch64-linux-gnu/libglib-2.0.a(libglib_2_0_la-gutils.o): In function `g_get_user_database_entry':
  12. (.text+0x25c): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  13. /usr/lib/aarch64-linux-gnu/libglib-2.0.a(libglib_2_0_la-gutils.o): In function `g_get_user_database_entry':
  14. (.text+0xe8): warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  15. /usr/lib/aarch64-linux-gnu/libgio-2.0.a(libgio_2_0_la-glocalfileinfo.o): In function `lookup_uid_data':
  16. (.text+0x1148): warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  17. /usr/lib/aarch64-linux-gnu/libgio-2.0.a(libgio_2_0_la-ginetsocketaddress.o): In function `g_inet_socket_address_new_from_string':
  18. (.text+0x9b4): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  19. /usr/lib/aarch64-linux-gnu/libgio-2.0.a(libgio_2_0_la-gnetworkaddress.o): In function `g_network_address_parse':
  20. (.text+0xdcc): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  21. /usr/lib/aarch64-linux-gnu/libgio-2.0.a(libgio_2_0_la-gnetworkaddress.o): In function `g_network_address_parse':
  22. (.text+0xde0): warning: Using 'endservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
  23. collect2: error: ld returned 1 exit status
  24. configure:19856: $? = 1
  25. configure: failed program was:
  26. | #line 19833 "configure"
  27. | /* confdefs.h. */
  28. |
  29. | #define PACKAGE_NAME "pygtk"
  30. | #define PACKAGE_TARNAME "pygtk"
  31. | #define PACKAGE_VERSION "1.99.18"
  32. | #define PACKAGE_STRING "pygtk 1.99.18"
  33. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python&component=pygtk"
  34. | #define PYGTK_MAJOR_VERSION 1
  35. | #define PYGTK_MINOR_VERSION 99
  36. | #define PYGTK_MICRO_VERSION 18
  37. | #define PACKAGE "pygtk"
  38. | #define VERSION "1.99.18"
  39. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  40. | #define STDC_HEADERS 1
  41. | #define HAVE_SYS_TYPES_H 1
  42. | #define HAVE_SYS_STAT_H 1
  43. | #define HAVE_STDLIB_H 1
  44. | #define HAVE_STRING_H 1
  45. | #define HAVE_MEMORY_H 1
  46. | #define HAVE_STRINGS_H 1
  47. | #define HAVE_INTTYPES_H 1
  48. | #define HAVE_STDINT_H 1
  49. | #define HAVE_UNISTD_H 1
  50. | #define HAVE_DLFCN_H 1
  51. | #ifdef __cplusplus
  52. | #include <stdlib.h>
  53. | #endif
  54. | #define ENABLE_PYGTK_THREADING 1
  55. | /* end confdefs.h. */
  56. |
  57. | #include <gtk/gtk.h>
  58. | #include <stdio.h>
  59. |
  60. | int
  61. | main ()
  62. | {
  63. | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
  64. | ;
  65. | return 0;
  66. | }
  67. configure:19887: error: maybe you want the gtk-gnome-1-2 branch?
  68.  
  69. ## ---------------- ##
  70. ## Cache variables. ##
  71. ## ---------------- ##
  72.  
  73. ac_cv_build=aarch64-unknown-linux-gnu
  74. ac_cv_build_alias=aarch64-unknown-linux
  75. ac_cv_c_compiler_gnu=yes
  76. ac_cv_cxx_compiler_gnu=yes
  77. ac_cv_env_CC_set=
  78. ac_cv_env_CC_value=
  79. ac_cv_env_CFLAGS_set=
  80. ac_cv_env_CFLAGS_value=
  81. ac_cv_env_CPPFLAGS_set=
  82. ac_cv_env_CPPFLAGS_value=
  83. ac_cv_env_CPP_set=
  84. ac_cv_env_CPP_value=
  85. ac_cv_env_CXXCPP_set=
  86. ac_cv_env_CXXCPP_value=
  87. ac_cv_env_CXXFLAGS_set=
  88. ac_cv_env_CXXFLAGS_value=
  89. ac_cv_env_CXX_set=
  90. ac_cv_env_CXX_value=
  91. ac_cv_env_F77_set=
  92. ac_cv_env_F77_value=
  93. ac_cv_env_FFLAGS_set=
  94. ac_cv_env_FFLAGS_value=
  95. ac_cv_env_LDFLAGS_set=set
  96. ac_cv_env_LDFLAGS_value='--static /usr/lib/aarch64-linux-gnu/libpcre.a'
  97. ac_cv_env_build_alias_set=set
  98. ac_cv_env_build_alias_value=aarch64-unknown-linux
  99. ac_cv_env_host_alias_set=
  100. ac_cv_env_host_alias_value=
  101. ac_cv_env_target_alias_set=
  102. ac_cv_env_target_alias_value=
  103. ac_cv_exeext=
  104. ac_cv_f77_compiler_gnu=no
  105. ac_cv_func_bind_textdomain_codeset=yes
  106. ac_cv_header_dlfcn_h=yes
  107. ac_cv_header_inttypes_h=yes
  108. ac_cv_header_memory_h=yes
  109. ac_cv_header_stdc=yes
  110. ac_cv_header_stdint_h=yes
  111. ac_cv_header_stdlib_h=yes
  112. ac_cv_header_string_h=yes
  113. ac_cv_header_strings_h=yes
  114. ac_cv_header_sys_stat_h=yes
  115. ac_cv_header_sys_types_h=yes
  116. ac_cv_header_unistd_h=yes
  117. ac_cv_host=aarch64-unknown-linux-gnu
  118. ac_cv_host_alias=aarch64-unknown-linux
  119. ac_cv_objext=o
  120. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  121. ac_cv_path_PYTHON=/usr/bin/python
  122. ac_cv_path_install='/usr/bin/install -c'
  123. ac_cv_prog_AWK=mawk
  124. ac_cv_prog_CPP='gcc -E'
  125. ac_cv_prog_CXXCPP='g++ -E'
  126. ac_cv_prog_ac_ct_AR=ar
  127. ac_cv_prog_ac_ct_CC=gcc
  128. ac_cv_prog_ac_ct_CXX=g++
  129. ac_cv_prog_ac_ct_RANLIB=ranlib
  130. ac_cv_prog_ac_ct_STRIP=strip
  131. ac_cv_prog_cc_g=yes
  132. ac_cv_prog_cc_stdc=
  133. ac_cv_prog_cxx_g=yes
  134. ac_cv_prog_egrep='grep -E'
  135. ac_cv_prog_f77_g=no
  136. ac_cv_prog_make_make_set=yes
  137. am_cv_CC_dependencies_compiler_type=gcc
  138. am_cv_CXX_dependencies_compiler_type=gcc
  139. am_cv_pathless_PYTHON=python
  140. am_cv_python_platform=linux2
  141. am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
  142. am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
  143. am_cv_python_version=2.7
  144. lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  145. lt_cv_file_magic_cmd='$MAGIC_CMD'
  146. lt_cv_file_magic_test_file='/lib/libc.so* /lib/libc-*.so'
  147. lt_cv_ld_reload_flag=-r
  148. lt_cv_objdir=.libs
  149. lt_cv_path_LD=/usr/bin/ld
  150. lt_cv_path_LDCXX=/usr/bin/ld
  151. lt_cv_path_MAGIC_CMD=/usr/bin/file
  152. lt_cv_path_NM='/usr/bin/nm -B'
  153. lt_cv_path_SED=/bin/sed
  154. lt_cv_prog_compiler_c_o=yes
  155. lt_cv_prog_compiler_c_o_CXX=yes
  156. lt_cv_prog_compiler_rtti_exceptions=no
  157. lt_cv_prog_gnu_ld=yes
  158. lt_cv_prog_gnu_ldcxx=yes
  159. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
  160. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  161. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  162. lt_cv_sys_max_cmd_len=32768
  163. lt_lt_cv_prog_compiler_c_o='"yes"'
  164. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  165. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
  166. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  167. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  168. py_cv_mod_thread_=yes
  169.  
  170. ## ----------------- ##
  171. ## Output variables. ##
  172. ## ----------------- ##
  173.  
  174. ACLOCAL='${SHELL} /pkg/pygtk-1.99.18/missing --run aclocal-1.7 '
  175. AMDEPBACKSLASH='\'
  176. AMDEP_FALSE='#'
  177. AMDEP_TRUE=''
  178. AMTAR='${SHELL} /pkg/pygtk-1.99.18/missing --run tar'
  179. AR='ar'
  180. AS='as'
  181. ATK_CFLAGS='-I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include'
  182. ATK_LIBS='-L/usr/lib/aarch64-linux-gnu -latk-1.0 -lgobject-2.0 -lglib-2.0'
  183. AUTOCONF='${SHELL} /pkg/pygtk-1.99.18/missing --run autoconf'
  184. AUTOHEADER='${SHELL} /pkg/pygtk-1.99.18/missing --run autoheader'
  185. AUTOMAKE='${SHELL} /pkg/pygtk-1.99.18/missing --run automake-1.7'
  186. AWK='mawk'
  187. BUILD_GTKGL_FALSE=''
  188. BUILD_GTKGL_TRUE=''
  189. BUILD_LIBGLADE_FALSE=''
  190. BUILD_LIBGLADE_TRUE=''
  191. CC='gcc'
  192. CCDEPMODE='depmode=gcc'
  193. CFLAGS='-g -O2'
  194. CPP='gcc -E'
  195. CPPFLAGS=''
  196. CXX='g++'
  197. CXXCPP='g++ -E'
  198. CXXDEPMODE='depmode=gcc'
  199. CXXFLAGS='-g -O2'
  200. CYGPATH_W='echo'
  201. DEFS=''
  202. DEPDIR='.deps'
  203. DLLTOOL='dlltool'
  204. ECHO='echo'
  205. ECHO_C=''
  206. ECHO_N='-n'
  207. ECHO_T=''
  208. EGREP='grep -E'
  209. EXEEXT=''
  210. F77=''
  211. FFLAGS=''
  212. GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include'
  213. GLIB_GENMARSHAL='glib-genmarshal'
  214. GLIB_LIBS='-L/usr/lib/aarch64-linux-gnu -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0'
  215. GLIB_MKENUMS='glib-mkenums'
  216. GOBJECT_QUERY='gobject-query'
  217. GTKGL_CFLAGS=''
  218. GTKGL_LIBS=''
  219. GTK_CFLAGS=''
  220. GTK_LIBS=''
  221. INSTALL_DATA='${INSTALL} -m 644'
  222. INSTALL_PROGRAM='${INSTALL}'
  223. INSTALL_SCRIPT='${INSTALL}'
  224. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  225. LDFLAGS='--static /usr/lib/aarch64-linux-gnu/libpcre.a'
  226. LIBGLADE_CFLAGS=''
  227. LIBGLADE_LIBS=''
  228. LIBOBJS=''
  229. LIBS=''
  230. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  231. LN_S='ln -s'
  232. LTLIBOBJS=''
  233. MAKEINFO='${SHELL} /pkg/pygtk-1.99.18/missing --run makeinfo'
  234. OBJDUMP='objdump'
  235. OBJEXT='o'
  236. OS_WIN32_FALSE=''
  237. OS_WIN32_TRUE='#'
  238. PACKAGE='pygtk'
  239. PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python&component=pygtk'
  240. PACKAGE_NAME='pygtk'
  241. PACKAGE_STRING='pygtk 1.99.18'
  242. PACKAGE_TARNAME='pygtk'
  243. PACKAGE_VERSION='1.99.18'
  244. PANGO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include'
  245. PANGO_LIBS='-L/usr/lib/aarch64-linux-gnu -lpango-1.0 -lgobject-2.0 -lglib-2.0'
  246. PATH_SEPARATOR=':'
  247. PKG_CONFIG='/usr/bin/pkg-config'
  248. PLATFORM_WIN32_FALSE=''
  249. PLATFORM_WIN32_TRUE='#'
  250. PYTHON='/usr/bin/python'
  251. PYTHON_EXEC_PREFIX='${exec_prefix}'
  252. PYTHON_INCLUDES='-I/usr/include/python2.7'
  253. PYTHON_PLATFORM='linux2'
  254. PYTHON_PREFIX='${prefix}'
  255. PYTHON_VERSION='2.7'
  256. RANLIB='ranlib'
  257. SET_MAKE=''
  258. SHELL='/bin/bash'
  259. STRIP='strip'
  260. VERSION='1.99.18'
  261. ac_ct_AR='ar'
  262. ac_ct_AS=''
  263. ac_ct_CC='gcc'
  264. ac_ct_CXX='g++'
  265. ac_ct_DLLTOOL=''
  266. ac_ct_F77=''
  267. ac_ct_OBJDUMP=''
  268. ac_ct_RANLIB='ranlib'
  269. ac_ct_STRIP='strip'
  270. am__fastdepCC_FALSE=''
  271. am__fastdepCC_TRUE='#'
  272. am__fastdepCXX_FALSE=''
  273. am__fastdepCXX_TRUE='#'
  274. am__include='include'
  275. am__leading_dot='.'
  276. am__quote=''
  277. bindir='${exec_prefix}/bin'
  278. build='aarch64-unknown-linux-gnu'
  279. build_alias='aarch64-unknown-linux'
  280. build_cpu='aarch64'
  281. build_os='linux-gnu'
  282. build_vendor='unknown'
  283. datadir='${prefix}/share'
  284. exec_prefix='NONE'
  285. host='aarch64-unknown-linux-gnu'
  286. host_alias=''
  287. host_cpu='aarch64'
  288. host_os='linux-gnu'
  289. host_vendor='unknown'
  290. includedir='${prefix}/include'
  291. infodir='${prefix}/info'
  292. install_sh='/pkg/pygtk-1.99.18/install-sh'
  293. libdir='${exec_prefix}/lib'
  294. libexecdir='${exec_prefix}/libexec'
  295. localstatedir='${prefix}/var'
  296. mandir='${prefix}/man'
  297. oldincludedir='/usr/include'
  298. pkgpyexecdir='${pyexecdir}/pygtk'
  299. pkgpythondir='${pythondir}/pygtk'
  300. prefix='/usr/lib/python2.7/'
  301. program_transform_name='s,x,x,'
  302. pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
  303. pythondir='${prefix}/lib/python2.7/site-packages'
  304. sbindir='${exec_prefix}/sbin'
  305. sharedstatedir='${prefix}/com'
  306. sysconfdir='${prefix}/etc'
  307. target_alias=''
  308.  
  309. ## ----------- ##
  310. ## confdefs.h. ##
  311. ## ----------- ##
  312.  
  313. #define ENABLE_PYGTK_THREADING 1
  314. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  315. #define HAVE_DLFCN_H 1
  316. #define HAVE_INTTYPES_H 1
  317. #define HAVE_MEMORY_H 1
  318. #define HAVE_STDINT_H 1
  319. #define HAVE_STDLIB_H 1
  320. #define HAVE_STRINGS_H 1
  321. #define HAVE_STRING_H 1
  322. #define HAVE_SYS_STAT_H 1
  323. #define HAVE_SYS_TYPES_H 1
  324. #define HAVE_UNISTD_H 1
  325. #define PACKAGE "pygtk"
  326. #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-python&component=pygtk"
  327. #define PACKAGE_NAME "pygtk"
  328. #define PACKAGE_STRING "pygtk 1.99.18"
  329. #define PACKAGE_TARNAME "pygtk"
  330. #define PACKAGE_VERSION "1.99.18"
  331. #define PYGTK_MAJOR_VERSION 1
  332. #define PYGTK_MICRO_VERSION 18
  333. #define PYGTK_MINOR_VERSION 99
  334. #define STDC_HEADERS 1
  335. #define VERSION "1.99.18"
  336. #endif
  337. #ifdef __cplusplus
  338. #include <stdlib.h>
  339.  
  340. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement