From owner-freebsd-questions@FreeBSD.ORG Thu May 21 08:59:22 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF7DC8B5 for ; Thu, 21 May 2015 08:59:22 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::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 9C6FD1B3A for ; Thu, 21 May 2015 08:59:22 +0000 (UTC) Received: by igcau1 with SMTP id au1so3615629igc.1 for ; Thu, 21 May 2015 01:59:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=v4d/MY3NtjxxvTLgt/OyKKqzhEUFVt0Du8/TcDiIxY8=; b=a6oUCNZIm/0NsmqNk5GaskCB6j9NMBVL/eWXnl31RUOGIudd076aMX/Po62ZnVo+62 pxZnlTHVX2MySqkK+LTSdt/80Akrjp6PZ9Va9X+YS1cFuIhI3/8PdVj5Y/HN7a15+tgJ wCIfBaAhV+KzLyRgn7W6Z7quncf8matj1wHubSb8L7U8MlyPfAncph3p20/TRGLPWAuR d5Y+3mn6PThfLC3T0nIgLjiEfFvHM1n5GO6T/Y6v5wSIZXLtRjVps1VOSM+YKyGE9NiA PYHkpvdSEFYL/cnirqU1PokD/d4XbAQKBP2u/Qtrkp5cHeURWx23FhWuH7lTHhX1OHwF 9XGg== MIME-Version: 1.0 X-Received: by 10.107.131.81 with SMTP id f78mr2035193iod.42.1432198761864; Thu, 21 May 2015 01:59:21 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Thu, 21 May 2015 01:59:21 -0700 (PDT) In-Reply-To: References: <5557D47D.2030301@hiwaay.net> <5557D71F.70408@hiwaay.net> <555D2246.40201@hiwaay.net> Date: Thu, 21 May 2015 16:59:21 +0800 Message-ID: Subject: Re: pkg upgrade problem From: Ben Woods To: Paul Smith Cc: "William A. Mahaffey III" , "FreeBSD Questions !!!!" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 08:59:23 -0000 > Check out this issue. > https://github.com/freebsd/pkg/issues/1248 > > Paul > In summary, William this appears to be a bug. You should be able to resolve it by using the following commands: # pkg check -Ba # pkg upgrade If that does not work, then you might try being more forceful: # pkg install -f libreoffice # pkg upgrade Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com