Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226585 Details for
Bug 313123
sys-power/pm-utils-1.3.0 fails to build (configure complains xmlto not found even though it finds it)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 11.84 KB, created by
Andrei Slavoiu
on 2010-04-04 19:43:53 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Andrei Slavoiu
Created:
2010-04-04 19:43:53 UTC
Size:
11.84 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by pm-utils configure 1.3.0, which was >generated by GNU Autoconf 2.65. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-doc > >## --------- ## >## Platform. ## >## --------- ## > >hostname = casa_lui_Andrei >uname -m = x86_64 >uname -r = 2.6.33-gentoo >uname -s = Linux >uname -v = #2 SMP Fri Feb 26 01:28:22 EET 2010 > >/usr/bin/uname -p = AMD Phenom(tm) 9350e Quad-Core Processor >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/ccache/bin >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/armv4tl-softfloat-linux-gnueabi/gcc-bin/4.4.3 >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1659: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| if [[ ${CHOST} != "" ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:1791: checking for a BSD-compatible install >configure:1859: result: /usr/bin/install -c >configure:1870: checking whether build environment is sane >configure:1907: result: yes >configure:2034: checking for a thread-safe mkdir -p >configure:2073: result: /bin/mkdir -p >configure:2086: checking for gawk >configure:2102: found /usr/bin/gawk >configure:2113: result: gawk >configure:2124: checking whether make sets $(MAKE) >configure:2146: result: yes >configure:2237: checking for x86_64-pc-linux-gnu-gcc >configure:2253: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:2264: result: x86_64-pc-linux-gnu-gcc >configure:2533: checking for C compiler version >configure:2542: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.4.3 p1.0) 4.4.3 >Copyright (C) 2010 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:2553: $? = 0 >configure:2542: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3 p1.0' >Thread model: posix >gcc version 4.4.3 (Gentoo 4.4.3 p1.0) >configure:2553: $? = 0 >configure:2542: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: '-V' option must have argument >configure:2553: $? = 1 >configure:2542: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' >x86_64-pc-linux-gnu-gcc: no input files >configure:2553: $? = 1 >configure:2573: checking whether the C compiler works >configure:2595: x86_64-pc-linux-gnu-gcc -march=native -ggdb -O2 -pipe -Wl,-O1,--enable-new-dtags,-z,combreloc,--as-needed conftest.c >&5 >configure:2599: $? = 0 >configure:2648: result: yes >configure:2651: checking for C compiler default output file name >configure:2653: result: a.out >configure:2659: checking for suffix of executables >configure:2666: x86_64-pc-linux-gnu-gcc -o conftest -march=native -ggdb -O2 -pipe -Wl,-O1,--enable-new-dtags,-z,combreloc,--as-needed conftest.c >&5 >configure:2670: $? = 0 >configure:2692: result: >configure:2714: checking whether we are cross compiling >configure:2722: x86_64-pc-linux-gnu-gcc -o conftest -march=native -ggdb -O2 -pipe -Wl,-O1,--enable-new-dtags,-z,combreloc,--as-needed conftest.c >&5 >configure:2726: $? = 0 >configure:2733: ./conftest >configure:2737: $? = 0 >configure:2752: result: no >configure:2757: checking for suffix of object files >configure:2779: x86_64-pc-linux-gnu-gcc -c -march=native -ggdb -O2 -pipe conftest.c >&5 >configure:2783: $? = 0 >configure:2804: result: o >configure:2808: checking whether we are using the GNU C compiler >configure:2827: x86_64-pc-linux-gnu-gcc -c -march=native -ggdb -O2 -pipe conftest.c >&5 >configure:2827: $? = 0 >configure:2836: result: yes >configure:2845: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:2865: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:2865: $? = 0 >configure:2906: result: yes >configure:2923: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:2987: x86_64-pc-linux-gnu-gcc -c -march=native -ggdb -O2 -pipe conftest.c >&5 >configure:2987: $? = 0 >configure:3000: result: none needed >configure:3031: checking for style of include used by make >configure:3059: result: GNU >configure:3084: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3194: result: gcc3 >configure:3209: checking whether ln -s works >configure:3213: result: yes >configure:3230: checking for xmlto >configure:3248: found /usr/bin/xmlto >configure:3261: result: /usr/bin/xmlto >configure:3272: error: Manpage generating requested but xmlto not found. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -ggdb -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value=-Wl,-O1,--enable-new-dtags,-z,combreloc,--as-needed >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_strnlen_working=yes >ac_cv_header_pwd_h=yes >ac_cv_objext=o >ac_cv_path_XMLTO=/usr/bin/xmlto >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >am_cv_CC_dependencies_compiler_type=gcc3 >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_sizeof_gmutex=40 >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/missing --run aclocal-1.10' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/missing --run tar' >AUTOCONF='${SHELL} /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/missing --run automake-1.10' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=gcc3' >CFLAGS='-march=native -ggdb -O2 -pipe' >CPPFLAGS='' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EXEEXT='' >HAVE_XMLTO_FALSE='' >HAVE_XMLTO_TRUE='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LDFLAGS='-Wl,-O1,--enable-new-dtags,-z,combreloc,--as-needed' >LIBOBJS='' >LIBS='' >LN_S='ln -s' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/missing --run makeinfo' >MKDIR_P='/bin/mkdir -p' >OBJEXT='o' >PACKAGE='pm-utils' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='pm-utils' >PACKAGE_STRING='pm-utils 1.3.0' >PACKAGE_TARNAME='pm-utils' >PACKAGE_URL='' >PACKAGE_VERSION='1.3.0' >PATH_SEPARATOR=':' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='1.3.0' >XMLTO='/usr/bin/xmlto' >ac_ct_CC='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='${exec_prefix}/bin' >build_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host_alias='x86_64-pc-linux-gnu' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='$(SHELL) /var/tmp/portage/sys-power/pm-utils-1.3.0/work/pm-utils-1.3.0/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "pm-utils" >#define PACKAGE_TARNAME "pm-utils" >#define PACKAGE_VERSION "1.3.0" >#define PACKAGE_STRING "pm-utils 1.3.0" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "pm-utils" >#define VERSION "1.3.0" > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 313123
: 226585