Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Aug 2014 08:33:51 -0700
From:      Patrick Powell <papowell@astart.com>
To:        pkg@freebsd.org
Cc:        ports@freebsd.org, Baptiste Daroussin <bapt@freebsd.org>
Subject:   pkg 1.3.5.1 - Assertion failed
Message-ID:  <53E4EDDF.8000006@astart.com>

next in thread | raw e-mail | index | archive | help
I am setting up a new system which needs KDE.  Note that
I set up a similar system a couple of weeks ago using the new_xorg
repository and the installation worked fine (OK, as well
as an installation on a new OS, new system, new Video Card,
and a set of new applications works). When I try to repeat
this I now get following error:

#> 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
    Assertion failed: (var == elt->var), function pkg_solve_sat_problem, 
file pkg_solv
e.c, line 508.
    Child process pid=1384 terminated abnormally: Abort trap: 6

Setup: FreeBSD 9.3-Release, amd 64
pkg: pkg-1.3.5.1

Repositories:

/etc/pkg/FreeBSD.conf:

# $FreeBSD: releng/9.3/etc/pkg/FreeBSD.conf 263939 2014-03-30 15:30:33Z 
bdrewery $
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

FreeBSD: {
   url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",
   enabled: yes
}


/usr/local/etc/pkg/repos/FreeBSD.conf:
FreeBSD: {
   url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
   mirror_type: "srv",
   enabled: yes
}


/usr/local/etc/pkg/repos/FreeBSD_new_xort.conf:
# /usr/local/etc/pkg/repos/FreeBSD_new_xorg.conf
# It is still required to have /etc/pkg/FreeBSD.conf installed and enabled.
# If that file is missing or if /usr/share/keys/pkg is missing see:
# http://www.freebsd.org/security/advisories/FreeBSD-EN-14:03.pkg.asc

FreeBSD_new_xorg: {
    url: "pkg+http://pkg.FreeBSD.org/${ABI}/new_xorg",
    mirror_type: "srv",
    signature_type: "fingerprints",
    fingerprints: "/usr/share/keys/pkg",
    enabled: yes
}




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53E4EDDF.8000006>