Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823188 - dev-tex/latex2html-2021.2-r1: pstoimg.pl may call media-libs/netpbm-10.86.24 pnmcrop with duplicated -sides option
Summary: dev-tex/latex2html-2021.2-r1: pstoimg.pl may call media-libs/netpbm-10.86.24 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-11-11 22:32 UTC by mehw
Modified: 2021-11-12 01:37 UTC (History)
1 user (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 mehw 2021-11-11 22:32:01 UTC
Hello,

As the subject says, dev-tex/latex2html-2021.2-r1's pstoimg.pl may call media-libs/netpbm-10.86.24's pnmcrop with a duplicated -sides option:

$ pnmcrop -bot -sides -sides <file>
pnmcrop: You cannot specify more than one of -black, -white, -sides, -bg-color, -bg-corner

This has been fixed upstream: https://github.com/latex2html/latex2html/pull/73
Comment 1 Larry the Git Cow gentoo-dev 2021-11-12 01:23:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2437b4f4066252a5e8714dca6ce3c9f6b54823ed

commit 2437b4f4066252a5e8714dca6ce3c9f6b54823ed
Author:     Matthew White <mehw.is.me@inventati.org>
AuthorDate: 2021-11-11 22:28:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-12 01:22:51 +0000

    dev-tex/latex2html: fix pstoim.pl PNMCROPOPT
    
    Apply upstream patch.
    
    Closes: https://bugs.gentoo.org/823188
    Package-Manager: Portage-3.0.28, Repoman-3.0.3-r1
    Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org>
    Closes: https://github.com/gentoo/gentoo/pull/22907
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/latex2html-2021.2-fix-PNMCROPOPT.patch   | 31 ++++++++
 dev-tex/latex2html/latex2html-2021.2-r2.ebuild     | 82 ++++++++++++++++++++++
 2 files changed, 113 insertions(+)