From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 07:51:42 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7454B56E for ; Tue, 12 Aug 2014 07:51:42 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (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 09DBB25CA for ; Tue, 12 Aug 2014 07:51:41 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id m15so9470127wgh.27 for ; Tue, 12 Aug 2014 00:51:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qS0ChQpl/B3BVeVLXVle4gx1WEL73/nIPFEw124Uddg=; b=SxwE7em8waJsJ+gTZLlo63hqf1u0fALC0NFc0Jknprkp5AvXhPZ7N2jM7xIvlZ5Gh2 BSN/aMbuUBfJrhsabtDap9vMQnwGbFcwClpzZA+RPVfJkSRq6yPKfnoNP7mCaBIG1yTX QyfHmqTv6PhKervS5JPXpUp6sozUHnU/CaWJO8Q0Up7pyYoiUJDU6OlfD56e+z+kdOHz xlDbXJ64SKcpsGwv8t55+lkRtbPwuAlkSTRQtTDa7q/Rjqfl3NSa/RlUPoR05jyCnvLP fJadGT5oKDLPeBtZ7Zq6gksHEAUAK3GR3z2Hug98B0r2+VvkJz2U+4TXjGnBKDCfeHtS RY+Q== X-Received: by 10.180.98.163 with SMTP id ej3mr30806692wib.36.1407829900219; Tue, 12 Aug 2014 00:51:40 -0700 (PDT) Received: from kontrol.kode5.net (host86-168-30-173.range86-168.btcentralplus.com. [86.168.30.173]) by mx.google.com with ESMTPSA id fb12sm7357319wjc.43.2014.08.12.00.51.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Aug 2014 00:51:39 -0700 (PDT) Message-ID: <53E9C789.9000509@gmail.com> Date: Tue, 12 Aug 2014 08:51:37 +0100 From: Jamie Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: problems with pkg install kde References: <20140811160340.GA1783@ymer.thorshammare.org> <44oavqvicc.fsf@lowell-desk.lan> In-Reply-To: <44oavqvicc.fsf@lowell-desk.lan> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 07:51:42 -0000 On 11/08/2014 22:15, Lowell Gilbert wrote: > Hasse Hansson writes: > >> root@ymer:/home/hasse # pkg install kde >> Updating repository catalogue >> FreeBSD repository is up-to-date >> FreeBSD_new_xorg repository is up-to-date >> All repositories are up-to-date >> Updating database digests format: 100% >> Assertion failed: (var == elt->var), function pkg_solve_sat_problem, file pkg_solve.c, line 508. >> Child process pid=1759 terminated abnormally: Abort trap > Known bug. pkg-devel has the fix, which will come to the non-devel port > in the upcoming release. I actually tried pkg-devel thinking it would allow me to continue installing but it too had the same error. In fact I tried a number of pkg versions. It's good to know it's a known issue and will be fixed, though.