Giter Club home page Giter Club logo

dwarffs's People

Contributors

aminechikhaoui avatar bkchr avatar edolstra avatar jtojnar avatar knedlsepp avatar philiptaronq avatar trofi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dwarffs's Issues

The nixFlakes in current nixpkgs does not support flake.lock version 5

Hi, I pull this into my flake, and attempting to update my lock fails with master because nixFlakes in nixos/nixpkgs/master is now around a month old. If there isn't any significant difference, could the flake.lock in this be monkeypatched to version 4? Alternatively (and preferably), could the version in nixpkgs be updated?

Commit d11b181a broke dwarffs builds on flakes

At least in my flake, using d11b181 or later results in this:

builder for '/nix/store/ycdc9w8z0c7zyr0w0rl50g99bcv0gyvf-dwarffs-0.1.20200422.drv' failed with exit code 2; last 10 log lines:
  configuring
  no configure script, doing nothing
  building
  build flags: SHELL=/nix/store/z1l2n01xdfcm9bkkir83c32mkpvv51zq-bash-4.4-p23/bin/bash
  g++ -c -g -std=c++17 -Wall -Os dwarffs.cc -o dwarffs.o
  dwarffs.cc:7:10: fatal error: filetransfer.hh: No such file or directory
      7 | #include "filetransfer.hh"
        |          ^~~~~~~~~~~~~~~~~
  compilation terminated.
  make: *** [Makefile:5: dwarffs.o] Error 1
cannot build derivation '/nix/store/yydmc8b7xh90f7ys8yh4ka5xq9l8axpn-dwarffs-0.1.20200422_fish-completions.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/j87w2q57qjz3qn7bhqj25kx0637706v7-stage-2-init.sh.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/82a7s0a7xrfq8syh4hfdl3qcd58k7ls9-system-generators.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/myv33pqyhawrkn1iwkfdb3qbvb1mbynd-system-path.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/wxwqvh2qs9c2066dmngavnva15w1gw6b-system-shutdown.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/bky0zbvmx4mjd6gs4x3l1d23nscc7xw5-system-units.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/j8ymz5kx22vnvrx6a66mvjd6n6h2jq19-user-units.drv': 1 dependencies couldn't be built

My fault or yours? :p

Missing license

Without it, it falls under All rights reserved and we cannot use it.

nix flake update results in failed nix build

Steps to reproduce:

  1. nix flake update --commit-lock-file
  2. nix build

Observed error:

error: attribute 'overlay' missing

       at /nix/store/cf337110ghx14g7nw626yiy5w0w0blbd-source/flake.nix:43:35:

           42|         inherit system;
           43|         overlays = [ self.overlay nix.overlay ];
             |                                   ^
           44|       }).dwarffs);

attribute ‘fetchgit’ missing

Hi, I added dwarffs as described to my configuration.nix, but I get the following error:

attribute ‘fetchgit’ missing, at

Any ideas what I could miss?

Usage as a package

Are there instructions on how to use this project as a package, not as a nixOS module?

Also, when I do nix shell github:edolstra/dwarffs --command dwarffs --help, I get a core.

Please re-add module.nix

I would really like to use DwarfFS so that I can turn off global debug packages for my system -- not having symbols at debug time is pretty much the only reason to enable it!

However, 2f984ab inlined the module.nix file into the new flake description. I understand the desire to use self-contained tools like dwarffs for experimenting with Flakes, but I'm not running the Flake branch, and dwarffs is useful without it!

I'd like to propose re-adding the old module.nix file so DwarfFS can be used by non-flake users without writing their own. I do not know if code reuse is possible, but I don't think it's worth it for such a conceptually simple expression.

Alternatively, packaging dwarffs upstream inside Nixpkgs would also be great IMO, but I understand if you don't want to do that since it'll directly conflict with the flake experiment...

`/usr/lib/debug` symlink

Ive noticed that a lot of programs expect debuginfo to be in /usr/lib/debug/.build-id/..., would a declarative symlink for this be possible?

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.