Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 13:55:17 -0700
From:      "@lbutlr" <kremels@kreme.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: pkg 1.9.4
Message-ID:  <5D167804-D5FF-4799-9260-D900D2A8B7F3@kreme.com>
In-Reply-To: <86zik4nr4l.wl-herbert@mailbox.org>
References:  <EC956550-0E62-4FC6-BC0B-C36DD194946E@gmail.com> <86zik4nr4l.wl-herbert@mailbox.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10 Dec 2016, at 01:08, Herbert J. Skuhra <herbert@mailbox.org> 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 <openssl/x509v3.h>
>>         ^
>> 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 <openssl/x509v3.h>
         ^
1 error generated.
*** [libfetch/libfetch_la-common.lo] Error code 1







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5D167804-D5FF-4799-9260-D900D2A8B7F3>