Source: krb5
Version: 1.12.1+dfsg-1
Severity: serious

When the documentation is built, 1.12.1+dfsg-1 fails to build with the
following error:

cd build/doc && make substhtml substpdf
make[1]: Entering directory '/«BUILDDIR»/krb5-1.12.1+dfsg/build/doc'
sed -e 's|@SRC@|../../src|g' \
    -e 's|@DOC@|../../src/../doc|g' ../../src/doc/Doxyfile.in > Doxyfile
rm -f ../../src/../doc/version.py
gcc -E -I../../src - < ../../src/doc/version.py.in > ../../src/../doc/version.py
rm -rf doxy rst_apiref rst_composite
doxygen
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6456: warning: 
Unsupported xml/html tag <number> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6471: warning: 
Unsupported xml/html tag <number> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag <string> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag <number> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag <string> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag <string> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6456: warning: 
Unsupported xml/html tag <number> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6471: warning: 
Unsupported xml/html tag <number> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag <string> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag <number> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag <string> found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag <string> found
cwd=`pwd`; cd ../../src/../doc/tools && \
         doxy.py -i $cwd/doxy/xml -o $cwd/rst_apiref
/bin/sh: 2: doxy.py: not found

This is because $(PYTHON) expands to the empty string and is therefore
omitted in front of doxy.py, which in turn is because no Python is found
during the build due to the missing build dependency.

Caught by the archive-wide rebuild to test GNU make 4.0.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.13-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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

Reply via email to