From owner-freebsd-pkg@FreeBSD.ORG Thu May 21 11:46:01 2015 Return-Path: Delivered-To: pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80C21CBC; Thu, 21 May 2015 11:46:01 +0000 (UTC) Received: from smtp.digiware.nl (smtp.digiware.nl [31.223.170.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD6621FAD; Thu, 21 May 2015 11:46:00 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 271AB16A403; Thu, 21 May 2015 13:45:53 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BAdZ9Qnj0Lld; Thu, 21 May 2015 13:45:41 +0200 (CEST) Received: from [192.168.101.176] (vpn.ecoracks.nl [31.223.170.173]) by smtp.digiware.nl (Postfix) with ESMTPA id 7CF5416A401; Thu, 21 May 2015 13:45:41 +0200 (CEST) Message-ID: <555DC566.4090806@digiware.nl> Date: Thu, 21 May 2015 13:45:42 +0200 From: Willem Jan Withagen User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Baptiste Daroussin CC: pkg@freebsd.org Subject: Re: pkgs want to go to mariadb, customer does not.... References: <555DB198.9070809@digiware.nl> <20150521104136.GD89919@ivaldir.etoilebsd.net> In-Reply-To: <20150521104136.GD89919@ivaldir.etoilebsd.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 11:46:01 -0000 On 21/05/2015 12:41, Baptiste Daroussin wrote: > On Thu, May 21, 2015 at 12:21:12PM +0200, Willem Jan Withagen wrote: >> Hoi, >> >> In upgrading clamav I run into: >> pkg: mariadb53-client-5.3.12_6 conflicts with mysql-client-5.1.67 >> (installs files into the same place). Problematic file: >> /usr/local/bin/mysql >> >> Which I understand since it seems that nowadays the default DB of choice >> is MariaDB. >> >> But since that requires a lot of required testing, I'd rather not >> upgrade.... >> >> Now is there any incantation in pkg, pkg.conf, >> to tell pkg that I'd like to stay with mysql-client? >> > That means one of your ports have switched to mariadb-client there is not yet > any provides/requires on mysql/mariadb so one cannot replace another without > rebuilding the packages. > > You will have to find our what is pulling mariadb pkg -o DEBUG_LEVEL=4 might be > helpful to figure out can you post it? (same upgrade command with -o > DEBUG_LEVEL=4) Hi Bapt, I was in a hurry, so I went 'portupgrade clamav' which did the job without any questions.... So running the debug stuff is not possible in the current situation. There is nothing installed that triggers: pkg info | grep maria Perhaps you have other "tools/tricks" to get some more info out of this? (upgrade because of a security issue) As far as I can remember is the upgrade to clamav-0.98.7 the first to ask for mariadb-client, on this system. And it is against the std freebsd 10 packages repo. That said, I remember to have run into other packages that would like mariadb stuff. But I'm not sure which ones they were, just hammered over it like I did now. But this is a system which has not been polluted with my own repo. Just ports building until I recently upgraded the system to 10.1, and started using pkg for ports-maintenance. Regards, --WjW