bugmake - Bugs: bug #40043, "Entering an unknown...

 
 

bug #40043: "Entering an unknown directory" on jobserver error

Submitter:  Frank Heckenbach <frank>
Submitted:  Mon 16 Sep 2013 01:13:58 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.0 Operating System:  POSIX-Based
Fixed Release:  4.0 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 16 Sep 2013 02:41:19 PM UTC, comment #1: 

Mm.  Yes.  I think we're now printing an error message before we've set the working directory.  This is a simple fix.

Paul D. Smith <psmith>
Group administrator
Mon 16 Sep 2013 01:13:58 PM UTC, original submission:  

% cat Makefile
all: ; make -C . foo

foo:

% make -j2 -w
make: Entering directory 'foo'
make -C . foo
make[1]: Entering an unknown directory
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
make[1]: Nothing to be done for 'foo'.
make[1]: Leaving directory 'foo'
make: Leaving directory 'foo'

I think this was caused by the fix for #39934.

(Of course, calling make without '+' is just a quick way to produce a jobserver error here.)

Frank Heckenbach <frank>

 

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

Attach Files:
   
   
Comment:
   

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 psmith (Posted a comment)
  • -email is unavailable- added by frank (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.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-09-18 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.0

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code