Re: [swift-dev] need help with GLibc module map problem

2016-06-03 Thread David P Grove via swift-dev
Dmitri Gribenko wrote on 06/02/2016 06:19:33 PM: > > Could you check if there are multiple definitions of off_t or mode_t > in different headers guarded by macros? Something like this, > duplicated across several headers: > > #if !defined(_OFF_T_DEFINED) > typedef __off_t off_t; > #define _OFF_T_

Re: [swift-dev] need help with GLibc module map problem

2016-06-03 Thread Dmitri Gribenko via swift-dev
On Fri, Jun 3, 2016 at 8:23 AM, David P Grove wrote: > Dmitri Gribenko wrote on 06/02/2016 06:19:33 PM: >> >> Could you check if there are multiple definitions of off_t or mode_t >> in different headers guarded by macros? Something like this, >> duplicated across several headers: >> >> #if !defi

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (swift-3.0-preview-1) #532

2016-06-03 Thread Jordan Rose via swift-dev
This one isn't me. Daniel, any idea why this test could fail? Jordan > On Jun 3, 2016, at 10:09, no-re...@swift.org wrote: > > [FAILURE] oss-swift-3.0-preview-1-incremental-RA-linux-ubuntu-14_04 [#532] > > Build URL: > https://ci.swift.org/job/oss-swift-3.0-preview-1-incremental-RA-linux-ub

Re: [swift-dev] [RFC] Toolchain based build process

2016-06-03 Thread Saleem Abdulrasool via swift-dev
On Wed, Jun 1, 2016 at 2:18 PM, Daniel Dunbar via swift-dev < swift-dev@swift.org> wrote: > Hi all, > > The current build process for the overall Swift project (i.e., the > compiler + associated projects like Foundation, XCTest, and SwiftPM) relies > on each project having dependencies on the buil

Re: [swift-dev] [RFC] Toolchain based build process

2016-06-03 Thread Daniel Dunbar via swift-dev
> On Jun 3, 2016, at 1:14 PM, Saleem Abdulrasool wrote: > > On Wed, Jun 1, 2016 at 2:18 PM, Daniel Dunbar via swift-dev > mailto:swift-dev@swift.org>> wrote: > Hi all, > > The current build process for the overall Swift project (i.e., the compiler + > associated projects like Foundation, XCTe