Re: [swift-corelibs-dev] [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #775

2017-01-27 Thread Brian Croom via swift-corelibs-dev
This seems to be the same failure as here from yesterday: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/164/console I'm pretty confident there haven't been any changes in XCTest in weeks that would account for a memory error like this. On Fri, Jan 27, 2017 at 1:33 PM Jordan Rose

Re: [swift-corelibs-dev] [swift-dev] Swift CI PR builder dispatch linux failure

2016-09-26 Thread Brian Croom via swift-corelibs-dev
When I was working this summer on getting SourceKit to build on Linux, one challenge I encountered with getting the build to work cleanly was that SourceKit is in the Swift repo, but it has a dependency on libdispatch. Moving the dispatch overlay code such that libdispatch could always be built bef

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-07-05 Thread Brian Croom via swift-corelibs-dev
Hmm, it does look like XCTest needs some work done to get things working with the latest Swift 3 changes made in the stdlib and corelibs-foundation. I don't have access to a development environment to investigate further, but as far as I can tell, this wouldn't build on Linux either. Has there been

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-06-20 Thread Brian Croom via swift-corelibs-dev
Hmm, have you tried deleting your `build/swift-macosx-x86_64/` directory? I wonder if cached CMake values could cause that issue. (By the way, I can confirm that getting the build going for the first time is the most challenging! I hope we can get things going for you soon.) 2016-06-20 22:22 GMT-

Re: [swift-corelibs-dev] libdispatch on Linux, or C++ std::async?

2016-05-30 Thread Brian Croom via swift-corelibs-dev
I have no hands-on experience with it itself, but my understanding is that the std::async API in the current standards is pretty severely flawed and makes it awfully easy to shoot yourself in the foot. On the other hand, the libdispatch usage here does appear to be pretty basic. Hopefully someone

Re: [swift-corelibs-dev] libdispatch on Linux, or C++ std::async?

2016-05-30 Thread Brian Croom via swift-corelibs-dev
I've noticed that there is a submodule reference to libpwq (see https://github.com/apple/swift-corelibs-libdispatch/blob/master/.gitmodules). Is it possible that the submodule hasn't been initialized in your clone? måndag 30 maj 2016 skrev Brian Gesiak via swift-corelibs-dev < swift-corelibs-dev@s

Re: [swift-corelibs-dev] [XCTest] Cannot build using XCode

2016-05-29 Thread Brian Croom via swift-corelibs-dev
That's right, breaking changes have been made to Swift since the latest toolchain snapshot was released, and Corelibs Foundation has been updated accordingly. Until the next snapshot, an alternative to building your own toolchain would be to check out an older commit of Foundation which still buil