Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88474 - eclipse-sdk - dependency issue
Summary: eclipse-sdk - dependency issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-09 07:41 UTC by Carsten Lohrke (RETIRED)
Modified: 2005-07-13 07:10 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 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-09 07:41:31 UTC
Doing the following in pkg_setup()

        # If both enabled, use gtk+ only
        ${use_gtk} && ${use_motif} && use_motif='false

doesn't work. You depend on gtk, but don't store the dependency this way. I'd say using only the gtk flag, to avoid invalid flag combinations would be the easiest solution here.
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-04-09 11:36:24 UTC
For 3.1, we've fixed this already, Motif support is being phased out. 

For 3.0.x, it should theoretically be possible to have both Motif and gtk+ enabled at the same time, but our ebuild just doesn't support. If somebody wants to clean this, they're free to provide a patch.

Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-07-13 07:10:48 UTC
Now that 3.1 is final and soon to be marked stable, I hesitate to attack this
problem, since 3.1 is a massive improvement over 3.0 and (it says on the label)
100% ABI backwards compatible.

In 3.1, we dropped Motif support as promised, so I'm closing this. If there are
severe objections, and a general feeling that we should fix the 3.0.x series
here, please reopen.