Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680950 - mate-extra/caja-dropbox-1.22.0 : configure: error: couldn t find docutils
Summary: mate-extra/caja-dropbox-1.22.0 : configure: error: couldn t find docutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo MATE Desktop
URL:
Whiteboard:
Keywords:
: 682078 (view as bug list)
Depends on:
Blocks: 682168
  Show dependency tree
 
Reported: 2019-03-19 17:23 UTC by Toralf Förster
Modified: 2020-07-26 09:41 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.24 KB, text/plain)
2019-03-19 17:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,132.09 KB, text/plain)
2019-03-19 17:23 UTC, Toralf Förster
Details
environment (environment,192.05 KB, text/plain)
2019-03-19 17:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.61 KB, application/x-bzip)
2019-03-19 17:24 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.00 KB, application/x-bzip)
2019-03-19 17:24 UTC, Toralf Förster
Details
mate-extra:caja-dropbox-1.22.0:20190319-142551.log (mate-extra:caja-dropbox-1.22.0:20190319-142551.log,12.13 KB, text/plain)
2019-03-19 17:24 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,44.72 KB, application/x-bzip)
2019-03-19 17:24 UTC, Toralf Förster
Details
My build log of caja-dropbox-1.24.0 (mate-extra:caja-dropbox-1.24.0:20200726-002023.log,9.32 KB, text/x-log)
2020-07-26 09:41 UTC, Siim Ainsaar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-03-19 17:23:50 UTC
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

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop-plasma_abi32+64_20190315-111836

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-1.32.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.10.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO mate-extra/caja-dropbox
[ebuild  N    ] mate-extra/caja-dropbox-1.22.0  USE="-debug" PYTHON_TARGETS="python2_7"
Comment 1 Toralf Förster gentoo-dev 2019-03-19 17:23:53 UTC
Created attachment 569820 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-03-19 17:23:56 UTC
Created attachment 569822 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-03-19 17:23:59 UTC
Created attachment 569824 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-03-19 17:24:01 UTC
Created attachment 569826 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-03-19 17:24:04 UTC
Created attachment 569828 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-03-19 17:24:07 UTC
Created attachment 569830 [details]
mate-extra:caja-dropbox-1.22.0:20190319-142551.log
Comment 7 Toralf Förster gentoo-dev 2019-03-19 17:24:10 UTC
Created attachment 569832 [details]
temp.tbz2
Comment 8 jorgicio 2019-03-19 19:46:10 UTC
I know the reason of this bug:

caja-dropbox and python-caja are now supporting Python 3. Current ebuilds in Portage tree only support python 2_7.

Solution: add Python 3 support in the PYTHON_COMPAT variable.

