Summary: | ports-mgmt/pkg wrongly attempts to install compat6x-amd64 when upgrading packages | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Mike Clarke <jmc-freebsd2> |
Component: | Individual Port(s) | Assignee: | Walter Schwarzenfeld <w.schwarzenfeld> |
Status: | Closed Not A Bug | ||
Severity: | Affects Some People | CC: | dumbbell, freebsd, lifanov, w.schwarzenfeld |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(pkg) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Mike Clarke
2017-07-16 09:37:58 UTC
Looks like samba44 isn't relevant to this problem. I've now tried upgrading several different packages at random and pkg always tries to install compat6x-amd64 I have exactly the same problem: https://forums.freebsd.org/threads/61666/ But it doesn't affect all packages: for example, beadm upgraded via pkg upgrade without pulling compat6x in. I had the same problem. Following the suggestion from: https://lists.freebsd.org/pipermail/freebsd-pkg/2017-August/002237.html ... did fix the problem for me. Here is what I did: 1. pkg check -ad This told me `gutenprint-base` was missing libreadline.so.6 2. This package doesn't exist anymore in the ports tree. There is `gutenprint` and `gimp-gutenprint`. As I don't currently need it, I simply removed `gutenprint-base`. Now, installing/upgrading packages doesn't pull compat6x-amd64 anymore. |