Summary: | docbook2man requires perl components to be re-emerged (causes module-init-tools to fail) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Dan A. Dickey <dan.dickey> |
Component: | [OLD] Core system | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | bevdv, jstelly, polynomial-c, rockoo, vapier |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Dan A. Dickey
2004-11-22 06:06:33 UTC
missing dependency docbook-sgml-utils ? emerge SGMLSpm docbook-sgml-utils ... solved this problem for me. Yeah! emerge docbook-sgml-utils solved this for me too Are you suggesting I need to re-emerge SGMLSpm and docbook-sgml-utils? As: hydra ~ # esearch SGMLSpm docbook-sgml-utils [ Results for search key : SGMLSpm ] [ Applications found : 1 ] * dev-perl/SGMLSpm Latest version available: 1.03-r5 Latest version installed: 1.03-r5 Size of downloaded files: 91 kB Homepage: http://search.cpan.org/author/DMEGG/SGMLSpm-1.03ii/ Description: Perl library for parsing the output of nsgmls License: GPL-2 [ Results for search key : docbook-sgml-utils ] [ Applications found : 1 ] * app-text/docbook-sgml-utils Latest version available: 0.6.14 Latest version installed: 0.6.14 Size of downloaded files: 122 kB Homepage: http://sources.redhat.com/docbook-tools/ Description: Shell scripts to manage DocBook documents License: GPL-2 Sure enough, re-emerging SGMLSpm and docbook-sgml-utils then allows the emerge of module-init-tools-3.1 to succeed. Strange. you need to re-emerge dev-perl/SGMLSpm this isnt a bug in module-init-tools if you run the docbook2man command yourself and not pipe the errors to /dev/null, you'll see it fail with a perl error (unable to locate SGMLS/Output.pm or something) Hi, I'm also affected by this error but I currently have no sgml package installed. So shouldn't module-init-tools ebuild also contain a depenency on SGMLSpm? Poly hmm.. In my case docbook2man spits out this: Using catalogs: /etc/sgml/sgml-docbook-4.1.cat Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: /var/tmp/portage/module-init-tools-3.1/work/module-init-tools-3.1/doc/modprobe.conf.sgml nsgmls:E: cannot find "docbook.dcl"; tried "/usr/share/sgml/docbook/sgml-dtd-4.1/docbook.dcl", "/usr/share/sgml/docbook.dcl" Thus (re)emerging docbook-sgml-dtd makes it work for me.. same overhere - missing app-text/docbook-sgml-utils for emerging module-init-tools-3.1 *** Bug 72114 has been marked as a duplicate of this bug. *** i fixed the ebuild already to not run `docbook2man` that should be good enough *** Bug 72245 has been marked as a duplicate of this bug. *** |