Skip to content

Conversation

@Teemperor
Copy link
Contributor

See https://reviews.llvm.org/D39416 for more details. Original commit message:

The MultiplexExternalSemaSource doesn't correctly overload the getModule function,
causing the multiplexer to not forward this call as intended.

@Teemperor Teemperor requested a review from vgvassilev as a code owner October 31, 2017 14:30
@phsft-bot
Copy link

Starting build on centos7/gcc49, mac1012/native, slc6/gcc49, slc6/gcc62, slc6/gcc62, ubuntu14/native, ubuntu14/native, windows10/vc15 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

@Teemperor Teemperor force-pushed the BackportD39416 branch 2 times, most recently from aa68abf to 258f800 Compare October 31, 2017 14:31
See https://reviews.llvm.org/D39416 for more details. Original commit message:

The MultiplexExternalSemaSource doesn't correctly overload the getModule function,
causing the multiplexer to not forward this call as intended.
@phsft-bot
Copy link

Starting build on centos7/gcc49, mac1012/native, slc6/gcc49, slc6/gcc62, slc6/gcc62, ubuntu14/native, ubuntu14/native, windows10/vc15 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

1 similar comment
@phsft-bot
Copy link

Starting build on centos7/gcc49, mac1012/native, slc6/gcc49, slc6/gcc62, slc6/gcc62, ubuntu14/native, ubuntu14/native, windows10/vc15 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

Copy link
Member

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vgvassilev
Copy link
Member

Depends on PR #1218 .

@vgvassilev vgvassilev merged commit 6770fc3 into root-project:master Nov 3, 2017
ellert added a commit to ellert/root that referenced this pull request Aug 27, 2025
Fixes test failures on 32 bit intel ix86.

The following tests FAILED:
	 62 - pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-makenumpy (Failed) python python_runtime_deps
	1257 - tutorial-analysis-dataframe-df032_RDFFromNumpy-py (Failed) python_runtime_deps tutorial

1259/1470 Test root-project#1257: tutorial-analysis-dataframe-df032_RDFFromNumpy-py .............................................***Failed    1.14 sec
Traceback (most recent call last):
  File ".../tutorials/analysis/dataframe/df032_RDFFromNumpy.py", line 23, in <module>
    df = ROOT.RDF.FromNumpy({'x': x, 'y': y})
  File ".../redhat-linux-build/lib/ROOT/_facade.py", line 349, in MakeNumpyDataFrameCopy
    return _MakeNumpyDataFrame(np_dict)
  File ".../redhat-linux-build/lib/ROOT/_pythonization/_rdataframe.py", line 601, in _MakeNumpyDataFrame
    return ROOT.Internal.RDF.MakeRVecDataFrame(ROOT.__ROOT_Internal.MakePyDeleter(key), *args)
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
OverflowError: Python int too large to convert to C long
vepadulano pushed a commit that referenced this pull request Aug 28, 2025
Fixes test failures on 32 bit intel ix86.

The following tests FAILED:
	 62 - pyunittests-bindings-pyroot-pythonizations-pyroot-pyz-rdataframe-makenumpy (Failed) python python_runtime_deps
	1257 - tutorial-analysis-dataframe-df032_RDFFromNumpy-py (Failed) python_runtime_deps tutorial

1259/1470 Test #1257: tutorial-analysis-dataframe-df032_RDFFromNumpy-py .............................................***Failed    1.14 sec
Traceback (most recent call last):
  File ".../tutorials/analysis/dataframe/df032_RDFFromNumpy.py", line 23, in <module>
    df = ROOT.RDF.FromNumpy({'x': x, 'y': y})
  File ".../redhat-linux-build/lib/ROOT/_facade.py", line 349, in MakeNumpyDataFrameCopy
    return _MakeNumpyDataFrame(np_dict)
  File ".../redhat-linux-build/lib/ROOT/_pythonization/_rdataframe.py", line 601, in _MakeNumpyDataFrame
    return ROOT.Internal.RDF.MakeRVecDataFrame(ROOT.__ROOT_Internal.MakePyDeleter(key), *args)
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
OverflowError: Python int too large to convert to C long
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants