[swift-dev] The Swift Programming Language (Malay Translation)

2016-06-16 Thread Natthan Leong via swift-dev
Hi everyone, I’ve started the Malay language translation of The Swift Programming Language on Github. https://github.com/contraultra/The-Swift-Programming-Language-in-Malay Contributions are welcomed! For more about the M

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-16 Thread Sangjin Han via swift-dev
Hi, Kim. The test result is same on WSL build 14342. There is similar report in https://github.com/Microsoft/BashOnWindows/issues/286 . MS engineer recognized this and replied that give them feedback on the uservoice for prioritizing, currently it has only 3 votes. -Han Sangjin 2016-06-16 21:17

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

2016-06-16 Thread Mishal Shah via swift-dev
Clean build fixed the issue. https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/5726/ Thanks, Mishal Shah > On Jun 16, 2016, at 8:21 AM, Erik Eckstein wrote: > > Hi Mishal, > > this might be a problem with incremental. I’d like to rebuild with a clean > workspace. How can

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

2016-06-16 Thread Erik Eckstein via swift-dev
Hi Mishal, this might be a problem with incremental. I’d like to rebuild with a clean workspace. How can I clean the workspace? Thanks, Erik > On Jun 16, 2016, at 5:13 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#5724] > > Build URL: > https://

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-16 Thread Dmitri Gribenko via swift-dev
On Thu, Jun 16, 2016 at 5:17 AM, Jongsu Kim wrote: > Hi, > >> This could have been caused by our switch from the BFD linker to gold. >> Could you try linking a hello world program using gold linker and >> running it in WSL? > > > I tried to build Swift by not using -fuse-gold option and the result

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-16 Thread Jongsu Kim via swift-dev
Hi, This could have been caused by our switch from the BFD linker to gold. > Could you try linking a hello world program using gold linker and > running it in WSL? > I tried to build Swift by not using -fuse-gold option and the result was same. Are you sure that PROT_GROWSDOWN is the flag that

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-16 Thread 김종수 via swift-dev
Hi, Han The test code is as follows: #include #include int main() { if (!dlopen("swift-3.0-preview-1-ubuntu14.04/usr/lib/swift/linux/libswiftCore.so", RTLD_LAZY | RTLD_GLOBAL)) fprintf(stderr, "%s\n", dlerror()); } The executable stack flag is queried as follows: sudo execstack -

[swift-dev] swift-3.0-preview-2-branch has been cut

2016-06-16 Thread Ted kremenek via swift-dev
Hi everyone, The swift-3.0-preview-2-branch has been cut. It will be managed in the same way as swift-3.0-preview-1-branch as described in the Swift 3.0 Release Process blog post. Cheers, Ted ___ swift-dev mailing list swift-dev@swift.org https://lis