emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] wrong path to install-info on Cygwin


From: Filipp Gunbin
Subject: Re: [emms-help] wrong path to install-info on Cygwin
Date: Sat, 31 May 2014 03:57:55 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (cygwin)

On 30/05/2014 21:36 +0400, Yoni Rabkin wrote:

>> On 30/05/2014 01:20 +0400, Filipp Gunbin wrote:
>>
>>> On 29/05/2014 21:05 +0400, Yoni Rabkin wrote:
>>>
>>>>> Makefile uses `INSTALLINFO = /usr/sbin/install-info
>>>>> --info-dir=$(INFODIR)' to set path to install-info program.  On Cygwin
>>>>> that does not work because install-info is located in /usr/bin.
>>>>
>>>> I've fixed this in the git repo. Can you please check? (I don't have
>>>> access to a machine with Cygwin.)
>>>
>>> Thanks a lot!  But I ran into another problem
>>> ( https://cygwin.com/ml/cygwin/2014-05/msg00515.html ), it prevents me
>>> from checking this right now, I hope it will get fixed and I'll try this
>>> one.
>>
>> These three lines
>>
>> install -m 644 $(ALLSOURCE) $(SITELISP)
>> install -m 644 $(ALLCOMPILED) $(SITELISP)
>> install -m 0644 $(DOCDIR)emms.info $(INFODIR)/emms
>>
>> call the wrong install from make on Cygwin.  There should be
>> /usr/bin/install, too.
>
> /usr/bin/install is exactly what `install' points to. Which install does
> it call on Cygwin? And where in Cygwin is the right `install' binary?

Today I cannot reproduce it :)  That's bad.  Adding `which install' into
the Makefile shows /usr/bin/install, as expected.

Filipp



reply via email to

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