From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 12 09:24:52 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 8AE7090B for ; Tue, 12 Aug 2014 09:24:52 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5834B2101 for ; Tue, 12 Aug 2014 09:24:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7C9OqRK092330 for ; Tue, 12 Aug 2014 09:24:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 192609] New: pkgng fails to find kde4 and fails to install x11/kde4 using WITH_NEW_XORG repo Date: Tue, 12 Aug 2014 09:24:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jesse@gooch.io X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 09:24:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192609 Bug ID: 192609 Summary: pkgng fails to find kde4 and fails to install x11/kde4 using WITH_NEW_XORG repo Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jesse@gooch.io Created attachment 145703 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145703&action=edit /usr/local/etc/pkg.conf Overview: Upon enabling the new_xorg repo for FreeBSD 10-RELEASE I am unable to install kde4 from pkgng. Steps to Reproduce: * Install FreeBSD 10-RELEASE * Update to FreeBSD 10-RELEASE-p7 with freebsd-update * Set up WITH_NEW_XORG pkgng repo (pkg+http://pkg.freebsd.org/${ABI}/new_xorg) as per mailing on freebsd-announce (must set up pkg.conf and add default freebsd repo and new_xorg repo to /usr/local/etc/pkg/repos) * pkg update * pkg install xorg (works) * Try pkg install kde4 - not found * Try pkg install x11/kde4 Actual Results: --- root@vana:/home/jgooch # pkg install kde4 Updating repository catalogue FreeBSD repository is up-to-date FreeBSD_new_xorg repository is up-to-date All repositories are up-to-date pkg: No packages available to install matching 'kde4' have been found in the repositories --- --- root@vana:/home/jgooch # pkg install x11/kde4 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=61586 terminated abnormally: Abort trap --- Expected Results: pkgng should have listed dependencies and shown confirmation to install. Additional Information: I've attached /usr/local/etc/pkg.conf, /usr/local/etc/pkg/repos/FreeBSD.conf and /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf -- You are receiving this mail because: You are the assignee for the bug.