all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile'.
@ 2015-12-08 18:55 Seweryn Kokot
  2015-12-08 19:06 ` Andreas Schwab
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Seweryn Kokot @ 2015-12-08 18:55 UTC (permalink / raw)
  To: 22119

While 'master' branch builds on debian unstable, I get the following error
while building 'emacs-25' branch. I did 'git checkout emacs-25' then 'make':

...
checking that generated files are newer than configure... done
configure: creating ./config.status
cd . && /bin/bash /home/sewi/sources/emacs/build-aux/missing autoheader
rm -f src/stamp-h.in
echo timestamp > src/stamp-h.in
cd . && /bin/bash /home/sewi/sources/emacs/build-aux/missing automake-1.15
--gnu -a -c lib/Makefile
make: *** No rule to make target 'test/Makefile.in', needed by 'Makefile'. 
Stop.







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile'.
  2015-12-08 18:55 bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile' Seweryn Kokot
@ 2015-12-08 19:06 ` Andreas Schwab
  2015-12-08 19:45   ` Seweryn Kokot
  2015-12-08 19:07 ` Eli Zaretskii
  2015-12-08 19:08 ` Glenn Morris
  2 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2015-12-08 19:06 UTC (permalink / raw)
  To: Seweryn Kokot; +Cc: 22119

Seweryn Kokot <sewkokot@gmail.com> writes:

> While 'master' branch builds on debian unstable, I get the following error
> while building 'emacs-25' branch. I did 'git checkout emacs-25' then 'make':

After switching branches you need to run at least ./config.status before
you can run make.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile'.
  2015-12-08 18:55 bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile' Seweryn Kokot
  2015-12-08 19:06 ` Andreas Schwab
@ 2015-12-08 19:07 ` Eli Zaretskii
  2015-12-08 19:08 ` Glenn Morris
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2015-12-08 19:07 UTC (permalink / raw)
  To: Seweryn Kokot; +Cc: 22119

> From: Seweryn Kokot <sewkokot@gmail.com>
> Date: Tue, 8 Dec 2015 18:55:53 +0000 (UTC)
> 
> While 'master' branch builds on debian unstable, I get the following error
> while building 'emacs-25' branch. I did 'git checkout emacs-25' then 'make':
> 
> ...
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> cd . && /bin/bash /home/sewi/sources/emacs/build-aux/missing autoheader
> rm -f src/stamp-h.in
> echo timestamp > src/stamp-h.in
> cd . && /bin/bash /home/sewi/sources/emacs/build-aux/missing automake-1.15
> --gnu -a -c lib/Makefile
> make: *** No rule to make target 'test/Makefile.in', needed by 'Makefile'. 
> Stop.

You need to run autogen.sh and then re-run configure, I think.  The
directory structure has changed on master.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile'.
  2015-12-08 18:55 bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile' Seweryn Kokot
  2015-12-08 19:06 ` Andreas Schwab
  2015-12-08 19:07 ` Eli Zaretskii
@ 2015-12-08 19:08 ` Glenn Morris
  2 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2015-12-08 19:08 UTC (permalink / raw)
  To: Seweryn Kokot; +Cc: 22119

Seweryn Kokot wrote:

> While 'master' branch builds on debian unstable, I get the following error
> while building 'emacs-25' branch. I did 'git checkout emacs-25' then 'make':

I can't reproduce this. I would guess that you switched in place from a
configured master branch to emacs-25, with stale Makefiles left behind
from master. You'll need to do some semi-manual clean-up.
Perhaps you can simply re-run configure.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile'.
  2015-12-08 19:06 ` Andreas Schwab
@ 2015-12-08 19:45   ` Seweryn Kokot
  0 siblings, 0 replies; 5+ messages in thread
From: Seweryn Kokot @ 2015-12-08 19:45 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 22119

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

Thank you to all who replied. In fact I was not aware of additional steps
after switching branches.
I confirm that either 'config.status' or 'autogen.sh; configure' builds
emacs-25 branch correctly.


On Tue, Dec 8, 2015 at 8:06 PM, Andreas Schwab <schwab@linux-m68k.org>
wrote:

> Seweryn Kokot <sewkokot@gmail.com> writes:
>
> > While 'master' branch builds on debian unstable, I get the following
> error
> > while building 'emacs-25' branch. I did 'git checkout emacs-25' then
> 'make':
>
> After switching branches you need to run at least ./config.status before
> you can run make.
>
> Andreas.
>
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
>

[-- Attachment #2: Type: text/html, Size: 1342 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-08 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 18:55 bug#22119: emacs-25; No rule to make target 'test/Makefile.in', needed by 'Makefile' Seweryn Kokot
2015-12-08 19:06 ` Andreas Schwab
2015-12-08 19:45   ` Seweryn Kokot
2015-12-08 19:07 ` Eli Zaretskii
2015-12-08 19:08 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.