Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29713 - xcalendar-4.0 depends on x11-libs/xaw, but x11-libs/xaw doesn't exist in the portage tree
Summary: xcalendar-4.0 depends on x11-libs/xaw, but x11-libs/xaw doesn't exist in the ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 17:59 UTC by Maurice van der Pot (RETIRED)
Modified: 2003-09-26 20:49 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 Maurice van der Pot (RETIRED) gentoo-dev 2003-09-26 17:59:24 UTC
In the xcalendar ebuild you can find:
DEPEND="virtual/x11
        x11-libs/xaw
        motif? ( >=x11-libs/openmotif-2.2.1 )"

The incorrect dependency (x11-libs/xaw) causes the following error when doing
emerge -puD world:

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

Calculating world dependencies -
emerge: there are no masked or unmasked ebuilds to satisfy "x11-libs/xaw".

!!! Problem with ebuild x11-misc/xcalendar-4.0
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

This package should probably depend on Xaw3d, but I'm not sure.


Reproducible: Always
Steps to Reproduce:
1. emerge xcalendar

Actual Results:  
Calculating dependencies \
emerge: there are no masked or unmasked ebuilds to satisfy "x11-libs/xaw".

!!! Error calculating dependencies. Please correct.


Expected Results:  
It should've emerged xcalendar after emerging its dependencies.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-09-26 20:49:29 UTC
Fixed in CVS.  Thanks for the bug report.