From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E38wx-0000PM-OS for garchives@archives.gentoo.org; Thu, 11 Aug 2005 09:02:08 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7B8xVLL006766; Thu, 11 Aug 2005 08:59:31 GMT Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7B8sNib032122 for ; Thu, 11 Aug 2005 08:54:24 GMT Received: by zproxy.gmail.com with SMTP id x7so232523nzc for ; Thu, 11 Aug 2005 01:55:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type; b=WXM6n2jgE9gbwuygFSbiF5JLepgNNMyjTTwS2oxKUvMVnPzco7WcUmVnl2n0sqYWFDsHC+tAZbqkz6eNK3vfyCB2Lxy5YUekGd87oDUjLWUuvrsUmcNn9eQdhETA8EUurBZ25gPJQ+5eqdsCJKOHJJuUWNsHy3nAzaMtmcUWoJI= Received: by 10.36.2.9 with SMTP id 9mr1296075nzb; Thu, 11 Aug 2005 01:55:12 -0700 (PDT) Received: from ?192.168.1.2? ([203.79.110.250]) by mx.gmail.com with ESMTP id 8sm5020876nzn.2005.08.11.01.55.11; Thu, 11 Aug 2005 01:55:12 -0700 (PDT) Message-ID: <42FBBBAD.3010003@gmail.com> Date: Fri, 12 Aug 2005 08:57:17 +1200 From: "Peter O'Connor" User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] One package is blocking another? References: <005201c59e34$51cb67a0$6700a8c0@h2c8f0> <5407.1123746694@www31.gmx.net> In-Reply-To: <5407.1123746694@www31.gmx.net> Content-Type: multipart/alternative; boundary="------------040203010304050908050601" X-Archives-Salt: f6d363b3-af9b-494f-8d0a-64f8392bc656 X-Archives-Hash: 7c61644fb14ffd03bdf738cd9eeb6d5a This is a multi-part message in MIME format. --------------040203010304050908050601 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j7B8xVLc006766 Mario Koppensteiner wrote: >Hello Jayson Smith > >I had the same problem. I solved it with: > >host# emerge --nodeps --update net-ftp/proftpd >and than >host# emerge --deep --update world > > >I hope this is the right way to solve the problem. > >Andy comments? > > >mfg Mario Koppensteiner > > =20 > >>--- Urspr=FCngliche Nachricht --- >>Von: "Jayson Smith" >>An: >>Betreff: [gentoo-user] One package is blocking another? >>Datum: Thu, 11 Aug 2005 01:19:52 -0400 >> >>Hi, >>Several days ago I did an 'emerge --ask --nospinner -u world' to update= my >>software as normal, but was told that ftpbase-0.00 was blocking >>proftpd-1.something. What, exactly, does this mean and what do I do ab= out >>it? I want to continue using Proftpd, and don't know what Ftpbase is.=20 >>Any >>help would be greatly appreciated. >>Thanks, >>Jayson. >> >>--=20 >>gentoo-user@gentoo.org mailing list >> >> =20 >> > > =20 > The reason that the package was blocked was (from the changelog): 08 Jul 2005; Gustavo Felisberto ; +proftpd-1.2.10-r6.ebuild: New revision that uses the new net-ftp/ftpbase. Nice work there UberLor= d. The ftpbase functionality was removed from this version of proftpd onward= s. ftpbase was unable to be installed with previous versions of proftpd i= nstalled as they both use the same files (if I recall correctly).=20 As Olli posted from the man page=20 Blockers are defined when two packages will clobber each others files. As emerge wants to build the dependencies of the new version of proftpd f= irst (ie ftpbase), however it is unable to build ftpbase with the old ver= sion of proftpd installed. Your method of updating is just fine and avoids this conflict. I hope this makes sense, Peter --------------040203010304050908050601 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Mario Koppensteiner wrote:
Hello Jayson Smith

I had the same problem. I solved it with:

host# emerge --nodeps --update net-ftp/proftpd
and than
host# emerge --deep --update world


I hope this is the right way to solve the problem.

Andy comments?


mfg Mario Koppensteiner

  
--- Ursprüngliche Nachricht ---
Von: "Jayson Smith" <jaybird@jaybird.no-ip.info>
An: <gentoo-user@lists.gentoo.org>
Betreff: [gentoo-user] One package is blocking another?
Datum: Thu, 11 Aug 2005 01:19:52 -0400

Hi,
Several days ago I did an 'emerge --ask --nospinner -u world' to update my
software as normal, but was told that ftpbase-0.00 was blocking
proftpd-1.something.  What, exactly, does this mean and what do I do about
it?  I want to continue using Proftpd, and don't know what Ftpbase is. 
Any
help would be greatly appreciated.
Thanks,
Jayson.

-- 
gentoo-user@gentoo.org mailing list

    

  
The reason that the package was blocked was (from the changelog):

 08 Jul 2005; Gustavo Felisberto <humpback@gentoo.org>;
  +proftpd-1.2.10-r6.ebuild:
  New revision that uses the new net-ftp/ftpbase. Nice work there UberLord.

The ftpbase functionality was removed from this version of proftpd onwards. ftpbase was unable to be installed with previous versions of proftpd installed as they both use the same files (if I recall correctly). 
As Olli posted from the man page 
Blockers are defined when two packages will clobber each others files.

As emerge wants to build the dependencies of the new version of proftpd first (ie ftpbase), however it is unable to build ftpbase with the old version of proftpd installed.

Your method of updating is just fine and avoids this conflict.
I hope this makes sense,
Peter
--------------040203010304050908050601-- -- gentoo-user@gentoo.org mailing list