From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 11:55:17 2014 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 A1379844 for ; Tue, 16 Dec 2014 11:55:17 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34E2016C0 for ; Tue, 16 Dec 2014 11:55:17 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x12so17158583wgg.39 for ; Tue, 16 Dec 2014 03:55:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=lnO45cQIF9MIfgMnfxDl9LmleCmhFVmW5kdDoGB/mu4=; b=RFJltDc9ZfplL7Y4eAbrORWTn4v2YutLxaNoMnnbtSBkakG0k2uypXkLV/PfuwQiaz D5Nn1TFQXi8MTxQY/opMiHhEp//GLBcVjBNAjtwEatMzVGo0AGEjFI5u0JiSyvIw6SxQ IME/3+bu+0uEqAv5glbU+ecQwM0IiYhc1Di8+Gk9mR8y5wj8spAxewu3bjJVrQDe254z QluitauQOYUAOi0cElLWql+nRJFxZKwg+RGkYw/5Aha51a9SzsvGLSAvE1HHqN13dfXy EzV++ksffaQHBu7sIVsvvVBdSOn+JHT1CJAKrdl0EJx/eO2m4IFzlLPxUGCPzAbqVZ8R mEKQ== MIME-Version: 1.0 X-Received: by 10.194.189.240 with SMTP id gl16mr59914776wjc.119.1418730915712; Tue, 16 Dec 2014 03:55:15 -0800 (PST) Sender: fluca1978@gmail.com Received: by 10.194.85.43 with HTTP; Tue, 16 Dec 2014 03:55:15 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Dec 2014 12:55:15 +0100 X-Google-Sender-Auth: OhGBWGPZ4IiiTxpqN-VociHRo_A Message-ID: Subject: Re: pkg assertion failed From: Luca Ferrari To: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 11:55:17 -0000 On Tue, Dec 16, 2014 at 11:16 AM, Luca Ferrari wrote: > Seems a problem with the package database to me, what should I do? I'm > running 10.1-release. Apparently it was a mix-mismatch of ports and packages. Issuing a # pkg udate # pkg upgrade fixed the problem. Thanks, Luca