barracuda156 opened a new issue, #38769:
URL: https://github.com/apache/arrow/issues/38769
### Describe the bug, including details regarding any error messages,
version, and platform.
I wanted to update `arrow` in Macports now, but linking of `R-arrow` 14.0.0
(what CRAN has released) fails for me against `arrow` 14.0.1:
```
/opt/local/bin/g++-mp-13 -std=gnu++17 -dynamiclib
-Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module
-multiply_defined suppress
-L/opt/local/Library/Frameworks/R.framework/Resources/lib
-Wl,-headerpad_max_install_names -Wl,-rpath,/opt/local/lib/libgcc
-L/opt/local/lib -lMacportsLegacySupport -arch ppc -o arrow.so RTasks.o
altrep.o array.o array_to_vector.o arraydata.o arrowExports.o bridge.o buffer.o
chunkedarray.o compression.o compute-exec.o compute.o config.o csv.o dataset.o
datatype.o expression.o extension-impl.o feather.o field.o filesystem.o io.o
json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o
recordbatchreader.o recordbatchwriter.o safe-call-into-r-impl.o scalar.o
schema.o symbols.o table.o threadpool.o type_infer.o
-F/opt/local/Library/Frameworks/R.framework/.. -framework R -Wl,-framework
-Wl,CoreFoundation
installing to
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-arrow/R-arrow/work/destroot/opt/local/Library/Frameworks/R.framework/Versions/4.3/Resources/library/00LOCK-arrow/00new/arrow/libs
** R
** inst
** tests
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
Error: package or namespace load failed for ‘arrow’ in dyn.load(file,
DLLpath = DLLpath, ...):
unable to load shared object
'/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-arrow/R-arrow/work/destroot/opt/local/Library/Frameworks/R.framework/Versions/4.3/Resources/library/00LOCK-arrow/00new/arrow/libs/arrow.so':
dlopen(/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-arrow/R-arrow/work/destroot/opt/local/Library/Frameworks/R.framework/Versions/4.3/Resources/library/00LOCK-arrow/00new/arrow/libs/arrow.so,
6): Symbol not found: __ZN5arrow12ArrayBuilder12AppendScalarERKNS_6ScalarEx
Referenced from:
/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_R_R-arrow/R-arrow/work/destroot/opt/local/Library/Frameworks/R.framework/Versions/4.3/Resources/library/00LOCK-arrow/00new/arrow/libs/arrow.so
Expected in: dynamic lookup
Error: loading failed
Execution halted
ERROR: loading failed
```
Is this something known?
`R` 4.3.2, `gcc` 13.2.0, `arrow` 14.0.1, macOS 10.6 / ppc (_yeah, a good old
one_), Macports build env (no patches from our side applied to either `arrow`
or `R-arrow`).
### Component(s)
R
--
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]