Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537094 - app-text/xmlto should alternatively depend on www-client/elinks
Summary: app-text/xmlto should alternatively depend on www-client/elinks
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-20 01:07 UTC by igel
Modified: 2015-01-20 12:32 UTC (History)
1 user (show)

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


Attachments
patch for xmlto to use elinks if it exists (xmlto_patch_elinks.patch,431 bytes, patch)
2015-01-20 12:27 UTC, igel
Details | Diff
xdg-utils ebuild respecting the possibility for xmlto to use elinks (xdg-utils-1.1.0_rc2.ebuild,1.89 KB, text/plain)
2015-01-20 12:32 UTC, igel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description igel 2015-01-20 01:07:57 UTC
x11-misc/xdg-utils depends on links/lynx/w3m in order to build manpages using xmlto. However, elinks works just as well (I can compile xdg-utils fine if prior to compilation, I create a symlink to elinks: ln -s /usr/bin/elinks /usr/bin/links). I'll submit a patch to the dude who writes xmlto tomorrow, but maybe it's worth changing the ebuild to do something like the quick&dirty stuff I did above + add elinks to the "||" in the dependency?
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-20 07:32:37 UTC
(In reply to igel from comment #0)
> I'll submit a patch to the dude who writes xmlto tomorrow,

Great.

> but maybe it's worth changing the ebuild to do something
> like the quick&dirty stuff I did above + add elinks to the "||" in the
> dependency?

Quick and dirty is not exactly how we should run this distro, right?
Comment 2 igel 2015-01-20 12:27:52 UTC
Created attachment 394402 [details, diff]
patch for xmlto to use elinks if it exists

here's the patch if anyone with the same problem stumbles upon this.
Comment 3 igel 2015-01-20 12:32:09 UTC
Created attachment 394404 [details]
xdg-utils ebuild respecting the possibility for xmlto to use elinks

Note that, the whole reason for this bugreport is that x11-misc/xdg-utils depends on links/lynx/w3m because of the limitation of the unpatched app-text/xmlto. Thus, this modified ebuild for xdg-utils is warranted.