Bug 701264 - rteval doesn't work with newer make
Summary: rteval doesn't work with newer make
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: realtime-utilities
Version: Development
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Red Hat Real Time Maintenance
QA Contact: David Sommerseth
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-02 11:16 UTC by Jiri Kastner
Modified: 2016-05-22 23:32 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-22 17:33:48 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Jiri Kastner 2011-05-02 11:16:00 UTC
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:

Comment 1 Beth Uptagrafft 2011-05-11 19:47:46 UTC
rteval will be updated in the upcoming MRG 2.0 release which is layered on RHEL6

Comment 3 Clark Williams 2011-05-12 19:11:49 UTC
latest devel tree for rteval builds on my F14 laptop now:

$ rpm -q make
make-3.82-3.fc14.x86_64

Comment 5 David Sommerseth 2011-05-18 14:12:46 UTC
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

Comment 6 Beth Uptagrafft 2014-09-22 17:33:48 UTC
This has been fixed a while. Closing.


Note You need to log in before you can comment on or make changes to this bug.