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

raiblocks: init at 9.0 [WIP] #33574

Closed
wants to merge 1 commit into from
Closed

Conversation

jluttine
Copy link
Member

@jluttine jluttine commented Jan 7, 2018

NOTE: This is work in progress, not working yet. Hoping to get some help here..

Motivation for this change

Add raiblocks wallet:

Build instructions: https://github.com/clemahieu/raiblocks/wiki/Build-Instructions#build-raiblocks

I get the following error in cofiguration phase:

-- The following REQUIRED packages have not been found:
 * Boost (required version >= 1.57.0)
-- Configuring incomplete, errors occurred!

Any ideas how to make CMake find Boost? Or maybe I'm doing this totally wrong altogether.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@jluttine
Copy link
Member Author

jluttine commented Jan 8, 2018

Copy-paste from elsewhere: "just a wild guess but maybe you need pkgconfig? https://nixos.wiki/wiki/Packaging_Software#Configure_Scripts_that_are_using_pkgconfig . if not you will need to check how "boost" would be searched directly in the scripts. there is also https://github.com/clemahieu/raiblocks/blob/master/ci/ubuntu_prep.sh which sets up ubuntu, and it has "a lot" of auxiliary dependencies. not sure what else will be needed. i see at least autotools there"

EDIT: Adding pkgconfig to nativeBuildInputs didn't help.

@jluttine
Copy link
Member Author

Closing in favor of #39295.

@jluttine jluttine closed this Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants