| Summary: | dev-libs/zziplib-0.13.45 compile fails due to missing depend app-text/xmlto | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mark Tomich <mstomich> |
| Component: | New packages | Assignee: | Mr. Bones. (RETIRED) <mr_bones_> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | vapier |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Mark Tomich
2007-01-24 13:10:01 UTC
Reopen with some errors please. from my logs...
<snip>
sed -e 's|zzip.h|zziplib.h|' -e 's|zzip/lib.h|zzip/zzip.h|' \
/var/tmp/portage/zziplib-0.13.45/image//usr/include/zzip.h >/var/tmp/portage/zziplib-0.13.45/image//usr/include/zziplib.h
sed -e 's|zzip.h|zzip-io.h|' -e 's|zzip/lib.h|zzip/plugin.h|' \
/var/tmp/portage/zziplib-0.13.45/image//usr/include/zzip.h >/var/tmp/portage/zziplib-0.13.45/image//usr/include/zzip-io.h
test -f zziplib1.docbook && mv zziplib1.docbook zziplib1.xml ; test -s zziplib1.xml
test -s zziplib0.xml && cp zziplib0.xml zziplib.xml
make[2]: [zziplib.xml] Error 1 (ignored)
test -s zziplib1.xml && cp zziplib1.xml zziplib.xml
test -s zziplib.xml || rm zziplib.xml
no xmlto found - could not regenerate manpages.ar - skipped
just touching the output file manpages.ar
mv: cannot stat `manpages.ar.old': No such file or directory
mv: cannot stat `../../docs/manpages.ar.old': No such file or directory
make[2]: *** [manpages.ar] Error 1
make[2]: Leaving directory `/var/tmp/portage/zziplib-0.13.45/work/zziplib-0.13.45/i686-pc-linux-gnu/docs'
make[1]: *** [install-man3] Error 2
make[1]: Leaving directory `/var/tmp/portage/zziplib-0.13.45/work/zziplib-0.13.45/i686-pc-linux-gnu'
make: *** [install-man3] Error 2
make: *** Waiting for unfinished jobs....
</snip>
Additionally, I ran 'emerge -a1 app-text/xmlto', and re-ran my previous emerge, and that fixed the problem.
*** This bug has been marked as a duplicate of bug 163192 *** |