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

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

bug#62791: closed (BUILT_SOURCES not honoured in parallel build?)


From: GNU bug Tracking System
Subject: bug#62791: closed (BUILT_SOURCES not honoured in parallel build?)
Date: Sun, 10 Dec 2023 23:15:02 +0000

Your message dated Sun, 10 Dec 2023 16:13:46 -0700
with message-id <202312102313.3BANDkRq018082@freefriends.org>
and subject line Re: bug#62791: BUILT_SOURCES not honoured in parallel build?
has caused the debbugs.gnu.org bug report #62791,
regarding BUILT_SOURCES not honoured in parallel build?
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62791: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62791
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: BUILT_SOURCES not honoured in parallel build? Date: Wed, 12 Apr 2023 16:17:07 +0100
I am bootstrapping GNU a2ps git master[1] with automake 1.16.5. When I do a parallel build (in my case, MAKEFLAGS=-j4), I get build failures sometimes:

$ make all
make  all-am
make[1]: Entering directory '/home/rrt/.local/var/repo/a2ps/src'
  YACC     parsessh.c
  CC       libparse_a-lexssh.o
/home/rrt/repo/a2ps/src/ylwrap1077905
lexssh.c:38:11: fatal error: parsessh.h: No such file or directory
   38 |  #include "parsessh.h"
      |           ^~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1710: libparse_a-lexssh.o] Error 1
make[1]: *** Waiting for unfinished jobs....
parsessh.output is unchanged
updating parsessh.h
make[1]: Leaving directory '/home/rrt/.local/var/repo/a2ps/src'
make: *** [Makefile:1514: all] Error 2

But parsessh.h is listed in BUILT_SOURCES, so it should be built before any other target.


--

--- End Message ---
--- Begin Message --- Subject: Re: bug#62791: BUILT_SOURCES not honoured in parallel build? Date: Sun, 10 Dec 2023 16:13:46 -0700
    Patch attached.

Looks just fine. Thanks Reuben. I installed it. Closing ...
--all the best, karl.


--- End Message ---

reply via email to

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