ср, 27 янв. 2021 г. в 11:14, Mark Thomas <ma...@apache.org>:
>
> On 27/01/2021 07:52, Mark Thomas wrote:
> > On 27/01/2021 04:51, build...@apache.org wrote:
> >> The Buildbot has detected a new failure on builder tomcat-trunk while 
> >> building tomcat. Full details are available at:
> >>     https://ci.apache.org/builders/tomcat-trunk/builds/5651
> >>
> >> Buildbot URL: https://ci.apache.org/
> >>
> >> Buildslave for this Build: asf946_ubuntu
> >>
> >> Build Reason: The AnyBranchScheduler scheduler named 'on-tomcat-commit' 
> >> triggered this build
> >> Build Source Stamp: [branch master] 
> >> 654e01edd2c884af8456be08466f830ab9163dec
> >> Blamelist: Konstantin Kolinko <kkoli...@apache.org>
> >>
> >> BUILD FAILED: failed compile
> >
> > This is because the CI system uses NSIS 2.something to work around an
> > incompatibility with NSIS 3 and wine. That was a while ago. I guess it
> > is worth checking if the issue still exists as a first step in deciding
> > how to handle this.
>
> Woot! I don't see the issue locally. I'll get the CI system updated.
> This also opens up the option of building releases on Linux.


FYI:
I added the "Unicode true" command to the .nsi file as NSIS 3.05
deprecated support for ANSI. [1]
When I build with the current version (3.06.1), it prints a warning
unless that line is added.

Looking at their changelog [1], it says that starting with the next
version (3.07) the default value for "Unicode" command will be changed
to be true, so that explicit Unicode command will not be needed. So
one option is to remove the "Unicode" line and just ignore the
warning.


[1] Changelog for NSIS:
https://nsis.sourceforge.io/Docs/AppendixF.html

Best regards,
Konstantin Kolinko.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to