Sylvestre Ledru via llvm-dev
2016-Apr-29 05:27 UTC
[llvm-dev] Missing clang-modernize in 3.8 (Debian 8 Jessie)
Thanks, I fixed the typo with Xenial. I don't know if I want to bring back llvm-jenkins.d.n again yet. if people see an interest in it, why not :) Le 27/04/2016 à 13:06, Alexander Kornienko a écrit :> ... and http://llvm-jenkins.debian.net/ seems to be down. Sorry for > bugging you with all of this, and thanks for fixing the > clang-modernize thingy so quickly! > > On Wed, Apr 27, 2016 at 12:35 PM, Alexander Kornienko > <alexfh at google.com <mailto:alexfh at google.com>> wrote: > > While you're here, Xenial (15.10) seems wrong (should be 16.04 LTS). > > On Wed, Apr 27, 2016 at 12:32 PM, Sylvestre Ledru > <sylvestre at debian.org <mailto:sylvestre at debian.org>> wrote: > > Hello > > Indeed, this package no longer exists. I removed it from > llvm.org/apt/ <http://llvm.org/apt/> > > Thanks, > Sylvestre > > Le 27/04/2016 à 12:23, Alexander Kornienko a écrit : > > Adding Sylvestre, who should know how to fix that. > > > > On Tue, Apr 26, 2016 at 10:39 PM, Nick Wiggill <nick.wiggill at gmail.com > <mailto:nick.wiggill at gmail.com> <mailto:nick.wiggill at gmail.com > <mailto:nick.wiggill at gmail.com>>> wrote: > > > > Thanks for your replies, gentlemen. I'm in good standing > with my install, then. > > > > On the apt page <http://llvm.org/apt/>, it should not be > suggested then to "apt-get install [..etc..] > clang-modernize-3.8 [..etc..]" (see under "Install > > (qualification branch)"). Should probably be updated - thank you Benjamin for asking. > > > > On 26 April 2016 at 18:28, Alexander Kornienko <alexfh at google.com > <mailto:alexfh at google.com> <mailto:alexfh at google.com > <mailto:alexfh at google.com>>> wrote: > > > > The docs are in a good shape in this regard: > > > > http://clang.llvm.org/extra/clang-modernize.html > > > http://llvm.org/releases/3.8.0/tools/clang/tools/extra/docs/clang-modernize.html > > > > > > Apparently, it doesn't make the fact more > discoverable though. > > > > On Tue, Apr 26, 2016 at 11:27 AM, Benjamin Kramer via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > <mailto:llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>>> wrote: > > > > clang-modernize was folded into clang-tidy and > is no longer provided > > as a separate package. Do we have outdated docs > somewhere? > > > > On Tue, Apr 26, 2016 at 10:22 AM, Nick Wiggill > via llvm-dev > > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > <mailto:llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org>>> wrote: > > > Hi, new to llvm/clang so forgive any errors on > my part. > > > > > > For Debian 8 (Jessie), though all other > packages have installed > > > successfully, for clang modernize I get - > > > > > > nick at macbookpro-debian:~$ sudo apt-get install > clang-modernize-3.8 > > > [sudo] password for nick: > > > Reading package lists... Done > > > Building dependency tree > > > Reading state information... Done > > > E: Unable to locate package clang-modernize-3.8 > > > E: Couldn't find any package by regex > 'clang-modernize-3.8' > > > > > > Any ideas as to why just this one package > would be giving problems? > > > > > > -- > > > Nick Wiggill > > > mobile +27 (0) 825457544 > <tel:%2B27%20%280%29%20825457544> > <tel:%2B27%20%280%29%20825457544> > > > > > > _______________________________________________ > > > LLVM Developers mailing list > > > llvm-dev at lists.llvm.org > <mailto:llvm-dev at lists.llvm.org> > <mailto:llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> > > >http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > <mailto:llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> > >http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > > > > > > > > > -- > > Nick Wiggill > > *mobile* +27 (0) 825457544 > <tel:%2B27%20%280%29%20825457544> > <tel:%2B27%20%280%29%20825457544> > > > > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160429/37425330/attachment.html>
Alexander Kornienko via llvm-dev
2016-May-01 13:51 UTC
[llvm-dev] Missing clang-modernize in 3.8 (Debian 8 Jessie)
Thank you for the fix! Re: llvm-jenkins.d.n: isn't it the bot that builds nightly apt packages for llvm? If yes, I think there is certain interest. BTW, do you have usage stats of the LLVM nightly apt repositories? On Fri, Apr 29, 2016 at 7:27 AM, Sylvestre Ledru <sylvestre at debian.org> wrote:> Thanks, I fixed the typo with Xenial. > I don't know if I want to bring back llvm-jenkins.d.n again yet. if people > see an interest in it, why not :) > > > Le 27/04/2016 à 13:06, Alexander Kornienko a écrit : > > ... and http://llvm-jenkins.debian.net/ seems to be down. Sorry for > bugging you with all of this, and thanks for fixing the clang-modernize > thingy so quickly! > > On Wed, Apr 27, 2016 at 12:35 PM, Alexander Kornienko < > <alexfh at google.com>alexfh at google.com> wrote: > >> While you're here, Xenial (15.10) seems wrong (should be 16.04 LTS). >> >> On Wed, Apr 27, 2016 at 12:32 PM, Sylvestre Ledru < >> <sylvestre at debian.org>sylvestre at debian.org> wrote: >> >>> Hello >>> >>> Indeed, this package no longer exists. I removed it from llvm.org/apt/ >>> >>> Thanks, >>> Sylvestre >>> >>> Le 27/04/2016 à 12:23, Alexander Kornienko a écrit : >>> > Adding Sylvestre, who should know how to fix that. >>> > >>> > On Tue, Apr 26, 2016 at 10:39 PM, Nick Wiggill <nick.wiggill at gmail.com >>> <mailto:nick.wiggill at gmail.com>> wrote: >>> > >>> > Thanks for your replies, gentlemen. I'm in good standing with my >>> install, then. >>> > >>> > On the apt page < <http://llvm.org/apt/>http://llvm.org/apt/>, it >>> should not be suggested then to "apt-get install [..etc..] >>> clang-modernize-3.8 [..etc..]" (see under "Install >>> > (qualification branch)"). Should probably be updated - thank you >>> Benjamin for asking. >>> > >>> > On 26 April 2016 at 18:28, Alexander Kornienko < >>> <alexfh at google.com>alexfh at google.com <mailto:alexfh at google.com>> wrote: >>> > >>> > The docs are in a good shape in this regard: >>> > >>> > http://clang.llvm.org/extra/clang-modernize.html >>> > >>> http://llvm.org/releases/3.8.0/tools/clang/tools/extra/docs/clang-modernize.html >>> > >>> > >>> > Apparently, it doesn't make the fact more discoverable though. >>> > >>> > On Tue, Apr 26, 2016 at 11:27 AM, Benjamin Kramer via llvm-dev >>> < <llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org <mailto: >>> llvm-dev at lists.llvm.org>> wrote: >>> > >>> > clang-modernize was folded into clang-tidy and is no >>> longer provided >>> > as a separate package. Do we have outdated docs somewhere? >>> > >>> > On Tue, Apr 26, 2016 at 10:22 AM, Nick Wiggill via llvm-dev >>> > < <llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org >>> <mailto:llvm-dev at lists.llvm.org>> wrote: >>> > > Hi, new to llvm/clang so forgive any errors on my part. >>> > > >>> > > For Debian 8 (Jessie), though all other packages have >>> installed >>> > > successfully, for clang modernize I get - >>> > > >>> > > nick at macbookpro-debian:~$ sudo apt-get install >>> clang-modernize-3.8 >>> > > [sudo] password for nick: >>> > > Reading package lists... Done >>> > > Building dependency tree >>> > > Reading state information... Done >>> > > E: Unable to locate package clang-modernize-3.8 >>> > > E: Couldn't find any package by regex >>> 'clang-modernize-3.8' >>> > > >>> > > Any ideas as to why just this one package would be >>> giving problems? >>> > > >>> > > -- >>> > > Nick Wiggill >>> > > mobile +27 (0) 825457544 <%2B27%20%280%29%20825457544> >>> <tel:%2B27%20%280%29%20825457544> >>> > > >>> > > _______________________________________________ >>> > > LLVM Developers mailing list >>> > > <llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org >>> <mailto:llvm-dev at lists.llvm.org> >>> > > >>> <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> > > >>> > _______________________________________________ >>> > 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 >>> > >>> > >>> > >>> > >>> > >>> > -- >>> > Nick Wiggill >>> > *mobile* +27 (0) 825457544 <%2B27%20%280%29%20825457544> >>> <tel:%2B27%20%280%29%20825457544> >>> > >>> > >>> >>> >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160501/097095bc/attachment.html>
Sylvestre Ledru via llvm-dev
2016-May-08 11:44 UTC
[llvm-dev] Missing clang-modernize in 3.8 (Debian 8 Jessie)
Le 01/05/2016 à 15:51, Alexander Kornienko a écrit :> Thank you for the fix! Re: llvm-jenkins.d.n: isn't it the bot that > builds nightly apt packages for llvm? If yes, I think there is certain > interest.OK, I will bring it online then.> BTW, do you have usage stats of the LLVM nightly apt repositories?I don't but I wished. I am receiving enough bugs, patches or comments to expect this number to be high. Some interesting projects like rust were (are?) using these packages to verify that they are up-to-date. Sylvestre