Lewis Butler write: > > Got this when trying to update to pkg-1.9.4 > /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. > -I../compat -DWITH_SSL -Wno-pointer-sign -shared -O2 -pipe -Wno-error > -fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function > -D_BSD_SOURCE -DINET6=1 -MT libfetch/libfetch_la-common.lo -MD -MP -MF > libfetch/.deps/libfetch_la-common.Tpo -c -o libfetch/libfetch_la-common.lo > `test -f 'libfetch/common.c' || echo './'`libfetch/common.c > libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../compat -DWITH_SSL > -Wno-pointer-sign -O2 -pipe -Wno-error -fstack-protector -fno-strict-aliasing > -Wall -Wno-unused-function -D_BSD_SOURCE -DINET6=1 -MT > libfetch/libfetch_la-common.lo -MD -MP -MF > libfetch/.deps/libfetch_la-common.Tpo -c libfetch/common.c -fPIC -DPIC -o > libfetch/.libs/libfetch_la-common.o > libfetch/common.c:52:10: fatal error: 'openssl/x509v3.h' file not found > #include <openssl/x509v3.h> > ^ > 1 error generated. > *** [libfetch/libfetch_la-common.lo] Error code 1 > > make[6]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external
Does this file exist on your system? /usr/include/openssl/x509v3.h /usr/local/include/openssl/x509v3.h What's in your /etc/make.conf? Does it work if you do: # make clean # make __MAKE_CONF=/dev/null -- Herbert _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"