bugSystem V style init programs - Bugs: bug #29758, Linker invocation should not...

 
 

bug #29758: Linker invocation should not contain headers

Submitter:  Elias Pipping <pipping>
Submitted:  Mon 03 May 2010 06:44:48 PM UTC
   
 
Category:  None Severity:  2 - Minor
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 04 May 2010 07:53:14 AM UTC, comment #1: 

Changed based on your patch. Thanks.

Dr. Werner Fink <wfink>
Group administrator
Mon 03 May 2010 06:44:48 PM UTC, original submission:  

To link e.g. `shutdown`, the makefile instructs the make to call

  $(CC) shutdown.o dowall.o utmp.o reboot.h -o shutdown

The header in there does not make any sense. Gcc ignores it. Clang, however, does not, yielding an error. I've attached a patch to take care of this.

Elias Pipping <pipping>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #20405:  sysvinit-makefile.patch added by pipping (650B - 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 pipping (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
    2010-05-04 wfink Severity3 - Normal 2 - Minor
        StatusNone Fixed
        Open/ClosedOpen Closed
    2010-05-03 pipping Attached File- Added sysvinit-makefile.patch, #20405

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code