GNU bug report logs - #17060
libguile install-data-hook target fails on BSD make

Previous Next

Package: guile;

Reported by: wgl <at> ciexinc.com

Date: Fri, 21 Mar 2014 19:34:02 UTC

Severity: normal

Tags: moreinfo

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw <at> netris.org>
Cc: 17060 <at> debbugs.gnu.org, wgl <at> ciexinc.com, request <at> debbugs.gnu.org
Subject: bug#17060: libguile install-data-hook target fails on BSD make
Date: Sat, 29 Mar 2014 14:27:28 +0100
Mark H Weaver <mhw <at> netris.org> skribis:

> The failing target is 'install-data-hook' in libguile/Makefile.am.
> It prints this on the console: (modulo whitespace)
>
>  /usr/bin/install -c -m 644
>       /usr/local/lib/libguile-2.0.so.29-gdb.scm
>
> Notice that the source filename is missing, suggesting that '$<' is the
> empty string.  It then fails with the following error message:
>
>   install: : No such file or directory

AFAIK ‘$<’ is standard make, and it’s used in other places in the file.
So there must be a subtle syntax variation that BSD make doesn’t
understand here.

wgl: Could you edit libguile/Makefile.in, remove the 6 comment lines
starting with “## We want to install”, and then try again ‘make
install’?

Thanks in advance,
Ludo’.




This bug report was last modified 9 years and 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.