[Bug 221711] ports-mgmt/pkg: core dump after switch to new repos caused by locked port
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 22 09:06:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221711
Bug ID: 221711
Summary: ports-mgmt/pkg: core dump after switch to new repos
caused by locked port
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: pkg at FreeBSD.org
Reporter: info at rickvanderzwet.nl
Flags: maintainer-feedback?(pkg at FreeBSD.org)
Assignee: pkg at FreeBSD.org
Sequence preceding the core-dump:
0) Dovecot2 was locked:
$ pkg lock mail/dovecot2
1) Dovecot2 was merged into dovecot:
$ pkg set -o mail/dovecot2:mail/dovecot
$ pkg set -o mail/dovecot2-pigeonhole:mail/dovecot-pigeonhole
2) I required the latest repos instead of the quarly one (unrelated: since my
custom ports running on latest tree where failing) thus created:
cat <<EOF /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
}
EOF
3) Did a fetch of new repos details:
$ sudo pkg upgrade
4) Attempted upgrade fails. The traceback/logging is from the 2nd attempt,
since first one was no longer present in my framebuffer. Error message is the
same, yet missing some lines about the (already downloaded) new repository.
$ sudo pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
...
dovecot2-2.2.30.2_1 is locked and may not be modified
Processing candidates (133 candidates): 100%
Checking integrity...
dovecot2-2.2.30.2_1 is locked and may not be modified
Assertion failed: (cun != NULL), function pkg_conflicts_check_chain_conflict,
file pkg_jobs_conflicts.c, line 481.
Child process pid=2637 terminated abnormally: Abort trap
I know this is a rather odd sequence of events and I have not tried to
reproduce it, yet it might be interesting to one may concerned.
FYI: As a workaround I unlocked mail/dovecot and did the upgrade.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list