bug#10470: MSYS: race in directory access?

2012-01-11 Thread Peter Rosin
Stefano Lattarini skrev 2012-01-11 18:31: > Hi Peter, sorry for the delay. No rush! > We could enhance your original workaround like this: > > am__remove_distdir = \ >{ test ! -d "$(distdir)" \ > || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ >>

bug#10462: Bug Report - Building all tools in 64Bit on Solaris 10.

2012-01-11 Thread Stefano Lattarini
tags 10462 minor thanks Hi Robert, thanks for the report. On 01/09/2012 08:19 AM, ROBERT JONES wrote: > See below. The bottom line is the reset of CFLAGS to remove the -m64 for > compiles that link Tests that didn't fail didn't have to link with > anything else that was built when CFLAGS wa

bug#10444: [PATCHES] {master} dist: distdir not unconditionally removed anymore for xz and lzip

2012-01-11 Thread Stefano Lattarini
On 01/08/2012 10:19 AM, Stefano Lattarini wrote: > References: > > > > I will push the patches to master in a day or two if there is no objection. > Pushed now. Thanks, Stefano

bug#8753: unable to build VALA project out-of-tree

2012-01-11 Thread Stefano Lattarini
On 01/08/2012 12:54 PM, Stefano Lattarini wrote: > > Attached is what I'll pushed to maint in 72 hours, if there is no objection. > No objection has been advanced; I've thus pushed the patch and closed this bug report. Thanks, Stefano

bug#8621: build-aux/compile: avoid race condition failure

2012-01-11 Thread Stefano Lattarini
severity minor 8621 tags wontfix 8621 close 8621 thanks Reference: Regarding this bug, Jim Meyering has wrote in a (off-list) reply: > > I'm not terribly concerned about that, since it impacts only the > few people who are stuck using inferior

bug#10470: MSYS: race in directory access?

2012-01-11 Thread Stefano Lattarini
Hi Peter, sorry for the delay. We could enhance your original workaround like this: am__remove_distdir = \ { test ! -d "$(distdir)" \ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ - && rm -fr "$(distdir)"; }; } + &&