Package: gnupg-doc
Version: 2003.04.06-3
Severity: serious

Hi,

Your package is failing to build with the following error:
db2any: error: jadetex not found
configure: WARNING:
***
*** It seems that the Docbook environment is not installed as required.
*** We will try to build everything,  but if you either touch some files
*** or use a bogus make tool, you may run into problems.
*** Docbook is normally only needed to build the documentation.
*** To further investigate the problem you can run the command
***    ./db2any --systemcheck --verbose
***
configure: error:
***
*** Due to missing programs it might not be possible to build this package.
*** For your convenience some rendered versions of documention has
*** already been build for you and distributed as part of this
*** package.  Please use the versions from the correspondig
*** language subdirectory.
*** We apologize for his inconvenience,
***    Your GPH project team
***
make: *** [build] Error 1

The db2any script does:
    # look for JadeTeX
    if ! jadetex -v 2>/dev/null | grep -q '^TeX' ; then
        echo "$pgm: error: jadetex not found" >&2
        exit 1
    fi

jadetex -v does not return anything matching ^TeX.
jadetex is a symlink to etex and returns something that
would match ^e-TeX however.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to