Bug 232510 - make distcheck fails
Summary: make distcheck fails
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.6 SVN
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-28 21:51 UTC by lool@dooz.org
Modified: 2014-05-09 16:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix srcdir != builddir for default.supp generation (797 bytes, patch)
2010-03-28 21:51 UTC, lool@dooz.org
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lool@dooz.org 2010-03-28 21:51:26 UTC
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,
Comment 2 Mark Wielaard 2014-05-09 16:29:31 UTC
valgrind r13950 makes distcheck happy now.