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

Build failure: showoff #237882

Open
jficz opened this issue Jun 15, 2023 · 1 comment
Open

Build failure: showoff #237882

jficz opened this issue Jun 15, 2023 · 1 comment

Comments

@jficz
Copy link
Contributor

jficz commented Jun 15, 2023

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix build 'nixpkgs#showoff

Build log

$ nix build 'nixpkgs#showoff'
error: builder for '/nix/store/bckp4mzpsdwrirxclq5c8gx41dij7fis-ruby3.1.4-nokogiri-1.10.1.drv' failed with exit code 1;
       last 10 log lines:
       >       |         ^~~~~~~~~~~~~
       > xml_document.c:511:3: note: in expansion of macro 'rb_scan_args'
       >   511 |   rb_scan_args(argc, argv, "03", &mode, &incl_ns, &with_comments);
       >       |   ^~~~~~~~~~~~
       > make: *** [Makefile:247: xml_document.o] Error 1
       >
       > make failed, exit code 2
       >
       > Gem files will remain installed in /nix/store/5lk9rny3bfyvqwbwadbgw687xgns3z2z-ruby3.1.4-nokogiri-1.10.1/lib/ruby/gems/3.1.0/gems/nokogiri-1.10.1 for inspection.
       > Results logged to /nix/store/5lk9rny3bfyvqwbwadbgw687xgns3z2z-ruby3.1.4-nokogiri-1.10.1/lib/ruby/gems/3.1.0/extensions/x86_64-linux/3.1.0/nokogiri-1.10.1/gem_make.out
       For full logs, run 'nix log /nix/store/bckp4mzpsdwrirxclq5c8gx41dij7fis-ruby3.1.4-nokogiri-1.10.1.drv'.
error: 1 dependencies of derivation '/nix/store/wng86844hczzfgxnbi91abnlppyvx8a5-showoff-0.20.1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/w3d3gdvajxirjq4bp0mmqd1f3cmak9qf-showoff-0.20.1.drv' failed to build

Additional context

Possibly related to nix-community/bundix#68

Notify maintainers

@mwilsoncoding @nicknovitski

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 5.10.179, NixOS, 23.05 (Stoat), 23.05.885.bb8b5735d6f`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.13.3`
 - channels(root): `"nixos-23.05"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@jficz
Copy link
Contributor Author

jficz commented Jun 15, 2023

Fixed locally with these changes (and updates) https://github.com/jficz/nixpkgs/tree/fix-showoff

This update is x86_64-only so it can't (shouldn't) be pulled to upstream nixpkgs.

(also added a missing dependency rexml)

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

No branches or pull requests

1 participant