| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
curl-7.17.1 make check fails because wrong valgrind is found
From: Nathan Coulter <se.haxx_at_pooryorick.com>
Date: Wed, 16 Jan 2008 20:44:24 +0000
Hi,
I tried to build and install curl-7.17.1 to a non-standard location, where the most updated versions of software are located. During the make-check stage, all tests failed with errors like the following:
test 079...sh: line 1: 21002 Illegal instruction ../libtool --mode=execute /usr/bin/valgrind --tool=memcheck --leak-check=yes --num-callers=16 --log-file=log/valgrind79 ../src/curl --output log/curl79.out --include -v --trace-time ftp://127.0.0.1:8990/we/want/that/page/79 -x 127.0.0.1:8990 >>log/stdout79 2>>log/stderr79
It turns out that runtests.pl thinks it knows better than the user what $PATH should look like, effectively overriding the current $PATH, and causing the wrong valgrind to be used. After I applied the following patch, tests ran correctly:
####diff begin####
-- NathanReceived on 2008-01-16 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info