Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54267 - The ebuild for sci lab fails in .configure if fortran is not installed
Summary: The ebuild for sci lab fails in .configure if fortran is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 22:15 UTC by Fred Van Andel (RETIRED)
Modified: 2004-11-30 23:40 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 Fred Van Andel (RETIRED) gentoo-dev 2004-06-17 22:15:01 UTC
Although the ebuild is testing for g77, the compile continues even if it is not present only to fail during .configure.

The ebuild only checks for the g77 binary, configure will also work of f2c is present, however scilab will not build with f2c I am rebuilding gcc with f77 enabled to see if that fixes it.

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

Actual Results:  
... 
checking for g77... no 
checking for f2c... no 
configure: error: Unable to configure: no Fortran compiler found 
 
!!! ERROR: app-sci/scilab-2.7-r2 failed. 
!!! Function econf, Line 365, Exitcode 1 
!!! econf failed 
 

Expected Results:  
A clean compile
Comment 1 Fred Van Andel (RETIRED) gentoo-dev 2004-06-18 08:54:52 UTC
Update scilab does compile when f77 support is compiled into gcc.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-11-30 23:40:06 UTC
According to the changelog this was fixed on 30 Jun 2004. Closing.