pkg always tries to install graphics/jpeg as bogus dependency

Arto Pekkanen isoa at kapsi.fi
Mon Oct 12 21:09:24 UTC 2015


Here follows the console output:
"""
# pkg install wifimgr
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
Updating Local repository catalogue...
Local repository is up-to-date.
All repositories are up-to-date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
         wifimgr: 1.11_1 [FreeBSD]
         jpeg: 8_6 [FreeBSD]

The process will require 2 MiB more space.
94 KiB to be downloaded.

Proceed with this action? [y/N]: y
Fetching wifimgr-1.11_1.txz: 100%   94 KiB  96.7kB/s    00:01
Checking integrity... done (2 conflicting)
Checking integrity... done (0 conflicting)
Conflicts with the existing packages have been found.
One more solver iteration is needed to resolve them.
The following 1 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
         wifimgr: 1.11_1 [FreeBSD]

The process will require 405 KiB more space.

Proceed with this action? [y/N]: y
[1/1] Installing wifimgr-1.11_1...
[1/1] Extracting wifimgr-1.11_1: 100%

[root at leno ~]# pkg info jpeg
pkg: No package(s) matching jpeg

[root at leno ~]# pkg rquery "%n-%v [%R]" jpeg
jpeg-8_6 [FreeBSD]
jpeg-8_6 [Local]

[root at leno ~]# pkg rquery "%n-%v [%R] %rn" jpeg
[root at leno ~]#
"""

Why does pkg try to install jpeg8_6 even if no package run-depends on 
it?

It does not prevent packages from installing, but it does waste time 
with the conflict resolution.

What should I do to resolve this issue?

PS. The "Local" repository is my overlay repository where I've built 
some packages with specific options. It is configured with priority 100.

-- 
Arto Pekkanen



More information about the freebsd-pkg mailing list