pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

"SSL support disabled" on Void Linux



The "SSL support disabled" message occurs when using pkgsrc on Void Linux,
something like:

     rust-bin]# bmake install
    => Bootstrap dependency digest>=20211023: found digest-20220214
    => Bootstrap dependency fetch-[0-9]*: found fetch-1.9nb2
    => Fetching rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz
    => Total size: 346764558 bytes
    SSL support disabled
    fetch: https://static.rust-lang.org/dist/rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz: Operation not permitted
    fetch: Unable to fetch expected file rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz
    fetch: http://cdn.NetBSD.org/pub/pkgsrc/distfiles/rust-bin-1.73.0/rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz: Not Found
    fetch: Unable to fetch expected file rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz
    fetch: http://ftp.fr.NetBSD.org/pub/pkgsrc/distfiles/rust-bin-1.73.0/rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz: Not Found
    fetch: Unable to fetch expected file rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz
    fetch: http://ftp.NetBSD.org/pub/pkgsrc/distfiles/rust-bin-1.73.0/rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz: Not Found
    fetch: Unable to fetch expected file rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz
    *** Error code 1

Added opnssl option to net/libfetch and updated the package, but that did
not resolve the above.

    libfetch]# bmake show-options
    Any of the following general options may be selected:
            inet6    Enable support for IPv6.
            openssl  Enable OpenSSL support.
    
    These options are enabled by default:
            inet6
    
    These options are currently enabled:
            inet6 openssl

How to get rid of "SSL support disabled"?

-- 
Mayuresh


Home | Main Index | Thread Index | Old Index