Giter VIP home page Giter VIP logo

Comments (3)

eisaev avatar eisaev commented on June 12, 2024 1

You are right. It looks like an issue with the corporate proxy:

 $ wget -vvv https://github.com/systemd/systemd-stable/archive/v255.2.tar.gz
 --2024-05-16 12:08:18--  https://github.com/systemd/systemd-stable/archive/v255.2.tar.gz
 Connecting to 172.29.160.1:3128... connected.
 Proxy request sent, awaiting response... 302 Found
 Location: https://codeload.github.com/systemd/systemd-stable/tar.gz/refs/tags/v255.2 [following]
 --2024-05-16 12:08:19--  https://codeload.github.com/systemd/systemd-stable/tar.gz/refs/tags/v255.2
 Connecting to 172.29.160.1:3128... connected.
 Proxy request sent, awaiting response... 200 OK
 Length: unspecified [application/x-gzip]
 Saving to: 'v255.2.tar.gz'
 
 v255.2.tar.gz                                  [                                                                                     <=>]  14.17M  --.-KB/s    in 42s
 
 2024-05-16 12:09:20 (344 KB/s) - 'v255.2.tar.gz' saved [14863872]
 
 $ sha256sum v255.2.tar.gz
 c5b23ba7e23c5b2464e81ef8be9e35c3b0d52fcdc6e0db96ab94be1514a9bb73  v255.2.tar.gz

But there is no issue with the same proxy if I download this file from different source:

 $ wget -vvv https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/systemd/255.2-3ubuntu2/systemd_255.2.orig.tar.gz
 --2024-05-16 12:24:18--  https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/systemd/255.2-3ubuntu2/systemd_255.2.orig.tar.gz
 Connecting to 172.29.160.1:3128... connected.
 Proxy request sent, awaiting response... 303 See Other
 Location: https://launchpadlibrarian.net/710978987/systemd_255.2.orig.tar.gz [following]
 --2024-05-16 12:24:18--  https://launchpadlibrarian.net/710978987/systemd_255.2.orig.tar.gz
 Connecting to 172.29.160.1:3128... connected.
 Proxy request sent, awaiting response... 200 OK
 Length: 14864388 (14M) [application/gzipped-tar]
 Saving to: 'systemd_255.2.orig.tar.gz'
 
 systemd_255.2.orig.tar.gz                  100%[=======================================================================================>]  14.18M  10.7MB/s    in 1.3s
 
 2024-05-16 12:24:20 (10.7 MB/s) - 'systemd_255.2.orig.tar.gz' saved [14864388/14864388]
 
 $ sha256sum systemd_255.2.orig.tar.gz
 ba7354a742dc9a8bb7dbeaa40cbf7cf2ca84f506d5b7ae5ab8d14c8eecb7aca0  systemd_255.2.orig.tar.gz

Anyway this is unrelated to conan. I will close the ticket.

from conan-center-index.

eisaev avatar eisaev commented on June 12, 2024

The similar issues:
conan-io/conan#13220
#4151
#11841
#15325
#16734
#19211
#19655
#20365
#23407

from conan-center-index.

uilianries avatar uilianries commented on June 12, 2024

@eisaev I checked the file checksum and it looks correct:

$ wget -vvv https://github.com/systemd/systemd-stable/archive/v255.2.tar.gz                                                                                                                                                                                       
--2024-05-16 10:04:27--  https://github.com/systemd/systemd-stable/archive/v255.2.tar.gz
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/systemd/systemd-stable/tar.gz/refs/tags/v255.2 [following]
--2024-05-16 10:04:27--  https://codeload.github.com/systemd/systemd-stable/tar.gz/refs/tags/v255.2
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘v255.2.tar.gz’
2024-05-16 10:04:30 (6,14 MB/s) - ‘v255.2.tar.gz’ saved [14864388]

$ sha256sum v255.2.tar.gz                                                                                                                                                                                                                                         
ba7354a742dc9a8bb7dbeaa40cbf7cf2ca84f506d5b7ae5ab8d14c8eecb7aca0  v255.2.tar.gz

Please, make sure you are not using an alternative server to download your source. Plus, try removing your cache, then installing it again:

conan remove -f -s "libsystemd/*"

from conan-center-index.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.