On Tue, Jul 16, 2019 at 5:51 PM Mark Thomas <ma...@apache.org> wrote:
> On July 16, 2019 1:17:15 PM UTC, "Rémy Maucherat" <r...@apache.org> wrote: > >On Tue, Jul 16, 2019 at 10:39 AM Mark Thomas <ma...@apache.org> wrote: > > > >> On July 15, 2019 11:08:22 PM UTC, "Rémy Maucherat" <r...@apache.org> > >> wrote: > >> >Hi, > >> > > >> >It seems CI is back up :) Great news ! > >> > > >> >However, there's something odd with the build: > >> > > >> > > > https://ci.apache.org/builders/tomcat-trunk/builds/4485/steps/compile/logs/stdio > >> >It's downloading NSIS 2.51 while it should be using 3.04. CI might > >be > >> >using > >> >some old properties here, right ? > >> > >> That is by design. NSIS 3.x wasn't compatible with the version of > >WINE > >> available on the CI server. That might have changed with the OS > >upgrade. > >> > >> From memory (I only have my phone and a poor internet connection at > >> present) the properties are overridden in the buildbot config file we > >can > >> edit. > >> > > > >That doesn't sound too hard but I don't know where that is actually > >located > >and how to access it :( > > > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ > > You'll need to authenticate to read or write. > Thanks, so after quite a few tries, I fixed it. Next issue is: /home/buildslave/slave/tomcat-trunk/build/build.xml:2100: The executable wine was not found on the current path. Wine is required to build the Windows installer when running a release build on a non-Windows platform. To skip building the Windows installer, set the skip.installer property in build.properties I'll add temp code to skip the installer for now since I have no idea how to install wine. Rémy