-
Notifications
You must be signed in to change notification settings - Fork 14
New Windows builder fails #32
Comments
I'd say "maybe we should report this to the cygwin cmake maintainer" if that weren't me. How are you starting cygwin? |
So far it's always been my logging in via SSH; I've got an SSH server running as a service, using this script. Should I try it by just opening a cygwin terminal on the machine over RDP? |
It's worth trying. There might be some mounting or other bashrc type commands that would normally get run but aren't happening for ssh? |
Alright, I got past it. Thanks! |
What wound up being the issue? |
I had tried to remove So I had to re-install |
@tkelman could you try out the latest win64 binary and ensure it's getting signed properly? I think we may be back up and running on win64! |
Can't remember what my machine would do for an unsigned binary but I'll try and compare in a bit. The sign step appears to be successful, but the report success isn't? |
Yeah, for some reason the windows builds can't make HTTPS connections to status.julialang.org. Trying to figure it out, but it's bizarre. |
It used to work. How much is different between the old image and the new? |
I'm using a windows server 2012 base instead of windows 8.1 pro, so On Fri, Sep 4, 2015, 6:31 PM Tony Kelman [email protected] wrote:
|
Interesting, I wonder if this is related to JuliaInterop/ZMQ.jl#90 (comment) ? Is it server 2012 R2? That should theoretically be pretty similar to windows 8 I would think, but I guess the default security settings are different? |
This was worked around by sending the status pings from the master rather than the buildslaves, good enough for me. |
Hey @tkelman I'm a little stumped on this one. I'm in the process of rebuilding the Windows buildbots (rather than jumping through all the hoops in the
julia-vagrant
repo to create a VM image, then uploading that image to OpenStack, I'm instead starting with whatever default windows image the VM provider we're currently using has, and then adding the necessary packages on using powershell scripts which were inspired by you) and I'm running into a bizarre problem with cygwin'scmake
.The first time I tried anything, I got a rather mysterious error which I then traced down to the fact that
cmake
was being invoked as/bin/cmake
and not/usr/bin/cmake
:Full log.
I then attempted to change the
PATH
(you can always see the current environment in blue text at the top of every buildbot step) and now it seems that the shell can't findcmake
at all.Full log.
If I login via SSH, I can invoke
cmake
just fine. Is there anything particularly special aboutcygwin
that I might be missing here?The text was updated successfully, but these errors were encountered: