Re: [swift-dev] Linux Foundation test failure

2016-09-04 Thread Dave Abrahams via swift-dev
Sent from my iPad > On Sep 2, 2016, at 12:46 PM, Philippe Hausler wrote: > > TestFoundation has a dependency upon libFoundation.so, however if the naming > rules of symbols has changed then it probably needs to re-compile everything > in Foundation. This looks like it had a stale build aroun

Re: [swift-dev] Linux Foundation test failure

2016-09-02 Thread Philippe Hausler via swift-dev
TestFoundation has a dependency upon libFoundation.so, however if the naming rules of symbols has changed then it probably needs to re-compile everything in Foundation. This looks like it had a stale build around. > On Aug 29, 2016, at 10:43 AM, Dave Abrahams via swift-dev > wrote: > > > Thi

[swift-dev] Linux Foundation test failure

2016-09-02 Thread Dave Abrahams via swift-dev
This appears to be due to some missing dependency information in the build system for Foundation's tests. Some stdlib names not used directly by the overlay or tests were changed and now linking fails with: + env LD_LIBRARY_PATH=//usr//lib/swift/:/home/buildnode/disk2/workspace/oss-swift-increm