[Bug testsuite/34328] RHEL 10.2, make installcheck refuses to start, gives unclear warning

mike_itguy at Yahoo dot co.uk sourceware-bugzilla@sourceware.org
Mon Jun 29 17:18:12 GMT 2026


https://sourceware.org/bugzilla/show_bug.cgi?id=34328

--- Comment #6 from Mike <mike_itguy at Yahoo dot co.uk> ---
(In reply to Frank Ch. Eigler from comment #5)
> Weird, expect is a literal basic prerequisite of the dejagnu package.  I
> wonder how the latter managed to get installed without the former.  Doesn't
> sound like it's worth for systemtap to detect this oddball situation,
> although also it's not hard to do.  If you find this bothersome, we could
> certainly consider a patch against configure.ac.

I do not know how many others are building systemtap 5.6-prerelease on RHEL
10.2 x86 at present...

As dejagnu was removed from RHEL repos, I had to build dejagnu from source, and
these were the commands that I ran as the ordinary user ( as mentioned, I had
rehearsed this on RHEL 9.8 x64 and it all worked, so I perhaps naievely
expected  it to also work on RHEL 10.2) :


cd $HOME
git clone git://git.sv.gnu.org/dejagnu.git
cd dejagnu
./configure
make -j6 
sudo make install



cd $HOME
git clone git://sourceware.org/git/systemtap.git
cd systemtap
./configure --prefix=/usr
make -j6 
sudo make install

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list