From owner-freebsd-ports@freebsd.org Mon Oct 29 00:08:38 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B93E10EA455 for ; Mon, 29 Oct 2018 00:08:38 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BE22F761FF for ; Mon, 29 Oct 2018 00:08:37 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8041810EA454; Mon, 29 Oct 2018 00:08:37 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E9A110EA453 for ; Mon, 29 Oct 2018 00:08:37 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "land.berklix.org", Issuer "land.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E3457761FD; Mon, 29 Oct 2018 00:08:36 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p2E52CCDC.dip0.t-ipconnect.de [46.82.204.220]) (authenticated bits=0) by land.berklix.org (8.15.2/8.15.2) with ESMTPSA id w9T08TPl039527 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Oct 2018 00:08:33 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id w9T08Otr083633; Mon, 29 Oct 2018 01:08:25 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id w9T08HGN060761; Mon, 29 Oct 2018 01:08:24 +0100 (CET) (envelope-from jhs@berklix.com) Message-Id: <201810290008.w9T08HGN060761@fire.js.berklix.net> To: Bernard Spil cc: ports@freebsd.org Subject: Re: on current, pkg install openssl kills pkg From: "Julian H. Stacey" Organization: http://berklix.eu BSD Unix Linux Consultants, Munich Germany User-agent: EXMH on FreeBSD http://berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ In-reply-to: Your message "Sun, 28 Oct 2018 02:08:08 +0100." Date: Mon, 29 Oct 2018 01:08:17 +0100 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 00:08:38 -0000 Hi, Reference: > From: Bernard Spil > Date: Sun, 28 Oct 2018 02:08:08 +0100 Bernard Spil wrote: > On 2018-10-17 0:26, Julian H. Stacey wrote: > > Hi ports@freebsd.org > > cc brnrd@FreeBSD.org maintaine= of ports/security/openssl > > > > On current, 12.0-ALPHA9, this kills pkg: > > pkg install openssl > > > > uname -r # 12.0-ALPHA9 > > cd /usr/src > > cat .ctm_status # src-cur 13733 > > cat .svn_revision # 339303 > > > > pkg install openssl > > Updating FreeBSD repository catalogue... > > FreeBSD repository is up to date. > > All repositories are up to date. > > The following 1 package(s) will be affected (of 0 checked): > > New packages to be INSTALLED: > > openssl: 1.0.2p_1,1 > > Number of packages to be installed: 1 > > The process will require 12 MiB more space. > > 3 MiB to be downloaded. > > [1/1] Fetching openssl-1.0.2p_1,1.txz: 100% 3 MiB 626.9kB/s > > 00:05 > > Checking integrity... done (0 conflicting) > > [1/1] Installing openssl-1.0.2p_1,1... > > [1/1] Extracting openssl-1.0.2p_1,1: 100% > > Message from openssl-1.0.2p_1,1: > > Edit /usr/local/openssl/openssl.cnf to fit your needs. > > > > pkg install openvpn > > ld-elf.so.1: /usr/local/lib/libcrypto.so.9: version > > OPENSSL_1_1_0 required bysr/local/lib/libpkg.so.4 not defined > > > > That ld-elf message was rather too opaque for me. > > I fumbled with various libs to no good effect, copying from another > > host, > > & reinstalling from current ports/ports-mgmt/pkg etc, > > Nothing fixed it till I used another AMD+NFS mounted current host: > > > > /host/lapr/usr/local/sbin/pkg delete openssl > > > > Comments please ? Meaning ? How to prevent / fix it ? > > > > its just that one package, I'm rebuilding & up to here OK: > > pkg info -a | wc -l # 1062 > > using > > foreach i ( `fetch -o - > > http://berklix.com/~jhs/src/bsd/fixes/freebsd/packages/to_pkg_install` > > ) > > echo DOING $i > > pkg install -y $i > > done > > > > Ive removed openssl from my list of package to install, nothing else > > wants it so far. > > It used to be in my ports/security/Makefile.inc to support > > cd /usr/ports/x11-servers/xorg-server;make > > But I'll just leave it to automatic depend from now on. > > > > Cheers, > > Julian > > Hi Julian, > > Bit late to the party, but you're most likely hit by the update of > crypto/openssl to 1.1.1 in base. There's another change the past days > where the libraries have been renamed to libcrypto.so.111 and > libssl.so.111 which might hit you too. > > Cheers, Bernard. Yes thanks Bernard, Lots of threads on src ports pkgs seem to be hit by these 2 disturbances. I've stabilised my laptop on an older current that works, & won't update that for a while, another current tower is on bleeding edge current. Cheers, Julian -- Julian Stacey, Computer Consultant, Systems Engineer, BSD Linux Unix, Munich. Brexit referendum stole 3,700,000 Brits votes abroad, inc. 700,000 in EU. Campaign lies, criminal funding, economy & pound down. Time for an honest ref. http://exitbrexit.uk https://www.peoples-vote.uk/petition https://eci.ec.europa.eu/002/public/#/initiative