Changes between Version 1 and Version 2 of Ticket #57324


Ignore:
Timestamp:
Oct 9, 2018, 5:09:36 AM (6 years ago)
Author:
wcchiu1988
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57324 – Description

    v1 v2  
    11Xcrysden build failure. Main.log is attached.
    22
     3
     4{{{
    35Error: Failed to build xcrysden: command execution failed
    46Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_xcrysden/xcrysden/main.log for details.
    57Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    68Error: Processing of port xcrysden failed
     9}}}
     10
     11The following is from the main.log
     12
     13{{{
     14:info:build /opt/local/bin/gfortran-mp-8 -O3  -c -o fhi_inpini2ftn34.o fhi_inpini2ftn34.f
     15:info:build gengeom.f:735:27:
     16:info:build           CALL GETCCOOR(DVC,AC,2,X,Y,Z,XC,YC,ZC,I,NATR)
     17:info:build                            1
     18:info:build Error: Actual argument contains too few elements for dummy argument 'b33' (6/12) at (1)
     19:info:build gengeom.f:740:27:
     20:info:build           CALL GETCCOOR(DVC,BC,2,X,Y,Z,XC,YC,ZC,I,NATR)
     21:info:build                            1
     22:info:build Error: Actual argument contains too few elements for dummy argument 'b33' (6/12) at (1)
     23:info:build gengeom.f:745:27:
     24:info:build           CALL GETCCOOR(DVC,CC,2,X,Y,Z,XC,YC,ZC,I,NATR)
     25:info:build                            1
     26:info:build Error: Actual argument contains too few elements for dummy argument 'b33' (6/12) at (1)
     27:info:build gengeom.f:759:27:
     28:info:build           CALL GETCCOOR(DVC,IC,2,X,Y,Z,XC,YC,ZC,I,NATR)
     29:info:build                            1
     30:info:build Error: Actual argument contains too few elements for dummy argument 'b33' (6/12) at (1)
     31:info:build gengeom.f:766:30:
     32:info:build              CALL GETCCOOR(DVC,RC,IN,X,Y,Z,XC,YC,ZC,I,NATR)
     33:info:build                               1
     34:info:build Error: Actual argument contains too few elements for dummy argument 'b33' (9/12) at (1)
     35:info:build gengeom.f:773:30:
     36:info:build              CALL GETCCOOR(DVC,HC,IN,X,Y,Z,XC,YC,ZC,I,NATR)
     37:info:build                               1
     38:info:build Error: Actual argument contains too few elements for dummy argument 'b33' (9/12) at (1)
     39:info:build make[1]: *** [gengeom.o] Error 1
     40:info:build make[1]: *** Waiting for unfinished jobs....
     41:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_xcrysden/xcrysden/work/xcrysden-1.5.60/F'
     42:info:build make: *** [src-F] Error 2
     43:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_xcrysden/xcrysden/work/xcrysden-1.5.60'
     44:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_xcrysden/xcrysden/work/xcrysden-1.5.60" && /usr/bin/make -j12 -w xcrysden
     45:info:build Exit code: 2
     46:error:build Failed to build xcrysden: command execution failed
     47
     48}}}
     49
     50Is it the same problem of Fortran compiler as mentioned in #57284?