Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5775 - Galeon 1.2.5 reports unresolved deps
Summary: Galeon 1.2.5 reports unresolved deps
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-30 10:15 UTC by Josh Glover
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 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.