Julian Elischer
2018-07-25 16:01:15 UTC
This one has me stumped.
sudo /usr/local/sbin/pkg -o IGNORE_OSVERSION=yes -c
/usr/build/buildroot/build/cloudcc/build_x86_64/root add -M -f
/pkg/All/curl-7.60.0.txz
Installing curl-7.60.0...
package curl is already installed, forced install
pkg: Missing dependency 'ca_root_nss'
pkg: Missing dependency 'libnghttp2'
Extracting curl-7.60.0: 100%
yet the packages for ca_root_nss and libnghttp2 are sitting there
right next to the package for curl.
They were all compiled together.
-rw-r--r-- 1 julian wheel 111632 Jul 25 06:50 libnghttp2-1.32.0.txz
-rw-r--r-- 1 julian wheel 293912 Jul 25 06:50 ca_root_nss-3.38.txz
-rw-r--r-- 1 julian wheel 942624 Jul 25 06:50 curl-7.60.0.txz
Am I doing something wrong?
Julian
sudo /usr/local/sbin/pkg -o IGNORE_OSVERSION=yes -c
/usr/build/buildroot/build/cloudcc/build_x86_64/root add -M -f
/pkg/All/curl-7.60.0.txz
Installing curl-7.60.0...
package curl is already installed, forced install
pkg: Missing dependency 'ca_root_nss'
pkg: Missing dependency 'libnghttp2'
Extracting curl-7.60.0: 100%
yet the packages for ca_root_nss and libnghttp2 are sitting there
right next to the package for curl.
They were all compiled together.
-rw-r--r-- 1 julian wheel 111632 Jul 25 06:50 libnghttp2-1.32.0.txz
-rw-r--r-- 1 julian wheel 293912 Jul 25 06:50 ca_root_nss-3.38.txz
-rw-r--r-- 1 julian wheel 942624 Jul 25 06:50 curl-7.60.0.txz
Am I doing something wrong?
Julian