First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 3840
Alias:
Product:
Component:
Status: RESOLVED
Resolution: REMIND
Assigned To: Matthew Kennedy (RETIRED) <mkennedy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: guillaume Schmid <gschmid@chello.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 3840 depends on: Show dependency tree
Bug 3840 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-06-18 04:27 0000
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 From Matthew Kennedy (RETIRED) 2002-06-20 01:06:21 0000 -------
Howdy, if you ldd /usr/bin/xemacs, do you see the openmotif stuff linked in
even
though motif is not in USE?

Matt

First Last Prev Next    No search results available      Search page      Enter new bug