Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 636004

Summary: dev-tex/pythontex-0.16 : ! LaTeX Error: File xcolor.sty not found.
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
dev-tex:pythontex-0.16:20171031-001041.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2

Description Toralf Förster gentoo-dev 2017-10-31 10:23:31 UTC
(/usr/share/texmf-dist/tex/latex/base/ts1enc.dfu)))

! LaTeX Error: File `xcolor.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_abi32+64-test_20171029-135004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)




emerge -qpv dev-tex/pythontex
[ebuild  N    ] dev-tex/pythontex-0.16  USE="-highlighting" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2017-10-31 10:23:34 UTC
Created attachment 501252 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-10-31 10:23:37 UTC
Created attachment 501254 [details]
dev-tex:pythontex-0.16:20171031-001041.log
Comment 3 Toralf Förster gentoo-dev 2017-10-31 10:23:40 UTC
Created attachment 501256 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-10-31 10:23:43 UTC
Created attachment 501258 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-10-31 10:23:46 UTC
Created attachment 501260 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-10-31 10:23:49 UTC
Created attachment 501262 [details]
logs.tbz2
Comment 7 Andrey Grozin gentoo-dev 2017-10-31 12:07:37 UTC
I don't understand.

dev-tex/pythontex-0.16.ebuild:

DEPEND="${PYTHON_DEPS}
        >=dev-texlive/texlive-latexextra-2016
        dev-tex/pgf"

dev-tex/pgf-3.0.1-r1.ebuild:

RDEPEND="dev-texlive/texlive-latexrecommended
        >=dev-tex/xcolor-2.11"

How can it happen that xcolor is absent??
Comment 8 Toralf Förster gentoo-dev 2017-10-31 12:12:25 UTC
(In reply to Andrey Grozin from comment #7)
tinderbox@mr-fox ~ $ scw 13.0-desktop_abi32+64-test_20171029-135004
mr-fox / # eix -I dev-tex/pythontex
No matches found
Comment 9 Andrey Grozin gentoo-dev 2017-10-31 13:29:46 UTC
It seems that your failed built of pythontex took place before my commit

commit 959ae26c53cb399ab135afd306bfcb7165b01368
Author: Andrey Grozin <grozin@gentoo.org>
Date:   Tue Oct 31 17:09:11 2017 +0700

    dev-tex/pythontex: dependencies fixed
    
    Closes: https://bugs.gentoo.org/635594
    Package-Manager: Portage-2.3.11, Repoman-2.3.3

which, in particular, added the DEPEND on dev-tex/pgf. If you re-sync and try again, you'll find that it has been already fixed.