From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 12:06:14 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 89536BF8 for ; Tue, 16 Dec 2014 12:06:14 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (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 235C91813 for ; Tue, 16 Dec 2014 12:06:14 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id b13so17325220wgh.18 for ; Tue, 16 Dec 2014 04:06:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=e7LPrx7N8zKvZg3LCPMu2/6Vp9Q7ragh/bWVmyvUaoM=; b=oW4nHgs+Z6gzhDX3HBkLPHp3lAxX0JkqCSgUkFUfDvGJLGrNS9rZGYYJz6mTGD7VbG RWdiBAFValx5J085nI6MjETM6lN56Ztps5qJG6/1VcFCcEbG2zvfyb1d7gNkRRVlJFOm GYylH8yesCkLdi93PgB3DlfqPQQOqvFi9I3OsaaJEmOweNcUPVBQ2sus1Dz1BwSFF7bu 2qCE4ToL1upAxBTPQHjDdzzYP/vqeMPIVeanKUq0KPGBd1FbN4fQBT6AfUAK500xpTsW dhazP7FjA2dPkT9GaBa9wPddoH28uWCCrIC52WJMgq3fk3SZo4Hxg5OZRjMr9VT9u9GV 5bFQ== MIME-Version: 1.0 X-Received: by 10.194.189.240 with SMTP id gl16mr59157290wjc.119.1418725009762; Tue, 16 Dec 2014 02:16:49 -0800 (PST) Sender: fluca1978@gmail.com Received: by 10.194.85.43 with HTTP; Tue, 16 Dec 2014 02:16:49 -0800 (PST) Date: Tue, 16 Dec 2014 11:16:49 +0100 X-Google-Sender-Auth: WnEatYMKiYO2FlSaNzKX7Nol9EQ Message-ID: Subject: 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 12:06:14 -0000 Hi all, while trying to install Emacs I got the following: # pkg install emacs-nox11-24.4_3,3 Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity...Assertion failed: (pkgdb_ensure_loaded(j->db, p2, PKG_LOAD_FILES|PKG_LOAD_DIRS) == EPKG_OK), function pkg_conflicts_need_conflict, file pkg_jobs_conflicts.c, line 211. Child process pid=40415 terminated abnormally: Abort trap Seems a problem with the package database to me, what should I do? I'm running 10.1-release. Thanks, Luca