You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is the result when I try to install --build-from-source. to understand better the problem I tried to run meson directly from downloaded path with inserting the ca_certificates_path to the correct place. the meson returns no error and compiling is done. I tried also to check the Formula and check all #etc and other variables. but it still fails. The bottle installation works fine.
would you please give me some suggestions?
meson.build:69:0: ERROR: Assert failed: location of system Certificate Authority list: could not find any CA certificate store. Use -Dca_certificates_path=PATH to set
A full log can be found at /private/tmp/glib-networking-20180326-24637-10fgi3y/glib-networking-2.56.0/build/meson-logs/meson-log.txt
The text was updated successfully, but these errors were encountered:
here is the result when I try to install --build-from-source. to understand better the problem I tried to run meson directly from downloaded path with inserting the ca_certificates_path to the correct place. the meson returns no error and compiling is done. I tried also to check the Formula and check all #etc and other variables. but it still fails. The bottle installation works fine.
would you please give me some suggestions?
meson
--prefix=/usr/local/Cellar/glib-networking/2.56.0
-Dpkcs11_support=false
-Dlibproxy_support=false
-Dca_certificates_path=/usr/local/etc/openssl/cert.pem
..
The Meson build system
Version: 0.45.1
Source dir: /private/tmp/glib-networking-20180326-24637-10fgi3y/glib-networking-2.56.0
Build dir: /private/tmp/glib-networking-20180326-24637-10fgi3y/glib-networking-2.56.0/build
Build type: native build
Project name: glib-networking
Native C compiler: clang (clang 9.0.0 "Apple LLVM version 9.0.0 (clang-900.0.39.2)")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/local/opt/pkg-config/bin/pkg-config (0.29.2)
Native dependency glib-2.0 found: YES 2.56.0
Native dependency gio-2.0 found: YES 2.56.0
Native dependency gsettings-desktop-schemas found: YES 3.28.0
Native dependency gnutls found: YES 3.5.18
meson.build:69:0: ERROR: Assert failed: location of system Certificate Authority list: could not find any CA certificate store. Use -Dca_certificates_path=PATH to set
A full log can be found at /private/tmp/glib-networking-20180326-24637-10fgi3y/glib-networking-2.56.0/build/meson-logs/meson-log.txt
The text was updated successfully, but these errors were encountered: