From owner-freebsd-stable@FreeBSD.ORG Tue Dec 23 16:31:16 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 A730F9E9; Tue, 23 Dec 2014 16:31:16 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (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 36B2D10AF; Tue, 23 Dec 2014 16:31:16 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id n12so9468174wgh.36; Tue, 23 Dec 2014 08:31:13 -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=/w9eyEkUDa+ar5F/O/29hFLBq+kPgur67AE+COliZV8=; b=KymbU/RkUa2sOxFkKbW7BL6WUUJjdRfw3VfIo2uPvjOb4aZGvfnjNZt25jD9EchF+u yPjjBilwGVtYbQ+Azfd6GrZ4+7cCjBK3eP6FA99MxGUqURifVPZmwa9aPR1Zw3fVLIgk GKM8XvXh9ThAFh1jsvlcaUNUe6svh1L/HscTTtvSf7/9MyXqBl4+N3MkH39XWUjf/nFE kf2AQULwumVET5qc4DtuQxoopXvDPJ99+H+tNznj5wVWI2NgqKG+DiQJbZCi7FYcwugE oz0yy6Ph3ExDKKvoyN7q5zuLmKSexKBCWqUrXpIQJgMc2/MtlTwS3UK5Gn+NMbKpwXiD RP5w== MIME-Version: 1.0 X-Received: by 10.194.190.162 with SMTP id gr2mr54774441wjc.13.1419352272872; Tue, 23 Dec 2014 08:31:12 -0800 (PST) Received: by 10.27.131.217 with HTTP; Tue, 23 Dec 2014 08:31:12 -0800 (PST) In-Reply-To: References: <20141222.225359.74706561.sthaug@nethelp.no> <20141223.082536.74666341.sthaug@nethelp.no> <20141223100530.GK43454@ivaldir.etoilebsd.net> Date: Tue, 23 Dec 2014 10:31:12 -0600 Message-ID: Subject: Re: Assertion failed & Abort trap from pkg subsystem From: Scot Hetzel To: Michael Ross Content-Type: text/plain; charset=ISO-8859-1 Cc: Baptiste Daroussin , FreeBSD Stable , sthaug@nethelp.no 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 16:31:16 -0000 On Tue, Dec 23, 2014 at 5:37 AM, Michael Ross wrote: > On Tue, 23 Dec 2014 11:05:30 +0100, Baptiste Daroussin > wrote: > >> On Tue, Dec 23, 2014 at 08:25:36AM +0100, sthaug@nethelp.no wrote: >>> >>> > > 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 >>> ... >>> > 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. >>> >>> Thanks, that got the issue fixed. >>> >>> For Christmas I wish for a more descriptive error message from pkg :-) >>> >> it has been fixed :) (better than a more descriptive error message no?) >> >> Best regards >> Bapt > > > But to know things like this, > I have to have an updated ports tree on your system, > because "pkg updating" doesn't have it's own copy of UPDATING somewhere. > ( I thought it had until know ) > > So before "pkg upgrade" I'd have to update my ports tree to check UPDATING? > You don't need to update your ports tree, instead use: http://svnweb.freebsd.org/ports/head/UPDATING to read the latest copy of UPDATING. -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.