Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652212 - app-text/texlive-core-2017-r3: Remove xpdfopen, or fix its X dependencies
Summary: app-text/texlive-core-2017-r3: Remove xpdfopen, or fix its X dependencies
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL: http://tug.org/pipermail/tex-live/201...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-02 13:27 UTC by Ulrich Müller
Modified: 2024-03-01 10:42 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2018-04-02 13:27:58 UTC
Are the xpdfopen utils still needed? pdfopen should be replaced by xdg-open, and pdfclose was never needed on Unix like systems.

If it turns out that they are still needed, utils/xpdfopen/Makefile.am and utils/xpdfopen/xpdfopen-src/Makefile.am both contain this line:

LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)

Looks like libXmu isn't actually needed. There is neither any X11/Xmu header file included in the sources, nor is there any DT_NEEDED tag for libXmu in the resulting binaries. So the Makefile could be patched, removing -lXmu.

In either case, the x11-libs/libXmu dependency could be removed from the ebuild, as these are the only two programs linking against libXmu.
Comment 1 Ulrich Müller gentoo-dev 2022-06-07 09:29:47 UTC
Ping. Same issue still with texlive-core-2021-r1.