Re: [swift-users] Failed to resolve REPL breakpoint

2016-01-04 Thread Ryan Lovelett via swift-users
For future reference I figured out what was causing this. The Arch Linux `makepkg` command was calling strip [1] by default. This was obviously stripping out some things that was necessary for build. The fix was obviously to tell the packager to skip calling strip [2]. [1] http://linux.die.net/ma

[swift-users] Failed to resolve REPL breakpoint

2015-12-23 Thread Ryan Lovelett via swift-users
I have compiled from the latest Swift source and built a package for my system using the install to destination. However, after installing the package and running `swift` to test the REPL it dies with the following error: `error: failed to resolve REPL breakpoint for 'repl_main'`. Not really sure