MauricioBedunEvig commented on issue #41619:
URL: https://github.com/apache/arrow/issues/41619#issuecomment-2105120011

   The error message indicates that the specified file does not exist at the 
given path. This issue seems to arise during the build process of Apache Arrow 
when it tries to apply a patch to the pcre.h and pcre.cc files.
   
   The context of the error involves a known issue where Findre2.cmake is 
called multiple times, causing conflicts. I have tried to address this by 
making Findre2.cmake idempotent with the following lines in the Dockerfile:
   
   However, this does not seem to resolve the issue.
   
   I have also ensured that all necessary dependencies are installed and tried 
different versions of the libraries, but the problem persists.
   
   Question:
   
   How can I resolve the No such file or directory error related to pcre.h and 
pcre.cc when building Apache Arrow with re2 on Alpine Linux? Is there a 
specific step or configuration that I am missing to ensure the re2 library is 
correctly patched and built?


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