From owner-freebsd-ports@freebsd.org Sun Oct 14 23:25:22 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 3F42B10C7F66 for ; Sun, 14 Oct 2018 23:25:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F030E7AF21; Sun, 14 Oct 2018 23:25:21 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id E10191E0BC; Sun, 14 Oct 2018 23:25:21 +0000 (UTC) From: Jan Beich To: Marcin Cieslak Cc: freebsd-ports@freebsd.org Subject: Re: libdl.so missing after "pkg upgrade" - firefox, python27... References: Date: Mon, 15 Oct 2018 01:25:17 +0200 In-Reply-To: (Marcin Cieslak's message of "Sun, 14 Oct 2018 22:31:38 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 23:25:22 -0000 Marcin Cieslak writes: > 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? FreeBSD 11.1 reached EOL on 2018-09-30, so the package cluster switched to 11.2 as the oldest supported 11.* release where libdl.so is available. https://svnweb.freebsd.org/changeset/base/320872 pkg upgrade should've warned you about OSVERSION mismatch. Did you ignore?