<div dir="ltr"><div>Hi PETSc devs,</div><div><br></div><div>I just pulled the latest version of PETSc on master, and while my optimized build works fine, my debug build fails with the message</div><div><br></div><div>make[1]: *** No rule to make target 'src/sys/logging/examples/makefile'.  Stop.<br>make: *** [GNUmakefile:17: src/sys/logging/examples/makefile] Error 2</div><div><br></div><div>Doing <br></div><div>ls src/sys/logging/examples</div><div><br></div><div>shows a file named `index.html` and a directory named `tutorials`, but no makefile. My configure line is </div><div><br></div><div>./configure PETSC_ARCH=arch-linux-c-debug --with-cc=clang --with-cxx=clang++ COPTFLAGS="-O3 -march=native -mtune=native -fPIC" CXXOPTFLAGS="-O3 -march=native -mtune=native -fPIC" FOPTFLAGS="-O3 -march=native -mtune=native -fPIC" --with-avx2=1 --download-mpich --download-hypre --download-scalapack --download-mumps --with-debugging=yes --with-blaslapack-dir=/opt/intel/mkl --download-zlib --download-libpng --download-giflib --download-libjpeg --download-slepc --download-eigen</div><div><br></div><div>To reiterate, doing the exact same configure, but changing '-with-debugging=yes' to '-with-debugging=no' (and changing the PETSC_ARCH name to 'arch-linux-c-debug') and then building the non-debugging version of PETSc works as normal. Any ideas what could be going on?</div><div><br></div><div>Thanks!</div><div><br></div><div>-Zane Jakobs<br></div></div>