bugmake - Bugs: bug #28189, SIGPIPE when gmake invoked...

 
 

bug #28189: SIGPIPE when gmake invoked recursively and vpath specified

Submitter:  Stepan Koltsov <yozh>
Submitted:  Sun 06 Dec 2009 02:40:50 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Duplicate Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  None Operating System:  None
Fixed Release:  None Triage Status:  Verified
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 18 Sep 2013 08:47:58 PM UTC, comment #2: 

I believe this is a duplicate of bug #39934 (or that is a duplicate of this), which is fixed for the next release.

Paul D. Smith <psmith>
Group administrator
Sat 03 Jul 2010 07:17:51 PM UTC, comment #1: 

In the new CVS code we get a different error, related to readdir failing.  I believe this is a duplicate of another bug, where GNU make mismanages file descriptors related to the jobserver in some situations.

Paul D. Smith <psmith>
Group administrator
Sun 06 Dec 2009 02:40:50 AM UTC, original submission:  

=====
# cat m1.mk
xx:
gmake -j2 -f m2.mk xxx.dst yyy.dst

# cat m2.mk
vpath %.dst /

xxx.dst:
true

yyy.dst:
true

# gmake -j2 -f ./m1.mk
gmake -j2 -f m2.mk xxx.dst yyy.dst
gmake[1]: Entering directory `/place/home/nga/tmp/qwqw'
gmake[1]: warning: -jN forced in submake: disabling jobserver mode.
true
true
gmake: * [xx] Broken pipe: 13
zsh: exit 2     gmake -j2 -f ./m1.mk

# gmake --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for amd64-portbld-freebsd7.0
=====

Stepan Koltsov <yozh>

 

(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 yozh (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 Duplicate
        Open/ClosedOpen Closed
    2010-07-03 psmith Item GroupNone Bug
        Triage StatusNone Verified

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code