From owner-freebsd-stable@FreeBSD.ORG Tue Dec 23 06:09:43 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64588B6F for ; Tue, 23 Dec 2014 06:09:43 +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 EA975646EC for ; Tue, 23 Dec 2014 06:09:42 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id b13so8214362wgh.32 for ; Mon, 22 Dec 2014 22:09:41 -0800 (PST) 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=nU6+eW2V2XY1BdunGODrI6FHlzHD1+ovUHnMaArwxuU=; b=ER5Ucyjk2YsyCdolKJbf2vICsIBWaqcMGRz49G9n1bWAkO5yMC9jJSeZ96zap++kMh 8A9bv7XplyonBHzqBsaK38Ct5Sy6uhf5PJqxnJq+BV2xs+dk2iak1AVmTE2JCyIjXR8k gomMeo2gJj2NAkzWA+/MboEjKeObdx7VTFzzrSpXKQpDsOgFgLDZPG78N06pxt05r2dh VWtHI2uSY9iLUm8xmTsnjjxleAT4W+bHc0vILMHZledB2OoIzBmtwUv80XQXD33m5m1V THWGBuLq805HVlp+5pKw3AAqKbyRtb9f1ECvD+TlZS23AZQ79DaawrpuyKqpeVLhhI2W SxVA== MIME-Version: 1.0 X-Received: by 10.194.81.38 with SMTP id w6mr48317995wjx.17.1419314980815; Mon, 22 Dec 2014 22:09:40 -0800 (PST) Received: by 10.27.131.217 with HTTP; Mon, 22 Dec 2014 22:09:40 -0800 (PST) In-Reply-To: <20141222.225359.74706561.sthaug@nethelp.no> References: <20141222.225359.74706561.sthaug@nethelp.no> Date: Tue, 23 Dec 2014 00:09:40 -0600 Message-ID: Subject: Re: Assertion failed & Abort trap from pkg subsystem From: Scot Hetzel To: sthaug@nethelp.no Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2014 06:09:43 -0000 On Mon, Dec 22, 2014 at 3:53 PM, wrote: > Got the following when trying to install bash on a 10.1-STABLE amd64 > system: > > root@xxx:/home/sthaug # pkg install bash-4.3.30_1 > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > The following 2 packages will be affected (of 0 checked): > > New packages to be INSTALLED: > bash: 4.3.30_1 > gettext-runtime: 0.19.3 > > The process will require 7 MB more space. > 1 MB to be downloaded. > > Proceed with this action? [y/N]: y > Fetching bash-4.3.30_1.txz: 100% 1 MB 1.2M/s 00:01 > Fetching gettext-runtime-0.19.3.txz: 100% 144 KB 147.2k/s 00:01 > 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=4851 terminated abnormally: Abort trap > > Being rather new to the world of pkg, I have no idea of what I can do > here. Anybody? > > (Already tried "pkg check -Bdsr -a" to see if I have inconsistencies, > but no.) > > Packages already installed on the system: > > root@xxx:/home/sthaug # pkg info > apr-1.5.1.1.5.3_4 Apache Portability Library > bind910-9.10.1_1 BIND DNS suite with updated DNSSEC and DNS64 > db5-5.3.28_1 The Oracle Berkeley DB, revision 5.3 > dialog4ports-0.1.5_2 Console Interface to configure ports > dnstop-20121017 Captures and analyzes DNS traffic (or analyzes libpcap dump) > expat-2.1.0_1 XML 1.0 parser written in C > gdbm-1.11_2 GNU database manager > gettext-0.18.3.1_1 GNU gettext package According to the 20141130 entry in /usr/ports/UPDATING, the gettext port was split into 2 ports. One containing the libraries, and the other the developer tools. See /usr/ports/UPDATING on how to fix this issue. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.