NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.84k stars 13.93k forks source link

clucene_core_2 fails to cross-compile #67505

Open vikanezrimaya opened 5 years ago

vikanezrimaya commented 5 years ago

Describe the bug clucene_core_2 fails to cross-compile with some weird errors.

To Reproduce Steps to reproduce the behavior: nix-build '<nixpkgs>' --arg crossSystem '{ system = "armv7l-linux"; }' --arg system builtins.currentSystem -A clucene_core_2

Expected behavior clucene_core_2 builds

Screenshots n/a

Additional context It's a dependency of dovecot, though an optional one. I was able to compile dovecot without it by using overrideAttrs. The library seems to provide full-text search capabilities to Dovecot.

Metadata

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
 - clucene_core_2
 - dovecot
# a list of nixos modules affected by the problem
module:
stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.