preparing to 4.5.19 release

Dmitry V. Levin ldv at altlinux.org
Wed Oct 7 09:37:53 UTC 2009


On Tue, Oct 06, 2009 at 06:05:32PM -0700, Roland McGrath wrote:
> I committed some nits to make for a happy make distcheck (d087571).  After
> that, everything looks good to me.

I noticed a compilation warning on x86:
util.c: In function 'do_ptrace':
util.c:260: warning: passing argument 4 of 'ptrace' makes integer from pointer without a cast
defs.h:163: note: expected 'long int' but argument is of type 'void *'
util.c: In function 'ptrace_restart':
util.c:282: warning: passing argument 4 of 'ptrace' makes integer from pointer without a cast
defs.h:163: note: expected 'long int' but argument is of type 'void *'

Mike Frysinger already submitted a fix for this issue, I'm going to check
it on x86 and x86-64, and merge it if everything is OK.

Another small issue is file timestamps in release tarball.
Since git does not store timestamps, all files will have current mtime
after checkout, while we still package files with last modification in
previous century (e.g. PORTING).

There is a script, git-set-file-times, which could be called right after
checkout to set mtime and atime of files to their latest commit time in git:
http://gitweb.samba.org/?p=rsync.git;a=blob_plain;f=support/git-set-file-times

I suggest to use it for preparing release tarball.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20091007/0cea2959/attachment.bin>


More information about the Strace-devel mailing list