[MacPorts] #68994: fortranc @0.1alpha4l: Error: Type mismatch between actual argument at (1) and actual argument at (2)

MacPorts noreply at macports.org
Thu Dec 28 12:01:20 UTC 2023


#68994: fortranc @0.1alpha4l: Error: Type mismatch between actual argument at (1)
and actual argument at (2)
------------------------+-----------------------
 Reporter:  ryandesign  |      Owner:  tenomoto
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.8.1
 Keywords:              |       Port:  fortrancl
------------------------+-----------------------
 https://build.macports.org/builders/ports-
 14_x86_64-builder/builds/22020/steps/install-port/logs/stdio
 {{{
 Making all in src
 make[2]: Entering directory
 `/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_fortrancl/fortrancl/work/fortrancl-0.1alpha4/src'
 /bin/sh ../libtool --tag=FC   --mode=compile /opt/local/bin/gfortran-mp-13
 -pipe -Os -m64 -c -o cl_types.lo  cl_types.f90
 libtool: compile:  /opt/local/bin/gfortran-mp-13 -pipe -Os -m64 -c
 cl_types.f90  -fno-common -o .libs/cl_types.o
 libtool: compile:  /opt/local/bin/gfortran-mp-13 -pipe -Os -m64 -c
 cl_types.f90 -o cl_types.o >/dev/null 2>&1
 /bin/sh ../libtool --tag=FC   --mode=compile /opt/local/bin/gfortran-mp-13
 -pipe -Os -m64 -c -o cl_buffer.lo  cl_buffer.f90
 libtool: compile:  /opt/local/bin/gfortran-mp-13 -pipe -Os -m64 -c
 cl_buffer.f90  -fno-common -o .libs/cl_buffer.o
 libtool: compile:  /opt/local/bin/gfortran-mp-13 -pipe -Os -m64 -c
 cl_buffer.f90 -o cl_buffer.o >/dev/null 2>&1
 /bin/sh ../libtool --tag=FC   --mode=compile /opt/local/bin/gfortran-mp-13
 -pipe -Os -m64 -c -o cl_command_queue.lo  cl_command_queue.f90
 libtool: compile:  /opt/local/bin/gfortran-mp-13 -pipe -Os -m64 -c
 cl_command_queue.f90  -fno-common -o .libs/cl_command_queue.o
 cl_command_queue.f90:435:84:

   435 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   450 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (COMPLEX(8)/CHARACTER(*)).
 cl_command_queue.f90:420:84:

   420 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   450 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (COMPLEX(4)/CHARACTER(*)).
 cl_command_queue.f90:405:84:

   405 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   450 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (REAL(8)/CHARACTER(*)).
 cl_command_queue.f90:390:84:

   390 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   450 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (REAL(4)/CHARACTER(*)).
 cl_command_queue.f90:375:84:

   375 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   450 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (INTEGER(8)/CHARACTER(*)).
 cl_command_queue.f90:360:84:

   360 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   450 |     call clEnqueueReadBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (INTEGER(4)/CHARACTER(*)).
 cl_command_queue.f90:330:85:

   330 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   345 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (COMPLEX(8)/CHARACTER(*)).
 cl_command_queue.f90:315:85:

   315 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   345 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (COMPLEX(4)/CHARACTER(*)).
 cl_command_queue.f90:300:85:

   300 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   345 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (REAL(8)/CHARACTER(*)).
 cl_command_queue.f90:285:85:

   285 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   345 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (REAL(4)/CHARACTER(*)).
 cl_command_queue.f90:270:85:

   270 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   345 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (INTEGER(8)/CHARACTER(*)).
 cl_command_queue.f90:255:85:

   255 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 1
 ......
   345 |     call clEnqueueWriteBufferImpl(command_queue, buffer,
 blocking_write, offset, cb, ptr, errcode_ret)
       |
 2
 Error: Type mismatch between actual argument at (1) and actual argument at
 (2) (INTEGER(4)/CHARACTER(*)).
 make[2]: *** [cl_command_queue.lo] Error 1
 make[2]: Leaving directory
 `/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_devel_fortrancl/fortrancl/work/fortrancl-0.1alpha4/src'
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/68994>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list