bugGNU gettext - Bugs: bug #31104, "make -j 2" breaks in...

 
 

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

bug #31104: "make -j 2" breaks in gettext-tools/gnulib-lib

Submitter:  None
Submitted:  Thu 23 Sep 2010 07:29:29 AM UTC
   
 
Category:  Build Severity:  3 - Normal
Item Group:  None Status:  Fix Released
Privacy:  Public Assigned to:  ueno
Open/Closed:  Closed

Tue 05 Mar 2013 03:59:24 AM UTC, comment #1: 

It seems to be fixed with:

commit 49d06a1ec3bf7dfc3a33c8c0fe375a3702e9593a
Author: Bruno Haible <bruno@clisp.org>
Date:   Sun Sep 14 12:45:04 2008 +0000

    Use $(mkdir_p) to create subdirectories of the build directory.

http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=49d06a1ec3bf7dfc3a33c8c0fe375a3702e9593a

Daiki Ueno <ueno>
Group administrator
Thu 23 Sep 2010 07:29:29 AM UTC, original submission:  

Makefile.gnulib in that folder has the following:

glib/ghash.h: glib/ghash.in.h
test -d glib || mkdir glib
...

glib/glist.h: glib/glist.in.h
test -d glib || mkdir glib
...

mkdir fails there when building with -j2 (intermittenly of course, for me it happens on ArchLinux but not on Ubuntu). It should do "mkdir -p" or something similar instead.

Anonymous

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by haible (Updated the item)
  • -email is unavailable- added by ueno (Posted a comment)
  •  

    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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-04 haible StatusFixed Fix Released
    2016-11-27 haible CategoryNone Build
        Assigned toNone ueno
    2013-03-05 ueno StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code