Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plume: init at 0.4.0-alpha-4 #84088

Closed
wants to merge 3 commits into from
Closed

Conversation

matthiasbeyer
Copy link
Contributor

Part of #57754

Does not build yet, I don't know why.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@jpotier
Copy link
Contributor

jpotier commented May 27, 2020

nix-repl> :b plume
builder for '/nix/store/1x93yfq585p5wq6pljw8fycd77m6fc7d-plume-0.4.0-alpha-4.drv' failed with exit code 101; last 10 log lines:
  error: failed to select a version for `conv`.
      ... required by package `chomp v0.3.1`
      ... which is depended on by `guid-create v0.1.1`
      ... which is depended on by `plume v0.4.0 (/build/source)`
  versions that meet the requirements `= 0.3.3` are: 0.3.3

  the package `chomp` depends on `conv`, with features: `std` but `conv` does
not have these features.


  failed to select a version for `conv` which could resolve this conflict
[2 built (1 failed), 73 copied (1055.4 MiB), 286.9 MiB DL]
error: build of '/nix/store/1x93yfq585p5wq6pljw8fycd77m6fc7d-plume-0.4.0-alpha-4.drv' failed

I have no clue about the Rust ecosystem. Does that say a dependency is missing?

@SuperSandro2000
Copy link
Member

This is an upstream build failure. Please try updating the package, contact them and request a fix or fix it yourself and add the patch here.

@SuperSandro2000 SuperSandro2000 marked this pull request as draft November 29, 2020 01:51
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
@matthiasbeyer
Copy link
Contributor Author

Unfortunately, it still does not build:

++ env CC_x86_64-unknown-linux-gnu=/nix/store/d2fqghv083a8q7j8sjb2m5q6i840h691-gcc-wrapper-10.2.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/d2fqghv083a8q7j8sjb2m5q6i840h691-gcc-wrapper-10.2.0/bin/c++ CC_x86_64-unknown-linux-gnu=/nix/store/d2fqghv083a8q7j8sjb2m5q6i840h691-gcc-wrapper-10.2.0/bin/cc CXX_x86_64-unknown-linux-gnu=/nix/store/d2fqghv083a8q7j8sjb2m5q6i840h691-gcc-wrapper-10.2.0/bin/c++ cargo build -j 8 --release --target x86_64-unknown-linux-gnu --frozen
error: failed to select a version for `conv`.
    ... required by package `chomp v0.3.1`
    ... which is depended on by `guid-create v0.1.1`
    ... which is depended on by `plume v0.6.0 (/build/source)`
versions that meet the requirements `=0.3.3` are: 0.3.3

the package `chomp` depends on `conv`, with features: `std` but `conv` does not have these features.

@matthiasbeyer matthiasbeyer deleted the add-plume branch April 13, 2021 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants