[
https://issues.apache.org/jira/browse/ARROW-4684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661706#comment-17661706
]
Rok Mihevc commented on ARROW-4684:
-----------------------------------
This issue has been migrated to [issue
#15993|https://github.com/apache/arrow/issues/15993] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Python] CI failures in test_cython.py
> --------------------------------------
>
> Key: ARROW-4684
> URL: https://issues.apache.org/jira/browse/ARROW-4684
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, Python
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: ci-failure, pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> It seems we're starting to get Travis-CI failures in {{test_cython.py}}.
> Example here:
> {code}
> ----------------------------- Captured stdout call
> -----------------------------
> Compiling pyarrow_cython_example.pyx because it changed.
> [1/1] Cythonizing pyarrow_cython_example.pyx
> running build_ext
> building 'pyarrow_cython_example' extension
> creating build
> creating build/temp.linux-x86_64-2.7
> gcc -fno-strict-aliasing -march=nocona -mtune=haswell -ftree-vectorize -fPIC
> -fstack-protector-strong -fno-plt -O3 -pipe
> -fdebug-prefix-map=${SRC_DIR}=/usr/local/src/conda/${PKG_NAME}-${PKG_VERSION}
> -fdebug-prefix-map=${PREFIX}=/usr/local/src/conda-prefix -DNDEBUG -fwrapv -O3
> -Wall -Wstrict-prototypes -fPIC
> -I/home/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/core/include
> -I/home/travis/build/apache/arrow/python/pyarrow/include
> -I/home/travis/build/apache/arrow/pyarrow-test-2.7/include/python2.7 -c
> pyarrow_cython_example.cpp -o
> build/temp.linux-x86_64-2.7/pyarrow_cython_example.o -std=c++11
> ----------------------------- Captured stderr call
> -----------------------------
> gcc: error: unrecognized command line option '-fno-plt'
> error: command 'gcc' failed with exit status 1
> {code}
> (from https://travis-ci.org/apache/arrow/jobs/498722197)
> I'm afraid this looks like a conda-forge toolchain issue :-(
--
This message was sent by Atlassian Jira
(v8.20.10#820010)