Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 11:01:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195962] New: ports-mgmt/pkg: pkg install (upgrade)  assertion failed in function pkg_conflicts_need_conflict, file pkg_jobs_conflicts.c, line 211
Message-ID:  <bug-195962-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195962

            Bug ID: 195962
           Summary: ports-mgmt/pkg: pkg install (upgrade)  assertion
                    failed in function pkg_conflicts_need_conflict, file
                    pkg_jobs_conflicts.c, line 211
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: portmgr@FreeBSD.org
          Reporter: freebsdbugzilla@agneau.org
             Flags: maintainer-feedback?(portmgr@FreeBSD.org)
          Assignee: portmgr@FreeBSD.org

When trying to upgrade thunderbird under 10.1p1 / amd64 :

# pkg install thunderbird
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
The following 7 packages will be affected (of 0 checked):

New packages to be INSTALLED:
    gettext-runtime: 0.19.3
    gnupg: 2.1.0_1
    pinentry: 0.9.0
    libksba: 1.3.2
    libassuan: 2.1.3
    npth: 1.1

Installed packages to be UPGRADED:
    thunderbird: 31.2.0 -> 31.3.0

The process will require 17 MB more space.
29 MB to be downloaded.

Proceed with this action? [y/N]: y
Fetching thunderbird-31.3.0.txz: 100%   28 MB   9.7M/s    00:03
Fetching gettext-runtime-0.19.3.txz: 100%  144 KB 147.2k/s    00:01
Fetching gnupg-2.1.0_1.txz: 100%    1 MB   1.2M/s    00:01
Fetching pinentry-0.9.0.txz: 100%   53 KB  54.3k/s    00:01
Fetching libksba-1.3.2.txz: 100%  150 KB 154.1k/s    00:01
Fetching libassuan-2.1.3.txz: 100%   71 KB  73.1k/s    00:01
Fetching npth-1.1.txz: 100%   20 KB  20.5k/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=67031 terminated abnormally: Abort trap

pkg update -f does not fix the issue :

# pkg update -f
Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%   944 B   0.9k/s    00:01
Fetching packagesite.txz: 100%    5 MB   5.3M/s    00:01
Processing entries: 100%
FreeBSD repository update completed. 23764 packages processed

# pkg install thunderbird
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
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=67126 terminated abnormally: Abort trap

# pkg --version
1.4.0

Unmodified pkg.conf

% cat /etc/pkg/FreeBSD.conf
# $FreeBSD: releng/10.1/etc/pkg/FreeBSD.conf 263938 2014-03-30 15:29:54Z
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
}

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer portmgr@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195962-13>