Skip to content

[FreeBSD] Build process relies on wget, which is broken. #16

@umanwizard

Description

@umanwizard

wget on FreeBSD needs the following arguments:

--ca-certificate /usr/local/share/certs/ca-root-nss.crt

in order to work properly. Without this, the build fails with the following output:

sh -e scripts/get-libuv.sh
--2014-02-21 21:28:40--  https://github.com/joyent/libuv/archive/v0.11.19.tar.gz
Resolving github.com (github.com)... 192.30.252.130
Connecting to github.com (github.com)|192.30.252.130|:443... connected.
ERROR: cannot verify github.com's certificate, issued by '/C=US/O=DigiCert     Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV CA-1':
  Unable to locally verify the issuer's authority.
To connect to github.com insecurely, use `--no-check-certificate'.
SHA1 sum doesn't match, expected '5539d8e99e22b438cf4a412d4cec70ac6bb519fc'    got 'da39a3ee5e6b4b0d3255bfef95601890afd80709'
*** Error code 1

Stop.
make: stopped in /usr/home/brennan/projects/neovim

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions