From owner-freebsd-stable@freebsd.org Thu Nov 1 22:46:38 2018 Return-Path: Delivered-To: freebsd-stable@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 AE49810DB819 for ; Thu, 1 Nov 2018 22:46:38 +0000 (UTC) (envelope-from raul@b2n.org) Received: from mail3.custos.es (bohn.b2n.org [212.34.158.159]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD178FF86 for ; Thu, 1 Nov 2018 22:46:37 +0000 (UTC) (envelope-from raul@b2n.org) Received: from plank.b2n.org (plank.b2n.org [213.37.4.13]) by mail3.custos.es (Postfix) with ESMTP id 4AB5C125EC2 for ; Thu, 1 Nov 2018 23:46:30 +0100 (CET) Received: from turing.b2n.org (unknown [10.64.3.2]) by plank.b2n.org (Postfix) with ESMTP id 5DC392D563 for ; Thu, 1 Nov 2018 23:46:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=b2n.org; s=dkim; t=1541112388; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rRK+0vaUk4Ob2hupdP5vNPT3fJTt4zeId2gucgEWIa0=; b=SyKL4bm0xzkLuR6t2bi/f6wdqrkM0AxtyBf4+a9wmglom/a1BIMoQSLKq32gUtckscvMuy 0RlqhI/VDEQRaFJdemr8YIo+NHGWRZIfkKeLGvWmDX+tf6O3C3xsGnS84ik7dQ7ze+p3vj fQcb/m6xJY4Eeyh+QmwBMxoAkSl7xMCep52vlVFhuCyxlo85BNeT2jDnhP+DO+VeqDtez1 UTXt+3x7Zifz/OaVmbdgoBt4VmDgDp4fxs2xCnTZjH2lme81xO/yjrWqiha6GeAMyo8Ayq LyAy1ELGfqsssN1ijK4kkoF3bM0k1v4thSuffttq2+MCXkkFlgmnXkeWp8GmCg== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.b2n.org (Postfix) with ESMTPSA id 28BD5371B88 for ; Thu, 1 Nov 2018 23:46:26 +0100 (CET) Subject: SOLVED: 'loadable library and perl binaries are mismatched' rebuilding ports after upgrade to 12.0-BETA2 r339930 To: freebsd-stable@freebsd.org References: <7de5da1e-125c-1411-9398-433f09bfecd0@b2n.org> From: =?UTF-8?B?UmHDumw=?= Message-ID: <71e19279-9383-5749-5211-fb8166c39046@b2n.org> Date: Thu, 1 Nov 2018 23:46:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 22:46:38 -0000 Hello Ronald, On 10/31/18 7:40 PM, Ronald Klop wrote: > What version of perl is being upgraded to what version? Same perl version, it was the OS from 11.2p4 to 12b2. As a list colleague suggested, the answer was in the portmaster man page. About the end of it says: 'Using portmaster to do a complete reinstallation of all ports' and worked perfect. Thanks for your interest. Raúl.