<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/125437>125437</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Cannot find "docs/ocamldoc/html/." error while installing llvm on Debian Trixie (current testing)
</td>
</tr>
<tr>
<th>Labels</th>
<td>
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
nataraj-hates-MS-for-stealing-github
</td>
</tr>
</table>
<pre>
Hi I am building current (a5e969a82b6ec9e799235897973f83ae4f1e4245) main branch on Debian Trixie (Current Testing) and getting "file INSTALL cannot find" error for docs/ocamldoc/html/.
How to reporoduce:
to get all build dependencies that are needed I do
```
sudo apt-get build-dep llvm-toolchain-19
```
then
```
git clone https://github.com/llvm/llvm-project.git
cd llvm-project
cmake -S llvm -B build -G "Unix Makefiles" -DLLVM_ENABLE_PROJECTS=clang -DCMAKE_BUILD_TYPE=Debug
cd build/
make -j16
sudo make install
```
And you will finally get an error
```
-- Installing: /usr/local/bin/verify-uselistorder
-- Set non-toolchain portion of runtime path of "/usr/local/bin/verify-uselistorder" to "$ORIGIN/../lib"
CMake Error at docs/cmake_install.cmake:46 (file):
file INSTALL cannot find
"/home/nataraj/dev/clang/bugreport/llvm-project/build/docs/ocamldoc/html/.":
No such file or directory.
Call Stack (most recent call first):
cmake_install.cmake:162 (include)
```
This can be manually fixed by manually creating docs/ocamldoc/html/. dir, but I guess it would be better if it work well out of box.
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJyUVdtu2zgTfhr6ZiBDpuSDLnSh2FHr_3fSonYX2KuAIkcSE4o0eEjit19QcppFti1QwIDBIWY48x1GzDnZacSSLG_IcjdjwffGlpp5Ztlj0jOPLrk7Jq2xifPIlNRd0knfh2bWGHEpP0vYAxugCVIJqTvgwVrUHgjdsCUWq4JtaLNCXuC6KGi23BTrYp21m4xh3i4wp_mS0AJgYFJDY5nmPRgNO2wk03Cy8lViLLa91j2h81J3MYdpAR36eARCaSsVwv7-eKoOB-BMa-OhlVoQSgGtNRZaY0EY7gitDWeDEoYTWvd-UITWc5JWJK0-mxfwBiyejTUicCRZNd14E18DptQ0LQg8oxaouUQHvmcemEXQiAIF7EGYmLdKr7-0ckEYYGefxDJjiUTgGZR6HhJvjOI9kzpZFB_SfI_6Q6iTHrgyGqH3_uxii7QmtJ6YmXMzEFrHute_5GzNI3I_76QnacUF_DsaIwN7QkiOYxySm-uEyacI7HctX-GOPWFE2EU4k93h8Nfdw-19dXO4ffj67cv_brenI8l2XDHdQbLb3lX_v324-b4_7B5Of3-9Jdluh03opsfH4rHjtJrefVys3vAZA1I7z5T6MDVJq0oLuJgAL1KpSC5T6jKxoieOP6QkCeynWlEzWQWE1sHZCIvhLNLeSE1o_YxWtpckOFTSeWMF2in7iB600e_8wNlYL40G04IN2ssB4cx8H8-E0j-oT2kU2piTf_m2_7S_jyqcx1zZxHBabSPqcDuKl_k37Y5kPVwxmo8nklX5KtokUkRoMYkW4JeeSKtrt70ZkND66nhCa4HP8Y1IZGw_dKMV_AcljVcTi79xFKXXRu4NuMD7qZ_oQmmRe2Mv0XXbaKmjZ_wpTjAY58Eij2bnbKTZOv8-08-nX6xoTJaaqyBGBP6jnVMvXcQAGoSB6TBqp5WvKKC5vEe4RTaulF_PFdsndAtN8LCHLqBzID28mKBErN6g92hBtlPUPsELKgUm-KiSxrzOZ6LMRJEVbIblYp1tlllWLOisL3m2STdFm3LKCr5e5YVosibHdp3mLKOczmRJU7pMaUopTZcLOl8Wy0XOUiEoTVu2QZKnODCp5pGuubHdTDoXsFzQZZ6tZ4o1qNzbvrflSGoTOkfyNGrTved56RWW23fVRMn8lu3rnn3pI83yh_GmrfKzrf72tfA_tvosWFX-2VYjtB5HjH1dp3wu6T8BAAD__4iWM38">