On 2017-04-13 13:43, Rafael Henrique da Silva Faria wrote:
Hi everyone, I'm trying to compile Heimdal with LibreSSL on a server,
but there is a odd problem.
Actually, I'm updating a working server, updated the LibreSSL version,
and tried to recompile all dependent ports with "portmaster -fr
libr
>> But, as I know, the make process of the Heimdal, can't abort if the actually
>> installed Heimdal is broken. Or I really need an clean system (without > any
>> previous installed Heimdal) to compile it?
>
> Many ports cannot compile correctly if previous versions are installed. This
> is why
> On 13 Apr, 2017, at 8:15, Rafael Henrique da Silva Faria
> wrote:
>
> The new version of the lib exists:
>
> root@cenpe / # ls -al /usr/local/lib/libcrypto.so
> lrwxr-xr-x 1 root wheel 19 Apr 13 10:29 /usr/local/lib/libcrypto.so ->
> libcrypto.so.41.0.1
>
> But the .38, which I believe t
The new version of the lib exists:
root@cenpe / # ls -al /usr/local/lib/libcrypto.so
lrwxr-xr-x 1 root wheel 19 Apr 13 10:29 /usr/local/lib/libcrypto.so ->
libcrypto.so.41.0.1
But the .38, which I believe that was from previous version, does not.
root@cenpe / # ls -al /usr/local/lib/libcrypt
Sorry, last post was wrong.
libcrypto.so.41 should be
ls -al /usr/local/lib/libcrypto.so
lrwxr-xr-x 1 root wheel 19 12 Apr 05:06 /usr/local/lib/libcrypto.so
-> libcrypto.so.41.0.1
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/
Does it exist?
ls -al /usr/local/lib/libcrypto.so.38
___
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"
I tried with "portmaster -x heimdal security/libressl". The LibreSSL port was
recompiled with success. But it was already up to date before.
But yet, if I try to recompile heimdal, with just a simple: "cd
/usr/ports/security/heimdal; make clean; make", it will abort.
But in Heimdal configure, it
I had the same problem with other ports. Portmaster does not compile every
times the ports in the right order.
Try it, with portmaster -x heimdal security/libressl.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/
Walter,
Yes, I have read the UPDATING, and all started with the "portmaster -r
libressl".
But after recompiling the "libressl" port, the portmaster started to recompile
the "heimdal" port, which stopped with the linking problem, it is looking for
the old lib, which no longer exists.
I was thi
Have you read an done this
20170411:
AFFECTS: users of security/libressl
AUTHOR: br...@freebsd.org
The port has been updated to the latest stable version 2.5 of LibreSSL.
The shared library versions of the libraries have been bumped.
.Portmaster users:
portmaster -r libressl
Hi everyone, I'm trying to compile Heimdal with LibreSSL on a server, but there
is a odd problem.
Actually, I'm updating a working server, updated the LibreSSL version, and
tried to recompile all dependent ports with "portmaster -fr libressl", but it
stops on Heimdal.
The make stops on this li
11 matches
Mail list logo