Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 11:05:45 -0800
From:      Joshua Lokken <joshua@joshualokken.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Package Issue updating a package]
Message-ID:  <20150119190545.GB30820@satellite.workgroup.local>

next in thread | raw e-mail | index | archive | help
----- Forwarded message from Joshua Lokken <joshua@joshualokken.com> -----

=46rom: Joshua Lokken <joshua@joshualokken.com>
To: Doug Hardie <bc979@lafn.org>
Date: Mon, 19 Jan 2015 11:04:18 -0800
Subject: Re: Package Issue updating a package

On Jan/17 02:37AM, Doug Hardie wrote:
> I needed to update clamav-milter.  I used:
>=20
> 	pkg upgrade clamav-milter
>=20
> The result was an error:
>=20
> Checking integrity... done (1 conflicting)
> pkg: Cannot solve problem using SAT solver:
> conflict rule: The following packages conflict with each other: clamav-mi=
lter-0.98.5_1(r), clamav-0.98.5_1(r)
> conflict rule: The following packages conflict with each other: clamav-mi=
lter-0.98.5_1(r), clamav-milter-0.98.5_1(r)
> upgrade rule: upgrade local clamav-milter-0.98.4_1 to remote clamav-milte=
r-0.98.5_1
> cannot install package clamav-milter, remove it from request? [Y/n]: n
>=20
>=20
> pkg list only shows clamav-milter, not clamav.  At one time I did have cl=
amav installed, but deleted it.
>=20
> So I used pkg delete clamav-milter.  That worked.
>=20
> Then, pkg install clamav-milter.  Same errors.  How do I recover and get =
an updated clamav-milter?

I believe pkg is telling you that clamav and clamav-milter are mutually exc=
lusive.
I think:

# pkg delete clamav
# pkg install clamav-milter

Would get you the desired result.


--
Joshua




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