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

Mesos is broken #78557

Closed
tfc opened this issue Jan 26, 2020 · 5 comments · Fixed by #95507
Closed

Mesos is broken #78557

tfc opened this issue Jan 26, 2020 · 5 comments · Fixed by #95507

Comments

@tfc
Copy link
Contributor

tfc commented Jan 26, 2020

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' failed

Expected 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:

cc @cstrahan @kevincox @offlinehacker @rushmorem

@tfc
Copy link
Contributor Author

tfc commented Jan 26, 2020

This blocks porting of the nixosTests.mesos module: #72828

@veprbl
Copy link
Member

veprbl commented Feb 11, 2020

cc @jpgu-epam (as possibly interested)

@jm2dev
Copy link
Contributor

jm2dev commented Jun 2, 2020

Hi, this issue is blocking me to install apache spark on nixos 20.03

nix-env -iA nixos.spark

reports:

builder for '/nix/store/0vmfh847hyv1lilfbm0vy3l724jckx5f-mesos-1.4.1.drv' failed with exit code 1
cannot build derivation '/nix/store/57sm5l5j5ffbnkh088vf15k3l96i8bfz-spark-2.4.4.drv': 1 dependencies couldn't be built
error: build of '/nix/store/57sm5l5j5ffbnkh088vf15k3l96i8bfz-spark-2.4.4.drv' failed

@flokli
Copy link
Contributor

flokli commented Aug 15, 2020

I opened a cleanup PR removing the broken packages (and tests), and also disabling mesos support for spark:

#95507

With this PR, spark builds for me at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@tfc @flokli @veprbl @jm2dev and others