First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 58705
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Don Seiler (RETIRED) <rizzo@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tyler Lund <tlund@springboardhosting.com>
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 58705 depends on: Show dependency tree
Bug 58705 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: 2004-07-28 15:46 0000
The useflag X is listed in the IUSE variable in the ebuild, but virtual/x11 is
always required by the ebuild. Xplanet will compile just fine and run without
X, and is handy on headless machines just generating images for web use, etc.
Simply changing:

RDEPEND="virtual/x11
    opengl? ( virtual/opengl
        media-libs/glut )
    gif? ( media-libs/giflib
        media-libs/libungif )
    jpeg? ( media-libs/jpeg )
    tiff? ( media-libs/tiff )
    png? ( media-libs/libpng )
    truetype? ( =media-libs/freetype-2* )"

to...

RDEPEND="X? ( virtual/x11 )
    opengl? ( virtual/opengl
        media-libs/glut )
    gif? ( media-libs/giflib
        media-libs/libungif )
    jpeg? ( media-libs/jpeg )
    tiff? ( media-libs/tiff )
    png? ( media-libs/libpng )
    truetype? ( =media-libs/freetype-2* )"

Seems to fix this, as the logic for the ./config step is already in the ebuild. 

Reproducible: Always
Steps to Reproduce:
1. Set -X in /etc/portage/package.use
2. emerge -p xplanet


Actual Results:  
portage will require that an X server be installed. 

Expected Results:  
X and all of its dependencies should not have been required.

------- Comment #1 From Don Seiler (RETIRED) 2004-07-28 18:50:19 0000 -------
Fixed in 1.1.1.  Thanks for reporting.

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