Hi,

GNU FreeDink got a few failures when compiled by the Debian build
daemons: https://buildd.debian.org/status/package.php?p=freedink

What happens, apparently, is that 'install-reloc' is called with
'RELOC_STRIP_PROG= ' (i.e. == nothing).
[...]/autotools/install-reloc: 118: : Permission denied

On line 118 I have:
test "$strip_prog" = ':' || func_verbose "$strip_prog" "$destprog$exeext" || 
exit $?
($strip_prog comes from earlier strip_prog=$RELOC_STRIP_PROG)

So apparently it tries to run an empty command, hence the error.

AFAICT 'install-reloc' is run by the Gnulib macros, I'm not calling it
directly.

Any clue?

Cheers!

-- 
Sylvain


Reply via email to