From owner-freebsd-ports@freebsd.org Sun Oct 14 22:31:39 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 BE4E010C4C18 for ; Sun, 14 Oct 2018 22:31:39 +0000 (UTC) (envelope-from saper@saper.info) Received: from m.saper.info (m.saper.info [IPv6:2a01:4f8:a0:7383::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "saper.info", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A9DC7805E for ; Sun, 14 Oct 2018 22:31:39 +0000 (UTC) (envelope-from saper@saper.info) Received: from m.saper.info (saper@m.saper.info [IPv6:2a01:4f8:a0:7383::]) by m.saper.info (8.15.2/8.15.2) with ESMTPS id w9EMVcDb090490 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 14 Oct 2018 22:31:38 GMT (envelope-from saper@saper.info) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=saper.info; s=Sep2014; t=1539556298; bh=2NFeJUXweRyUANvTvbxbDmvrjdi6S+n3foCI9EI9YQU=; h=Date:From:To:Subject; b=gBoeaIyq81evVGRDGmHrYzytVWz1Q84uP06tOr9am+VpLCyrRJ/0nMTQ0MjV04Kmz vX43fnjL6oCwBMb1C3PGKxgGBmtM/UO+7ntfL4Z1rhCdHZIKhkIpIqp3yTo+ec7wCz 4HECHhHDOCRfayiLZTbQV1AS0YVJlQlpd+2fyXh8= Received: from localhost (saper@localhost) by m.saper.info (8.15.2/8.15.2/Submit) with ESMTP id w9EMVcMb090487 for ; Sun, 14 Oct 2018 22:31:38 GMT (envelope-from saper@saper.info) X-Authentication-Warning: m.saper.info: saper owned process doing -bs Date: Sun, 14 Oct 2018 22:31:38 +0000 From: Marcin Cieslak To: freebsd-ports@freebsd.org Subject: libdl.so missing after "pkg upgrade" - firefox, python27... Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8BIT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 22:31:39 -0000 Hello, during preparations to upgrade 11.1-RELEASE p15 system I got firefox-esr upgraded to Oct 14 22:18:30 radziecki pkg: pkg upgraded: 1.10.5_1 -> 1.10.5_3 Oct 14 22:44:51 radziecki pkg: firefox-esr upgraded: 52.8.0,1 -> 60.2.2_1,1 Oct 14 22:54:37 radziecki pkg: python27 upgraded: 2.7.14_1 -> 2.7.15 However, both python2 and firefox fail due to a missing "libdl.so", which as I understand got introduced in 12.0. Why this happens? What am I doing wrong? Marcin Cieślak