Opened 6 years ago
Closed 3 years ago
#57739 closed defect (worksforme)
mpich-default @3.3: configure: error: Could not determine a way to link a Fortran test program!
Reported by: | sidhantjain90 | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | seanfarley (Sean Farley), eborisch (Eric A. Borisch) | |
Port: | mpich-default |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi,
I am trying to install mpich which has a dependency mpich-default but it fails to configure. I have tried looking for previous tickets related to this issue and tried fixes
sudo port -f uninstall cctools sudo port install cctools
..but without success.
it seems to be an issue with fortran compiler but I am not sure.
Attachments (2)
Change History (13)
Changed 6 years ago by sidhantjain90
Changed 6 years ago by sidhantjain90
Attachment: | config.log added |
---|
comment:1 Changed 6 years ago by sidhantjain90
Summary: | Failed to configure mpich-default → mpich-default@2.5.4 Configure Failure |
---|
comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | seanfarley added |
---|---|
Description: | modified (diff) |
Owner: | set to eborisch |
Status: | new → assigned |
Summary: | mpich-default@2.5.4 Configure Failure → mpich-default @3.3: configure: error: Could not determine a way to link a Fortran test program! |
comment:3 follow-up: 4 Changed 6 years ago by eborisch (Eric A. Borisch)
comment:4 Changed 6 years ago by sidhantjain90
Replying to eborisch:
From main.log:
:warn:main Xcode does not appear to be installed; most ports will likely fail to build.
Is Xcode installed?
Yes, I have already installed Xcode. Just to verify, I ran few commands:
$ xcode-select --version xcode-select version 2354. $ xcode-select -p /Applications/Xcode.app/Contents/Developer
comment:5 follow-up: 6 Changed 6 years ago by jmroot (Joshua Root)
The way MacPorts checks whether Xcode is installed is by running xcodebuild -version
. What's the result of that?
comment:6 Changed 6 years ago by sidhantjain90
Replying to jmroot:
The way MacPorts checks whether Xcode is installed is by running
xcodebuild -version
. What's the result of that?
Here is the result for the command
$ xcodebuild -version Xcode 10.1 Build version 10B61
comment:7 Changed 4 years ago by eborisch (Eric A. Borisch)
Is this still an issue, or will 3.4.1 install for you?
comment:8 Changed 3 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:9 Changed 3 years ago by mascguy (Christopher Nielsen)
Cc: | eborisch added; mascguy removed |
---|---|
Owner: | changed from eborisch to mascguy |
comment:11 Changed 3 years ago by mascguy (Christopher Nielsen)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Given that this ticket is six years old, combined with the number of updates to mpich
since it was opened, this is likely fixed.
If this is still an issue, please create a new ticket.
From main.log:
:warn:main Xcode does not appear to be installed; most ports will likely fail to build.
Is Xcode installed?