Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70766 - emerging curl 7.12.0 fails since tests use old invocation syntax for valgrind
Summary: emerging curl 7.12.0 fails since tests use old invocation syntax for valgrind
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
: 76643 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-11 03:15 UTC by Jesper Eskilson
Modified: 2005-01-13 08:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesper Eskilson 2004-11-11 03:15:40 UTC
When emerging curl-7.12.0-r2, the test-phase during make fails. Most tests seem to fail with the error message:

valgrind: Missing --tool option


Reproducible: Always
Steps to Reproduce:
1. emerge valgrind
2. emerge curl


Actual Results:  
Post-compilation tests of curl fails.

Expected Results:  
Successful emerge.

Valgrind has changed its syntax from previous versions, so running

valgrind <your program>

wont work any longer. You need to explicitly specify a tool using the --tool option:

valgrind --tool=memcheck <your program>

So, Curl needs to check which valgrind version should be used. And probably
include a USE-flag to switch valgrinding on/off.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2005-01-13 07:01:35 UTC
*** Bug 76643 has been marked as a duplicate of this bug. ***
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2005-01-13 08:53:43 UTC
disabled maketest for curl for now.