This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

'make check' failures building red hat 8.0 binutils?


I wanted to use mpatrol on redhat, but it wants libiberty to be
available as a shared library.  (Seems to be a common desire of
heap debugging tools that don't require you to recompile your program.)
Red Hat doesn't ship libiberty that way, so I tried building
red hat 8.0's binutils from the srpm without any tweaks.

Sadly, the build failed :-(

There's no obvious red hat mailing list to report this to,
so I thought I'd ask for opinions here before I submitted
a bug report to red hat.

The commands I used were:
rpm -i binutils-2.13.90.0.2-2.src.rpm
rpm -i /mnt/cdrom/RedHat/RPMS/expect-5.38.0-74.i386.rpm
rpm -i /mnt/cdrom/RedHat/RPMS/dejagnu-1.4.2-6.noarch.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bp binutils.spec
rpmbuild -bc --short-circuit binutils.spec

My system's an Intel Pentium III, 450MHz.

Here's the tail of the log:

...
Running /usr/src/redhat/BUILD/binutils-2.13.90.0.2/gas/testsuite/gasp/gasp.exp ...
FAIL: gasp assign
FAIL: gasp condass
FAIL: gasp crash
FAIL: gasp crash1
FAIL: gasp crash2
FAIL: gasp data
FAIL: gasp exp
FAIL: gasp flonums
FAIL: gasp include
FAIL: gasp listing
FAIL: gasp macro
FAIL: gasp mdouble
FAIL: gasp pl1
FAIL: gasp pl2
FAIL: gasp pl3
FAIL: gasp pl4
FAIL: gasp pl5
FAIL: gasp pl6
FAIL: gasp pl7
FAIL: gasp pl8
FAIL: gasp pr7583
FAIL: gasp reg
FAIL: gasp rep
FAIL: gasp repeat
FAIL: gasp reperr
FAIL: gasp reperr1
FAIL: gasp reperr2
FAIL: gasp reperr3
FAIL: gasp sdata
FAIL: gasp sfunc
FAIL: gasp data
FAIL: gasp exp
FAIL: gasp flonums
FAIL: gasp include
FAIL: gasp listing
FAIL: gasp macro
FAIL: gasp mdouble
FAIL: gasp pl1
FAIL: gasp pl2
FAIL: gasp pl3
FAIL: gasp pl4
FAIL: gasp pl5
FAIL: gasp pl6
FAIL: gasp pl7
FAIL: gasp pl8
FAIL: gasp pr7583
FAIL: gasp reg
FAIL: gasp rep
FAIL: gasp repeat
FAIL: gasp reperr
FAIL: gasp reperr1
FAIL: gasp reperr2
FAIL: gasp reperr3
FAIL: gasp sdata
FAIL: gasp sfunc
FAIL: gasp t1
FAIL: gasp t2
FAIL: gasp t3
FAIL: gasp while
FAIL: gasp MRI embed
FAIL: gasp MRI exists
FAIL: gasp MRI irp
FAIL: gasp MRI irpc
FAIL: gasp MRI macro
FAIL: gasp MRI narg
FAIL: gasp MRI rept

          === gas Summary ===

# of expected passes    56
# of unexpected failures 41

...

make[1]: Target `do-check' not remade because of errors.
make[1]: Leaving directory `/usr/src/redhat/BUILD/binutils-2.13.90.0.2'
make: *** [check] Error 2

Suggestions?

Thanks,
Dan Kegel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]