Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 68258

Summary: G77 is not on R's dependency list
Product: Gentoo Linux Reporter: Kim N. Jensen <k_dev0>
Component: New packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kim N. Jensen 2004-10-20 03:19:51 UTC
'emerge R' fails if "g77 fortran" is not present on the system.
I guess that R is missing a dependency on "g77 fortran".

Reproducible: Always
Steps to Reproduce:
1. emerge R
2.
3.

Actual Results:  
You can't compile R

Expected Results:  
R should compile and work
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-20 05:31:18 UTC
Please always mention the version you are talking about.
The problem is that portage currently does not allow DEPENDing on optional parts of other programs (like g77 as part of gcc).

*** This bug has been marked as a duplicate of 56616 ***