[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed. (original) (raw)
Ben Pope benpope81 at gmail.com
Mon Jul 6 21:49:10 PDT 2015
- Previous message: [LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
- Next message: [LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tuesday, July 07, 2015 12:13 PM, Dan Liew wrote:
On 6 July 2015 at 20:29, Ben Pope <benpope81 at gmail.com> wrote:
I've built 3.6.2 final. I changed the triple as suggested.
I've uploaded two archives here: clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04.tar.xz is the one produced by the release script. To produce clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04.installed.tar.xz I basically did: cd Phase3/Release/llvmCore-3.6.2-final.obj/ make install cd ../llvmCore-3.6.2-final.install/ tar cavf ../../../clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04.installed.tar.xz --transform 's,^,clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/,' * I hope that helps. Thanks. I diffed the contents of your old tarball looking for files that only exist in one of the tarballs.
_ _$ diff --recursive -q clang+llvm-3.6.2-rc1-x8664-linux-gnu_ _clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04 | grep ^Only_ _diff: clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/bin/clang++: No_ _such file or directory_ _diff: clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/bin/llvm-ranlib:_ _No such file or directory_ _Only in clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/docs/llvm/html:_ _Dummy.html_ _Only in clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/docs/llvm: ps_ _Only in clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/share: llvm_ _
So I see the missing CMake files are present however there are new issues. - The symlinks to clang++ and llvm-ranlib are now broken :(_ _$ ls -l clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/bin/clang++_ _lrwxrwxrwx 1 dsl11 multicore 52 Jul 7 03:54_ _clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/bin/clang++ ->_ _clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/clang_ _$ ls -l clang+llvm-3.6.2-rc1-x8664-linux-gnu/bin/clang++_ _lrwxrwxrwx 1 dsl11 multicore 5 Jun 24 02:48_ _clang+llvm-3.6.2-rc1-x8664-linux-gnu/bin/clang++ -> clang_ _$ ls -l clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/bin/llvm-ranlib_ _lrwxrwxrwx 1 dsl11 multicore 54 Jul 7 03:53_ _clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/bin/llvm-ranlib ->_ _clang+llvm-3.6.2-x8664-linux-gnu-ubuntu-14.04/llvm-ar_ _$ ls -l clang+llvm-3.6.2-rc1-x8664-linux-gnu/bin/llvm-ranlib_ _lrwxrwxrwx 1 dsl11 multicore 7 Jun 24 02:48_ _clang+llvm-3.6.2-rc1-x8664-linux-gnu/bin/llvm-ranlib -> llvm-ar_ _
I think the--transform
line you are passing to tar command might be doing this. Perhaps, or maybe I need another command line option, it's tar, I'm sure I forgot a handful. - There are additional files (Dummy.html and the ps directory). This is minor. I don't understand why these weird install issues are coming up. Do the logs ($LogDir/llvm.install-Phase$Phase-$Flavor.log) created by thetest-release.sh
script shed any light? I've put them in the same location for you.
Ben
- Previous message: [LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
- Next message: [LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]