You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently done a source update of rustc, and have been greeted by an error like "No rule to make target src/liballoc_jemalloc/../jemalloc/include/jemalloc/internal/ph.h, needed by src/jemalloc.o".
I could work around the issue by removing the build/x86_64-unknown-linux-gnu/native/jemalloc/ directory and rebuilding, but its a build system issue if that is not done for me, or if the makefile is not regenerated.
The text was updated successfully, but these errors were encountered:
I encountered this as well, It's some jemalloc build system issue - it can't reconfigure correctly in a dirty build directory if some huge changes like #41861 or #42566 happen.
The minimal fix is to delete the jemalloc build directory build\<target>\native\jemalloc and build again.
I've recently done a source update of rustc, and have been greeted by an error like "No rule to make target
src/liballoc_jemalloc/../jemalloc/include/jemalloc/internal/ph.h
, needed bysrc/jemalloc.o
".I could work around the issue by removing the
build/x86_64-unknown-linux-gnu/native/jemalloc/
directory and rebuilding, but its a build system issue if that is not done for me, or if the makefile is not regenerated.The text was updated successfully, but these errors were encountered: