| Summary: | make distcheck fails | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | lool <lool> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mark |
| Priority: | NOR | ||
| Version First Reported In: | 3.6 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Fix srcdir != builddir for default.supp generation | ||
valgrind r13950 makes distcheck happy now. |
Created attachment 42322 [details] Fix srcdir != builddir for default.supp generation Hey make distcheck fails; the first issue it encounters is that the cat to generate default.supp is run with srcdir != builddir, and the second issue is with glibc-2.X.supp which isn't dist-ed because it's generated from the .in. I'm attaching my initial patch for the first issue, not sure how to deal with the second one cleanly. Thanks,