[llvm-bugs] [Bug 49696] New: clang-fuzzer docker image fails to build
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Mar 23 07:31:57 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=49696
Bug ID: 49696
Summary: clang-fuzzer docker image fails to build
Product: clang
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Tooling
Assignee: unassignedclangbugs at nondot.org
Reporter: dbrumley at forallsecure.com
CC: llvm-bugs at lists.llvm.org
>From trunk today:
```
llvm/llvm-project$ docker build -t clang-fuzzer .
....
RUN svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm
---> Running in 82c3719989f8
svn: E170011: Repository moved temporarily to
'https://llvm.org/svn/llvm-project/llvm/trunk'
```
Looks like s/http/https/g is the fix.
My guess is this may also be breaking other places, though I did not verify:
```
$ grep -R "http://llvm.org" * | grep svn
compiler-rt/cmake/Modules/CompilerRTCompile.cmake: " echo ' cd
${LLVM_MAIN_SRC_DIR}/projects && svn co
http://llvm.org/svn/llvm-project/libcxx/trunk libcxx'"
llvm/utils/crosstool/create-snapshots.sh:readonly
LLVM_PROJECT_SVN="http://llvm.org/svn/llvm-project"
llvm/utils/release/test-release.sh:Base_url="http://llvm.org/svn/llvm-project"
```
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210323/bf66e852/attachment.html>
More information about the llvm-bugs
mailing list