It looks like compiling Arrow with -DARROW_PYTHON=on failed for a Ray user on MacOS.
The logs are attached (one failed with -DARROW_PYTHON=on and one succeeded without that flag).
The issue was originally reported at ray-project/ray#461.
I think the first couple errors are:
Infileincludedfrom /Users/gmedasani/Documents/bigdata/project-ray/build_arrow_temp/arrow/cpp/src/arrow/python/common.cc:22:
Infileincludedfrom /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/sstream:174:
Infileincludedfrom /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ostream:138:
Infileincludedfrom /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ios:216:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__locale:468:15: error: C++ requiresatypespecifierforalldeclarationschar_typetoupper(char_type__c) const
^
/Users/gmedasani/software/anaconda_2_7/anaconda/include/python2.7/pyport.h:731:29: note: expandedfrommacro'toupper'
#definetoupper(c) towupper(btowc(c))
^
Infileincludedfrom /Users/gmedasani/Documents/bigdata/project-ray/build_arrow_temp/arrow/cpp/src/arrow/python/common.cc:22:
Infileincludedfrom /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/sstream:174:
Infileincludedfrom /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ostream:138:
Infileincludedfrom /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/ios:216:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/__locale:474:48: error: toomanyargumentsprovidedtofunction-likemacroinvocationconstchar_type* toupper(char_type* __low, constchar_type* __high) const
^
/Users/gmedasani/software/anaconda_2_7/anaconda/include/python2.7/pyport.h:731:9: note: macro'toupper'definedhere
#definetoupper(c) towupper(btowc(c))
^
Some environment information
> python --versionPython2.7.12 :: Anacondacustom (x86_64)
> system_profilerSPSoftwareDataTypeSoftware:
SystemSoftwareOverview:
SystemVersion: macOS10.12.4 (16E195)
KernelVersion: Darwin16.5.0BootVolume: MacintoshHD
> condainstalllibgccFetchingpackagemetadata .........
Solvingpackagespecifications: .
# Allrequestedpackagesalreadyinstalled.
libgcc4.8.5
Reporter: Robert Nishihara / @robertnishihara
Assignee: Philipp Moritz / @pcmoritz
Related issues:
Original Issue Attachments:
Note: This issue was originally created as ARROW-826. Please see the migration documentation for further details.
It looks like compiling Arrow with
-DARROW_PYTHON=onfailed for a Ray user on MacOS.The logs are attached (one failed with
-DARROW_PYTHON=onand one succeeded without that flag).The issue was originally reported at ray-project/ray#461.
I think the first couple errors are:
Some environment information
Reporter: Robert Nishihara / @robertnishihara
Assignee: Philipp Moritz / @pcmoritz
Related issues:
Original Issue Attachments:
Note: This issue was originally created as ARROW-826. Please see the migration documentation for further details.