patchThe GNU Bourne-Again SHell - Patches: patch #10373, FIx parallel build failure on intl...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #10373: FIx parallel build failure on intl systems (missing unwind_prot.o depend)

Submitter:  Sergei Trofimovich <slyfox>
Submitted:  Mon 24 Jul 2023 10:16:37 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Open

Tue 25 Jul 2023 02:11:26 PM UTC, comment #2: 

Thanks for the report. This was reported and fixed last week:

https://lists.gnu.org/archive/html/bug-bash/2023-07/msg00100.html

Chet Ramey <chet>
Group administrator
Mon 24 Jul 2023 10:48:00 PM UTC, comment #1: 
Sergei Trofimovich <slyfox>
Mon 24 Jul 2023 10:16:37 PM UTC, original submission:  

As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
without the change `make -j8` build of `make` occasionally fails to
buildin parallel. The simplest reproducer is:

    $$ ./configure
    $$ make unwind_prot.o
    ...
    In file included from unwind_prot.c:51:
    In file included from ./bashintl.h:30:
    ./include/gettext.h:27:11: fatal error: 'libintl.h' file not found
    # include <libintl.h>
              ^~~~~~~~~~~
    1 error generated.
    make: * [Makefile:106: unwind_prot.o] Error 1

The change adds missing ttransitive `${LIBINTL_H}` dependency for
unwind_prot.o.

Sergei Trofimovich <slyfox>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by chet (Posted a comment)
  • -email is unavailable- added by slyfox (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-07-25 chet StatusNone Done
    2023-07-24 slyfox Attached File- Added 0001-Makefile.in-add-missing-intl-dependency-for-unwind_p.patch, #54964

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code