Re: LibreSSL + Heimdal Problem

2017-04-14 Thread Bernard Spil
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

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Rafael Henrique da Silva Faria
>> 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

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Adam Weinberger
> 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

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Rafael Henrique da Silva Faria
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

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Walter Schwarzenfeld
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/

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Walter Schwarzenfeld
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"

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Rafael Henrique da Silva Faria
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

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Walter Schwarzenfeld
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/

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Rafael Henrique da Silva Faria
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

Re: LibreSSL + Heimdal Problem

2017-04-13 Thread Walter Schwarzenfeld
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

LibreSSL + Heimdal Problem

2017-04-13 Thread Rafael Henrique da Silva Faria
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