lidavidm opened a new issue, #962:
URL: https://github.com/apache/arrow-adbc/issues/962

   `https://github.com/golang/go/issues/58159`
   
   Only affects macOS, Go 1.20+. It looks like our R CI jobs don't explicitly 
install Go and so just pick up Go from the base image, so that would explain it 
(our other jobs explicitly install Go 1.18).
   
   Causes issues like this:
   
   ```
   ❯ checking dependencies in R code ... NOTE
     Error: unable to load shared object 
'/Users/runner/work/arrow-adbc/arrow-adbc/r/adbcsnowflake/check/adbcsnowflake.Rcheck/adbcsnowflake/libs/adbcsnowflake.so':
       
dlopen(/Users/runner/work/arrow-adbc/arrow-adbc/r/adbcsnowflake/check/adbcsnowflake.Rcheck/adbcsnowflake/libs/adbcsnowflake.so,
 0x0006): symbol not found in flat namespace (_res_9_nclose)
     Call sequence:
     3: dyn.load(file, DLLpath = DLLpath, ...)
     2: library.dynam(lib, package, package.lib)
     1: loadNamespace(package, lib.loc)
     Execution halted
   ```


-- 
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]

Reply via email to