On Thu, Mar 13, 2008 at 11:45:01AM +0100, Gerfried Fuchs wrote:
> #v+
> execve("-q", ["-q", "-O", "/home/rhonda/.nrss/feeds/planet debian", "-U",
> "NRSS-1.0.0", "http://planet.debian.org/rss20.xml"], [/* 0 vars */]) = -1
> ENOENT (No such file or directory)
> #v-
And I've found the reasoning in the various build logs - it's called
with -DWGET_PATH="".
The handling to set WGET_PATH in config.mk is seriously b0rked:
#v+
WGET = ${shell which wget}
ifneq (${WGET},"wget not found")
CFLAGS += -DWGET_PATH=\"${WGET}\"
endif
#v-
The thing is, "which wget" doesn't return "wget not found" but an empty
string on not found, so it gets set to an empty path.
Having a Build-Dependency on wget should fix the problem - and pretty
please put the dependency into the binary package too, it's still not
there!
So long,
Rhonda
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]