Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 569830 Details for
Bug 680950
mate-extra/caja-dropbox-1.22.0 : configure: error: couldn t find docutils
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mate-extra:caja-dropbox-1.22.0:20190319-142551.log
mate-extra:caja-dropbox-1.22.0:20190319-142551.log (text/plain), 12.13 KB, created by
Toralf Förster
on 2019-03-19 17:24:07 UTC
(
hide
)
Description:
mate-extra:caja-dropbox-1.22.0:20190319-142551.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-03-19 17:24:07 UTC
Size:
12.13 KB
patch
obsolete
> * Package: mate-extra/caja-dropbox-1.22.0 > * Repository: gentoo > * Maintainer: mate@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found sources for kernel version: > * 5.0.2 > * Checking for suitable kernel configuration options... > [ ok ] > * Adding group 'dropbox' to your system ... > * - Groupid: next available >>>> Unpacking source... >>>> Unpacking caja-dropbox-1.22.0.tar.xz to /var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work >>>> Source unpacked in /var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work >>>> Preparing source in /var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work/caja-dropbox-1.22.0 ... ># Initialization > >AC_INIT([caja-dropbox], [1.22.0], [http://www.mate-desktop.org/]) > >AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz foreign no-dist-gzip]) > >AC_CONFIG_MACRO_DIR([m4]) >AC_PREFIX_DEFAULT(/usr) > >AC_CONFIG_HEADERS(config.h) > ># not ready for i18n yet >#AC_PROG_INTLTOOL([0.29]) > ># Dependency checks >CAJA_REQUIRED=1.17.1 >GLIB_REQUIRED=2.50.0 > ># Used programs >AC_PROG_CC >AM_PROG_LIBTOOL > ># Check for pkg-config >PKG_PROG_PKG_CONFIG > >PKG_CHECK_MODULES(CAJA, libcaja-extension >= $CAJA_REQUIRED) >PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED) > >AC_PATH_PROG([PYTHON3], [python3]) > >AC_PATH_PROG([RST2MAN], [rst2man.py], [python3 rst2man.py]) >AC_SUBST(RST2MAN) > ># define module checking macro >AC_DEFUN([PYTHON3_CHECK_MODULE], [ >AC_MSG_CHECKING([for $1 on python3]) > >cat <<EOF | python3 >try: > import $2 >except: > exit(1) >else: > exit(0) >EOF > >if test $? -ne 0; then > AC_MSG_RESULT([no]) > AC_MSG_ERROR([couldn't find $1]) >else > AC_MSG_RESULT([yes]) >fi >]) > >PYTHON3_CHECK_MODULE(docutils, docutils) >PYTHON3_CHECK_MODULE(gi, gi) > ># Make dependency CFLAGS and LIBS available >AC_SUBST(CAJA_CFLAGS) >AC_SUBST(CAJA_LIBS) >AC_SUBST(GLIB_CFLAGS) >AC_SUBST(GLIB_LIBS) > ># lol stolen from the automake manual >AC_ARG_ENABLE([debug], >[ --enable-debug Turn on debugging], >[case "${enableval}" in >yes) debug=true ;; >no) debug=false ;; >*) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;; >esac],[debug=false]) >AM_CONDITIONAL([DEBUG], [test x$debug = xtrue]) > >AC_ARG_WITH(caja-extension-dir, > [AS_HELP_STRING([--with-caja-extension-dir], > [specify the caja extension directory])]) > ># Get caja extensions directory >AC_MSG_CHECKING([for caja extension directory]) >if test -n "$with_caja_extension_dir"; then > CAJA_EXTENSION_DIR=$with_caja_extension_dir > custom_caja_extension_dir=true >else > CAJA_EXTENSION_DIR=`$PKG_CONFIG --variable=extensiondir libcaja-extension` > CAJA_EXTENSION_DIR=${CAJA_EXTENSION_DIR#`$PKG_CONFIG --variable=libdir libcaja-extension`} > CAJA_EXTENSION_DIR=${CAJA_EXTENSION_DIR#/} > custom_caja_extension_dir=false >fi >if test -z "$CAJA_EXTENSION_DIR"; then > CAJA_EXTENSION_DIR='caja/extensions-2.0' > custom_caja_extension_dir=false >fi > >AC_MSG_RESULT([${CAJA_EXTENSION_DIR}]) >AM_CONDITIONAL([CUSTOM_CAJA_EXTENSION_DIR], [test x$custom_caja_extension_dir = xtrue]) >AC_SUBST(CAJA_EXTENSION_DIR) > >CAJA_VERSION=`$PKG_CONFIG --modversion libcaja-extension` >if test -n "$CAJA_VERSION"; then > CAJA_VERSION_MAJOR=`echo -n $CAJA_VERSION | cut -d . -f 1` > CAJA_VERSION_MINOR=`echo -n $CAJA_VERSION | cut -d . -f 2` > CAJA_VERSION_MICRO=`echo -n $CAJA_VERSION | cut -d . -f 3` >fi > >AC_DEFINE_UNQUOTED(CAJA_VERSION_MAJOR, [$CAJA_VERSION_MAJOR], [ caja version major]) >AC_DEFINE_UNQUOTED(CAJA_VERSION_MINOR, [$CAJA_VERSION_MINOR], [ caja version minor]) >AC_DEFINE_UNQUOTED(CAJA_VERSION_MICRO, [$CAJA_VERSION_MICRO], [ caja version micro]) > >EMBLEM_DIR='${datadir}/caja-dropbox/emblems' >AC_SUBST(EMBLEM_DIR) > >AC_CONFIG_FILES([ > Makefile > src/Makefile > data/Makefile > data/libcaja-dropbox.caja-extension > data/icons/Makefile > data/icons/hicolor/Makefile > data/icons/hicolor/16x16/Makefile > data/icons/hicolor/16x16/apps/Makefile > data/icons/hicolor/22x22/Makefile > data/icons/hicolor/22x22/apps/Makefile > data/icons/hicolor/24x24/Makefile > data/icons/hicolor/24x24/apps/Makefile > data/icons/hicolor/32x32/Makefile > data/icons/hicolor/32x32/apps/Makefile > data/icons/hicolor/48x48/Makefile > data/icons/hicolor/48x48/apps/Makefile > data/icons/hicolor/64x64/Makefile > data/icons/hicolor/64x64/apps/Makefile > data/icons/hicolor/256x256/Makefile > data/icons/hicolor/256x256/apps/Makefile > data/emblems/Makefile]) > >AC_OUTPUT > * Disabling deprecation warnings ... > [ ok ] > * Running elibtoolize in: caja-dropbox-1.22.0/ > * Applying portage/1.2.0 patch ... > * Applying sed/1.5.6 patch ... > * Applying as-needed/2.4.3 patch ... > * Applying ppc64le/2.4.4 patch ... > * Running mate-doc-common --copy ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work/caja-dropbox-1.22.0' ... > * Running libtoolize --install --copy --force --automake ... > [ ok ] > * Running aclocal -I m4 ... > [ ok ] > * Running autoconf --force ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign --force-missing ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work/caja-dropbox-1.22.0 ... > * econf: updating caja-dropbox-1.22.0/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating caja-dropbox-1.22.0/config.guess with /usr/share/gnuconfig/config.guess >./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-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/caja-dropbox-1.22.0 --htmldir=/usr/share/doc/caja-dropbox-1.22.0/html --libdir=/usr/lib64 --disable-static --disable-debug >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether UID '250' is supported by ustar format... yes >checking whether GID '250' is supported by ustar format... yes >checking how to create a ustar tar archive... gnutar >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking whether make supports the include directive... yes (GNU style) >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking for a sed that does not truncate output... /bin/sed >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for fgrep... /bin/grep -F >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B >checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm >checking whether ln -s works... yes >checking the maximum length of command line arguments... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r >checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump >checking how to recognize dependent libraries... pass_all >checking for x86_64-pc-linux-gnu-dlltool... no >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar >checking for archiver @FILE support... @ >checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok >checking for sysroot... no >checking for a working dd... /bin/dd >checking how to truncate binary pipes... /bin/dd bs=4096 count=1 >checking for x86_64-pc-linux-gnu-mt... no >checking for mt... no >checking if : is a manifest tool... no >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for dlfcn.h... yes >checking for objdir... .libs >checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no >checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC >checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes >checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes >checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes >checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking whether stripping libraries is possible... yes >checking if libtool supports shared libraries... yes >checking whether to build shared libraries... yes >checking whether to build static libraries... no >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for CAJA... yes >checking for GLIB... yes >checking for python3... /var/tmp/portage/mate-extra/caja-dropbox-1.22.0/temp/python2.7/bin/python3 >checking for rst2man... python3 rst2man.py >checking for docutils on python3... : python_wrapper_setup: python3 is not supported by python2.7 (PYTHON_COMPAT) >no >configure: error: couldn't find docutils > >!!! Please attach the following file when seeking support: >!!! /var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work/caja-dropbox-1.22.0/config.log > * ERROR: mate-extra/caja-dropbox-1.22.0::gentoo failed (configure phase): > * econf failed > * > * Call stack: > * ebuild.sh, line 124: Called src_configure > * environment, line 5107: Called mate_src_configure '--disable-static' '--disable-debug' > * environment, line 3786: Called gnome2_src_configure '--disable-static' '--disable-debug' > * environment, line 3221: Called econf '--disable-static' '--disable-debug' > * phase-helpers.sh, line 718: Called __helpers_die 'econf failed' > * isolated-functions.sh, line 119: Called die > * The specific snippet of code: > * die "$@" > * > * If you need support, post the output of `emerge --info '=mate-extra/caja-dropbox-1.22.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=mate-extra/caja-dropbox-1.22.0::gentoo'`. > * The complete build log is located at '/var/log/portage/mate-extra:caja-dropbox-1.22.0:20190319-142551.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/mate-extra/caja-dropbox-1.22.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/mate-extra/caja-dropbox-1.22.0/temp/environment'. > * Working directory: '/var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work/caja-dropbox-1.22.0' > * S: '/var/tmp/portage/mate-extra/caja-dropbox-1.22.0/work/caja-dropbox-1.22.0'
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 680950
:
569820
|
569822
|
569824
|
569826
|
569828
| 569830 |
569832
|
650868