Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591818 - sci-mathematics/octave 4.2.0-r3[doc]: missing dependency on dev-texlive/texlive-fontsrecommended
Summary: sci-mathematics/octave 4.2.0-r3[doc]: missing dependency on dev-texlive/texli...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-21 17:15 UTC by Michael Hofmann
Modified: 2017-02-02 11:02 UTC (History)
0 users

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


Attachments
build.log.bz2 (build.log.bz2,82.84 KB, application/octet-stream)
2016-08-22 11:58 UTC, Michael Hofmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hofmann 2016-08-21 17:15:39 UTC
If the 'doc' use flag is selected, octave 4.0.3 seems to depend on dev-texlive/texlive-fontsrecommended.

If dev-texlive/texlive-fontsrecommended is NOT installed, 'USE="doc" emerge octave' aborts with the error message below:

  (/var/tmp/portage/sci-mathematics/octave-4.0.3/work/octave-4.0.3/doc/interpreter/container.texi Chapter 6 
  [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113]
  kpathsea: Running mktextfm ecti1095
  mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecti1095
  This is METAFONT, Version 2.7182818 (TeX Live 2014) (preloaded base=mf)

  kpathsea: Running mktexmf ecti1095
  ! I can't find file `ecti1095'.
  <*> ...ljfour; mag:=1; nonstopmode; input ecti1095

  Please type another input file name
  ! Emergency stop.
  <*> ...ljfour; mag:=1; nonstopmode; input ecti1095

  Transcript written on mfput.log.
  grep: ecti1095.log: No such file or directory
  mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecti1095' failed to make ecti1095.tfm.
  kpathsea: Appending font creation commands to missfont.log.


Recommended solution: the dependency section in the ebuild should be changed from

  doc? (
       virtual/latex-base
       dev-texlive/texlive-genericrecommended
       dev-texlive/texlive-metapost 
  )

to:

  doc? (
       virtual/latex-base
       dev-texlive/texlive-genericrecommended
       dev-texlive/texlive-metapost 
       dev-texlive/texlive-fontsrecommended
  )
Comment 1 Alex Xu (Hello71) 2016-08-21 23:28:28 UTC
please attach full build.log, thanks
Comment 2 Michael Hofmann 2016-08-22 11:58:21 UTC
Created attachment 443852 [details]
build.log.bz2

build.log attached
Comment 3 Michael Hofmann 2017-01-11 03:44:04 UTC
Octave 4.2.0-r3 is also affected.

I don't understand why this bug was set to RESOLVED. The problem was not solved - it still exists. I switch the status back to UNCONFIRMED.
Comment 4 tman 2017-01-29 22:54:08 UTC
i am using same version of octave. the USE="doc" seems to not work because it dont find the docs.

"
The info file
/usr/share/info/octave.info
or compressed versions do not exist
"

# ls /usr/share/info/octave.info
ls: cannot access '/usr/share/info/octave.info': No such file or directory
##



Portage 2.3.3 (python 3.5.2-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.4.0, glibc-2.23-r3, 4.9.6-gentoo x86_64)
=================================================================
System uname: Linux-4.9.6-gentoo-x86_64-Intel-R-_Core-TM-_i7-3740QM_CPU_@_2.70GHz-with-gentoo-2.3
KiB Mem:    24626196 total,  17509960 free
KiB Swap:   26488828 total,  26488828 free
Timestamp of repository gentoo: Sun, 29 Jan 2017 21:00:01 +0000
Timestamp of repository poly-c: Sat, 28 Jan 2017 18:43:08 +0000
sh bash 4.4_p11
ld GNU ld (Gentoo 2.27 p1.0) 2.27
app-shells/bash:          4.4_p11::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.1_rc4::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.5::gentoo, 3.5.2::gentoo
dev-util/cmake:           3.7.2::gentoo
dev-util/pkgconfig:       0.29.1::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.23.2::gentoo
sys-apps/sandbox:         2.10-r3::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.27::gentoo
sys-devel/gcc:            5.4.0-r2::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.9::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r3::gentoo
Repositories:
Comment 5 David Seifert gentoo-dev 2017-02-02 11:02:42 UTC
Reopen if problem persists.

commit 8057d1196a8133dddff1304589fbfb85a2cf06c5
Author: David Seifert <soap@gentoo.org>
Date:   Thu Feb 2 12:01:02 2017 +0100

    sci-mathematics/octave: Add missing DEPEND on dev-texlive/texlive-fontsrecommended
    
    Gentoo-bug: 591818