GNU bug report logs - #25347
26.0.50; automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file or directory

Previous Next

Package: emacs;

Reported by: sds <at> gnu.org

Date: Tue, 3 Jan 2017 19:57:01 UTC

Severity: normal

Tags: fixed

Found in version 26.0.50

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Forwarded to https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00048.html

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25347 in the body.
You can then email your comments to 25347 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#25347; Package emacs. (Tue, 03 Jan 2017 19:57:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to sds <at> gnu.org:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 03 Jan 2017 19:57:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sam Steingold <sds <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Cc: Eli Zaretskii <eliz <at> gnu.org>
Subject: 26.0.50;
 automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file
 or directory
Date: Tue, 03 Jan 2017 14:56:01 -0500
In GNU Emacs 26.0.50.3 (x86_64-apple-darwin16.3.0, NS appkit-1504.76 Version 10.12.2 (Build 16C67))
 of 2017-01-03 built on clr-sds
Repository revision: 134e86b360cab0d0a5cb634b71a4b06ec26c5f1f
Windowing system distributor 'Apple', version 10.3.1504

I get

--8<---------------cut here---------------start------------->8---
cd ../.. && /bin/sh /Users/sds/src/emacs/trunk/build-aux/missing automake-1.15 --gnu lib/Makefile
automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file or directory
--8<---------------cut here---------------end--------------->8---

on mac because of

10444dc..: Eli Zaretskii 2017-01-03 Generate nt/gnulib.mk from lib/gnulib.mk

(I think)

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504
http://steingoldpsychology.com http://www.childpsy.net http://jij.org
https://ffii.org http://honestreporting.com http://iris.org.il
Microsoft wants to monopolize the right to be a monopoly.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#25347; Package emacs. (Tue, 03 Jan 2017 20:01:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: sds <at> gnu.org
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 26.0.50;
 automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file
 or directory
Date: Tue, 03 Jan 2017 22:00:08 +0200
> From: Sam Steingold <sds <at> gnu.org>
> Cc: Eli Zaretskii <eliz <at> gnu.org>
> Date: Tue, 03 Jan 2017 14:56:01 -0500
> 
> In GNU Emacs 26.0.50.3 (x86_64-apple-darwin16.3.0, NS appkit-1504.76 Version 10.12.2 (Build 16C67))
>  of 2017-01-03 built on clr-sds
> Repository revision: 134e86b360cab0d0a5cb634b71a4b06ec26c5f1f
> Windowing system distributor 'Apple', version 10.3.1504
> 
> I get
> 
> --8<---------------cut here---------------start------------->8---
> cd ../.. && /bin/sh /Users/sds/src/emacs/trunk/build-aux/missing automake-1.15 --gnu lib/Makefile
> automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file or directory
> --8<---------------cut here---------------end--------------->8---
> 
> on mac because of
> 
> 10444dc..: Eli Zaretskii 2017-01-03 Generate nt/gnulib.mk from lib/gnulib.mk
> 
> (I think)

Rerun autogen.sh.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#25347; Package emacs. (Tue, 03 Jan 2017 20:27:01 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sam Steingold <sds <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 26.0.50; automake-1.15: error: cannot open < lib/../nt/gnulib.mk:
 No such file or directory
Date: Tue, 3 Jan 2017 15:26:30 -0500
thanks, looks like it worked.
however, autogen.sh complained :

sed: -: No such file or directory

On Tue, Jan 3, 2017 at 3:00 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> From: Sam Steingold <sds <at> gnu.org>
>> Cc: Eli Zaretskii <eliz <at> gnu.org>
>> Date: Tue, 03 Jan 2017 14:56:01 -0500
>>
>> In GNU Emacs 26.0.50.3 (x86_64-apple-darwin16.3.0, NS appkit-1504.76 Version 10.12.2 (Build 16C67))
>>  of 2017-01-03 built on clr-sds
>> Repository revision: 134e86b360cab0d0a5cb634b71a4b06ec26c5f1f
>> Windowing system distributor 'Apple', version 10.3.1504
>>
>> I get
>>
>> --8<---------------cut here---------------start------------->8---
>> cd ../.. && /bin/sh /Users/sds/src/emacs/trunk/build-aux/missing automake-1.15 --gnu lib/Makefile
>> automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No such file or directory
>> --8<---------------cut here---------------end--------------->8---
>>
>> on mac because of
>>
>> 10444dc..: Eli Zaretskii 2017-01-03 Generate nt/gnulib.mk from lib/gnulib.mk
>>
>> (I think)
>
> Rerun autogen.sh.



-- 
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net>
<http://steingoldpsychology.com>




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#25347; Package emacs. (Wed, 04 Jan 2017 08:56:01 GMT) Full text and rfc822 format available.

Message #14 received at 25347 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: sds <at> gnu.org
Cc: 25347 <at> debbugs.gnu.org
Subject: Re: 26.0.50; automake-1.15: error: cannot open < lib/../nt/gnulib.mk:
 No such file or directory
Date: Wed, 4 Jan 2017 00:55:08 -0800
[Message part 1 (text/plain, inline)]
We should not be seeing this problem at all on Darwin, as lib/Makefile.am's 
include directive is protected inside an 'if BUILDING_FOR_WINDOWSNT'.... Oh, I 
see, the problem is that we are using a Automake conditional -- these days we 
assume GNU make so this should just be an ordinary GNU make conditional, which 
would have avoided the problem.

Anyway, I installed the attached patch to work around the immediate issue; 
please give it a try.
[0001-Port-recent-autogen.sh-changes-to-Darwin.patch (text/x-diff, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#25347; Package emacs. (Wed, 04 Jan 2017 14:12:01 GMT) Full text and rfc822 format available.

Message #17 received at 25347 <at> debbugs.gnu.org (full text, mbox):

From: Kaushal Modi <kaushal.modi <at> gmail.com>
To: 25347 <at> debbugs.gnu.org
Subject: 26.0.50; automake-1.15: error: cannot open < lib/../nt/gnulib.mk: No
 such file or directory
Date: Wed, 04 Jan 2017 14:11:12 +0000
[Message part 1 (text/plain, inline)]
I faced this problem too.

Running autogen.sh first fixed the problem.
-- 

Kaushal Modi
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#25347; Package emacs. (Wed, 04 Jan 2017 16:09:02 GMT) Full text and rfc822 format available.

Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Sam Steingold <sds <at> gnu.org>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: 26.0.50; automake-1.15: error: cannot open < lib/../nt/gnulib.mk:
 No such file or directory
Date: Wed, 04 Jan 2017 18:08:55 +0200
> From: Sam Steingold <sds <at> gnu.org>
> Date: Tue, 3 Jan 2017 15:26:30 -0500
> Cc: bug-gnu-emacs <at> gnu.org
> 
> thanks, looks like it worked.
> however, autogen.sh complained :
> 
> sed: -: No such file or directory

I believe Paul already fixed this.




Set bug forwarded-to-address to 'https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00048.html'. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 07 Jan 2017 04:10:01 GMT) Full text and rfc822 format available.

Added tag(s) fixed. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 07 Jan 2017 04:10:01 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 25347 <at> debbugs.gnu.org and sds <at> gnu.org Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Sat, 07 Jan 2017 04:10:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Feb 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 139 days ago.

Previous Next


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