Hide Forgot
Description of problem: rteval ends with traceback when is installed newer make (see bellow) Version-Release number of selected component (if applicable): rteval-1.32-2.fc14.noarch rteval-loads-1.2-3.fc14.noarch make-3.82-3.fc14.x86_64 How reproducible: with make > 3.81-19 Steps to Reproduce: 1. rebuild newer make package (3.82) 2. install it 3. run rteval Actual results: Exception in thread kcompile: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner self.run() File "/usr/lib/python2.7/site-packages/rteval/load.py", line 80, in run self.build() File "/usr/lib/python2.7/site-packages/rteval/kcompile.py", line 96, in build raise RuntimeError, "kcompile setup failed: %d" % ret RuntimeError: kcompile setup failed: 2 Traceback (most recent call last): File "/usr/bin/rteval", line 873, in <module> ec = rteval.rteval() File "/usr/bin/rteval", line 854, in rteval self.measure() File "/usr/bin/rteval", line 649, in measure self.start_loads() File "/usr/bin/rteval", line 547, in start_loads raise RuntimeError, "%s died" % l.name RuntimeError: kcompile died make-3.81-19 - WORKS make-3.82-3: # cd ~/rteval-build/linux-2.6.26.1 # make Makefile:1551: *** mixed implicit and normal rules. Stop. Expected results: rteval will start test Additional info:
rteval will be updated in the upcoming MRG 2.0 release which is layered on RHEL6
latest devel tree for rteval builds on my F14 laptop now: $ rpm -q make make-3.82-3.fc14.x86_64
Tried to run rteval-1.32-2 and rteval-1.33-1 with make-3.82-3 and make-3.82-6. rteval-loads-1.2-3 also installed. All tests was performed on a RHEL6.1 installation. rteval fails with this exception: --------------------------------------------------- Exception in thread kcompile: Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/python2.6/site-packages/rteval/load.py", line 80, in run self.build() File "/usr/lib/python2.6/site-packages/rteval/kcompile.py", line 96, in build raise RuntimeError, "kcompile setup failed: %d" % ret RuntimeError: kcompile setup failed: 2 stopping loads: kcompile hackbench Traceback (most recent call last): File "/usr/bin/rteval", line 902, in <module> ec = rteval.rteval() File "/usr/bin/rteval", line 883, in rteval self.measure() File "/usr/bin/rteval", line 678, in measure self.start_loads() File "/usr/bin/rteval", line 576, in start_loads raise RuntimeError, "%s died" % l.name RuntimeError: kcompile died --------------------------------------------------- Downgrading to make-3.81-19 and rteval works again. Moving back to ASSIGNED
This has been fixed a while. Closing.