bugmake - Bugs: bug #61864, incorrect debug output

 
 

bug #61864: incorrect debug output

Submitter:  Dmitry Goncharov <dgoncharov>
Submitted:  Thu 20 Jan 2022 02:30:58 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.4 Operating System:  Any
Fixed Release:  4.4 Triage Status:  Small Effort
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 20 Jan 2022 07:25:00 AM UTC, comment #1: 

I applied this, thanks.

Paul D. Smith <psmith>
Group administrator
Thu 20 Jan 2022 02:30:58 AM UTC, original submission:  

Make incorrectly calls an explicitly mentioned file intermediate in --debug=implicit output.

In this example 'hello.x' is explicitly mentioned and is not intermediate. Make correctly detects this and treats this file as explicit. Just debug output is incorrect.


all: hello.tsk
%.tsk: %.x; $(info $@)
unrelated: hello.x


The relevant piece of debug output is


Looking for a rule with intermediate file 'hello.x'.


Dmitry Goncharov <dgoncharov>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #52693:  sv61864_fix.diff added by dgoncharov (847B - text/x-patch)

 

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 dgoncharov (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 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2022-02-06 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Operating SystemNone Any
        Fixed ReleaseNone 4.4
        Triage StatusNone Small Effort
    2022-01-20 dgoncharov Attached File- Added sv61864_fix.diff, #52693

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code