From owner-freebsd-questions@FreeBSD.ORG Mon Aug 11 17:42:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47CBA74D for ; Mon, 11 Aug 2014 17:42:15 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::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 D20EF2986 for ; Mon, 11 Aug 2014 17:42:14 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so4593944wiv.7 for ; Mon, 11 Aug 2014 10:42:13 -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:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=CY8nQ/d21iAv01iZGsO5viDC8HrZf7/4L5TS/LZO4qw=; b=SVb2kJ4N9p5Y4vuzGNJj7NPQS5zdLdd8imT2t/2BipjEUOp9qml4AOTrItS6oZHfQ7 9hBwjGdtf1nAHW4dZFMrn3CsMtkMmUSiHOm1kl9sRjwMUVmfDlXm2bp+Lg3VQEj8FVWD kMM2caWval+2BGfRZ/aGhNAld2Eo6k8ZaiFeTe6HU+Y/soIAc5bRuzdj8s5yx8Pl9Xlv J9GN2cOeN4EPQzfNyAi+ZfYP3ke+0ngAE8i1v12AM4GRVg1k/gv64csh5x7pn2BFPUh2 44sYoBMXyct9Z8ysKLxrVPu77wU1rnmFZmdh441vf3tZ6VH9bJHMpNvD5DSpnqDy1huG VF8w== X-Received: by 10.194.8.35 with SMTP id o3mr55423960wja.3.1407778933059; Mon, 11 Aug 2014 10:42:13 -0700 (PDT) Received: from kontrol.kode5.net (host86-176-56-226.range86-176.btcentralplus.com. [86.176.56.226]) by mx.google.com with ESMTPSA id fs3sm46248506wic.20.2014.08.11.10.42.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Aug 2014 10:42:12 -0700 (PDT) Message-ID: <53E90072.5090004@gmail.com> Date: Mon, 11 Aug 2014 18:42:10 +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> In-Reply-To: <20140811160340.GA1783@ymer.thorshammare.org> 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: Mon, 11 Aug 2014 17:42:15 -0000 On 11/08/2014 17:03, Hasse Hansson wrote: > root@ymer:/home/hasse # uname -a > FreeBSD ymer.thorshammare.org 10.0-STABLE FreeBSD 10.0-STABLE #2 r269515: Mon Aug 4 18:01:47 CEST 2014 root@ymer.thorshammare.org:/usr/obj/usr/src/sys/YMER i386 > > root@ymer:/home/hasse # cat /etc/make.conf > CC=clang > CXX=clang++ > CPP=clang-cpp > > NO_WERROR= > WERROR= > > KERNCONF=YMER > WITH_PKGNG=yes > > NO_PROFILE=true > > WITH_NEW_XORG=yes > WITH_GALLIUM=yes > > Hello. > This is what happening when I try to install kde via pkg, following this guide : > http://daemon-notes.com/articles/desktop/kde > > I'm using portmaster to keep my ports updated the old fashion way. > Had to build xorg and nvidia-driver the usual way "make install clean" from the portstree. > virtuoso worked with pkg install > > 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 > > Prior to the above, I've tried to run : > > root@ymer:/home/hasse # pkg clean -a > Nothing to do. > root@ymer:/home/hasse # pkg update -f > Updating repository catalogue > Fetching meta.txz: 100% of 944 B > Fetching digests.txz: 100% of 1 MB > Fetching packagesite.txz: 100% of 5 MB > > Adding new entries: 100% > Incremental update completed, 23396 packages processed: > 0 packages updated, 0 removed and 23396 added. > Fetching meta.txz: 100% of 944 B > Fetching digests.txz: 100% of 37 KB > Fetching packagesite.txz: 100% of 182 KB > > Adding new entries: 100% > Incremental update completed, 758 packages processed: > 0 packages updated, 0 removed and 758 added. > > /All the Best > / Hasse. This is exactly what has happened to me. I've had to remove all my packages, rebuild new xorg and revert back to fvwm2 for now. I can't get pkg to work without displaying that message or something similar.