Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547562 - app-text/docbook-sgml-utils - /usr/share/sgml/docbook/utils-0.6.14/backends/man: line 11: sgmlspl: command not found
Summary: app-text/docbook-sgml-utils - /usr/share/sgml/docbook/utils-0.6.14/backends/m...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 10:30 UTC by Petr Cerny [:hrosik]
Modified: 2020-09-06 22:46 UTC (History)
1 user (show)

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


Attachments
possible fix (fontconfig-2.11.93.ebuild.patch,1.13 KB, patch)
2015-04-24 14:14 UTC, Petr Cerny [:hrosik]
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cerny [:hrosik] 2015-04-24 10:30:47 UTC
Ebuild for media-libs/fontconfig-2.11.93 seems to be missing a documentation related dependency, namely dev-perl/SGMLSpm:

$ emerge -Nau1 fontconfig
...
docbook2man local-fontconfig-user.sgml && \
rm -f manpage.*
Using catalogs: /etc/sgml/sgml-docbook-3.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print
Working on: /var/tmp/portage/media-libs/fontconfig-2.11.93/work/fontconfig-2.11.93-abi_x86_32.x86/doc/local-fontconfig-user.sgml
/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -m32  -O2 -pipe -pthread  -Wl,-O1 -Wl,--as-needed -o edit-sgml edit-sgml.o   
/usr/share/sgml/docbook/utils-0.6.14/backends/man: line 11: sgmlspl: command not found
Makefile:1321: recipe for target 'fonts-conf.5' failed
make[3]: *** [fonts-conf.5] Error 8
make[3]: *** Waiting for unfinished jobs....
libtool: link: x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -pthread -Wl,-O1 -Wl,--as-needed -o edit-sgml edit-sgml.o  -pthread
make[3]: Leaving directory '/var/tmp/portage/media-libs/fontconfig-2.11.93/work/fontconfig-2.11.93-abi_x86_32.x86/doc'
Makefile:713: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/var/tmp/portage/media-libs/fontconfig-2.11.93/work/fontconfig-2.11.93-abi_x86_32.x86/doc'
Makefile:569: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/media-libs/fontconfig-2.11.93/work/fontconfig-2.11.93-abi_x86_32.x86'
Makefile:452: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: media-libs/fontconfig-2.11.93::gentoo failed (compile phase):
 *   emake failed
Comment 1 Petr Cerny [:hrosik] 2015-04-24 14:14:19 UTC
Created attachment 401922 [details, diff]
possible fix
Comment 2 Wim Muskee 2016-12-19 19:57:30 UTC
dev-perl/SGMLSpm is an RDEPEND for app-text/docbook-sgml-utils, which is listed as a DEPEND for fontconfig

Also, with the command failing from /usr/share/sgml/docbook/utils-0.6.14 I think this bug is invalid.