Tanya Lattner via llvm-dev
2017-Jun-24 23:02 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
LLVMers, We have completed the move to the new server for LLVM.org. One casualty of this move was that svn.llvm.org was NOT enabled at this time. There is a new certificate for LLVM.org and HTTPS is enabled for the website. We know of a few issues with some of the webpages but will be working them out over the next few days. Please do not hesitate to contact llvm-admin at lists.llvm.org with any issues you find. With a large change like this, we expect to have a few bumps and appreciate your patience. A huge thank you to Anton and Mike for all their hard work! Thanks, Tanya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170624/d793b179/attachment.html>
Davide Italiano via llvm-dev
2017-Jun-25 19:28 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
On Sat, Jun 24, 2017 at 4:02 PM, Tanya Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:> LLVMers, > > We have completed the move to the new server for LLVM.org. One casualty of > this move was that svn.llvm.org was NOT enabled at this time. > > There is a new certificate for LLVM.org and HTTPS is enabled for the > website. We know of a few issues with some of the webpages but will be > working them out over the next few days. > > Please do not hesitate to contact llvm-admin at lists.llvm.org with any issues > you find. With a large change like this, we expect to have a few bumps and > appreciate your patience. > > A huge thank you to Anton and Mike for all their hard work! > > Thanks, > Tanya > >Unsure whether this is a side effect of the migration or something planned, but `llvm.org/bugs` stopped to work. I'm fairly confident this worked before , and there are a few links in llvm/lib that are now broken: [davide at cupiditate lib]$ grep -R 'llvm.org\/bugs' * Analysis/ValueTracking.cpp: // https://llvm.org/bugs/show_bug.cgi?id=31702. Analysis/ValueTracking.cpp: // https://llvm.org/bugs/show_bug.cgi?id=31702. Support/RandomNumberGenerator.cpp:// http://llvm.org/bugs/show_bug.cgi?id=19665 Target/AVR/README.md:* [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466) Transforms/Utils/SimplifyCFG.cpp: // the line - see https://llvm.org/bugs/show_bug.cgi?id=30244. Transforms/Utils/SimplifyCFG.cpp: // https://llvm.org/bugs/show_bug.cgi?id=30188 Transforms/IPO/LowerTypeTests.cpp: // Disabled on win32 due to https://llvm.org/bugs/show_bug.cgi?id=28641#c3. Transforms/Instrumentation/AddressSanitizer.cpp:// but due to http://llvm.org/bugs/show_bug.cgi?id=12652 we temporary I'm not particularly worried about these, as they can be fixed, but probably the web is full of references to bugzilla with the old address so it would be nice if llvm.org/bugs will automatically redirect to bugs.llvm.org, if possible. -- Davide "There are no solved problems; there are only problems that are more or less solved" -- Henri Poincare
Anton Korobeynikov via llvm-dev
2017-Jun-25 19:32 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Thanks, fixed. On Sun, Jun 25, 2017 at 10:28 PM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote:> On Sat, Jun 24, 2017 at 4:02 PM, Tanya Lattner via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> LLVMers, >> >> We have completed the move to the new server for LLVM.org. One casualty of >> this move was that svn.llvm.org was NOT enabled at this time. >> >> There is a new certificate for LLVM.org and HTTPS is enabled for the >> website. We know of a few issues with some of the webpages but will be >> working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org with any issues >> you find. With a large change like this, we expect to have a few bumps and >> appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> > > Unsure whether this is a side effect of the migration or something > planned, but `llvm.org/bugs` stopped to work. > I'm fairly confident this worked before , and there are a few links in > llvm/lib that are now broken: > > [davide at cupiditate lib]$ grep -R 'llvm.org\/bugs' * > Analysis/ValueTracking.cpp: // https://llvm.org/bugs/show_bug.cgi?id=31702. > Analysis/ValueTracking.cpp: // https://llvm.org/bugs/show_bug.cgi?id=31702. > Support/RandomNumberGenerator.cpp:// http://llvm.org/bugs/show_bug.cgi?id=19665 > Target/AVR/README.md:* [Unresolved > bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466) > Transforms/Utils/SimplifyCFG.cpp: // the line - see > https://llvm.org/bugs/show_bug.cgi?id=30244. > Transforms/Utils/SimplifyCFG.cpp: // > https://llvm.org/bugs/show_bug.cgi?id=30188 > Transforms/IPO/LowerTypeTests.cpp: // Disabled on win32 due to > https://llvm.org/bugs/show_bug.cgi?id=28641#c3. > Transforms/Instrumentation/AddressSanitizer.cpp:// but due to > http://llvm.org/bugs/show_bug.cgi?id=12652 we temporary > > I'm not particularly worried about these, as they can be fixed, but > probably the web is full of references to bugzilla with the old > address so it would be nice if llvm.org/bugs will automatically > redirect to bugs.llvm.org, if possible. > > -- > Davide > > "There are no solved problems; there are only problems that are more > or less solved" -- Henri Poincare > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- With best regards, Anton Korobeynikov Department of Statistical Modelling, Saint Petersburg State University
Jonathan Roelofs via llvm-dev
2017-Jun-26 14:33 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
On 6/24/17 5:02 PM, Tanya Lattner via llvm-dev wrote:> LLVMers, > > We have completed the move to the new server for LLVM.org > <http://LLVM.org>. One casualty of this move was that *svn.llvm.org > <http://svn.llvm.org> was NOT enabled at this time. * > * > * > There is a new certificate for LLVM.org <http://LLVM.org> and HTTPS is > enabled for the website. We know of a few issues with some of the > webpages but will be working them out over the next few days. > > Please do not hesitate to contact llvm-admin at lists.llvm.org > <mailto:llvm-admin at lists.llvm.org> with any issues you find. With a > large change like this, we expect to have a few bumps and appreciate > your patience. > > A huge thank you to Anton and Mike for all their hard work!Another casualty of the move seems to be the doxygen docs: ``` Not Found The requested URL /docs/doxygen/html/classllvm_1_1ArrayRef.html was not found on this server. ``` Is that a known issue? Jon> > Thanks, > Tanya > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-- Jon Roelofs jonathan at codesourcery.com CodeSourcery / Mentor Embedded / Siemens
陳韋任 via llvm-dev
2017-Jun-26 14:43 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Hi John,> Another casualty of the move seems to be the doxygen docs: > > ``` > Not Found > > The requested URL /docs/doxygen/html/classllvm_1_1ArrayRef.html was not > found on this server. > ``` > > Is that a known issue?The URL is stale, please refer to http://llvm.org/doxygen. Removing the "docs" and "html" to get the up-to-date one. Cheers, chenwj -- Wei-Ren Chen (陳韋任) Homepage: https://people.cs.nctu.edu.tw/~chenwj
Hal Finkel via llvm-dev
2017-Jun-26 22:38 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Hi, Tanya, I now cannot do an svn checkout of the polly repository. It will checkout some files, but then fail: $ svn co http://llvm.org/svn/llvm-project/polly/trunk polly-trunk A polly-trunk/cmake A polly-trunk/include ... A polly-trunk/lib/External/isl/config.guess svn: E175013: Access to '/svn/llvm-project/!svn/ver/304069/polly/trunk/lib/External/isl/interface/isl.h.top' forbidden Cloning http://llvm.org/git/polly.git seems to work just fine, however. Thanks again, Hal On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote:> LLVMers, > > We have completed the move to the new server for LLVM.org > <http://LLVM.org>. One casualty of this move was that *svn.llvm.org > <http://svn.llvm.org> was NOT enabled at this time. * > * > * > There is a new certificate for LLVM.org <http://LLVM.org> and HTTPS is > enabled for the website. We know of a few issues with some of the > webpages but will be working them out over the next few days. > > Please do not hesitate to contact llvm-admin at lists.llvm.org > <mailto:llvm-admin at lists.llvm.org> with any issues you find. With a > large change like this, we expect to have a few bumps and appreciate > your patience. > > A huge thank you to Anton and Mike for all their hard work! > > Thanks, > Tanya > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170626/ca933ace/attachment.html>
Tanya Lattner via llvm-dev
2017-Jun-26 22:39 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Adding Mike into this discussion. -Tanya> On Jun 26, 2017, at 3:38 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > Hi, Tanya, > > I now cannot do an svn checkout of the polly repository. It will checkout some files, but then fail: > > $ svn co http://llvm.org/svn/llvm-project/polly/trunk <http://llvm.org/svn/llvm-project/polly/trunk> polly-trunk > A polly-trunk/cmake > A polly-trunk/include > ... > > A polly-trunk/lib/External/isl/config.guess > svn: E175013: Access to '/svn/llvm-project/!svn/ver/304069/polly/trunk/lib/External/isl/interface/isl.h.top' forbidden > Cloning http://llvm.org/git/polly.git <http://llvm.org/git/polly.git> seems to work just fine, however. > > Thanks again, > Hal > > On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: >> LLVMers, >> >> We have completed the move to the new server for LLVM.org <http://llvm.org/>. One casualty of this move was that svn.llvm.org <http://svn.llvm.org/> was NOT enabled at this time. >> >> There is a new certificate for LLVM.org <http://llvm.org/> and HTTPS is enabled for the website. We know of a few issues with some of the webpages but will be working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org <mailto:llvm-admin at lists.llvm.org> with any issues you find. With a large change like this, we expect to have a few bumps and appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> >> _______________________________________________ >> 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 <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages > Leadership Computing Facility > Argonne National Laboratory-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170626/9840a2a0/attachment.html>
Hal Finkel via llvm-dev
2017-Jun-27 03:12 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Hi again, I'm not sure if this is related, but the lnt quickstart guide seems to be misconfigured. http://llvm.org/docs/lnt/quickstart.html now gives: Forbidden You don't have permission to access /docs/lnt/quickstart.html on this server. Docs on http://lnt.llvm.org/ also seem to have disappeared (404 errors). -Hal On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote:> LLVMers, > > We have completed the move to the new server for LLVM.org > <http://LLVM.org>. One casualty of this move was that *svn.llvm.org > <http://svn.llvm.org> was NOT enabled at this time. * > * > * > There is a new certificate for LLVM.org <http://LLVM.org> and HTTPS is > enabled for the website. We know of a few issues with some of the > webpages but will be working them out over the next few days. > > Please do not hesitate to contact llvm-admin at lists.llvm.org > <mailto:llvm-admin at lists.llvm.org> with any issues you find. With a > large change like this, we expect to have a few bumps and appreciate > your patience. > > A huge thank you to Anton and Mike for all their hard work! > > Thanks, > Tanya > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170626/fcadcbf1/attachment.html>
Dmitry Babokin via llvm-dev
2017-Jun-27 21:38 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Hi, After the move I have problems with svn checkout of trunk and 4.0 branch. I get the whole bunch of different errors during checkout, including: svn: E000054: Error running context: Connection reset by peer svn: E000060: Operation timed out svn: E000104: Error retrieving REPORT: Connection reset by peer svn: E120106: ra_serf: The server sent a truncated HTTP response body. Sometimes I'm able to complete checkout successfully. But more frequently not. I see these problems on multiple systems, which used to work well before the site move. Am I the only one who has this kind of problems? Dmitry. On Mon, Jun 26, 2017 at 8:12 PM, Hal Finkel via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi again, > > I'm not sure if this is related, but the lnt quickstart guide seems to be > misconfigured. > > http://llvm.org/docs/lnt/quickstart.html now gives: > > Forbidden > > You don't have permission to access /docs/lnt/quickstart.html on this > server. > > Docs on http://lnt.llvm.org/ also seem to have disappeared (404 errors). > -Hal > > On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: > > LLVMers, > > We have completed the move to the new server for LLVM.org. One casualty > of this move was that *svn.llvm.org <http://svn.llvm.org> was NOT enabled > at this time. * > > There is a new certificate for LLVM.org and HTTPS is enabled for the > website. We know of a few issues with some of the webpages but will be > working them out over the next few days. > > Please do not hesitate to contact llvm-admin at lists.llvm.org with any > issues you find. With a large change like this, we expect to have a few > bumps and appreciate your patience. > > A huge thank you to Anton and Mike for all their hard work! > > Thanks, > Tanya > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages > Leadership Computing Facility > Argonne National Laboratory > > > _______________________________________________ > 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/20170627/1706908e/attachment.html>
Tanya Lattner via llvm-dev
2017-Jun-29 06:24 UTC
[llvm-dev] IMPORTANT: LLVM.org server move complete (SVN impact please read)
Docs for lnt are fixed. -Tanya> On Jun 26, 2017, at 8:12 PM, Hal Finkel <hfinkel at anl.gov> wrote: > > Hi again, > > I'm not sure if this is related, but the lnt quickstart guide seems to be misconfigured. > > http://llvm.org/docs/lnt/quickstart.html <http://llvm.org/docs/lnt/quickstart.html> now gives: > > Forbidden > > You don't have permission to access /docs/lnt/quickstart.html on this server. > > Docs on http://lnt.llvm.org/ <http://lnt.llvm.org/> also seem to have disappeared (404 errors). > -Hal > > On 06/24/2017 06:02 PM, Tanya Lattner via llvm-dev wrote: >> LLVMers, >> >> We have completed the move to the new server for LLVM.org <http://llvm.org/>. One casualty of this move was that svn.llvm.org <http://svn.llvm.org/> was NOT enabled at this time. >> >> There is a new certificate for LLVM.org <http://llvm.org/> and HTTPS is enabled for the website. We know of a few issues with some of the webpages but will be working them out over the next few days. >> >> Please do not hesitate to contact llvm-admin at lists.llvm.org <mailto:llvm-admin at lists.llvm.org> with any issues you find. With a large change like this, we expect to have a few bumps and appreciate your patience. >> >> A huge thank you to Anton and Mike for all their hard work! >> >> Thanks, >> Tanya >> >> >> _______________________________________________ >> 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 <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages > Leadership Computing Facility > Argonne National Laboratory-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170628/05e5cfb2/attachment.html>