I added both packages in my mate-elogind repo as emergency packages (alongside others with Elogind support, but that's another matter).

https://github.com/jorgicio/mate-elogind-gentoo
Comment 9 Andreas Sturmlechner gentoo-dev 2019-04-07 11:17:20 UTC
*** Bug 682078 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2019-04-07 11:24:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d54d391bba8af1336cdfc76143d2fc3d269695

commit 76d54d391bba8af1336cdfc76143d2fc3d269695
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-04-07 11:19:38 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-04-07 11:24:21 +0000

    mate-extra/caja-dropbox: Switch to python3
    
    Non-maintainer commit, fixes minimum deps and botched sed.
    
    Import from mate-elogind-gentoo, thanks to jorgicio.
    
    Closes: https://bugs.gentoo.org/680950
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../caja-dropbox/caja-dropbox-1.22.0-r1.ebuild     | 90 ++++++++++++++++++++++
 1 file changed, 90 insertions(+)
Comment 11 Siim Ainsaar 2020-07-26 09:35:17 UTC
The fix is not yet complete! mate-extra/caja-dropbox-1.24.0 still depends on plain dev-python/docutils, while it should depend on $(python_gen_cond_dep 'dev-python/docutils[${PYTHON_USEDEP}]').

While compiling mate-extra/caja-dropbox-1.24.0[python_single_target_python3_7] while dev-python/docutils-0.16 has been compiled with PYTHON_TARGETS="python3_8 -pypy3 -python2_7 -python3_6 -python3_7 -python3_9", I get the same compilation error: "configure: error: couldn't find docutils".

--------------------------------------------------------------

$ emerge --info '=mate-extra/caja-dropbox-1.24.0::gentoo'
Portage 2.3.103 (python 3.8.4-final-0, default/linux/amd64/17.0/desktop, gcc-9.3.0, glibc-2.30-r8, 5.5.5-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.5.5-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700HQ_CPU_@_2.60GHz-with-glibc2.2.5
KiB Mem:    16301964 total,   8168008 free
KiB Swap:   16777212 total,  16647164 free
Timestamp of repository gentoo: Sun, 26 Jul 2020 09:05:22 +0000
Head commit of repository gentoo: fab00ba480903f37b0289000af9c24de712ce67c

sh bash 5.0_p17
ld GNU ld (Gentoo 2.33.1 p2) 2.33.1
app-shells/bash:          5.0_p17::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.30.3::gentoo
dev-lang/python:          2.7.18-r1::gentoo, 3.6.11-r2::gentoo, 3.7.8-r2::gentoo, 3.8.4-r1::gentoo
dev-util/cmake:           3.16.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils:       2.33.1-r1::gentoo
sys-devel/gcc:            9.2.0-r2::gentoo, 9.3.0-r1::gentoo
sys-devel/gcc-config:     2.3.1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r8::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo
    priority: -1000

kohalik
    location: /usr/local/portage
    masters: gentoo
    priority: 0

esteid
    location: /var/lib/layman/esteid
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=skylake -mabm -mrtm -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=skylake -mabm -mrtm -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps y --autounmask-write n"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.mdfnet.se/gentoo http://mirror.yandex.ru/gentoo-distfiles/ http://trumpetti.atm.tut.fi/gentoo/ http://mirror.netcologne.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--timeout=900"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="64bit X a52 aac aalib acpi aften alac alsa amd64 amr animgif apng archive artworkextra asf aspell asyncns atlas audacious autotrace bash-completion berkdb bidi binary-drivers blas bluetooth boost bs2b bzip2 c++0x cairo caja caps cblas-external cdda cddb cdparanoia cdr cdrom cg chardet chm chromecast cjk cli colord colordiff compress corefonts cpio crypt cscope css cue cups dbus dga dirac djbfft djvu double-precision dri dts dv dvd dvdnav dvdr dvi dvipdfm ebook ee elogind emboss emf enca encode epub exceptions exif fasttrack fat fbcon ffmpeg fftw fits flac fontconfig fortran ftp g3dvl gd gdbm geoip geolocation gif gimp gkrellm glib glut gmail gmp gnome gnuplot gnutella gpg gpm gpu grammar graphicsmagick graphviz gsl gtalk gtk gtkstyle gucharmap handbook hardcoded-tables highlight history hpijs hpn hunspell i18n iconv icu id3 id3tag idn image-cache imagemagick inkjar int64 ipv6 iso14755 jabber jbig jemalloc jit jpeg jpeg2k kate kde keyscrub kipi ladspa lame lapack laptop lasi latex lcms lensfun libcaca libnotify libsamplerate libtirpc libvisual live lm-sensors lzma lzo mac mad magic man manpages markdown matroska mbox mbrola memlimit metric midi mime mjpeg mkl mmx mmxext mng monolithic-build mp3 mp4 mpeg mplayer msn mtp multilib multiprocess multiuser musepack music musicbrainz natspec ncurses netpbm network-cron nls nocd nptl ntfs ntp nvidia office offlinehelp ogg ogg123 ogm okteta okular opencl opencv opengl openmp openssl openstreetmap openvg optimization optimize-cflags opus pam pango pch pcre pdf pdf-writer pdftk pgf phonon pkcs11 pm-utils png pnm postproc postscript povray ppds prediction pulseaudio qt5 quesoglc quicktime rar raw readline realtime regex replaygain rle rtc rtmp rtsp sbcl sbsms scanner schroedinger screen seccomp sftp sha512 shadow sift skype smp sndfile sound sounds sox spell split-usr srt sse sse2 sse3 sse4_1 ssh ssl ssse3 startup-notification subtitles svg syslog szip t1lib taglib tcpd templates tex themes theora thesaurus thin-splines threads threadsafe thumbnail tiff timezone timidity tls truetype type3 udev umfpack unicode usb userlocales uudeview uuencode v4l vaapi valgrind vamp video videos vim vim-pager vim-syntax vimeo visualizer vorbis vpx wav webcam webp wifi wma wmf wxwidgets x264 xattr xcb xcf xcomposite xext xinerama xml xmp xosd xpm xps xrandr xrender xscreensaver xv xvid xvmc xz youtube zip zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="intel8x0 usb-audio" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 f16c" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_8" PYTHON_TARGETS="python3_8" QEMU_SOFTMMU_TARGETS="x86_64 i386 arm" QEMU_USER_TARGETS="x86_64 i386 arm" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="intel i915 i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS

--------------------------------------------------------------

$ emerge -pqv '=mate-extra/caja-dropbox-1.24.0::gentoo'
[ebuild     U ] mate-extra/caja-dropbox-1.24.0 [1.22.1-r1] USE="-debug" PYTHON_SINGLE_TARGET="python3_7 -python3_6"
Comment 12 Siim Ainsaar 2020-07-26 09:41:07 UTC
Created attachment 650868 [details]
My build log of caja-dropbox-1.24.0

This is the build log I get from mate-extra/caja-dropbox-1.24.0 while compiling it with USE flag python_single_target_python3_7 while I have dev-python/docutils-0.16 installed with PYTHON_TARGETS="python3_8 -pypy3 -python2_7 -python3_6 -python3_7 -python3_9".