bug#36966: install-sh -s on 555 executable fails

2020-11-21 Thread Karl Berry
chmod 555 /tmp/rx # make unwritable to owner install-sh -s /tmp/rx /tmp/sx # try to install, with strip -> strip: unable to copy file '/tmp/_inst.31092_'; reason: Permission denied Paul fixed this install-sh bug that I reported last August (commit of 2019-08-26). Closing.

bug#38138: Fwd: Likely bug: generating tags with Emacs Lisp sources present

2020-11-21 Thread Karl Berry
This was a dup of 38139. Closing.

bug#44772: [br...@clisp.org: bug#44772: 2 test failures in automake 1.16.3]

2020-11-21 Thread Reuben Thomas via Bug reports for Automake
On Sat, 21 Nov 2020 at 22:01, Karl Berry wrote: > > By the way, I don't think that find command (or the cp -p for that > matter) is excessively portable. But I guess we don't much care about > crufty systems for vala support. --thanks, karl. > They are both using only POSIX-2008 features; these

bug#44772: [br...@clisp.org: bug#44772: 2 test failures in automake 1.16.3]

2020-11-21 Thread Karl Berry
Thanks Reuben. line 5737 of automake.in would become: . "\t\@if test ! -f \$@ && test \$(srcdir) != \$(builddir) && test -n \"\$\$(find -L \$(srcdir)/$vala_file) -prune \! -newer \$(srcdir)/$c_file\"; then cp -p \$(srcdir)/$c_file $built_c_file; fi\n" Bruno, can you p

bug#42529: configure: error: Your 'rm' program is bad, sorry.

2020-11-21 Thread Bob Friesenhahn
On Fri, 20 Nov 2020, Karl Berry wrote: Hi Bob - (sorry for the delayed reply) On an OpenIndiana system without the GNU utilities ... Usage: rm [-cFdfirRuv] file ...] So, it seems that system's rm does not accept "rm -f" (with no file operands)? (I don't have access to any such system

bug#44772: [br...@clisp.org: bug#44772: 2 test failures in automake 1.16.3]

2020-11-21 Thread Reuben Thomas via Bug reports for Automake
[CCing the bug, though this email wasn't addressed to it; looks like it should have been, though!] Indeed, the generated C file shouldn't be rebuilt; the existing distributed C source file should be used. I tried the test with v1.16.3 and it passed for me. Looking at the logs, I found this line i