Giter Club home page Giter Club logo

Comments (6)

dspinellis avatar dspinellis commented on June 16, 2024

This seems to be a GNU coreutils problem. Try going back to a stable revision.

from dgsh.

Gooberpatrol66 avatar Gooberpatrol66 commented on June 16, 2024

How do I do that?

from dgsh.

dspinellis avatar dspinellis commented on June 16, 2024

You could follow the instructions listed here for the coreutils submodule. Use a recent stable version, such as v8.29.

from dgsh.

Gooberpatrol66 avatar Gooberpatrol66 commented on June 16, 2024

Just to be clear: I need to checkout from gnu savannah? Doesn't this project depend on your fork with your modifications?

from dgsh.

dspinellis avatar dspinellis commented on June 16, 2024

Good question! These are subrepos. So you'd need to backtrack with git reset to the last dgsh change, and then git pull from the vendor (GNU) source in order to merge up to the corresponding stable version. Sorry if this is complicated.

Alternatively, you can report the problem and wait for the coreutils mainteners to fix it.

from dgsh.

mfragkoulis avatar mfragkoulis commented on June 16, 2024

The coreutils subrepo links to https://github.com/mfragkoulis/coreutils, but the issue you have reported manifests within a subrepo of coreutils, gnulib (gnulib@841c4fa at lib/fts.c:1306). The gnulib subrepo links to gnulib's main repo, that is https://savannah.gnu.org/git/?group=gnulib. So the issue is not related to dgsh.

One solution is to build dgsh/coreutils using the compiler flag -Wno-maybe-uninitialized. Note that the warning/error may be a false positive produced by the compiler. Alternatively, you can also open dgsh/unix-tools/coreutils/gnulib/lib/fts.c:1306 and give an initial value to int dir_fd;

from dgsh.

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.