Andrew Kelley via llvm-dev
2018-Nov-27 14:28 UTC
[llvm-dev] apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Who maintains apt.llvm.org? On 11/27/18 9:25 AM, Andrew Kelley wrote:> ---------- Forwarded message --------- > From: Andrew Kelley <superjoe30 at gmail.com> > Date: Mon, Nov 26, 2018 at 10:38 AM > Subject: apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7 > To: LLVM Dev <llvm-dev at lists.llvm.org> > > > This build worked on Nov 24 and stopped working Nov 25. > > 2018-11-25T16:48:47.6020966Z + sudo sh -c echo "deb > http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" >> > /etc/apt/sources.list > ... > 2018-11-25T16:53:30.7836235Z > /home/vsts/work/1/s/src/zig_llvm.cpp:686:1: error: static assertion > failed > 2018-11-25T16:53:30.7837134Z > static_assert((Triple::OSType)ZigLLVM_LastOSType => Triple::LastOSType, ""); > 2018-11-25T16:53:30.7837409Z ^~~~~~~~~~~~~ > full logs https://dev.azure.com/ziglang/zig/_build/results?buildId=229&view=logs > > The version on apt.llvm.org has > HermitCore, // HermitCore Unikernel/Multikernel > LastOSType = HermitCore > > But llvm 7.0.0 and 7.0.1 have > AMDPAL, // AMD PAL Runtime > LastOSType = AMDPAL > > Downstream issue https://github.com/ziglang/zig/issues/1788 > > Is anyone working on this? > > Regards, > Andrew-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181127/1eb117e2/attachment.sig>
Brian Cain via llvm-dev
2018-Nov-27 18:34 UTC
[llvm-dev] apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Is that done by Sylvestre, maybe? On Tue, Nov 27, 2018 at 8:29 AM Andrew Kelley via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Who maintains apt.llvm.org? > > On 11/27/18 9:25 AM, Andrew Kelley wrote: > > ---------- Forwarded message --------- > > From: Andrew Kelley <superjoe30 at gmail.com> > > Date: Mon, Nov 26, 2018 at 10:38 AM > > Subject: apt.llvm.org has the wrong binaries/headers for > llvm-toolchain-xenial-7 > > To: LLVM Dev <llvm-dev at lists.llvm.org> > > > > > > This build worked on Nov 24 and stopped working Nov 25. > > > > 2018-11-25T16:48:47.6020966Z + sudo sh -c echo "deb > > http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" >> > > /etc/apt/sources.list > > ... > > 2018-11-25T16:53:30.7836235Z > > /home/vsts/work/1/s/src/zig_llvm.cpp:686:1: error: static assertion > > failed > > 2018-11-25T16:53:30.7837134Z > > static_assert((Triple::OSType)ZigLLVM_LastOSType => > Triple::LastOSType, ""); > > 2018-11-25T16:53:30.7837409Z ^~~~~~~~~~~~~ > > full logs > https://dev.azure.com/ziglang/zig/_build/results?buildId=229&view=logs > > > > The version on apt.llvm.org has > > HermitCore, // HermitCore Unikernel/Multikernel > > LastOSType = HermitCore > > > > But llvm 7.0.0 and 7.0.1 have > > AMDPAL, // AMD PAL Runtime > > LastOSType = AMDPAL > > > > Downstream issue https://github.com/ziglang/zig/issues/1788 > > > > Is anyone working on this? > > > > Regards, > > Andrew > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181127/d37a377e/attachment.html>
Sylvestre Ledru via llvm-dev
2018-Nov-27 19:07 UTC
[llvm-dev] apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Hello This is indeed me. Could you please report a bug ? I will have a look asap Sylvestre Le 27/11/2018 à 19:34, Brian Cain a écrit :> Is that done by Sylvestre, maybe? > > On Tue, Nov 27, 2018 at 8:29 AM Andrew Kelley via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Who maintains apt.llvm.org <http://apt.llvm.org>? > > On 11/27/18 9:25 AM, Andrew Kelley wrote: > > ---------- Forwarded message --------- > > From: Andrew Kelley <superjoe30 at gmail.com > <mailto:superjoe30 at gmail.com>> > > Date: Mon, Nov 26, 2018 at 10:38 AM > > Subject: apt.llvm.org <http://apt.llvm.org> has the wrong > binaries/headers for llvm-toolchain-xenial-7 > > To: LLVM Dev <llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>> > > > > > > This build worked on Nov 24 and stopped working Nov 25. > > > > 2018-11-25T16:48:47.6020966Z + sudo sh -c echo "deb > > http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" >> > > /etc/apt/sources.list > > ... > > 2018-11-25T16:53:30.7836235Z > > /home/vsts/work/1/s/src/zig_llvm.cpp:686:1: error: static assertion > > failed > > 2018-11-25T16:53:30.7837134Z > > static_assert((Triple::OSType)ZigLLVM_LastOSType => > Triple::LastOSType, ""); > > 2018-11-25T16:53:30.7837409Z ^~~~~~~~~~~~~ > > full logs > https://dev.azure.com/ziglang/zig/_build/results?buildId=229&view=logs > > > > The version on apt.llvm.org <http://apt.llvm.org> has > > HermitCore, // HermitCore Unikernel/Multikernel > > LastOSType = HermitCore > > > > But llvm 7.0.0 and 7.0.1 have > > AMDPAL, // AMD PAL Runtime > > LastOSType = AMDPAL > > > > Downstream issue https://github.com/ziglang/zig/issues/1788 > > > > Is anyone working on this? > > > > Regards, > > Andrew > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > -- > -Brian-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181127/9471f476/attachment.html>
Andrew Kelley via llvm-dev
2018-Nov-28 15:42 UTC
[llvm-dev] apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Here's further proof: wget http://apt.llvm.org/xenial/pool/main/l/llvm-toolchain-7/llvm-7-dev_7.0.1~svn347285-1~exp1~20181124105320.40_amd64.deb ar vx llvm-7-dev_7.0.1~svn347285-1~exp1~20181124105320.40_amd64.deb tar xvf data.tar.xz grep Hurd usr/include/llvm-7/llvm/ADT/Triple.h Hurd, // GNU/Hurd LastOSType = Hurd /// Tests whether the OS is Hurd. bool isOSHurd() const { return getOS() == Triple::Hurd; getOS() == Triple::Hurd) && grep Hurd ~/downloads/llvm_release_70/include/llvm/ADT/Triple.h (nothing)>> From: Andrew Kelley <superjoe30 at gmail.com> >> Date: Mon, Nov 26, 2018 at 10:38 AM >> Subject: apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7 >> To: LLVM Dev <llvm-dev at lists.llvm.org> >> >> >> This build worked on Nov 24 and stopped working Nov 25. >> >> 2018-11-25T16:48:47.6020966Z + sudo sh -c echo "deb >> http://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" >> >> /etc/apt/sources.list >> ... >> 2018-11-25T16:53:30.7836235Z >> /home/vsts/work/1/s/src/zig_llvm.cpp:686:1: error: static assertion >> failed >> 2018-11-25T16:53:30.7837134Z >> static_assert((Triple::OSType)ZigLLVM_LastOSType =>> Triple::LastOSType, ""); >> 2018-11-25T16:53:30.7837409Z ^~~~~~~~~~~~~ >> full logs https://dev.azure.com/ziglang/zig/_build/results?buildId=229&view=logs >> >> The version on apt.llvm.org has >> HermitCore, // HermitCore Unikernel/Multikernel >> LastOSType = HermitCore >> >> But llvm 7.0.0 and 7.0.1 have >> AMDPAL, // AMD PAL Runtime >> LastOSType = AMDPAL >> >> Downstream issue https://github.com/ziglang/zig/issues/1788 >> >> Is anyone working on this? >> >> Regards, >> Andrew-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181128/2d23fe9b/attachment.sig>
Possibly Parallel Threads
- apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
- 7.0.1-rc2 release has been tagged please begin testing
- apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
- ELF EM value for 65816
- samba log level: ldap log file remains empty