From owner-freebsd-ports@freebsd.org Sat Dec 10 21:05:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B7E8C71DE6 for ; Sat, 10 Dec 2016 21:05:05 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (mail.covisp.net [65.121.55.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 175511A13 for ; Sat, 10 Dec 2016 21:05:04 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (localhost [127.0.0.1]) by mail.covisp.net (Postfix) with ESMTP id 3tbhFS1ZryzvBRK; Sat, 10 Dec 2016 13:55:24 -0700 (MST) X-Virus-Scanned: amavisd-new at covisp.net Received: from mail.covisp.net ([127.0.0.1]) by mail.covisp.net (mail.covisp.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c-IUQzy9E_lb; Sat, 10 Dec 2016 13:55:18 -0700 (MST) From: "@lbutlr" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: pkg 1.9.4 Date: Sat, 10 Dec 2016 13:55:17 -0700 References: <86zik4nr4l.wl-herbert@mailbox.org> To: freebsd-ports@freebsd.org In-Reply-To: <86zik4nr4l.wl-herbert@mailbox.org> Message-Id: <5D167804-D5FF-4799-9260-D900D2A8B7F3@kreme.com> X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2016 21:05:05 -0000 On 10 Dec 2016, at 01:08, Herbert J. Skuhra wrote: > Lewis Butler write: >> Got this when trying to update to pkg-1.9.4 >> /bin/sh ../libtool --tag=3DCC --mode=3Dcompile 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=3D1 -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=3D1 = -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 >> ^ >> 1 error generated. >> *** [libfetch/libfetch_la-common.lo] Error code 1 >>=20 >> make[6]: stopped in /usr/ports/ports-mgmt/pkg/work/pkg-1.9.4/external >=20 > Does this file exist on your system? >=20 > /usr/include/openssl/x509v3.h No > /usr/local/include/openssl/x509v3.h Yes. # ls -ls /usr/local/include/openssl/x509v3.h 80 -rw-r--r-- 1 root wheel 40389 Dec 9 17:50 = /usr/local/include/openssl/x509v3.h > What's in your /etc/make.conf? DEFAULT_VERSIONS+=3Dlinux=3Df10 DEFAULT_VERSIONS+=3Dssl=3Dopenssl > Does it work if you do: >=20 > # make clean > # make __MAKE_CONF=3D/dev/null No. libfetch/common.c:52:10: fatal error: 'openssl/x509v3.h' file not found #include ^ 1 error generated. *** [libfetch/libfetch_la-common.lo] Error code 1