spchamp commented on issue #43355:
URL: https://github.com/apache/arrow/issues/43355#issuecomment-2578694999

   It seems there's a similar expression is an other file, 
`cpp/src/parquet/symbols.map`
   
   ```diff
   --- a/cpp/src/parquet/symbols.map
   +++ b/cpp/src/parquet/symbols.map
   @@ -21,7 +21,7 @@
      local:
        # devtoolset / static-libstdc++ symbols
        __cxa_*;
   -    __once_proxy;
   +    __once_proxy*;
    
        extern "C++" {
          # boost
   
   ```
   
   I've attached a diff for patching both files. With both files similarly 
patched, the build succeeds here
   
   
[patch_gandiva+parquet_once_proxy.diff.txt](https://github.com/user-attachments/files/18353264/patch_gandiva%2Bparquet_once_proxy.diff.txt)
   


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