Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434158 Details for
Bug 582894
dev-dotnet/zeitgeist-sharp-0.8.0.0-r2 : configure: error: You need to install gmcs
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), 8.61 KB, created by
Toralf Förster
on 2016-05-13 08:11:54 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-05-13 08:11:54 UTC
Size:
8.61 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 zeitgeist-sharp configure 0.8.0.0, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/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 --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/zeitgeist-sharp-0.8.0.0-r2 > >## --------- ## >## Platform. ## >## --------- ## > >hostname = ms-magpie >uname -m = x86_64 >uname -r = 4.5.4-hardened >uname -s = Linux >uname -v = #1 SMP Thu May 12 15:26:32 CEST 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz >/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/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/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/gcc-bin/4.9.3 >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.6 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.6 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1667: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:1808: checking for a BSD-compatible install >configure:1876: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:1887: checking whether build environment is sane >configure:1942: result: yes >configure:2093: checking for a thread-safe mkdir -p >configure:2132: result: /bin/mkdir -p >configure:2139: checking for gawk >configure:2155: found /usr/bin/gawk >configure:2166: result: gawk >configure:2177: checking whether make sets $(MAKE) >configure:2199: result: yes >configure:2228: checking whether make supports nested variables >configure:2245: result: yes >configure:2372: checking whether to enable maintainer-specific portions of Makefiles >configure:2381: result: no >configure:2397: checking for pkg-config >configure:2415: found /usr/bin/pkg-config >configure:2428: result: /usr/bin/pkg-config >configure:2463: checking for x86_64-pc-linux-gnu-pkg-config >configure:2493: result: /usr/bin/pkg-config >configure:2561: checking pkg-config is at least version 0.9.0 >configure:2564: result: yes >configure:2574: checking for MONO >configure:2581: $PKG_CONFIG --exists --print-errors "mono >= 2.4" >configure:2584: $? = 0 >configure:2598: $PKG_CONFIG --exists --print-errors "mono >= 2.4" >configure:2601: $? = 0 >configure:2659: result: yes >configure:2666: checking for gmcs >configure:2697: result: no >configure:2706: error: You need to install gmcs > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_env_DBUS_SHARP_10_CFLAGS_set= >ac_cv_env_DBUS_SHARP_10_CFLAGS_value= >ac_cv_env_DBUS_SHARP_10_LIBS_set= >ac_cv_env_DBUS_SHARP_10_LIBS_value= >ac_cv_env_DBUS_SHARP_GLIB_10_CFLAGS_set= >ac_cv_env_DBUS_SHARP_GLIB_10_CFLAGS_value= >ac_cv_env_DBUS_SHARP_GLIB_10_LIBS_set= >ac_cv_env_DBUS_SHARP_GLIB_10_LIBS_value= >ac_cv_env_GLIB_SHARP_20_CFLAGS_set= >ac_cv_env_GLIB_SHARP_20_CFLAGS_value= >ac_cv_env_GLIB_SHARP_20_LIBS_set= >ac_cv_env_GLIB_SHARP_20_LIBS_value= >ac_cv_env_MONO_CFLAGS_set= >ac_cv_env_MONO_CFLAGS_value= >ac_cv_env_MONO_LIBS_set= >ac_cv_env_MONO_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_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_path_GMCS=no >ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_make_make_set=yes >am_cv_make_support_nested_variables=yes >pkg_cv_MONO_CFLAGS= >pkg_cv_MONO_LIBS= > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/missing aclocal-1.15' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >ASSEMBLY_VERSION='0.8.0.0' >AUTOCONF='${SHELL} /var/tmp/portage/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/missing automake-1.15' >AWK='gawk' >CYGPATH_W='echo' >DBUS_SHARP_10_CFLAGS='' >DBUS_SHARP_10_LIBS='' >DBUS_SHARP_GLIB_10_CFLAGS='' >DBUS_SHARP_GLIB_10_LIBS='' >DEFS='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >GACUTIL='' >GACUTIL_FLAGS='' >GLIB_SHARP_20_CFLAGS='' >GLIB_SHARP_20_LIBS='' >GMCS='no' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LIBOBJS='' >LIBS='' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /var/tmp/portage/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/missing makeinfo' >MKDIR_P='/bin/mkdir -p' >MONO_CFLAGS='' >MONO_LIBS='' >PACKAGE='zeitgeist-sharp' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='zeitgeist-sharp' >PACKAGE_STRING='zeitgeist-sharp 0.8.0.0' >PACKAGE_TARNAME='zeitgeist-sharp' >PACKAGE_URL='' >PACKAGE_VERSION='0.8.0.0' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='' >VERSION='0.8.0.0' >XBUILD='' >ZEITGEIST_DAEMON='' >am__isrc='' >am__leading_dot='.' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build_alias='x86_64-pc-linux-gnu' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/zeitgeist-sharp-0.8.0.0-r2' >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/dev-dotnet/zeitgeist-sharp-0.8.0.0-r2/work/zeitgeist-sharp-0.8.0.0/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(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 "zeitgeist-sharp" >#define PACKAGE_TARNAME "zeitgeist-sharp" >#define PACKAGE_VERSION "0.8.0.0" >#define PACKAGE_STRING "zeitgeist-sharp 0.8.0.0" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "zeitgeist-sharp" >#define VERSION "0.8.0.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 582894
: 434158 |
434160
|
434162
|
434164