Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31368 - obexftp-0.10.3.ebuild has a bad DEPEND variable. Packages with texthyper and sabcmd are missing.
Summary: obexftp-0.10.3.ebuild has a bad DEPEND variable. Packages with texthyper and ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-17 11:27 UTC by Jiri VERUNEK
Modified: 2003-10-18 07:48 UTC (History)
1 user (show)

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 Jiri VERUNEK 2003-10-17 11:27:07 UTC
When I try to emerge obexftp-0.10.3, I get errors about missing texhyper and sabcmd.

Reproducible: Always
Steps to Reproduce:
emerge obexftp


Expected Results:  
make[2]: Entering directory
`/var/tmp/portage/obexftp-0.10.3/work/obexftp-0.10.3/doc'
texthyper -pb 1 -pe 1 --xhtml --tables -H '^\s*F:\s' -H '^\s*A:\s' ../aclocal.m4
|sabcmd doc.xsl '$filename=aclocal.m4' > aclocal.m4.html
texthyper -pb 1 -pe 1 --xhtml --tables -H '^\s*F:\s' -H '^\s*A:\s' ../apps
|sabcmd doc.xsl '$filename=apps' > apps.html
texthyper -pb 1 -pe 1 --xhtml --tables -H '^\s*F:\s' -H '^\s*A:\s' ../bfb
|sabcmd doc.xsl '$filename=bfb' > bfb.html
/bin/sh: line 1: texthyper: command not found
/bin/sh: line 1: sabcmd: command not found
make[2]: *** [apps.html] Error 127
make[2]: *** Waiting for unfinished jobs....
/bin/sh: line 1: texthyper: command not found
/bin/sh: line 1: sabcmd: command not found
/bin/sh: line 1: texthyper: command not found
/bin/sh: line 1: sabcmd: command not found
make[2]: *** [bfb.html] Error 127
make[2]: *** [aclocal.m4.html] Error 127
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/obexftp-0.10.3/work/obexftp-0.10.3'
make: *** [all] Error 2
 
!!! ERROR: app-misc/obexftp-0.10.3 failed.
!!! Function src_compile, Line 21, Exitcode 2
!!! (no error message)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-17 13:34:10 UTC
please sync and try again header 1.2
Comment 2 Jiri VERUNEK 2003-10-18 07:48:45 UTC
The problem is solved. Thank you.