Comment 2 for bug 602132

Revision history for this message
Barry Warsaw (barry) wrote :

Okay, I grabbed upstream's svn as of 2010-07-08 r11212, created an appropriately named tarball, and merged it into lp:ubuntu/valgrind via:

bzr mu --distribution=maverick --version=1:3.6.0~svn20100708-0ubuntu1 ../valgrind_3.6.0~svn20100708.orig.tar.gz

Then I ran ./autogen.sh but I had to delete the symlinks that creates and copied the real files in:

% rm -f compile config.guess config.sub depcomp install-sh missing
% cp /usr/share/automake-1.11/{compile,config.guess,config.sub,depcomp,install-sh,missing} .

I then disabled the 01_pcm-ioctl, 01_more-vg-n-threads, and 80_splice_backport patches as these appear to be in the svn trunk by now.

The package now appears to build successfully on Maverick. I pushed the branch and will merge-propose it when that shows up. Hopefully this is the correct way to merge in a new upstream svn for valgrind.