Re: [swift-users] SwiftShims error thrown while trying to use Swift's REPL

2015-12-23 Thread Jason Dusek via swift-users
The relevant bit is in there: open("/home/dorsatum/swift/usr/lib/swift/linux/x86_64/SwiftShims.swiftmodule", O_RDONLY) = -1 ENOENT (No such file or directory) I am not sure what it should be loading but this file does not exist in the distribution so I wonder why it is searching for it. I had

Re: [swift-users] SwiftShims error thrown while trying to use Swift's REPL

2015-12-23 Thread Projjol Banerji via swift-users
My installation was currently in ~ , I checked to see if keeping it /home/ worked but that did not work either. Any idea why it is looking why it is looking for this module? On Thu, Dec 24, 2015 at 4:23 AM, Jason Dusek wrote: > The relevant bit is in there: > >

Re: [swift-users] SwiftShims error thrown while trying to use Swift's REPL

2015-12-23 Thread Projjol Banerji via swift-users
This contains a part of the strace output. The entire output is quite large ~ 7k LoC, Would that be required? On Wed, Dec 23, 2015 at 2:52 PM, Jason Dusek wrote: > It would be helpful if you provided strace output. > > On Wed, 23 Dec

[swift-users] SwiftShims error thrown while trying to use Swift's REPL

2015-12-23 Thread Projjol Banerji via swift-users
Hey, I recently upgraded to Ubuntu 14.04 in order to try Swift out. I've followed all the instructions given in the installation page (For the 18 December build) , but on trying a simple addition on the Swift REPL, it throws an "opening import file for module 'SwiftShims': No such file or