[swift-dev] New Swift development snapshots available!

2016-03-24 Thread Mishal Shah via swift-dev
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a https://github.com/apple/swift

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #2942

2016-03-24 Thread David Farler via swift-dev
This is mine. Looking now. David > On Mar 24, 2016, at 12:24 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#2942] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/2942/ > Project: oss-swift-incremental-RA-osx > Date of build:Thu, 2

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #2942

2016-03-24 Thread David Farler via swift-dev
I temporarily disabled building this target while I investigate. David > On Mar 24, 2016, at 12:28 PM, David Farler via swift-dev > wrote: > > This is mine. Looking now. > > David > >> On Mar 24, 2016, at 12:24 PM, no-re...@swift.org >> wrote: >> >> [FAILURE] os

[swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-24 Thread Труб Илья via swift-dev
Dear colleagues I have faced with strange behaviour, when I compile some swift source on Ubuntu 14, target=arm-linux-gnueabi, all neccessary modules for arm present, -sysroot and -isysroot are passed via -Xcc. :61:10: note: in file included from :61: #include "/usr/include/x86_64-linux-gnu/sys

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-24 Thread Dmitri Gribenko via swift-dev
On Thu, Mar 24, 2016 at 1:30 PM, Труб Илья wrote: > Dear colleagues > I have faced with strange behaviour, when I compile some swift source on > Ubuntu 14, target=arm-linux-gnueabi, all neccessary modules for arm present, > -sysroot and > -isysroot are passed via -Xcc. > > :61:10: note: in file

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-24 Thread Труб Илья via swift-dev
Thanks for your answer, Dmitry. I will look for examples of module maps in test sources. 24.03.2016, 23:56, "Dmitri Gribenko" : > On Thu, Mar 24, 2016 at 1:30 PM, Труб Илья wrote: >>  Dear colleagues >>  I have faced with strange behaviour, when I compile some swift source on >> Ubuntu 14, targ

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-24 Thread Dmitri Gribenko via swift-dev
On Thu, Mar 24, 2016 at 2:03 PM, Труб Илья wrote: > > Thanks for your answer, Dmitry. I will look for examples of module maps in > test sources. You shouldn't need to. If you have built Swift for arm, you should have the right one produced by the build system. How did you compile the standard

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-24 Thread Труб Илья via swift-dev
I have built all targets for arm (including modules and libraries) within the native arm environment on arm-emulator with chroot. 25.03.2016, 00:25, "Dmitri Gribenko" : > On Thu, Mar 24, 2016 at 2:03 PM, Труб Илья wrote: >>  Thanks for your answer, Dmitry. I will look for examples of module maps

Re: [swift-dev] Error with SwiftGlibs building for arm-linux

2016-03-24 Thread Dmitri Gribenko via swift-dev
Then you should have a module map for Glibc in the build products. Dmitri On Thu, Mar 24, 2016 at 2:32 PM, Труб Илья wrote: > I have built all targets for arm (including modules and libraries) within the > native arm environment on arm-emulator with chroot. > > 25.03.2016, 00:25, "Dmitri Griben