Date: Wed, 6 Nov 2013 00:49:25 +0300 From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> To: freebsd-pkg@freebsd.org Subject: Re: 10.0-BETA3 pkg install subversion - Conflict found on path Message-ID: <20131106004925.42d9cf97@laptop.minsk.domain> In-Reply-To: <CAM-i3iiBn4bL=HF5nHTYo9d%2BzpRmg3tHRBL7aH-d3R%2BCuJGjvQ@mail.gmail.com> References: <CAM-i3iiBn4bL=HF5nHTYo9d%2BzpRmg3tHRBL7aH-d3R%2BCuJGjvQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 Nov 2013 22:19:04 +0100 claudiu vasadi <claudiu.vasadi@gmail.com> wrote: > Hi all, > > Fresh installation of 10.0-BETA3 i386 r257580. > > pkg install sudo subversion > Updating repository catalogue > digests.txz > > 100% 963KB 107.0KB/s > 142.6KB/s 00:09 > packagesite.txz > > 100% 5275KB 159.9KB/s > 205.1KB/s 00:33 > Incremental update completed, 0 packages processed: > 0 packages updated, 0 removed and 21783 added. > The following 12 packages will be installed: > > Installing gettext: 0.18.3.1 > Installing expat: 2.1.0 > Installing gdbm: 1.10 > Installing db42: 4.2.52_5 > Installing sqlite3: 3.8.0.2 > Installing neon29: 0.29.6_4 > Installing sudo: 1.8.8 > Installing apr: 1.4.8.1.5.2 > Installing subversion: 1.6.23_2 > Installing subversion: 1.7.13 > Installing serf: 1.2.1_1 > Installing subversion: 1.8.3 > > The installation will require 66 MB more space > > 12 MB to be downloaded > > Proceed with installing packages [y/N]: y > > gettext-0.18.3.1.txz > 100% 2046KB 120.4KB/s 106.2KB/s 00:17 > expat-2.1.0.txz > 100% 110KB 110.0KB/s 70.0KB/s 00:01 > gdbm-1.10.txz > 100% 84KB 83.7KB/s 83.7KB/s 00:01 > db42-4.2.52_5.txz > 100% 1496KB 166.2KB/s 166.0KB/s 00:09 > sqlite3-3.8.0.2.txz > 100% 740KB 148.0KB/s 170.2KB/s 00:05 > neon29-0.29.6_4.txz > 100% 215KB 107.7KB/s 145.5KB/s 00:02 > sudo-1.8.8.txz > 100% 658KB 164.5KB/s 188.0KB/s 00:04 > apr-1.4.8.1.5.2.txz > 100% 388KB 129.5KB/s 188.3KB/s 00:03 > subversion-1.6.23_2.txz > 100% 1908KB 212.0KB/s 438.1KB/s 00:09 > subversion-1.7.13.txz > 100% 2154KB 153.9KB/s 314.0KB/s 00:14 > serf-1.2.1_1.txz > 100% 72KB 72.1KB/s 72.1KB/s 00:01 > subversion-1.8.3.txz > 100% 2564KB 134.9KB/s 23.9KB/s 00:19 > Checking integrity... > > Conflict found on path /usr/local/bin/svn between > subversion-1.7.13(devel/subversion17) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/bin/svnadmin between > subversion-1.7.13(devel/subversion17) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/bin/svndumpfilter between > subversion-1.7.13(devel/subversion17) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/bin/svnlook between > subversion-1.7.13(devel/subversion17) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/bin/svnserve between > subversion-1.7.13(devel/subversion17) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/bin/svnsync between > subversion-1.7.13(devel/subversion17) and > subversion-1.6.23_2(devel/subversion16) > > Conflict found on path /usr/local/bin/svnversion between > subversion-1.7.13(devel/subversion17) and subversion-1.6.23_2(devel/ > > > [...] > > Many more files follow. > > Notice at the beginning, it's trying to install 3 versions of > subversion (1.6, 1.7 and 1.8) > > > > Somehow I consider this not so normal. > > The system is a fresh instalation. > > Ideas? > pkg install devel/subversion for 1.8 pkg install devel/subversion17 for 1.7 pkg install devel/subversion16 for 1.6 -- wbr, tiger
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131106004925.42d9cf97>