Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3840 - Xemacs wrong USE lookup (easy to fix)
Summary: Xemacs wrong USE lookup (easy to fix)
Status: RESOLVED REMIND
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-18 04:27 UTC by guillaume Schmid
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 guillaume Schmid 2002-06-18 04:27:10 UTC
the ebuild for xemacs look at the use variable 'x' to add the dependency to
openmotif.
I think that it should look a the 'motif' variable.
with USE "-motif" xemacs should build with it's own widget set and you dont need
motif (xemacs is heavy enough like this!).

I changed the line 
        X? ( virtual/x11 >=x11-libs/openmotif-2.1.30 )
to
        motif? ( virtual/x11 >=x11-libs/openmotif-2.1.30 )

And it worked for me.
Maybe the X variable should add a dependency to x11.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-06-20 01:06:21 UTC
Howdy, if you ldd /usr/bin/xemacs, do you see the openmotif stuff linked in even
though motif is not in USE?

Matt