From owner-freebsd-questions@freebsd.org Tue Oct 11 12:19:26 2016 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 B9ECDC0B294 for ; Tue, 11 Oct 2016 12:19:26 +0000 (UTC) (envelope-from tal@whatexit.org) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 82563BA4 for ; Tue, 11 Oct 2016 12:19:26 +0000 (UTC) (envelope-from tal@whatexit.org) Received: by mail-oi0-x233.google.com with SMTP id t73so20959795oie.1 for ; Tue, 11 Oct 2016 05:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whatexit.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=uMxSamzJHMCNa3ppc8mf3J6xQ1zkHbEjMSqyXjbEhrc=; b=jRrAwG+KanJcXMZA1xo/vxn3QJiZF8HCe03SApFgQVgWFfKmwrMgp6TyLYVnFLMOsT KuRllzMhoNrvnutjJS8o/oYB7euxRYZmT+UXa2nvTXFQPnD4R5tec/HuDu6mQ9ZDkNoY JXp00fQyGPJcCtywyFbAvO4ncxpKOSviqfeEs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=uMxSamzJHMCNa3ppc8mf3J6xQ1zkHbEjMSqyXjbEhrc=; b=FXoyoOdww3l9vQkFTzKb+nGT9Rxz8DDOda/7/DE0TU9NCL1YROa3CDy3t8v1BowMZI mD9y2znlIVE2ZXxlm1Yi0DkDhh47BZY63muuKT9J1ztFCxhErbA/OyfTueWuU2LVZn+x yYDzrkhQYHQ8woFvquP+UxDy4L/RmbqOhd27jClU6cHfci4cbcJtcfxEcgooGkkcqRfa HODohE7pnxSFGqMXfxBRqxhxN35TAd/xhvSCRMYDNZHV0hLfloYcp8d5kuFO91jRhXcv w6/gEaTrkMu6oGS1jaMxGlrgYQ2+DG1XQ6FXQB5d2fBrBfFzK+b7+LI+spkaB9Oc76KJ fLjQ== X-Gm-Message-State: AA6/9Rk1No3HNiy67YFLPwsMiq2o9m6b0C7o89uLokuMNkvtCGAgHDnDN+gQ2/Hj4Zz19vZaYyOmWyw9em1fjt/A X-Received: by 10.202.85.80 with SMTP id j77mr2111044oib.37.1476188349344; Tue, 11 Oct 2016 05:19:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.52.197 with HTTP; Tue, 11 Oct 2016 05:18:48 -0700 (PDT) In-Reply-To: <20161010195933.GA83875@xtaz.uk> References: <20161010195933.GA83875@xtaz.uk> From: Tom Limoncelli Date: Tue, 11 Oct 2016 08:18:48 -0400 Message-ID: Subject: Re: Forgot to rebuild third-party software. Now what? To: Matt Smith , Tom Limoncelli , 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: Tue, 11 Oct 2016 12:19:26 -0000 On Mon, Oct 10, 2016 at 3:59 PM, Matt Smith wrote: > On Oct 10 15:47, Tom Limoncelli wrote: > >> >> Suggestions on how to get out of this corner? I'm pretty stuck. I'm not >> even sure if I should reboot. >> >> > Try either running pkg-static instead of just pkg which is statically > linked without any shared libraries. Or alternatively try /usr/sbin/pkg > bootstrap -f which should bootstrap it from the repo. Wow! That worked great! I did: # pkg bootstrap -f # pkg upgrade Everything is back to normal! My suggestion is that the upgrade announcement indicate how to rebuild the third-party software. Listing "pkg upgrade (or the equiv portmaster command)" would help the average person. Thanks, Matt! That saved my butt! Tom