Opened 11 years ago

Last modified 11 years ago

#40286 closed defect

valgrind @3.8.1_1: prohibits use of --tool=massif — at Version 1

Reported by: barto@… Owned by: raimue@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: valgrind

Description (last modified by larryv (Lawrence Velázquez))

straight up port install of valgrind:

--->  Fetching distfiles for valgrind
--->  Verifying checksums for valgrind
--->  Extracting valgrind
--->  Applying patches to valgrind
--->  Configuring valgrind
--->  Building valgrind
--->  Staging valgrind into destroot
--->  Installing valgrind @3.8.1_1
--->  Activating valgrind @3.8.1_1
--->  Cleaning valgrind
--->  Updating database of binaries: 100.0%
--->  Scanning binaries for linking errors: 100.0%
--->  No broken files found.
522_ valgrind --tool=massif ./ui3 -j
valgrind: Bad option: --gen-suppressions=yes
valgrind: Can't use --gen-suppressions= with Massif
valgrind: because it doesn't generate errors.
valgrind: Use --help for more information or consult the user manual.

Using the standard tool shows the 'normal' output.

525_ valgrind --tool=memcheck ./ui3 -j
==90467== Memcheck, a memory error detector
==90467== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==90467== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==90467== Command: ./ui3 -j
==90467== 
==90467== WARNING: Support on MacOS 10.8 is experimental and mostly broken.

Change History (1)

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Keywords: valgrind removed
Owner: changed from macports-tickets@… to raimue@…
Port: valgrind added
Summary: Valgrind prohibits use of --tool=massifvalgrind @3.8.1_1: prohibits use of --tool=massif

Thanks for the ticket. In the future, please Cc relevant port maintainers (port info --maintainers).

Note: See TracTickets for help on using tickets.