we have errors

in distinfo the size of the last to files is wrong

SHA256 (dotnet-coreclr-c7da48a_GH0.tar.gz) = 8529ce9e9dcc524046205487ca8a8e584d8180c3fecb59bc27944326525d8c83
SIZE (dotnet-coreclr-c7da48a_GH0.tar.gz) = 31762122
SHA256 (dotnet-roslyn-322bd5b_GH0.tar.gz) = 9740a0922f2fafa0251f462e7f27cfd6891dc078c22b008c49e11db6637edeea
SIZE (dotnet-roslyn-322bd5b_GH0.tar.gz) = 22058493

you can not download the files with

#make fetch-recursive

   error:
   => dotnet-coreclr-c7da48a_GH0.tar.gz doesn't seem to exist in
   /usr/ports/distfiles/.
   => Attempting to fetch
   
https://codeload.github.com/dotnet/coreclr/tar.gz/c7da48a?dummy=/dotnet-coreclr-c7da48a_GH0.tar.gz
   fetch:
   
https://codeload.github.com/dotnet/coreclr/tar.gz/c7da48a?dummy=/dotnet-coreclr-c7da48a_GH0.tar.gz:
   size unknown
   fetch:
   
https://codeload.github.com/dotnet/coreclr/tar.gz/c7da48a?dummy=/dotnet-coreclr-c7da48a_GH0.tar.gz:
   size of remote file is not known

   dotnet-coreclr-c7da48a_GH0.tar.gz                        0  B 0  Bps
   ..
   dotnet-coreclr-c7da48a_GH0.tar.gz                       30 MB 30
   kBps 16m42s
   => Fetched file size mismatch (expected 31762122, actual 31762105)
   => Trying next site
   => Attempting to fetch
   
http://distcache.FreeBSD.org/ports-distfiles/dotnet-coreclr-c7da48a_GH0.tar.gz
   fetch:
   
http://distcache.FreeBSD.org/ports-distfiles/dotnet-coreclr-c7da48a_GH0.tar.gz:
   Not Found

   => Couldn't fetch it - please try to retrieve this
   => port manually into /usr/ports/distfiles/ and try again.

   *** Error code 1
   Stop.

*Solution:*

   correct the SIZEas it was caluclate:
            ...
            SHA256 (dotnet-coreclr-c7da48a_GH0.tar.gz) = 8529ce9e9dcc524046205487ca8a8e584d8180c3fecb59bc27944326525d8c83
            SIZE (dotnet-coreclr-c7da48a_GH0.tar.gz) = 31762122
    changed in:
            SIZE (dotnet-coreclr-c7da48a_GH0.tar.gz) = 31762105

            SHA256 (dotnet-roslyn-322bd5b_GH0.tar.gz) = 9740a0922f2fafa0251f462e7f27cfd6891dc078c22b008c49e11db6637edeea
            SIZE (dotnet-roslyn-322bd5b_GH0.tar.gz) = 22058493
    changed in:
            SIZE (dotnet-roslyn-322bd5b_GH0.tar.gz) = 22058637
    => then I have got them:

      but a changed size good be a Bug, sign of a virus or just simple a sludgy bad documentation work (forget to write the changes)
      Have I concern about that or anything?

best regards

Harald




_______________________________________________
freebsd-mono@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-mono
To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"

Reply via email to