Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 775662 - dev-texlive/texlive-mathscience-2020 fails to build
Summary: dev-texlive/texlive-mathscience-2020 fails to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-12 17:16 UTC by wolfgang
Modified: 2021-03-13 08:06 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,23.75 KB, text/plain)
2021-03-12 17:17 UTC, wolfgang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wolfgang 2021-03-12 17:16:42 UTC
This seem similar to https://bugs.gentoo.org/775659 - there appears to be a missing poppler dependency. See attached build.log

Reproducible: Always
Comment 1 wolfgang 2021-03-12 17:17:01 UTC
Created attachment 691026 [details]
build.log
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2021-03-12 19:54:34 UTC
> fmtutil: running `pdftex -ini   -jobname=amstex -progname=amstex -translate-file=cp227.tcx *amstex.ini' ...
> pdftex: error while loading shared libraries: libpoppler.so.104: cannot open shared object file: No such file or directory

I think your pdftex binary is broken and needs a rebuild.
Something like
    $ lddtree `which pdftex`
should show it in more detail.

app-text/texlive-core does have a =app-text/poppler-0.87.0:= subslot depend.
Comment 3 wolfgang 2021-03-12 23:12:51 UTC
> 
I think your pdftex binary is broken and needs a rebuild

Rebuilding texlive-basic fixed it