This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug ada/49511] [4.6 Regression] acats test setup fails on HP-UX using posix shell


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49511

--- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-06-27 16:43:12 UTC ---
Dave,

> The problem is type invokes the sh-posix shell and it aliases type
> to 'whence -v'.
>
> 599 (hiauly1)dave> /bin/sh
> $ whence -v gnatmake
> gnatmake is /opt/gnu/gcc/gcc-4.5/bin/gnatmake
> $ whence gnatmake
> /opt/gnu/gcc/gcc-4.5/bin/gnatmake

could you please run the exact commands used in the run_acats which
function and report the results:

type -p gnatmake 2>/dev/null
echo $?

type gnatmake 2>/dev/null
echo $?

whence gnatmake 2>/dev/null
echo $?

Thanks.
    Rainer


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