dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check


From: Brian Lee
Subject: Re: make check
Date: Tue, 7 May 2013 01:26:40 -0700

Dear Gilles Espinasse:

I ended up with a good "make check", I think. I corrected my PATH because my /usr/bin/size was taking over. When I do "/usr/bin/size -V", the following output occurs:

brian-lees-macbook:dejagnu-1.5.1 brianlee$ /usr/bin/size -V
__TEXT __DATA __OBJC others dec hex
/usr/bin/size: can't open file: -V (No such file or directory)

However, when I do "/usr/local/bin/size -V", the following output occurs:

brian-lees-macbook:dejagnu-1.5.1 brianlee$ /usr/local/bin/size -V
GNU size (GNU Binutils) 2.23.2
Copyright 2012 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) any later version.
This program has absolutely no warranty.

That is why I changed my PATH to make /usr/local/bin/size take over. Thank you.

Sincerely,
Brian H. Lee


On Mon, May 6, 2013 at 2:55 PM, Gilles Espinasse <address@hidden> wrote:


----- Mail original -----
> De: "Brian Lee" <address@hidden>
> À: address@hidden
> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]