-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Mesos is broken #78557
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken
Description
Describe the bug
On current master (), pkgs.mesos is broken
To Reproduce
Steps to reproduce the behavior:
$ nix-build -A pkgs.mesos
these derivations will be built:
/nix/store/nyqrb94vdl8zvhhfcjwhpay06l6g1pb6-mesos-1.4.1.drv
building '/nix/store/nyqrb94vdl8zvhhfcjwhpay06l6g1pb6-mesos-1.4.1.drv'...
# ...
checking google/protobuf/message.h usability... yes
checking google/protobuf/message.h presence... yes
checking for google/protobuf/message.h... yes
checking for /nix/store/17sj1baw89qa0d3324fx6am5jwq90cqg-mesos-maven-deps/com/google/protobuf/protobuf-java/3.3.0/protobuf-java-3.3.0.jar... yes
checking for protoc... protoc
checking python2 module: google.protobuf... no
configure: error: failed to find required module google.protobuf
builder for '/nix/store/nyqrb94vdl8zvhhfcjwhpay06l6g1pb6-mesos-1.4.1.drv' failed with exit code 1
error: build of '/nix/store/nyqrb94vdl8zvhhfcjwhpay06l6g1pb6-mesos-1.4.1.drv' failedExpected behavior
the package should build
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
$ nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 5.4.1, NixOS, 19.09.1687.c5d5561f772 (Loris)`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.3`
- channels(tfc): `"home-manager-19.09, nur-pkgs"`
- channels(flo): `"home-manager-19.09"`
- channels(root): `"nixos-19.09.1687.c5d5561f772, nixos-unstable-20.03pre203904.bb1013511e1"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs`
Maintainer information:
# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken