|
From: Ramakrishna Siva-A. <siv...@mo...> - 2007-02-20 07:40:54
|
Hi I have some problem in installing Val grind. Can any one help me =20 Downloaded Valgrind 3.2.3 and trying to install. =20 Step1: download the file into /users/ with /users: >tar -xjvf valgrind-3.2.3.tar.bz2 =20 Step2: Run the configure as ( I have permissions and have created directory valgrind_install at /users/) /users/valgrind-3.2.3: >./configure --prefix=3D/users/valgrind_install --exec-prefix=3D/users/valgrind_install =20 Step3: run the make command and I think is successful /users/valgrind-3.2.3: > make =20 Step4: run make check and I am getting following errors (Perl is available at right place) /usr/tools/perl/bin/perl ./gen_insn_test.pl < insn_basic.def > insn_basic.c /bin/sh: line 1: /usr/tools/perl/bin/perl: cannot execute binary file make[5]: *** [insn_basic.c] Error 126 rm insn_basic.c make[5]: Leaving directory `/users/valgrind-3.2.3/none/tests/x86' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/users/valgrind-3.2.3/none/tests/x86' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/users/valgrind-3.2.3/none/tests' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/users/valgrind-3.2.3/none' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/users/valgrind-3.2.3' make: *** [check] Error 2 =20 Thanks & Regards Siva =20 |
|
From: Igmar P. <mai...@jd...> - 2007-02-20 14:50:20
|
> /bin/sh: line 1: /usr/tools/perl/bin/perl: cannot execute binary file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fix your perl binary / installation
Igmar
|
|
From: Ramakrishna Siva-A. <siv...@mo...> - 2007-02-20 15:40:07
|
Thanks Igmar
My perl path is wrong and I replace in all places and now I am not
getting error.
After make check, I am getting below warning (I have given only the part
of the log).
Is there any problem? Please help.=20
Making check in images
make[3]: Entering directory `/users/valgrind-3.2.3/docs/images'
make[3]: *** Warning: File `Makefile' has modification time in the
future (2007-02-20 21:10:51 > 2007-02-20 21:09:28.602567)
make[3]: Nothing to be done for `check'.
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/users/valgrind-3.2.3/docs/images'
Making check in internals
make[3]: Entering directory `/users/valgrind-3.2.3/docs/internals'
make[3]: *** Warning: File `Makefile' has modification time in the
future (2007-02-20 21:10:51 > 2007-02-20 21:09:28.606618)
make[3]: Nothing to be done for `check'.
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/users/valgrind-3.2.3/docs/internals'
make[3]: Entering directory `/users/valgrind-3.2.3/docs'
make[3]: *** Warning: File `Makefile' has modification time in the
future (2007-02-20 21:10:51 > 2007-02-20 21:09:28.61068)
make[3]: Nothing to be done for `check-am'.
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Leaving directory `/users/valgrind-3.2.3/docs'
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Leaving directory `/users/valgrind-3.2.3/docs'
make[1]: warning: Clock skew detected. Your build may be incomplete.
make[1]: Leaving directory `/users/valgrind-3.2.3'
make: warning: Clock skew detected. Your build may be incomplete.
Thanks & Regards
Siva
Off: +91 40 2347 5027
-----Original Message-----
From: Igmar Palsenberg [mailto:mai...@jd...]=20
Sent: Tuesday, February 20, 2007 7:59 PM
To: Ramakrishna Siva-A15058
Cc: val...@li...
Subject: Re: [Valgrind-users] I think make is failing for Val grind
> /bin/sh: line 1: /usr/tools/perl/bin/perl: cannot execute binary file
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fix your perl binary / installation
Igmar
Hi
I have some problem in installing Valgrind. Can any one help me. Please
forward it to right contact/team.=20
=20
Downloaded Valgrind 3.2.3 and trying to install.
=20
Step1: download the file into /users/ with
/users: >tar -xjvf valgrind-3.2.3.tar.bz2
=20
Step2: Run the configure as ( I have permissions and have created
directory valgrind_install at /users/)
/users/valgrind-3.2.3: >./configure --prefix=3D/users/valgrind_install
--exec-prefix=3D/users/valgrind_install
=20
Step3: run the make command and I think is successful
/users/valgrind-3.2.3: > make
=20
Step4: run make check and I am getting following errors (Perl is
available at right place)
/usr/tools/perl/bin/perl ./gen_insn_test.pl < insn_basic.def >
insn_basic.c
/bin/sh: line 1: /usr/tools/perl/bin/perl: cannot execute binary file
make[5]: *** [insn_basic.c] Error 126
rm insn_basic.c
make[5]: Leaving directory `/users/valgrind-3.2.3/none/tests/x86'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/users/valgrind-3.2.3/none/tests/x86'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/users/valgrind-3.2.3/none/tests'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/users/valgrind-3.2.3/none'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/users/valgrind-3.2.3'
make: *** [check] Error 2
=20
Thanks & Regards
Siva
=20
|
|
From: Igmar P. <mai...@jd...> - 2007-02-20 16:26:50
|
> Making check in images > make[3]: Entering directory `/users/valgrind-3.2.3/docs/images' > make[3]: *** Warning: File `Makefile' has modification time in the You probably modified this on a machine, and copied it over, or are using something like NFS. Either wait in this case, then do a make clean make or do a find . -type f -print0 | xargs -0 touch make clean make Igmar |
|
From: Ramakrishna Siva-A. <siv...@mo...> - 2007-02-21 09:08:51
|
Igmar By using a script written in perl, I have done find and replace in each file where the perl path is replace from /usr/tools/perl/bin/perl to /usr/bin/perl.=20 I don't why it is giving a warning of "*** Warning: File `Makefile' has modification time in the future" After the doing the steps mentioned by you, I am still getting the same at warning on "make check" make[3]: Entering directory `/users/valgrind-3.2.3/docs/internals' make[3]: *** Warning: File `Makefile' has modification time in the future (2007-02-21 11:31:10 > 2007-02-21 11:30:12.711726) make[3]: Nothing to be done for `check'. make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/users/valgrind-3.2.3/docs/internals' Now when I proceed for next step, i.e "make install", I am getting following warning. Is this valgrind installed properly. Can you please help me. make install-data-hook make[5]: Entering directory `/users/valgrind-3.2.3/docs' make[5]: *** Warning: File `Makefile' has modification time in the future (2007-02-21 14:43:11 > 2007-02-21 14:41:47.148958) make[6]: Entering directory `/users/valgrind-3.2.3' make[6]: *** Warning: File `Makefile' has modification time in the future (2007-02-21 14:43:13 > 2007-02-21 14:41:47.155147) make[6]: warning: Clock skew detected. Your build may be incomplete. make[6]: Leaving directory `/users/valgrind-3.2.3' Thanks & Regards Siva Off: +91 40 2347 5027 -----Original Message----- From: Igmar Palsenberg [mailto:mai...@jd...]=20 Sent: Tuesday, February 20, 2007 9:56 PM To: Ramakrishna Siva-A15058 Cc: val...@li... Subject: Re: [Valgrind-users] I think make is failing for Val grind > Making check in images > make[3]: Entering directory `/users/valgrind-3.2.3/docs/images' > make[3]: *** Warning: File `Makefile' has modification time in the You probably modified this on a machine, and copied it over, or are using something like NFS. Either wait in this case, then do a make clean make or do a=20 find . -type f -print0 | xargs -0 touch make clean make Igmar |
|
From: Nicholas N. <nj...@cs...> - 2007-02-21 10:23:03
|
On Wed, 21 Feb 2007, Ramakrishna Siva-A15058 wrote: > I don't why it is giving a warning of "*** Warning: File `Makefile' has > modification time in the future" > > After the doing the steps mentioned by you, I am still getting the same > at warning on "make check" > > make[3]: Entering directory `/users/valgrind-3.2.3/docs/internals' > make[3]: *** Warning: File `Makefile' has modification time in the > future (2007-02-21 11:31:10 > 2007-02-21 11:30:12.711726) > make[3]: Nothing to be done for `check'. > make[3]: warning: Clock skew detected. Your build may be incomplete. > make[3]: Leaving directory `/users/valgrind-3.2.3/docs/internals' > > > Now when I proceed for next step, i.e "make install", I am getting > following warning. Is this valgrind installed properly. Can you please > help me. > > make install-data-hook > make[5]: Entering directory `/users/valgrind-3.2.3/docs' > make[5]: *** Warning: File `Makefile' has modification time in the > future (2007-02-21 14:43:11 > 2007-02-21 14:41:47.148958) > make[6]: Entering directory `/users/valgrind-3.2.3' > make[6]: *** Warning: File `Makefile' has modification time in the > future (2007-02-21 14:43:13 > 2007-02-21 14:41:47.155147) > make[6]: warning: Clock skew detected. Your build may be incomplete. > make[6]: Leaving directory `/users/valgrind-3.2.3' This is a 'make' issue, not a Valgrind issue. Google for "clock skew detected" to learn about the problem. Nick |