bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

install-reloc error on Debian-hurd and Debian-kfreebsd


From: Sylvain Beucler
Subject: install-reloc error on Debian-hurd and Debian-kfreebsd
Date: Mon, 19 Apr 2010 15:20:31 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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

[Prev in Thread] Current Thread [Next in Thread]