Page MenuHome GnuPG

`make distcheck` fails trying to make `rst/gpgme-python-howto.rst`
Closed, ResolvedPublic

Description

From gpgme git master, i did:

./autogen.sh
mkdir -p build
cd build
../configure --enable-maintainer-mode --enable-languages='cpp qt python' --enable-doc --prefix=/usr --infodir=/usr/share/info --enable-static
make -j3 distcheck

and it fails fairly early on with this error message:

make[7]: Entering directory '/home/dkg/src/pkg-gnupg/gpgme/build/lang/python/doc'
make  distdir-am
make[8]: Entering directory '/home/dkg/src/pkg-gnupg/gpgme/build/lang/python/doc'
make[8]: *** No rule to make target 'rst/gpgme-python-howto.rst', needed by 'distdir-am'.  Stop.
make[8]: Leaving directory '/home/dkg/src/pkg-gnupg/gpgme/build/lang/python/doc'
make[7]: *** [Makefile:432: distdir] Error 2

Details

Version
1.13.1+git

Event Timeline

werner added a subscriber: werner.

The Python doc build system we implemented the last year is a complete mess - I had so much trouble the last time I did a release :-(.

gniibe changed the task status from Open to Testing.Jul 9 2020, 7:23 AM
gniibe claimed this task.
gniibe added a project: Restricted Project.
gniibe added a subscriber: gniibe.