First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 187073
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Chemistry-Related Packages <sci-chemistry@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Benj FitzPatrick <benjfitz@uchicago.edu>
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 187073 depends on: Show dependency tree
Show dependency graph
Bug 187073 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2007-07-29 22:55 0000
The ebuild tries to install the moldenogl binary even when USE="-opengl" is
specified.  For -opengl this results in the compile crashing when the following
is called in src_install.

use opengl && dobin moldenogl || \
           die "failed to install moldenogl."


Reproducible: Always

Steps to Reproduce:
1.USE="-opengl" emerge =sci-chemistry/molden-4.6
2.
3.




Possible solution:

+if use opengl ; then
        use opengl && dobin moldenogl || \
                die "failed to install moldenogl."
+fi

------- Comment #1 From Jeffrey Gardner 2007-07-30 12:24:28 0000 -------
Fixed in cvs, thanks Benj!

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