Skip to content

Strange error using dep install #65

@austinfrey

Description

@austinfrey

Summary

Write here.
Getting an error when installing packages. Packages seem to have installed properly but the error is a bit misleading.

Steps to reproduce behavior

Write here.

$ dep i hypercore

Expected behavior

Write here.
Successful installs should exit silently.

$ dep i hypercore
Resolving dependencies
Installing dependencies
Building dependencies
Installed 105 packages in 4.175s

Actual behavior

Write here.

$ dep i hypercore
Resolving dependencies
Installing dependencies
Building dependencies
In file included from ../binding.cc:4:0:
../libsodium/src/libsodium/include/sodium.h:5:10: fatal error: sodium/version.h: No such file or directory
 #include "sodium/version.h"
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Release/obj.target/sodium/binding.o] Error 1
Installed 107 packages in 4.333s

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions