From owner-freebsd-questions@freebsd.org Thu Jan 19 16:36:05 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E13CB8104 for ; Thu, 19 Jan 2017 16:36:05 +0000 (UTC) (envelope-from yudi.tux@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E82B1B3E for ; Thu, 19 Jan 2017 16:36:05 +0000 (UTC) (envelope-from yudi.tux@gmail.com) Received: by mail-io0-x229.google.com with SMTP id v96so41769855ioi.0 for ; Thu, 19 Jan 2017 08:36:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=akFDraRP9VcwpqBmPquZx4VHAdQJMVquX9B03IfO+k0=; b=a/3DBWLBgQ472XC9fR27lpeDKhgGyA+8kPc9LERe3/kuN2Ob3mdJjgmgoNFeSdVHOQ AxnShnFNjMssw9Kf9Jm64hL7qzKIqNgrXF+H03Pvf/vfjriM5MR/LLxl5bMaZ8qaFc/n RpjdbJdMNOMGkVSqpgqJ22iolszO+/qKYxZGkk/pIntqGF51hpOhuMy9KL3wp+WkypMs jEgEe5GGIaH90acmPTukp2Y5yPRB7MaLamf3GWqDOn3YLFnZL1vqxpL0T9adiZ8bkq85 cDoqldLhcvehBeYBl8P1mJuruBr8+N0/TAQYz49O2CSbYY2mCNlIn1I+qYwHci93HsBq 4Vpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=akFDraRP9VcwpqBmPquZx4VHAdQJMVquX9B03IfO+k0=; b=HMsltQrmZ9f4pXxFzBHUY+zRkoVzYA93tx80T/h7bjtIcbuOiC/plPuxqCzg4dXAR2 YBbh1s5zMochAKwzrakJ/V3Y4tINUIBuVbZY9XHEY8L1NHepjKbKRbpEmgy2PdoEGAkK PI2LFLpZjE4SIDJA2kHJi93hP/8a88N4rKsNNMnedEbg5WwTVcrYQujQrn6IcFb9xFo1 GI3Oc0Y0GLgQ9JmJv59fF+H88dfqZFkuKAd9oGPZsVyHXt6TsMqh2cED6gdbL/zj7au0 TvEmHffL+enkaxjy4LUy7aP2/OkcgrgTY0L5BzpFtj3Oga7WSwcp5VcXtplsP+8PA54A 2/mQ== X-Gm-Message-State: AIkVDXIusBxQA/q9GY3VcJM+dlhoTS02KoWqZ+kFgJku9FxEEoMmEJ3CdD0G0GWi3e9/pHQZrf4FSJldX4CCww== X-Received: by 10.107.173.95 with SMTP id w92mr10607880ioe.136.1484843764477; Thu, 19 Jan 2017 08:36:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.133.210 with HTTP; Thu, 19 Jan 2017 08:36:04 -0800 (PST) In-Reply-To: <20170118065516.GA41788@slackbox.erewhon.home> References: <20170118065516.GA41788@slackbox.erewhon.home> From: Yudi V Date: Fri, 20 Jan 2017 03:36:04 +1100 Message-ID: Subject: Re: issues upgrading from 10.1-RELEASE to 11-RELEASE To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 16:36:05 -0000 Thanks guys the issue is I missed the below section as I followed the release notes instructions. 23.2.3.2. Upgrading Packages After a Major Version Upgrade ran pkg-static install -f pkg # pkg-static upgrade -f fixed all the issues. Problem was to do with different ABIs. -- Kind regards, Yudi