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 been bitten by this a couple times (using cime5.4.0-alpha.03, apologies if this has been addressed in a later tag). If
$ ./case.build
ran successfully, and then I change the code in a manner that doesn't build (never my intent, but it's been known to happen), I get the expected error message.
However, this seems to break my ability to build. Trying again, I get
$ ./case.build
Building case in directory /home/mlevy/codes/CESM/cesm2_0_beta07+marbl_dev_levy/cases/C1850ECO.T62_g37.ciso.marbl_dev_levy
sharedlib_only is False
model_only is False
File /home/mlevy/codes/CESM/cesm2_0_beta07+marbl_dev_levy/cases/C1850ECO.T62_g37.ciso.marbl_dev_levy/LockedFiles/env_build.xml has been modified
found difference in BUILD_COMPLETE : case False locked True
Setting build complete to False
ERROR:
ERROR env_build HAS CHANGED
A manual clean of your obj directories is required
You should execute the following:
./case.build --clean-all
Comparing env_build.xml to what's in LockedFiles is interesting:
I say interesting because simply copying env_build.xml into LockedFiles/ isn't sufficient; it turns out I need BUILD_COMPLETE=FALSE and BUILD_STATUS=0 (in both my case directory and LockedFiles/; even removing the version in LockedFiles/ causes the same env_build HAS CHANGED error).
The text was updated successfully, but these errors were encountered:
I've been bitten by this a couple times (using
cime5.4.0-alpha.03
, apologies if this has been addressed in a later tag). Ifran successfully, and then I change the code in a manner that doesn't build (never my intent, but it's been known to happen), I get the expected error message.
However, this seems to break my ability to build. Trying again, I get
Comparing
env_build.xml
to what's inLockedFiles
is interesting:I say interesting because simply copying
env_build.xml
intoLockedFiles/
isn't sufficient; it turns out I needBUILD_COMPLETE=FALSE
andBUILD_STATUS=0
(in both my case directory andLockedFiles/
; even removing the version inLockedFiles/
causes the sameenv_build HAS CHANGED
error).The text was updated successfully, but these errors were encountered: