<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - clang-fuzzer docker image fails to build"
href="https://bugs.llvm.org/show_bug.cgi?id=49696">49696</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang-fuzzer docker image fails to build
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Tooling
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dbrumley@forallsecure.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>From trunk today:
```
llvm/llvm-project$ docker build -t clang-fuzzer .
....
RUN svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a> llvm
---> Running in 82c3719989f8
svn: E170011: Repository moved temporarily to
'<a href="https://llvm.org/svn/llvm-project/llvm/trunk">https://llvm.org/svn/llvm-project/llvm/trunk</a>'
```
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 "<a href="http://llvm.org">http://llvm.org</a>" * | grep svn
compiler-rt/cmake/Modules/CompilerRTCompile.cmake: " echo ' cd
${LLVM_MAIN_SRC_DIR}/projects && svn co
<a href="http://llvm.org/svn/llvm-project/libcxx/trunk">http://llvm.org/svn/llvm-project/libcxx/trunk</a> libcxx'"
llvm/utils/crosstool/create-snapshots.sh:readonly
LLVM_PROJECT_SVN="<a href="http://llvm.org/svn/llvm-project">http://llvm.org/svn/llvm-project</a>"
llvm/utils/release/test-release.sh:Base_url="<a href="http://llvm.org/svn/llvm-project">http://llvm.org/svn/llvm-project</a>"
```</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>