lidavidm opened a new issue, #3642:
URL: https://github.com/apache/arrow-adbc/issues/3642
### What happened?
Apparently it can't find portable-snippets?
### Stack Trace
```
[ 85%] Building CXX object
driver/postgresql/CMakeFiles/adbc_driver_postgresql_objlib.dir/postgresql.cc.o
go: downloading github.com/googleapis/gax-go/v2 v2.15.0
In file included from /adbc/c/driver/postgresql/statement.cc:21:
In file included from /adbc/c/driver/postgresql/statement.h:29:
/adbc/c/driver/postgresql/copy/reader.h:28:10: fatal error:
'portable-snippets/safe-math.h' file not found
28 | #include <portable-snippets/safe-math.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /adbc/c/driver/postgresql/result_helper.cc:18:
In file included from /adbc/c/driver/postgresql/result_helper.h:32:
/adbc/c/driver/postgresql/copy/reader.h:28:10: fatal error:
'portable-snippets/safe-math.h' file not found
28 | #include <portable-snippets/safe-math.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
### 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]