Re: [swift-dev] Failed to launch REPL process

2017-10-24 Thread Alex Blewitt via swift-dev
> On 24 Oct 2017, at 18:19, Ron Olson wrote: > > Hi Alex- > > Thanks for the info, but this isn't in a Docker container, just a regular > Linux VM. Ah, sorry - my bad. I saw Docker in the message with the problem and didn't see the 'not' ;-) > As an additional bit of info, I ran the build sc

Re: [swift-dev] Failed to launch REPL process

2017-10-24 Thread Ron Olson via swift-dev
Hi Alex- Thanks for the info, but this isn't in a Docker container, just a regular Linux VM. As an additional bit of info, I ran the build script on my Fedora laptop, and it works just fine; the REPL starts right up. I'd be surprised and confused if this was truly a VM (in this case, VMware

Re: [swift-dev] Failed to launch REPL process

2017-10-24 Thread Alex Blewitt via swift-dev
> On 24 Oct 2017, at 17:00, Ron Olson via swift-dev wrote: > > Hi all- > > I am able to build Swift 4 on Fedora 26 Linux > (https://github.com/tachoknight/swift-rpm) and while it can compile and run > Swift code just fine, the REPL does not start because of: > > error: failed to launch REPL p

[swift-dev] Failed to launch REPL process

2017-10-24 Thread Ron Olson via swift-dev
Hi all- I am able to build Swift 4 on Fedora 26 Linux (https://github.com/tachoknight/swift-rpm) and while it can compile and run Swift code just fine, the REPL does not start because of: error: failed to launch REPL process: process launch failed: 'A' packet returned an error: -1 I've bee