Paweł Bylica via llvm-dev
2016-May-09 14:34 UTC
[llvm-dev] Status of the official LLVM APT repositories
llvm-3.8-dev is broken: CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): include could not find load file: /usr/share/llvm/cmake/LLVMExports.cmake llvm-3.7-dev is ok. Why is it so error prone for so many years? On Sun, May 8, 2016 at 11:31 PM Amaury SECHET via llvm-dev < llvm-dev at lists.llvm.org> wrote:> So, it turns out that the secret sauce to clone that thing is $ svn co > svn://anonscm.debian.org/pkg-llvm/ > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160509/691e1047/attachment.html>
Sylvestre Ledru via llvm-dev
2016-May-09 14:45 UTC
[llvm-dev] Status of the official LLVM APT repositories
Le 09/05/2016 à 07:34, Paweł Bylica a écrit :> llvm-3.8-dev is broken: > > CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): > include could not find load file: > > /usr/share/llvm/cmake/LLVMExports.cmakeBrad King helped me and it should be fixed in the next few days/weeks.> > llvm-3.7-dev is ok. > > Why is it so error prone for so many years?Because the migration from autotool to cmake wasn't trivial, because it wasn't part of my priorities. Thanks to Andrew's work, we moved to cmake, it is normal that we are experiencing difficulties. Anyway, help is welcome: I am no cmake expert. Sylvestre
Paweł Bylica via llvm-dev
2016-May-09 14:59 UTC
[llvm-dev] Status of the official LLVM APT repositories
On Mon, May 9, 2016 at 4:46 PM Sylvestre Ledru <sylvestre at debian.org> wrote:> Le 09/05/2016 à 07:34, Paweł Bylica a écrit : > > llvm-3.8-dev is broken: > > > > CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): > > include could not find load file: > > > > /usr/share/llvm/cmake/LLVMExports.cmake > Brad King helped me and it should be fixed in the next few days/weeks. >Will the fix be included in the next build?> > > > llvm-3.7-dev is ok. > > > > Why is it so error prone for so many years? > Because the migration from autotool to cmake wasn't trivial, because it > wasn't part of my priorities. > Thanks to Andrew's work, we moved to cmake, it is normal that we are > experiencing difficulties. > Anyway, help is welcome: I am no cmake expert. >I'm happy to help. But I'm not Debian packaging expert. Can you provide some information how to build and test the packages locally (preferably add that information to http://llvm.org/apt/)? - Paweł -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160509/f70c0712/attachment.html>
Amaury SECHET via llvm-dev
2016-May-11 14:40 UTC
[llvm-dev] Status of the official LLVM APT repositories
I have no idea how to test it, but I have a patch to resurrect the llvm-tools package. I don't know how to go forward, so I'm looking for help here. 2016-05-09 17:45 GMT+03:00 Sylvestre Ledru <sylvestre at debian.org>:> Le 09/05/2016 à 07:34, Paweł Bylica a écrit : > >> llvm-3.8-dev is broken: >> >> CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): >> include could not find load file: >> >> /usr/share/llvm/cmake/LLVMExports.cmake >> > Brad King helped me and it should be fixed in the next few days/weeks. > >> >> llvm-3.7-dev is ok. >> >> Why is it so error prone for so many years? >> > Because the migration from autotool to cmake wasn't trivial, because it > wasn't part of my priorities. > Thanks to Andrew's work, we moved to cmake, it is normal that we are > experiencing difficulties. > Anyway, help is welcome: I am no cmake expert. > > Sylvestre > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160511/3ea32e62/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm-tools.patch Type: application/octet-stream Size: 3574 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160511/3ea32e62/attachment.obj>
Yury V. Zaytsev via llvm-dev
2016-Jun-03 09:44 UTC
[llvm-dev] Status of the official LLVM APT repositories
Hi Sylvestre, As far as I can see, the APT mirror has been switched off; in the mean time, is there any alternative source from where the latest packages can be downloaded manually? I understand that there was talk about opening up the new Jenkins, but, apparently, this has never happened? Is it appropriate to shed some light on the current situation on the public mailing list? If it's simply a bandwidth problem, then maybe the mirror can be put behind CloudFlare or some such? Do you need any help? Is there any ETAs on when then mirror will be back so far? Many thanks! -- Sincerely yours, Yury V. Zaytsev