Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345121 - app-text/wv-1.2.3-r1: wvPDF needs latex but doesn't depend
Summary: app-text/wv-1.2.3-r1: wvPDF needs latex but doesn't depend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 16:51 UTC by Christian Theune
Modified: 2011-02-02 22:19 UTC (History)
0 users

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 Christian Theune 2010-11-11 16:51:19 UTC
app-text/wv installs a 'wvPDF' which needs the 'latex' binary. However, the package doesn't depend on any LaTeX package and also has no useflag relating to that.



Reproducible: Always

Steps to Reproduce:
1. unmerge all latex binaries
2. emerge app-text/wv
2. run 'wvPDF'

Actual Results:  
localhost ~ # wvPDF
Could not find required program 'latex'


Expected Results:  
Converts given office document to PDF.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-11-14 14:34:47 UTC
Can you please add a build.log? Thanks
Comment 2 Pacho Ramos gentoo-dev 2011-01-31 13:06:35 UTC
+*wv-1.2.9 (31 Jan 2011)
+
+  31 Jan 2011; Pacho Ramos <pacho@gentoo.org> -wv-1.2.4.ebuild,
+  +wv-1.2.9.ebuild:
+  Version bump, remove old, dvips and latex are required (bug #345121).
+
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-02-02 17:03:15 UTC
I'd like to reconsider applied changes due to upstream word on their homepage:

http://wvware.sourceforge.net/
"
wv Utilities

Warning: all of the utilities (with the exception of wvSummary) should be considered deprecated in favor of using AbiWord. wvWare the Microsoft Word DOC handling library is not deprecated, and is used heavily by (eg.) AbiWord."

Since I don't really like that LaTex dependency when I don't have a USE flag for it, especially when it's used for some PDF thing, looks odd. At least if you had the choice in abiword it would probably make sense from the dependencies POV.
Comment 4 Pacho Ramos gentoo-dev 2011-02-02 17:12:07 UTC
I would vote for using a "minimal" USE flag (turned on by default) to install only the tools needed by abiword (and not depending in latex then). What do you think?
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-02-02 17:17:22 UTC
or a more meaningful +tools ? We would remove all command line tools without this flag, abiword only depends on the lib afaik, we could grep the sources to make sure.
Comment 6 Pacho Ramos gentoo-dev 2011-02-02 18:36:14 UTC
+*wv-1.2.9-r1 (02 Feb 2011)
+
+  02 Feb 2011; Pacho Ramos <pacho@gentoo.org> +wv-1.2.9-r1.ebuild,
+  metadata.xml:
+  Build and install tools only when requested since they are considered
+  deprecated in favor of using AbiWord, this also allows us to not depend on
+  latex always.
+
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-02-02 22:19:03 UTC
thanks for the updated ebuild.