emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#17060: closed (libguile install-data-hook target f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17060: closed (libguile install-data-hook target fails on BSD make)
Date: Tue, 21 Jun 2016 13:07:02 +0000

Your message dated Tue, 21 Jun 2016 15:06:27 +0200
with message-id <address@hidden>
and subject line Re: bug#17060: libguile install-data-hook target fails on BSD 
make
has caused the debbugs.gnu.org bug report #17060,
regarding libguile install-data-hook target fails on BSD make
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17060: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17060
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Date: Fri, 21 Mar 2014 19:28:49 +0000
Team:

The install step for building guile 2.0.11 fails after successful
compile on amd 64 bit FreeBsd 10.0. The error message is

    install: : No such file or directory
    
where the item being installed has a blank name.

At the suggestion of mark_weaver on IRC, i tried 'gmake' instead of
'make' and the install went through successfully.

The thinking is that there is something non-portable in the make file.

Thanks,
wglb



--- End Message ---
--- Begin Message --- Subject: Re: bug#17060: libguile install-data-hook target fails on BSD make Date: Tue, 21 Jun 2016 15:06:27 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Hi :)

I think we are happy to look at patches to support non-GNU make but
without follow-through from a reporter we aren't going to make efforts
in this direction; too many other things to do :)

If you can track down the issue, please let us know and we'll see what
we can do.  Mark, Ludo, feel free to re-open if you feel like this is
not the right way to go about things.

Cheers,

Andy

On Sat 29 Mar 2014 14:27, address@hidden (Ludovic Courtès) writes:

> Mark H Weaver <address@hidden> 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’.


--- End Message ---

reply via email to

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