eitsupi opened a new issue, #3059:
URL: https://github.com/apache/arrow-adbc/issues/3059
### What happened?
The following warning occurs:
```
Warning: Check: compiled code, Result: WARNING
File ‘adbcflightsql/libs/adbcflightsql.so’:
Found ‘___stderrp’, possibly from ‘stderr’ (C)
Object: ‘go/libadbc_driver_flightsql.a’
Found ‘_abort’, possibly from ‘abort’ (C)
Object: ‘go/libadbc_driver_flightsql.a’
Found ‘_exit’, possibly from ‘exit’ (C)
Object: ‘go/libadbc_driver_flightsql.a’
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.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
```
<https://github.com/r-universe/r-multiverse/actions/runs/15459357852/job/43517535179#step:6:118>
<https://github.com/r-universe/apache/actions/runs/15934153289/job/44950249028#step:6:118>
This looks like the same issue to apache/arrow#45870, but I am not sure why
it is only detected on macOS.
### Stack Trace
_No response_
### How can we reproduce the bug?
_No response_
### Environment/Setup
_No response_
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]