----- Mail original ----- > De: "Brian Lee" <brian.h.lee...@gmail.com> > À: dejagnu@gnu.org > Envoyé: Lundi 6 Mai 2013 21:15:37 > Objet: make check > > > > > To Whom It May Concern: > >
> Running ./testsuite/libdejagnu/tunit.exp ... > ERROR: Need GNU size from the binutils > ERROR: Couldn't get the object file size > > === Summary === > > > # of expected passes 66 > brian-lees-macbook:dejagnu-1.5.1 brianlee$ make check > make unit > make[1]: `unit' is up to date. > make check-DEJAGNU > srcdir='.'; export srcdir; \ > EXPECT=/usr/bin/expect; export EXPECT; \ > if /bin/sh -c "./runtest --version" > /dev/null 2>&1; then \ > exit_status=0; l='dejagnu'; for tool in $l; do \ > if ./runtest --srcdir ./testsuite RUNTEST=./runtest ; \ > then :; else exit_status=1; fi; \ > done; \ > else echo "WARNING: could not find './runtest'" 1>&2; :;\ > fi; \ > exit $exit_status > WARNING: Couldn't find the global config file. > WARNING: No tool specified > Test Run By brianlee on Mon May 6 11:00:15 2013 > Native configuration is x86_64-apple-darwin10.8.0 > > > === tests === > > > Schedule of variations: > unix > > > Running target unix > Using ./testsuite/../config/base-config.exp as > tool-and-target-specific interface file. > Using ./config/unix.exp as generic interface file for target. > Using ./testsuite/config/default.exp as tool-and-target-specific > interface file. > Running ./testsuite/libdejagnu/tunit.exp ... > ERROR: Need GNU size from the binutils > ERROR: Couldn't get the object file size > Running ./testsuite/runtest.all/libs.exp ... > Running ./testsuite/runtest.all/options.exp ... > Running ./testsuite/runtest.all/stats-sub.exp ... > Running ./testsuite/runtest.all/stats.exp ... > > > === Summary === > > > # of expected passes 66 > > > I am not certain as to what "ERROR: Need GNU size from the binutils" > means. Does this mean that my "make" was not successful? Thank you. > > As the message say, "GNU size" program is searched for this test and has not be found. This program usualy come from binutils package. What show "size -V" on your machine? Gilles _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu