Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-22 Thread Eric Wing via swift-dev
Well, I finished the full rebuild, but I seemed to have come across a lot of the same problems again. (1) First, building everything via the package.sh, I hit some error I think connected to xctest or maybe swiftpm: + /home/pi/Source/SWIFTARM/package-swift/swiftpm/Utilities/bootstrap --

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-21 Thread Eric Wing via swift-dev
On 9/21/16, William Dillon wrote: > Hi Eric, > > I'm glad you're making progress. > > I've seen the swift-autolink-extract issue before. For some reason that > symlink to swift isn't being made for you. You can try making a new symlink > to `swift` and see if that gets you forward. > Thank you

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-21 Thread William Dillon via swift-dev
Hi Eric, I'm glad you're making progress. I've seen the swift-autolink-extract issue before. For some reason that symlink to swift isn't being made for you. You can try making a new symlink to `swift` and see if that gets you forward. I'd recommend using the github swift-arm repos, specifica

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-21 Thread Eric Wing via swift-dev
Since you spotted a problem using QEMU, I did a rebuild on a real Pi 2. I think the segfaults during the build went away. However, I still get the install error about CMake Error at scripts/cmake_install.cmake:36 (file): file INSTALL cannot find "/home/pi/Source/SWIFT/build/Ninja-Release/lldb-

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-20 Thread Eric Wing via swift-dev
On 9/20/16, William Dillon wrote: > >> On Sep 20, 2016, at 1:01 PM, Eric Wing wrote: >> >> On 9/20/16, william wrote: >>> Hi Eric, >>> >>> Can you check whether what you're building on has this commit? >>> https://github.com/apple/swift-package-manager/commit/0268214b5477ca338b502c90aaa3e9ba50b6

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-20 Thread William Dillon via swift-dev
> On Sep 20, 2016, at 1:01 PM, Eric Wing wrote: > > On 9/20/16, william wrote: >> Hi Eric, >> >> Can you check whether what you're building on has this commit? >> https://github.com/apple/swift-package-manager/commit/0268214b5477ca338b502c90aaa3e9ba50b68e18 >>

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-20 Thread Eric Wing via swift-dev
On 9/20/16, william wrote: > Hi Eric, > > Can you check whether what you're building on has this commit? > https://github.com/apple/swift-package-manager/commit/0268214b5477ca338b502c90aaa3e9ba50b68e18 >

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-20 Thread william via swift-dev
Hi Eric, Can you check whether what you're building on has this commit? https://github.com/apple/swift-package-manager/commit/0268214b5477ca338b502c90aaa3e9ba50b68e18 There was a truncation of a bi

Re: [swift-dev] More Swift 3 Raspberry Pi 2 build problems

2016-09-20 Thread Eric Wing via swift-dev
And here is one more problem I found. I get a compiler assertion failure on some code that used to work for me in Swift 2.3 on Pi, and also compiles fine under Xcode 8/Swift 3. I filed a formal radar for this one. https://bugs.swift.org/browse/SR-2706 swift: /home/pi/Source/SWIFT/swift/lib/IRGen/