Opened 5 years ago

Closed 3 years ago

#57727 closed defect (wontfix)

mpich-default @3.3_5+gcc8: fails upgrade

Reported by: datajerk Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc: seanfarley (Sean Farley)
Port: mpich-default

Description

Error from main.log:

:info:configure configure: error: Unable to configure with Fortran support because configure could not determine the size of a Fortran INTEGER.  Consider setting CROSS_F77_SIZEOF_INTEGER to the length in bytes of a Fortran INTEGER

I had a similar failure with last update. I had to wipe out /opt/local and completely rebuild all ports. Along the way something is causing this to fail again.

OS 10.14.1, xcode: 10.1

Attachments (2)

main.log (73.4 KB) - added by datajerk 5 years ago.
main.log
config.log (899.9 KB) - added by datajerk 5 years ago.
config.log

Download all attachments as: .zip

Change History (5)

Changed 5 years ago by datajerk

Attachment: main.log added

main.log

Changed 5 years ago by datajerk

Attachment: config.log added

config.log

comment:1 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: seanfarley added; eborisch@… removed
Owner: set to eborisch
Status: newassigned

The real error in the config.log is:

collect2: fatal error: /opt/local/bin/gnm returned 1 exit status

gnm is provided by the binutils port. When you installed the binutils port, you should have seen this notice:

binutils has the following notes:
  Having binutils installed will cause some other ports to fail to build. Consider uninstalling binutils.

Try uninstalling or at least deactivating the binutils port, then cleaning mpich-default and trying to build it again.

comment:2 Changed 5 years ago by datajerk

Thanks. When migrating to Mojave and rebuilding all ports I must have missed that warning. Builds now. Thanks again.

comment:3 Changed 3 years ago by eborisch (Eric A. Borisch)

Resolution: wontfix
Status: assignedclosed
Note: See TracTickets for help on using tickets.