Re: setup 2.886 release candidate - please test

2018-02-01 Thread Achim Gratz
Jon Turney writes:
> A new setup release candidate is available at:
>
>   https://cygwin.com/setup/setup-2.886.x86.exe(32 bit version)
>   https://cygwin.com/setup/setup-2.886.x86_64.exe (64 bit version)

Locally compiled, but not well tested yet.

> Changes compared to 2.885:
> - Apply default problem solutions in unattended mode
> - Make --include-source work correctly in unattended mode
> - Allow parser to accept an empty depends: list (2.885 (only) will
> report syntax errors when parsing setup.ini containing these, when the
> corresponding change to calm is deployed)

Do you have an idea yet why the last package gets orphaned (or did, if
it's already fixed)?  I will need to remove my workaround of placing an
empty dummy at the end to try.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs


setup 2.886 release candidate - please test

2018-02-01 Thread Jon Turney


A new setup release candidate is available at:

  https://cygwin.com/setup/setup-2.886.x86.exe(32 bit version)
  https://cygwin.com/setup/setup-2.886.x86_64.exe (64 bit version)

Since this contains many internal changes, I think this could use some 
wider testing before being deployed. Please test and report any problems 
here.


This is not the place for setup feature requests.

Changes compared to 2.885:
- Apply default problem solutions in unattended mode
- Make --include-source work correctly in unattended mode
- Allow parser to accept an empty depends: list (2.885 (only) will 
report syntax errors when parsing setup.ini containing these, when the 
corresponding change to calm is deployed)


Re: stunnel 5.44 build fails

2018-02-01 Thread Andrew Schulman
> > 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.

Yes, that worked, thanks.

That's weird about stunnel-5.42-1.src.patch. The source patch has always
been to src/Makefile.am, not src/Makefile.in. You can see that in
stunnel-ldflags.patch. I see that stunnel-5.42-1.src.patch patches
src/Makefile.in, and I have no idea where that came from. Something that
cygport did I guess.

Anyway thanks for the suggestion. Patching Makefile.in is more brittle than
Makefile.am, but it works for now.

Andrew