raulcd opened a new issue, #45850:
URL: https://github.com/apache/arrow/issues/45850

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The rhub/ubuntu-gcc12:latest job is failing on main and PRs:
   - 
[main](https://github.com/apache/arrow/actions/runs/13917235196/job/38942381921)
   
   with:
   ```
    ❯ checking compiled code ... WARNING
     File ‘arrow/libs/arrow.so’:
       Found ‘_ZSt4cerr’, possibly from ‘std::cerr’ (C++)
         Objects: ‘../libarrow/arrow-19.0.1.100000187/lib/libarrow.a’,
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘_ZSt4cout’, possibly from ‘std::cout’ (C++)
         Objects: ‘../libarrow/arrow-19.0.1.100000187/lib/libarrow.a’,
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’,
           ‘../libarrow/arrow-19.0.1.100000187/lib/libparquet.a’
       Found ‘__printf_chk’, possibly from ‘printf’ (C)
         Object:
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘abort’, possibly from ‘abort’ (C)
         Objects: ‘../libarrow/arrow-19.0.1.100000187/lib/libarrow.a’,
           ‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_acero.a’,
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘exit’, possibly from ‘exit’ (C)
         Object:
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘puts’, possibly from ‘printf’ (C), ‘puts’ (C)
         Object:
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘rand’, possibly from ‘rand’ (C)
         Object:
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘srand’, possibly from ‘srand’ (C)
         Object:
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘stderr’, possibly from ‘stderr’ (C)
         Objects: ‘../libarrow/arrow-19.0.1.100000187/lib/libarrow.a’,
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
       Found ‘stdout’, possibly from ‘stdout’ (C)
         Object:
           
‘../libarrow/arrow-19.0.1.100000187/lib/libarrow_bundled_dependencies.a’
     File ‘arrow/libs/arrow.so’:
       Found non-API calls to R: ‘DATAPTR’, ‘OBJECT’
     
     Compiled code should not call entry points which might terminate R nor
     write to stdout/stderr instead of to the console, nor use Fortran I/O
     nor system RNGs nor [v]sprintf.
     Compiled code should not call non-API entry points in R.
     
     See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
     and section ‘Moving into C API compliance’ for issues with the use of
     non-API entry points.
   
   Error: R CMD check found WARNINGs
   Execution halted
   0 errors ✔ | 1 warning ✖ | 0 notes ✔
   ```
   
   ### Component(s)
   
   R, C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to