This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: stunnel 5.44 build fails


On 1/29/2018 3:32 PM, Andrew Schulman wrote:
Prior to stunnel 5.42, I could build stunnel in Cygport with no src_compile
function, just

CYGCONF=--disable-fips

Beginning with stunnel 5.42, the build fails with errors about "possibly
undefined macro" AC_MSG_NOTICE and AC_DEFINE:

I don't know why this is happening, but...

configure.ac:9: error: version mismatch.  This is Automake 1.15.1,
configure.ac:9: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:9: comes from Automake 1.15.  You should recreate
configure.ac:9: aclocal.m4 with aclocal and run automake again.

you've patched src/Makefile.am, causing src/Makefile to run automake.

If you drop stunnel-ldflags.patch and just patch src/Makefile.in as you did for 5.42 in stunnel-5.42-1.src.patch, I think you should be OK.

Ken


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]