Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7115 - lynx-2.8.4a-r3 ebuild is wrong
Summary: lynx-2.8.4a-r3 ebuild is wrong
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-27 07:56 UTC by Martin Holzer (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Holzer (RETIRED) gentoo-dev 2002-08-27 07:56:14 UTC
emerge -pu world 

These are the packages that I would merge, in order.

Calculating world dependencies /
!!! Error: couldn't find match for ">=" in net-www/lynx-2.8.4a-r3



DEPEND="virtual/glibc
        >=sys-libs/ncurses-5.1
        >=sys-libs/zlib-1.1.3
        nls? ( sys-devel/gettext )
        ssl? ( >= dev-libs/openssl-0.9.6 )" 

to solve this error just remove the space of openssl
        ssl? ( >=dev-libs/openssl-0.9.6 )"
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-29 02:56:48 UTC
You must have a very old portage tree. 2.8.4a-r3 was removed around 6 weeks ago.
Please rsync your tree using emerge --clean rsync (if using a early version of
emerge) or emerge rsync if you are using a newer version.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2002-08-29 03:08:42 UTC
i got this with portage-20020827.tar.bz2

so it's not my fault

look what i've found in the package.mask 
# <aliz@gentoo.org> (26 Aug 2002)
# Masked to force lynx-2.8.4.1c
=net-www/lynx-2.8.4a-r4

but when i do emerge lynx it does lynx-2.8.4a-r3

gentoo usr # emerge lynx                      
Calculating dependencies ...done!
>>> emerge net-www/lynx-2.8.4a-r3 to /
>>> md5 ;-) lynx2.8.4.tar.bz2
>>> Unpacking source...
>>> Unpacking lynx2.8.4.tar.bz2



why is this so ?
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-29 06:26:47 UTC
You need to completly remove the /usr/portage to get rid of old ebuild files
from earlier snapshots, just overwriting with the new snapshots isn't enough. 
Since the ebuild has been removed from CVS I can't update it :-/.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2002-08-29 08:07:07 UTC
thx a lot

after doing what you told me, i got lynx 2.8.4.1c