23.07.2015 06:23, Achim Gratz пишет: >> So, for protection against possible broken autoreconfs I'll add such >> src_compile to znc.cygport. > > As David said, please try to make autoreconf work or at least try to > understand why it doesn't. If you could add a cygcheck to the build > script we might be able to see better what is and is not installed in > your case.
cygcheck is already in the build script... https://ci.appveyor.com/project/DarthGandalf/znc-cygwin/build/0.0.0.0.1-branch-master-build-13/job/ljcyqwn2v0im9aik/artifacts >> https://github.com/znc/znc-cygwin contains all the patches and build >> scripts. On push, build on AppVeyor is triggered, it spawns 2 Windows >> VMs. On one VM it installs fresh Cygwin x86, and on another one it >> installs fresh Cygwin x86_64. >> Step by step procedure is defined in >> https://github.com/znc/znc-cygwin/blob/master/appveyor.yml >> >> https://ci.appveyor.com/project/DarthGandalf/znc-cygwin/build/0.0.0.0.1-branch-master-build-13/job/ljcyqwn2v0im9aik#L399 >> contains logs how znc-1.6.0-3.i686 is built. > > Uh. You definitely need to prune the path in Cygwin to get rid of all > the Windows nonsense. Try setting CYGWIN_NOWINPATH as an environment > variable in Windows. Yes, that makes PATH more sane, thanks.