https://bugs.kde.org/show_bug.cgi?id=472402
Bug ID: 472402
Summary: memcheck "make tests" build fails: filter_sized_delete
missing
Classification: Developer tools
Product: valgrind
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
Current tip of valgrind git branch 'master' fails to build because "No rule to
make target 'filter_sized_delete', needed by 'all-am'."
STEPS TO REPRODUCE
1. commit cb684b50e7d4d845b56abea72fd9b9925fed644e (HEAD -> master,
origin/master, origin/HEAD)
Date: Mon May 22 19:49:08 2023 +0200
2. ./configure
3. make -j4
OBSERVED RESULT
make[3]: Entering directory '/bigdata/valgrind/memcheck/tests'
Making all in .
make[4]: Entering directory '/bigdata/valgrind/memcheck/tests'
make[4]: *** No rule to make target 'filter_sized_delete', needed by 'all-am'.
make[4]: Target 'all-am' not remade because of errors.
make[4]: Leaving directory '/bigdata/valgrind/memcheck/tests'
EXPECTED RESULT
Successful build
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma:
$ uname -a
6.2.15-100.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 11 16:51:53 UTC 2023
x86_64
$ gcc --version
gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.