Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Ryan Lovelett via swift-dev
On Mon, Jan 4, 2016, at 06:09 PM, Tom Gall wrote: > On Mon, Jan 4, 2016 at 4:44 PM, Ryan Lovelett > wrote: > > I would suggest setting the environment variables and re-running but > > that is just my opinion. > > > > I went through many of the same issues on Arch as well. Arch uses Python > > 2.7.

Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Tom Gall via swift-dev
On Mon, Jan 4, 2016 at 4:44 PM, Ryan Lovelett wrote: > I would suggest setting the environment variables and re-running but > that is just my opinion. > > I went through many of the same issues on Arch as well. Arch uses Python > 2.7.11 and Python 3.5.1; with 3.5.1 being default. Well point I was

Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Ryan Lovelett via swift-dev
I would suggest setting the environment variables and re-running but that is just my opinion. I went through many of the same issues on Arch as well. Arch uses Python 2.7.11 and Python 3.5.1; with 3.5.1 being default. I can _maybe_ give you a clue on the lldb issue. Check out SR-14 [1] which link

Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Tom Gall via swift-dev
Hi Ryan, In my case I'm on Python 2.7. Your comment is interesting as I was just tracking down why python-config --libs and python-config --includes doesn't seem to be used to determine what is the system python install. I was just starting to trace through the build tool to figure out how build-

Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Ryan Lovelett via swift-dev
I wonder what the value of LC_ALL, LC_CTYPE, LANG are set to in your environment? On my system LC_CTYPE=en_US.UTF-8 and LANG=en_US.UTF-8. My understand of Python on Linux is that it reads these environment variables to set `sys.getfilesystemencoding()`. This has to do with configuring Python to con

Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Ryan Lovelett via swift-dev
On Mon, Jan 4, 2016, at 03:40 PM, Tom Gall via swift-dev wrote: > Building with: ./swift/utils/build-script -R -t --foundation > > on Linux (gentoo amd64) fails with > > + /usr/bin/cmake --build > /home/tgall/swift/build/Ninja-ReleaseAssert/swift-linux-x86_64 -- -j4 > SwiftUnitTests > > [6/29] G

Re: [swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Jordan Rose via swift-dev
> On Jan 4, 2016, at 12:40, Tom Gall via swift-dev wrote: > > Building with: ./swift/utils/build-script -R -t --foundation > > on Linux (gentoo amd64) fails with > > + /usr/bin/cmake --build > /home/tgall/swift/build/Ninja-ReleaseAssert/swift-linux-x86_64 -- -j4 > SwiftUnitTests > > [6/29] Ge

[swift-dev] Testing fails in GYBUnicodeDataUtils.py

2016-01-04 Thread Tom Gall via swift-dev
Building with: ./swift/utils/build-script -R -t --foundation on Linux (gentoo amd64) fails with + /usr/bin/cmake --build /home/tgall/swift/build/Ninja-ReleaseAssert/swift-linux-x86_64 -- -j4 SwiftUnitTests [6/29] Generating UnicodeGraphemeBreakTest.cpp from UnicodeGraphemeBreakTest.cpp.gyb with