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
Looks like something has regressed in libxcrypt 4.4.35 + perl 5.38 + gmake 4.3.
Makefile.deps
is not created, or there's a race?
Actually there's already an issue with configure when I don't disable dependency tracking:
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libxcrypt.pc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: error: in `/tmp/harmen/spack-stage/spack-stage-libxcrypt-4.4.35-4bytcldeuh7kp3l4hu6wl6yqaooq2qs4/spack-src':
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. If GNU make was not used, consider
re-running the configure script with MAKE="gmake" (or whatever is
necessary). You can also try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details
The text was updated successfully, but these errors were encountered:
Looks like something has regressed in libxcrypt 4.4.35 + perl 5.38 + gmake 4.3.
is not created, or there's a race?
Actually there's already an issue with configure when I don't disable dependency tracking:
The text was updated successfully, but these errors were encountered: