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

2016-09-14 Thread Douglas Gregor via swift-dev
Bad file descriptor in SwiftPM: Test Case 'ShellTests.testPopen' started at 06:33:36.572 fatal error: 'try!' expression unexpectedly raised an error: POSIX.ShellError.popen(["echo", "foo"], read error: Bad file descriptor (9)): file /home/buildnode/disk2/workspace/oss-swift-incremental-RA-linux

Re: [swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread William Dillon via swift-dev
I haven't succeeded in re-creating the requisite magic since the release of Swift 3. The full moon is coming, though, so we may see success soon. In all seriousness, what has worked in the past has been using the swift-3.0 branch, but also, not trying to build everything at once. I'll start wi

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #2099

2016-09-14 Thread Slava Pestov via swift-dev
Fixed with an lldb patch: https://github.com/apple/swift-lldb/commit/17e76c3d4df10f109bca92c3095e388a9f39a7ce > On Sep 14, 2016, at 4:53 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#2099] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux

Re: [swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread Eric Wing via swift-dev
On 9/14/16, william wrote: > I'm so glad someone else is hitting this problem! > > I've been seeing this relatively often. I have a set of superstitions that > allow me to get past it, and once I do, I try very hard not to delete > anything in my build directory. > > - Will > Can you suggest som

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Richard Neese via swift-dev
Ok so well pkgs would have to be swift-lang-corelibs-foundation swift-lang-corelibs-libdispatch and soforth. Sent from Mail for Windows 10 From: Jeff Hajewski via swift-dev --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus _

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Jeff Hajewski via swift-dev
Agreed on 'swift-lang'. It doesn't seem like a big issue that 'swift' is already taken. Jeff On Wed, Sep 14, 2016 at 3:20 PM, Ron Olson via swift-dev < swift-dev@swift.org> wrote: > I am planning on doing something similar with Fedora and figured to call > it 'swift-lang', as that seems to be av

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Richard Neese via swift-dev
Ok as a start eack lib has to be its own debian pkg. I have done a few and planned to look into it once I had some free time. They have to be done in proper order lib 1/2/3 so that if libe 1 is needed by lib 2 it is there for lib2 to build Sent from Mail for Windows 10 From: Ron Olson via swi

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Ron Olson via swift-dev
I am planning on doing something similar with Fedora and figured to call it 'swift-lang', as that seems to be available. Ron On 14 Sep 2016, at 15:16, Richard Neese via swift-dev wrote: The issue is there is already a pkg called swift that is nothing to do with the apple language. Sent from

Re: [swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Richard Neese via swift-dev
The issue is there is already a pkg called swift that is nothing to do with the apple language. Sent from Mail for Windows 10 From: Paulo Faria via swift-dev --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___

[swift-dev] Debian/Ubuntu Package

2016-09-14 Thread Paulo Faria via swift-dev
Hello everyone! Now that Swift 3 is released I think it would be excellent to the community if swift became an official debian/ubuntu package. This way we could install swift by just doing: apt-get install swift I’d like to know if there’s anyone working on this already. If not, I’d love to t

[swift-dev] Swift 3.0 on Linux x86_32 bit

2016-09-14 Thread Piero Sabino via swift-dev
It is possible to use swift 3.0 on Linux x86_32 bit? Inviato da iPhone Piero Sabino___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Adding kqueue lib to libdispatch test Makefile

2016-09-14 Thread David P Grove via swift-dev
swift-dev-boun...@swift.org wrote on 09/14/2016 01:34:10 PM: > > I'm trying to build Swift 3 for Fedora 24. Fedora doesn't come with > libkqueue so I built and installed that manually into > /usr/(include|lib). Building libdispatch as part of the build script > fails when trying to build the tes

Re: [swift-dev] why are we accepting switch statements with duplicate conditions?

2016-09-14 Thread Bob Wilson via swift-dev
> On Sep 14, 2016, at 10:32 AM, John McCall via swift-dev > wrote: > >> On Sep 14, 2016, at 10:25 AM, Ted Kremenek via swift-dev >> mailto:swift-dev@swift.org>> wrote: >> >> Hi everyone, >> >> Joe Shajrawi nominated an optimizer fix for Swift 3.0.1 where the optimizer >> was crashing due to

[swift-dev] Adding kqueue lib to libdispatch test Makefile

2016-09-14 Thread Ron Olson via swift-dev
Hi all- I'm trying to build Swift 3 for Fedora 24. Fedora doesn't come with libkqueue so I built and installed that manually into /usr/(include|lib). Building libdispatch as part of the build script fails when trying to build the tests in swift-corelibs-libdispatch/tests because it can't find

Re: [swift-dev] why are we accepting switch statements with duplicate conditions?

2016-09-14 Thread John McCall via swift-dev
> On Sep 14, 2016, at 10:25 AM, Ted Kremenek via swift-dev > wrote: > > Hi everyone, > > Joe Shajrawi nominated an optimizer fix for Swift 3.0.1 where the optimizer > was crashing due to duplicate conditions in aswitchstatement: > > https://bugs.swift.org/browse/SR-2512

[swift-dev] why are we accepting switch statements with duplicate conditions?

2016-09-14 Thread Ted Kremenek via swift-dev
Hi everyone, Joe Shajrawi nominated an optimizer fix for Swift 3.0.1 where the optimizer was crashing due to duplicate conditions in aswitchstatement: https://bugs.swift.org/browse/SR-2512 https://github.com/apple/swift/pull/4747

Re: [swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread william via swift-dev
I'm so glad someone else is hitting this problem! I've been seeing this relatively often. I have a set of superstitions that allow me to get past it, and once I do, I try very hard not to delete anything in my build directory. - Will > On Sep 14, 2016, at 5:49 AM, Eric Wing via swift-dev >

[swift-dev] Android: Build error: No such module "SwiftGlibc"

2016-09-14 Thread Eric Wing via swift-dev
I'm trying to build Swift 3 for Android. I'm getting an error at compiling android/armv7/Glibc.o Glibc.swift:13 error: no such module 'SwiftGlibc' @_exported import SwiftGlibc // Clang module Any ideas what to do? Thanks, Eric ___ swift-dev mailing list