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
Steps to reproduce (note two consecutive invocations of biomake):
git clone https://github.com/rulatir/biomake-bug-demo.git
cd biomake-bug-demo
biomake -H
biomake -H
Expected result:
build/indirectly-dependent should contain the same random data as build/random64 because:
the former has the latter as a dependency
the former is built simply by copying the latter
Actual result:
build/indirectly-dependent contains stale data from when it was created as a result of the first invocation of biomake.
Output of second invocation:
Warning: could not update MD5 file for FORCE <-- []
dd count=1 if=/dev/urandom of=build/randomstuff
1+0 records in
1+0 records out
512 bytes copied, 0.000138352 s, 3.7 MB/s
base64 < build/randomstuff > build/random64
build/indirectly-dependent is up to date
The claim that build/indirectly-dependent is up to date is patently false. Its dependency has changed.
The text was updated successfully, but these errors were encountered:
BOOMP? If only Prolog weren't completely paradigmatically alien to me then I would just fork and fix. But it is, and I must rely on hoping to get authors' attention instead ...
Steps to reproduce (note two consecutive invocations of biomake):
git clone https://github.com/rulatir/biomake-bug-demo.git cd biomake-bug-demo biomake -H biomake -H
Expected result:
build/indirectly-dependent
should contain the same random data asbuild/random64
because:Actual result:
build/indirectly-dependent
contains stale data from when it was created as a result of the first invocation ofbiomake
.Output of second invocation:
The claim that
build/indirectly-dependent
is up to date is patently false. Its dependency has changed.The text was updated successfully, but these errors were encountered: