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

Bug 5775

Summary: Galeon 1.2.5 reports unresolved deps
Product: Gentoo Linux Reporter: Josh Glover <jmglov>
Component: New packagesAssignee: Spider (RETIRED) <spider>
Status: RESOLVED FIXED    
Severity: normal CC: leonardop
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Josh Glover 2002-07-30 10:15:30 UTC
The problem:

------------------------------------------------------------------------------
: root@harp; emerge -p galeon

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

Calculating dependencies \
!!! Error: couldn't find match for ~net-www/mozilla-1.0 in net-www/galeon-1.2.5
------------------------------------------------------------------------------


This bit of the net-www/galeon/galeon-1.2.5.ebuild looks fishy:

------------------------------------------------------------------------------
# dont merge mozilla-1.0, as it wont work with galeon, rather start
# with mozilla-1.0-r1
DEPEND="~net-www/mozilla-1.0
    >net-www/mozilla-1.0
        >=gnome-base/gnome-libs-1.4.1.4
------------------------------------------------------------------------------


Let's just remove the tilde bit:

------------------------------------------------------------------------------
# dont merge mozilla-1.0, as it wont work with galeon, rather start
# with mozilla-1.0-r1
DEPEND=">net-www/mozilla-1.0
    >=gnome-base/gnome-libs-1.4.1.4
------------------------------------------------------------------------------


And try again:

------------------------------------------------------------------------------
: root@harp; emerge -p galeon

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

Calculating dependencies ...done!
[ebuild  N   ] net-www/mozilla-1.0-r3 to /
[ebuild  N   ] net-www/galeon-1.2.5 to /
------------------------------------------------------------------------------


Looks OK now.
:
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-31 11:31:09 UTC
spider, leonardo, can it be replaced with =net-www/mozilla-1.0*?
Comment 2 Spider (RETIRED) gentoo-dev 2002-08-01 06:47:11 UTC
actually > mozilla-1.0 will do it.

Note the patch in the build to make it work with mozilla 1.1 
Comment 3 Spider (RETIRED) gentoo-dev 2002-09-03 13:51:21 UTC
the problem was the portage version, closing.