You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/04/12 13:08:02 UTC

[GitHub] [arrow] paleolimbot opened a new issue, #35073: [R] Minimal build is failing (acero symbol not defined)

paleolimbot opened a new issue, #35073:
URL: https://github.com/apache/arrow/issues/35073

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=47162&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=1292
   
   ```
   g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I/arrow/r/check/arrow.Rcheck/00_pkg_src/arrow/libarrow/arrow-11.0.0.9000/include -DARROW_STATIC   -I'/usr/local/lib/R/site-library/cpp11/include'    -fpic  -g -O2 -ffile-prefix-map=/build/r-base-4.2.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -c arrowExports.cpp -o arrowExports.o
   arrowExports.cpp:1053:57: error: ‘acero’ was not declared in this scope
    1053 | bool ExecNode_has_ordered_batches(const std::shared_ptr<acero::ExecNode>& node);
         |                                                         ^~~~~
   arrowExports.cpp:1053:72: error: template argument 1 is invalid
    1053 | bool ExecNode_has_ordered_batches(const std::shared_ptr<acero::ExecNode>& node);
   ```
   
   Maybe related to #34685 merging?
   
   ### 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-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] assignUser closed issue #35073: [R] Minimal build is failing (acero symbol not defined)

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser closed issue #35073: [R] Minimal build is failing (acero symbol not defined)
URL: https://github.com/apache/arrow/issues/35073


-- 
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-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] raulcd commented on issue #35073: [R] Minimal build is failing (acero symbol not defined)

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #35073:
URL: https://github.com/apache/arrow/issues/35073#issuecomment-1505264724

   @paleolimbot should this be marked as a blocker?


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] thisisnic commented on issue #35073: [R] Minimal build is failing (acero symbol not defined)

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on issue #35073:
URL: https://github.com/apache/arrow/issues/35073#issuecomment-1505267267

   I think so. And I think I've spotted the cause, will get a PR up ASAP


-- 
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: github-unsubscribe@arrow.apache.org

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