Hahnfeld, Jonas via llvm-dev
2016-Jun-27 07:39 UTC
[llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
Please have a look at the dedicated mailing list: http://lists.llvm.org/pipermail/llvm-branch-commits/ Please wait for the official release to happen, you will then find tarballs on llvm.org. They will also contain correct version strings, though I haven't yet tried building from the SVN branches directly. Maybe you need to use the SVN tags, $ clang --version currently gives me "clang version 3.8.0 (tags/RELEASE_380/final)") Jonas> -----Original Message----- > From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Sedat > Dilek via llvm-dev > Sent: Monday, June 27, 2016 9:16 AM > To: Anton Korobeynikov > Cc: llvm-dev; Tom Stellard > Subject: Re: [llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and > source-tarballs? > > On Mon, Jun 27, 2016 at 9:12 AM, Anton Korobeynikov > <anton at korobeynikov.info> wrote: > >>>> What you're probably missing is that 3.8.1 is made in release_38 > >>>> branch. So, everything is there and already mirrored. > >>>> > >>>> Source tarballs will be available upon the release. > >>> Which are just coming, now that final has been tested successfully. > >>> :) They'll be announced in the list and available here: > >>> http://llvm.org/releases/download.html#3.8.1 > >> Thanks you both for your answers. > >> Can you or Tom (as release-manager) answer why there were no > >> commit-ids (release_381 SVN branch) sent to llvm-commits ML? > > Sure, I already written this above - there is *no* such branch > > (http://llvm.org/svn/llvm-project/llvm/branches/) > > > > Hmm, I saw this on llvm-commits ML... > > [test-suite] r273407 - Creating release candidate final from release_381 > branch http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- > 20160620/366816.html > > - Sedat - > > [1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- > 20160620/366815.html > [2] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- > 20160620/366816.html > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5868 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160627/26bf56e7/attachment.bin>
Sedat Dilek via llvm-dev
2016-Jun-27 17:23 UTC
[llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Mon, Jun 27, 2016 at 9:39 AM, Hahnfeld, Jonas <Hahnfeld at itc.rwth-aachen.de> wrote:> Please have a look at the dedicated mailing list: > http://lists.llvm.org/pipermail/llvm-branch-commits/ >OK, I clicked the offline version of that ML on the main-page of <llvm.org>, so I knew of it. Anyway, I think most people use Git these days.> Please wait for the official release to happen, you will then find tarballs on > llvm.org. They will also contain correct version strings, though I haven't yet > tried building from the SVN branches directly. Maybe you need to use the SVN > tags, $ clang --version currently gives me "clang version 3.8.0 > (tags/RELEASE_380/final)") >In the meantime I created source-tarballs out of my local Git repos and built a llvm-toolchain v3.8.1 successfully. I will test it with my local version of "llvmlinux-amd64" Linux-kernel. - Sedat -> Jonas > >> -----Original Message----- >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Sedat >> Dilek via llvm-dev >> Sent: Monday, June 27, 2016 9:16 AM >> To: Anton Korobeynikov >> Cc: llvm-dev; Tom Stellard >> Subject: Re: [llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and >> source-tarballs? >> >> On Mon, Jun 27, 2016 at 9:12 AM, Anton Korobeynikov >> <anton at korobeynikov.info> wrote: >> >>>> What you're probably missing is that 3.8.1 is made in release_38 >> >>>> branch. So, everything is there and already mirrored. >> >>>> >> >>>> Source tarballs will be available upon the release. >> >>> Which are just coming, now that final has been tested successfully. >> >>> :) They'll be announced in the list and available here: >> >>> http://llvm.org/releases/download.html#3.8.1 >> >> Thanks you both for your answers. >> >> Can you or Tom (as release-manager) answer why there were no >> >> commit-ids (release_381 SVN branch) sent to llvm-commits ML? >> > Sure, I already written this above - there is *no* such branch >> > (http://llvm.org/svn/llvm-project/llvm/branches/) >> > >> >> Hmm, I saw this on llvm-commits ML... >> >> [test-suite] r273407 - Creating release candidate final from release_381 >> branch http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >> 20160620/366816.html >> >> - Sedat - >> >> [1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >> 20160620/366815.html >> [2] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >> 20160620/366816.html >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Sedat Dilek via llvm-dev
2016-Jun-27 18:37 UTC
[llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
On Mon, Jun 27, 2016 at 7:23 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote: [...]> In the meantime I created source-tarballs out of my local Git repos > and built a llvm-toolchain v3.8.1 successfully. > > I will test it with my local version of "llvmlinux-amd64" Linux-kernel. >Boots fine (with the known problems)... $ cat /proc/version Linux version 4.4.14-3-llvmlinux-amd64 (sedat.dilek at gmail.com@fambox) (clang version 3.8.1 ) #1 SMP Mon Jun 27 20:05:34 CEST 2016 - Sedat - P.S.: Output of 'clang -v' $ clang -v clang version 3.8.1 Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /opt/llvm/bin Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.2 Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 - EOT -
Sedat Dilek via llvm-dev
2016-Jul-12 11:34 UTC
[llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
There is no compiler-rt v3.8.1 source tarball available on <http://llvm.org/releases/3.8.1/>. - Sedat - On Mon, Jun 27, 2016 at 9:39 AM, Hahnfeld, Jonas <Hahnfeld at itc.rwth-aachen.de> wrote:> Please have a look at the dedicated mailing list: > http://lists.llvm.org/pipermail/llvm-branch-commits/ > > Please wait for the official release to happen, you will then find tarballs on > llvm.org. They will also contain correct version strings, though I haven't yet > tried building from the SVN branches directly. Maybe you need to use the SVN > tags, $ clang --version currently gives me "clang version 3.8.0 > (tags/RELEASE_380/final)") > > Jonas > >> -----Original Message----- >> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Sedat >> Dilek via llvm-dev >> Sent: Monday, June 27, 2016 9:16 AM >> To: Anton Korobeynikov >> Cc: llvm-dev; Tom Stellard >> Subject: Re: [llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and >> source-tarballs? >> >> On Mon, Jun 27, 2016 at 9:12 AM, Anton Korobeynikov >> <anton at korobeynikov.info> wrote: >> >>>> What you're probably missing is that 3.8.1 is made in release_38 >> >>>> branch. So, everything is there and already mirrored. >> >>>> >> >>>> Source tarballs will be available upon the release. >> >>> Which are just coming, now that final has been tested successfully. >> >>> :) They'll be announced in the list and available here: >> >>> http://llvm.org/releases/download.html#3.8.1 >> >> Thanks you both for your answers. >> >> Can you or Tom (as release-manager) answer why there were no >> >> commit-ids (release_381 SVN branch) sent to llvm-commits ML? >> > Sure, I already written this above - there is *no* such branch >> > (http://llvm.org/svn/llvm-project/llvm/branches/) >> > >> >> Hmm, I saw this on llvm-commits ML... >> >> [test-suite] r273407 - Creating release candidate final from release_381 >> branch http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >> 20160620/366816.html >> >> - Sedat - >> >> [1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >> 20160620/366815.html >> [2] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >> 20160620/366816.html >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Sedat Dilek via llvm-dev
2016-Jul-12 11:53 UTC
[llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
Debian and Ubuntu prebuilt toolchains seem not to be fully uploaded... clang+llvm-3.8.1-x86_64-linux-gnu-debian8.tar.xz08-Jul-2016 07:58 7.4M clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz08-Jul-2016 07:58 1.9M clang+llvm-3.8.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz08-Jul-2016 07:58 1.6M ...whereas F22 has... clang+llvm-3.8.1-x86_64-fedora22.tar.xz08-Jul-2016 07:58 142M - Sedat - On Tue, Jul 12, 2016 at 1:34 PM, Sedat Dilek <sedat.dilek at gmail.com> wrote:> There is no compiler-rt v3.8.1 source tarball available on > <http://llvm.org/releases/3.8.1/>. > > - Sedat - > > On Mon, Jun 27, 2016 at 9:39 AM, Hahnfeld, Jonas > <Hahnfeld at itc.rwth-aachen.de> wrote: >> Please have a look at the dedicated mailing list: >> http://lists.llvm.org/pipermail/llvm-branch-commits/ >> >> Please wait for the official release to happen, you will then find tarballs on >> llvm.org. They will also contain correct version strings, though I haven't yet >> tried building from the SVN branches directly. Maybe you need to use the SVN >> tags, $ clang --version currently gives me "clang version 3.8.0 >> (tags/RELEASE_380/final)") >> >> Jonas >> >>> -----Original Message----- >>> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Sedat >>> Dilek via llvm-dev >>> Sent: Monday, June 27, 2016 9:16 AM >>> To: Anton Korobeynikov >>> Cc: llvm-dev; Tom Stellard >>> Subject: Re: [llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and >>> source-tarballs? >>> >>> On Mon, Jun 27, 2016 at 9:12 AM, Anton Korobeynikov >>> <anton at korobeynikov.info> wrote: >>> >>>> What you're probably missing is that 3.8.1 is made in release_38 >>> >>>> branch. So, everything is there and already mirrored. >>> >>>> >>> >>>> Source tarballs will be available upon the release. >>> >>> Which are just coming, now that final has been tested successfully. >>> >>> :) They'll be announced in the list and available here: >>> >>> http://llvm.org/releases/download.html#3.8.1 >>> >> Thanks you both for your answers. >>> >> Can you or Tom (as release-manager) answer why there were no >>> >> commit-ids (release_381 SVN branch) sent to llvm-commits ML? >>> > Sure, I already written this above - there is *no* such branch >>> > (http://llvm.org/svn/llvm-project/llvm/branches/) >>> > >>> >>> Hmm, I saw this on llvm-commits ML... >>> >>> [test-suite] r273407 - Creating release candidate final from release_381 >>> branch http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >>> 20160620/366816.html >>> >>> - Sedat - >>> >>> [1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >>> 20160620/366815.html >>> [2] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >>> 20160620/366816.html >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Jack Howarth via llvm-dev
2016-Jul-12 14:10 UTC
[llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
The source tarball for clang-tools-extra-3.9.0.src.tar.xz is also missing as well from http://llvm.org/releases/3.8.1/. Jack On Tue, Jul 12, 2016 at 7:34 AM, Sedat Dilek via llvm-dev <llvm-dev at lists.llvm.org> wrote:> There is no compiler-rt v3.8.1 source tarball available on > <http://llvm.org/releases/3.8.1/>. > > - Sedat - > > On Mon, Jun 27, 2016 at 9:39 AM, Hahnfeld, Jonas > <Hahnfeld at itc.rwth-aachen.de> wrote: >> Please have a look at the dedicated mailing list: >> http://lists.llvm.org/pipermail/llvm-branch-commits/ >> >> Please wait for the official release to happen, you will then find tarballs on >> llvm.org. They will also contain correct version strings, though I haven't yet >> tried building from the SVN branches directly. Maybe you need to use the SVN >> tags, $ clang --version currently gives me "clang version 3.8.0 >> (tags/RELEASE_380/final)") >> >> Jonas >> >>> -----Original Message----- >>> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Sedat >>> Dilek via llvm-dev >>> Sent: Monday, June 27, 2016 9:16 AM >>> To: Anton Korobeynikov >>> Cc: llvm-dev; Tom Stellard >>> Subject: Re: [llvm-dev] [LLVM/Clang v3.8.1] Missing Git branches/tags and >>> source-tarballs? >>> >>> On Mon, Jun 27, 2016 at 9:12 AM, Anton Korobeynikov >>> <anton at korobeynikov.info> wrote: >>> >>>> What you're probably missing is that 3.8.1 is made in release_38 >>> >>>> branch. So, everything is there and already mirrored. >>> >>>> >>> >>>> Source tarballs will be available upon the release. >>> >>> Which are just coming, now that final has been tested successfully. >>> >>> :) They'll be announced in the list and available here: >>> >>> http://llvm.org/releases/download.html#3.8.1 >>> >> Thanks you both for your answers. >>> >> Can you or Tom (as release-manager) answer why there were no >>> >> commit-ids (release_381 SVN branch) sent to llvm-commits ML? >>> > Sure, I already written this above - there is *no* such branch >>> > (http://llvm.org/svn/llvm-project/llvm/branches/) >>> > >>> >>> Hmm, I saw this on llvm-commits ML... >>> >>> [test-suite] r273407 - Creating release candidate final from release_381 >>> branch http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >>> 20160620/366816.html >>> >>> - Sedat - >>> >>> [1] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >>> 20160620/366815.html >>> [2] http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon- >>> 20160620/366816.html >>> _______________________________________________ >>> LLVM Developers mailing list >>> 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 > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Apparently Analagous Threads
- [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
- [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
- [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
- [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?
- [LLVM/Clang v3.8.1] Missing Git branches/tags and source-tarballs?