we have errors in distinfo SIZE

Dipl.-Ing. Harald E. Langner harald.langner at web.de
Thu Sep 21 21:33:19 UTC 2017


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 SIZE
             ...
             SHA256 (dotnet-coreclr-c7da48a_GH0.tar.gz) = 
8529ce9e9dcc524046205487ca8a8e584d8180c3fecb59bc27944326525d8c83
             SIZE (dotnet-coreclr-c7da48a_GH0.tar.gz) = 31762122
     ändern:
             SIZE (dotnet-coreclr-c7da48a_GH0.tar.gz) = 31762105

             SHA256 (dotnet-roslyn-322bd5b_GH0.tar.gz) = 
9740a0922f2fafa0251f462e7f27cfd6891dc078c22b008c49e11db6637edeea
             SIZE (dotnet-roslyn-322bd5b_GH0.tar.gz) = 22058493
     ändern:
             SIZE (dotnet-roslyn-322bd5b_GH0.tar.gz) = 22058637
     => und dann wurden sie runtergeladen:
        die Veränderte Größe könnte ein Bug, ein Virus oder nur 
schlampige dokumentation sein
        muss ich mir da sorgen machen?





More information about the freebsd-mono mailing list