Hi Andreas,
It builds in cowbuilder now. What somehow got lost and ruins the
generation of man pages is
https://github.com/ViennaRNA/ViennaRNA/blob/master/man/help2manWrapper.sh
... needed some help to find it at the time :o)
https://github.com/ViennaRNA/ViennaRNA/issues/77
I did not get around to it, yet. If you could have a look at whatever
you feel comfortable with,
this would already be great. I'll eventually fix the man pages if nobody
else surfaces to address
that.
Many thanks!
Steffen
On 22.06.20 21:59, Andreas Tille wrote:
Hi Steffen,
On Mon, Jun 22, 2020 at 06:50:03PM +0200, Steffen Möller wrote:
I have just done that and updated the archive. I just saw lintian errors
on empty man pages (added to d/TODO) that need some investigation and
the build with cowbuilder.
Strange, if I build in cowbuilder I get:
...
dh binary --with python3
dh_update_autotools_config
dh_autoreconf
configure.ac:17: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:11: installing './install-sh'
configure.ac:11: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'
configure.ac:27: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:31: error: possibly undefined macro: AC_SUBST
autoreconf: /usr/bin/autoconf failed with exit status: 1
dh_autoreconf: error: autoreconf -f -i returned exit code 1
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
No idea why it is different on my side.
Kind regards
Andreas.