david-cortes opened a new issue, #43545:
URL: https://github.com/apache/arrow/issues/43545

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Installing the R package `arrow` from source without a core `libarrow` in 
the system fails on Debian 12, due to a linkage error.
   
   The issue was reported previously:
   https://github.com/apache/arrow/issues/43337
   
   And the comments in the thread mentioned that it was due to a bug in a 
specific version of `pkgconf`, but the issue still occurs in a system that 
doesn't use said version of the software where the bug was reported.
   
   The problems happens regardless of whether:
   * I compile with `gcc` or with `clang`.
   * I use link-time optimization or not.
   
   Compiler info:
   ```
   gcc --version
   gcc (Debian 12.2.0-14) 12.2.0
   Copyright (C) 2022 Free Software Foundation, Inc.
   This is free software; see the source for copying conditions.  There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
   ```
   ```
   clang --version
   Debian clang version 14.0.6
   Target: x86_64-pc-linux-gnu
   Thread model: posix
   InstalledDir: /usr/bin
   ```
   
   OS info:
   ```
   cat /etc/os-release
   PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
   NAME="Debian GNU/Linux"
   VERSION_ID="12"
   VERSION="12 (bookworm)"
   VERSION_CODENAME=bookworm
   ID=debian
   HOME_URL="https://www.debian.org/";
   SUPPORT_URL="https://www.debian.org/support";
   BUG_REPORT_URL="https://bugs.debian.org/";
   ```
   
   R info:
   ```r
   version
   ```
   ```
   platform       x86_64-pc-linux-gnu         
   arch           x86_64                      
   os             linux-gnu                   
   system         x86_64, linux-gnu           
   status                                     
   major          4                           
   minor          3.0                         
   year           2023                        
   month          04                          
   day            21                          
   svn rev        84292                       
   language       R                           
   version.string R version 4.3.0 (2023-04-21)
   nickname       Already Tomorrow
   ```
   
   To reproduce:
   ```r
   install.packages("arrow")
   ```
   
   Log:
   
[arrow_log.txt](https://github.com/user-attachments/files/16474381/arrow_log.txt)
   
   
   ### 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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to