Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 113062

Summary: pure-ftpd -r2 is masked, -r1 blocks ftpbase
Product: Gentoo Linux Reporter: Marc Troy <accounts>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://forums.gentoo.org/viewtopic.php?p=2890811
Whiteboard:
Package list:
Runtime testing required: ---

Description Marc Troy 2005-11-20 01:20:05 UTC
upgrading from proftpd to pureftpd installs -r1 by default (no 
ACCEPT_KEYWORD="~x86", resulting in a block:

# emerge -upvD world 

[blocks B     ] <net-ftp/pure-ftpd-1.0.20-r2 (is blocking net-ftp/ftpbase-0.00) 
[ebuild  N    ] net-ftp/ftpbase-0.00  +pam 0 kB 

with
# ACCEPT_KEYWORDS="~x86" emerge pure-ftpd

-r2 gets installed, the block is resolved however portage want's to downgrade 
to -r1 (stable version)

best,
Ilona

Reproducible: Always
Steps to Reproduce:
Detailed procedure at http://forums.gentoo.org/viewtopic.php?p=2890811
Actual Results:  
pure-ftpd -r1 blocks baseftp, pure-ftpd -r2 does not.

Expected Results:  
pure-ftpd -r1 should not block baseftp
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-20 01:42:16 UTC
(In reply to comment #0)
> upgrading from proftpd to pureftpd installs -r1 by default (no 
> ACCEPT_KEYWORD="~x86", resulting in a block:
> 
> # emerge -upvD world 
> 
> [blocks B     ] <net-ftp/pure-ftpd-1.0.20-r2 (is blocking net-ftp/ftpbase-0.00) 
> [ebuild  N    ] net-ftp/ftpbase-0.00  +pam 0 kB 

is an known behaviour, you are required to unmerge to old version first; portage
won't handle this transparently yet.

> # ACCEPT_KEYWORDS="~x86" emerge pure-ftpd
> 
> -r2 gets installed, the block is resolved however portage want's to downgrade 
> to -r1 (stable version)

is plain bad, that's what /etc/portage/package.keywords is for.


*** This bug has been marked as a duplicate of 79606 ***