Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 185401 - sys-libs/libuser needs app-text/sgmltools-lite as dependency in ebuild
Summary: sys-libs/libuser needs app-text/sgmltools-lite as dependency in ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Donnie Berkholz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-15 11:50 UTC by nBVCXz
Modified: 2007-07-15 12:36 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 nBVCXz 2007-07-15 11:50:12 UTC
sys-libs/libuser needs app-text/sgmltools-lite as dependency in ebuild ; it checks for it during compilation:

Reproducible: Always

Steps to Reproduce:
1.emerge libuser (having not sgmltools-lite emerged)

Actual Results:  
checking for available GCC warning flags...  -Wall -Wcast-align -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wstrict-prototypes -Wundef
checking whether we should use -Werror... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating libuser.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Making all in po
Making all in docs
Making all in reference
/bin/sh: sgml2txt: command not found
make[2]: *** [sgml/libuser.txt] Błąd 127
make[2]: *** Oczekiwanie na niezakończone zadania....
make[1]: *** [all-recursive] Błąd 1
make: *** [all] Błąd 2
 * 
 * ERROR: sys-libs/libuser-0.54.6 failed.
 * Call stack:
 *   ebuild.sh, line 1647:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   libuser-0.54.6.ebuild, line 42:   Called die
 * 
 * emake failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/sys-libs:libuser0.54.6:20070715-112452.log'.
 * 
 * GNU info directory index is up-to-date.
Comment 1 nBVCXz 2007-07-15 12:36:28 UTC
sorry my big mistake
/usr/bin/sgml2txt is in app-text/linuxdoc-tools
I had it broken for some reasons