Re: "GNULIB_STRERROR" redefined in single-configure package

2020-10-26 Thread Daiki Ueno
Hello Bruno, Bruno Haible writes: > Currently your situation is: > > same configure module set (A) + tests of (A) > module set (A∪B) > > I can see two reasonable ways to modify the situation: > > (a) 1/configure module set (A) > mo

Re: rcs configure hang

2020-10-26 Thread Kelly Wang (kellythw)
Hi Paul, Sorry for late reply and thank you so much for checking into the problem. Comments added below. Thanks, Kelly If you need support for DevX Tools: http://devxsupport.cisco.com/ Specifically, for NXOS, see - https://wiki.cisco.com/display/NEXUSPMO/ContactingNexusOpsAndTools 

Re: rcs configure hang

2020-10-26 Thread Paul Eggert
On 10/26/20 9:13 AM, Kelly Wang (kellythw) wrote: [Kelly] strace step is not hang and I have tr generated. Looking at the tr file, it appears that there was already a directory confdir3 when you ran the strace step, and this directory messed up the test. Please remove that directory (or rena

[PATCH] sys_stat: update comments for S_IRWXUGO, S_IXUGO

2020-10-26 Thread Paul Eggert
* lib/sys_stat.in.h (S_IXUGO, S_IRWXUGO): Update comments. Perhaps these macros should be removed, as they’re not in either POSIX or GNU. They could be moved to stat-macros.h, which would be cleaner in some sense. --- ChangeLog | 8 lib/sys_stat.in.h | 4 ++-- 2 files changed, 10