Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567008 - x11-misc/xdg-utils-1.1.1: No way to convert HTML to text found
Summary: x11-misc/xdg-utils-1.1.1: No way to convert HTML to text found
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-28 04:55 UTC by Andrey Grozin
Modified: 2015-11-29 16:18 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 Andrey Grozin gentoo-dev 2015-11-28 04:55:08 UTC
(cd man;/usr/bin/xmlto --skip-validation man ../desc/xdg-settings.xml)
Warn: AUTHOR sect.: no personblurb|contrib for Bryce Harrington    xdg-screensaver
Note: AUTHOR sect.: see http://docbook.sf.net/el/contrib           xdg-screensaver
Note: AUTHOR sect.: see http://docbook.sf.net/el/personblurb       xdg-screensaver
Warn: AUTHOR sect.: no personblurb|contrib for Mike Mammarella     xdg-settings
Note: AUTHOR sect.: see http://docbook.sf.net/el/contrib           xdg-settings
Note: AUTHOR sect.: see http://docbook.sf.net/el/personblurb       xdg-settings
Note: Writing xdg-screensaver.1
/usr/bin/xmlto --skip-validation txt desc/xdg-desktop-menu.xml
Note: Writing xdg-settings.1
No way to convert HTML to text found.
Try either installing text web browser(lynx/w3m/links) or use option --with-fop
Makefile:114: recipe for target 'xdg-desktop-menu.txt' failed
make[1]: *** [xdg-desktop-menu.txt] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/var/tmp/portage/x11-misc/xdg-utils-1.1.1/work/xdg-utils-1.1.1/scripts'
Makefile:25: recipe for target 'scripts' failed
make: *** [scripts] Error 2
 * ERROR: x11-misc/xdg-utils-1.1.1::gentoo failed (compile phase):
 *   emake failed
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-11-28 15:13:30 UTC
Which revision of app-text/xmlto is installed?
Comment 2 Andrey Grozin gentoo-dev 2015-11-29 16:10:08 UTC
(In reply to Michael Palimaka (kensington) from comment #1)
> Which revision of app-text/xmlto is installed?
0.0.28-r1
On this computer, xmlto-0.0.28-r1 is installed, but w3m is not installed (links is installed, and it satisfies the || dependency); if I try to re-emerge xmlto, portage does not want to emerge w3m. And xdg-utils fail. On another Gentoo box, when I emerge xmlto-0.0.28-r1, it also installes w3m, and after this xdg-utils emerges fine. Maybe, links is not a good candidate in this || dependency?
Comment 3 Andrey Grozin gentoo-dev 2015-11-29 16:18:58 UTC
After re-emerging xmlto, the problem disappeared. Closing.