Coder Social home page Coder Social logo

Failing to download packages about mylfs HOT 5 CLOSED

krglaws avatar krglaws commented on June 25, 2024
Failing to download packages

from mylfs.

Comments (5)

krglaws avatar krglaws commented on June 25, 2024

Hmm weird. It might be that wget is quietly erroring out, since I have it using the --quiet option. Are there any files inside of the pkgs/ directory after you try running it? It caches the downloads there first before copying them onto the image file.

from mylfs.

My-Random-Thoughts avatar My-Random-Thoughts commented on June 25, 2024

Just downloaded and ran your code it again, it downloads 91 files: 8x .patch, 1x .pcf.gz, 3x .tar.bz2, 36x .tar.gz, 43x .tar.xz

I removed the --quiet option and all the files requested downloaded OK.
Just before the command prompt return, I get the following standard wget exit message:

FINISHED --2022-04-06 08:10:54--
Total wall clock time: 3m 45s
Downloaded: 91 files, 449M in 2m 7s (3.54 MB/s)

from mylfs.

krglaws avatar krglaws commented on June 25, 2024

Ok thanks for that. It appears zlib has recently been updated to version 1.2.12 (as Bango88 pointed out) due to a security vulnerability. I've updated the listing in pkgs.sh, so this should be all fixed now.

from mylfs.

My-Random-Thoughts avatar My-Random-Thoughts commented on June 25, 2024

That worked, it's getter further now. Thank you.
Might want to look at having a minimum version check and not exact. You will be updating your version file constantly otherwise :)

from mylfs.

krglaws avatar krglaws commented on June 25, 2024

cool.

Also I recently made the version check step much less aggressive and brittle. Now you have to specify --check and it will output the minimum and maximum version requirements based on the listing in https://www.linuxfromscratch.org/lfs/view/stable/chapter02/hostreqs.html, as well as output the current versions on your system. However, it no longer compares the versions for you. We all have to use our EYEBALLS now... which is lame but it was too hard to get it to work 100% of the time.

from mylfs.

Related Issues (7)

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.