Dan Liew
2015-Jun-27 05:38 UTC
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
Hi, I'm not sure how important this will be but I found problems [1] with the way the test-release script creates packages. Specifically it's not using DESTDIR for the temporary tarball directory and instead is using --prefix and it really shouldn't be doing that. My observation so far has been that the only breakages I've seen are that the LLVM CMake export files have broken paths in them in the 3.5.0 binary tarballs. For some reason the LLVM 3.6.x release binary tarballs don't have the CMake export files in. Any idea what happened there? I'm going to a bit more testing myself but where are the release candidate tarballs being uploaded to? I was expecting http://llvm.org/pre-releases/3.6.2/rc1/ but there's nothing there. [1] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150622/284436.html Thanks, Dan.
Nikola Smiljanic
2015-Jun-27 07:35 UTC
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
I think someone needs to move them there, we upload to ftp but I don't think it's publicly accessible. On Sat, Jun 27, 2015 at 3:38 PM, Dan Liew <dan at su-root.co.uk> wrote:> Hi, > > I'm not sure how important this will be but I found problems [1] with > the way the test-release script creates packages. Specifically it's > not using DESTDIR for the temporary tarball directory and instead is > using --prefix and it really shouldn't be doing that. > > My observation so far has been that the only breakages I've seen are > that the LLVM CMake export files have broken paths in them in the > 3.5.0 binary tarballs. > > For some reason the LLVM 3.6.x release binary tarballs don't have the > CMake export files in. Any idea what happened there? > > I'm going to a bit more testing myself but where are the release > candidate tarballs being uploaded to? I was expecting > http://llvm.org/pre-releases/3.6.2/rc1/ but there's nothing there. > > [1] > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150622/284436.html > > Thanks, > Dan. > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150627/046689f8/attachment.html>
Dan Liew
2015-Jun-29 19:19 UTC
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
On 27 June 2015 at 00:35, Nikola Smiljanic <popizdeh at gmail.com> wrote:> I think someone needs to move them there, we upload to ftp but I don't think > it's publicly accessible.Is there anyway to get access? I want to take a look at the packages. The CMake files have been "broken in"/"missing from" previous releases so it would be good to fix it this time. There are several commits / patches (currently awaiting review) that it would be good to back port to the branch that fix various issues. * Make CMake files relocatable [2] * Fix misuse of --prefix in the test-release.sh script [1] * Don't export gtest in CMake files r240981 [1] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150622/284436.html [2] http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150629/284641.html