Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53291 - x11-libs/openmotif-2.1.30-r5 wants Xfree
Summary: x11-libs/openmotif-2.1.30-r5 wants Xfree
Status: RESOLVED INVALID
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: 2004-06-08 03:32 UTC by Alberto Ornaghi
Modified: 2004-06-08 05:02 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 Alberto Ornaghi 2004-06-08 03:32:11 UTC
x11-libs/openmotif-2.1.30-r5 has an hardcoded dependecy on Xfree. I've installed Xorg and it complains about a conflict...

emerge -p openmotif                                                    ~

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

Calculating dependencies ...done!
[blocks B     ] x11-base/xorg-x11 (from pkg x11-base/xfree-4.3.0-r5)
[ebuild  N    ] x11-base/xfree-4.3.0-r5  
[ebuild  N    ] x11-libs/openmotif-2.1.30-r5  


Reproducible: Always
Steps to Reproduce:
1. emerge xorg-x11
2. emerge openmotif
3.
Comment 1 Stephen Bennett (RETIRED) gentoo-dev 2004-06-08 04:46:28 UTC
Straight from the 2.1.30-r5 ebuild:

DEPEND="virtual/glibc
        virtual/x11"

Is it possible that you're running emerge -p as a user and don't have read permission for the virtuals file? It works perfectly here.
Comment 2 Alberto Ornaghi 2004-06-08 05:02:39 UTC
good catch ! running it from root works fine.