Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-19 Thread Ryan Lovelett via swift-users
I'll also plug my repo: https://github.com/RLovelett/swift-aur I use this to build from source on Arch. On Sun, Jul 17, 2016, at 03:44 PM, Farhan Ahmed via swift-users wrote: > Thank you Andrés. I will take a look at those packages from the AUR. > > Best, > Farhan > >> On Jul 16, 2016, at 9:34

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-18 Thread Farhan Ahmed via swift-users
Thank Lukas. I applied that patch and it did not work for me, at for the incremental build. I will do a complete clean kick off the build process with this patch to see if that resolves the issue. Best, Farhan > On Jul 17, 2016, at 10:48 PM, Lukas Stabe wrote: > > I ran into the same error a

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-18 Thread Michael Gottesman via swift-users
> On Jul 17, 2016, at 12:58 PM, Farhan Ahmed via swift-users > wrote: > > Thanks Kyle for the help and link to the swiftenv. I didn’t know it was > available, and was wondering if there was one available… saves me the trouble > of writing one ;) > > I have all dependencies installed. The err

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-17 Thread Lukas Stabe via swift-users
I ran into the same error a few weeks ago. I can’t remember where I found this and why it fixes things, but this patch made swift build again for me: diff --git a/cmake/modules/SwiftManpage.cmake b/cmake/modules/SwiftManpage.cmake index 480b100..3bb1af3 100644 --- a/cmake/modules/SwiftManpage.cma

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-17 Thread Farhan Ahmed via swift-users
Thanks Kyle for the help and link to the swiftenv. I didn’t know it was available, and was wondering if there was one available… saves me the trouble of writing one ;) I have all dependencies installed. The error seems to be that the docs/tools/swift.1 file that is created is zero bytes, so I a

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-17 Thread Farhan Ahmed via swift-users
Thank you Andrés. I will take a look at those packages from the AUR. Best, Farhan > On Jul 16, 2016, at 9:34 PM, Andrés Botero via swift-users > wrote: > > Hello. > > I've never tried building from the Swift repository, and I think you don't > need to do it either. > > What I do is just ins

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-17 Thread Kyle Fuller via swift-users
Hi Farhan, To build Swift on ArchLinux you will need to install the perl package which includes pod2man. I think the list of dependencies at https://swiftenv.fuller.li/en/latest/building-swift.html#arch-linux is correct and should contain everything you need. $ pacman -S perl libbsd icu gi

Re: [swift-users] Building Swift 3 under ArchLinux

2016-07-16 Thread Andrés Botero via swift-users
Hello. I've never tried building from the Swift repository, and I think you don't need to do it either. What I do is just installing from the AUR, if you install the 'swift' package it will compile the last release for you, if you install 'swift-bin' it will repackage the ubuntu binary for arch. If

[swift-users] Building Swift 3 under ArchLinux

2016-07-16 Thread Farhan Ahmed via swift-users
Hi, I am hoping someone would be able to help with the following problem: I am trying to build Swift 3 under ArchLinux. I have followed the build instructions and everything has been cloned and kick off the build by typing: ./swift/utils/build-script -R After a long while the build errors out