-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
bugSomething isn't workingSomething isn't working
Description
For nixpkgs we are converting our install hook to parallelize installation, which yields great speedups with e.g., openssl.
For solanum it was noticed, that it does not play well with for example make -j6 install. It consistently fails like this:
solanum> /nix/store/1qasgqvab0xh2jcy00x9b1zh39dw7m8f-binutils-2.40/bin/ld: cannot find ./.libs/libircd.so: No such file or directory
solanum> collect2: error: ld returned 1 exit status
solanum> make[4]: *** [Makefile:633: solanum] Error 1
solanum> make[4]: *** Waiting for unfinished jobs....
Solanum is one of 12 packages, for which we had to disable parallel install. Would be amzing if this dependency could get set up.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working