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 realize this is hard to change after the initial CVS -> Git conversion, but stable/main/finkinfo/languages/llvm36.patch has CVS keywords that were not imported verbatim. This yields the following error when building from a selfupdate-git tree:
Failed: PatchFile "/sw/fink/dists/stable/main/finkinfo/languages/llvm36.patch" checksum does not match!
Actual: 9cb67599c31ad1163464f95d2340b847
Expected: b2cd54c1855e5242efe47bf939ec8efe
In this case, there are three $Id: ... $ strings that are converted to $Id$ in the Git repository:
I realize this is hard to change after the initial CVS -> Git conversion, but
stable/main/finkinfo/languages/llvm36.patch
has CVS keywords that were not imported verbatim. This yields the following error when building from a selfupdate-git tree:In this case, there are three
$Id: ... $
strings that are converted to$Id$
in the Git repository:@fangism, since these keywords are all just used in comments, could you remove them in CVS?
The text was updated successfully, but these errors were encountered: