Renato Golin via llvm-dev
2015-Nov-18 10:35 UTC
[llvm-dev] [cfe-dev] 3.7.1 Release Update - Stable patches deadeline extended to November 9 - testers needed
On 18 November 2015 at 01:09, Brian Cain via cfe-dev <cfe-dev at lists.llvm.org> wrote:> Tom, I tried building 3.7.0 for SuSE Linux Enterprise 11SP3. It failed to > build some specific test cases for lack of specific (new) pthread function > declarations. Assuming the problem is that the glibc is too old to be > supported by clang/llvm, can I build a 3.7.1 release against musl instead?Was Suse's 3.7.0 built against Musl? --renato
Brian Cain via llvm-dev
2015-Nov-18 13:06 UTC
[llvm-dev] [cfe-dev] 3.7.1 Release Update - Stable patches deadeline extended to November 9 - testers needed
No, there is no tarball for SUSE Enterprise Linux 11, I've offered to build one. My clang builds have worked really well for me but it's mildly tricky to build for this old platform. But this is my first time trying the test-release.sh process. On Nov 18, 2015 4:35 AM, "Renato Golin" <renato.golin at linaro.org> wrote:> On 18 November 2015 at 01:09, Brian Cain via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > Tom, I tried building 3.7.0 for SuSE Linux Enterprise 11SP3. It failed > to > > build some specific test cases for lack of specific (new) pthread > function > > declarations. Assuming the problem is that the glibc is too old to be > > supported by clang/llvm, can I build a 3.7.1 release against musl > instead? > > Was Suse's 3.7.0 built against Musl? > > --renato >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151118/12c3481a/attachment.html>
Renato Golin via llvm-dev
2015-Nov-18 13:47 UTC
[llvm-dev] [cfe-dev] 3.7.1 Release Update - Stable patches deadeline extended to November 9 - testers needed
On 18 November 2015 at 13:06, Brian Cain <brian.cain at gmail.com> wrote:> No, there is no tarball for SUSE Enterprise Linux 11, I've offered to build > one. My clang builds have worked really well for me but it's mildly tricky > to build for this old platform. But this is my first time trying the > test-release.sh process.Oh, I see. CMake should make sure you have new enough libraries. If that version of Suse doesn't have minimal versions, and we never had Suse 11 binaries before, and musl fits the bill, I can't see why not. Tom, ideas? cheers, --renato