Opened 5 months ago

#68994 assigned defect

fortranc @0.1alpha4l: Error: Type mismatch between actual argument at (1) and actual argument at (2)

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: fortrancl

Description

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'

Change History (0)

Note: See TracTickets for help on using tickets.