mainGnuTLS - Support: sr #107874, Parallel builds for mingw fail

 
 

sr #107874: Parallel builds for mingw fail

Submitter:  Martin Storsjö <mstorsjo>
Submitted:  Tue 15 Nov 2011 09:42:55 AM UTC
   
 
Category:  Core library Priority:  5 - Normal
Severity:  2 - Minor Status:  Done
Privacy:  Public Assigned to:  jas
Open/Closed:  Closed Operating System:  Microsoft Windows
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Nov 2011 01:27:51 PM UTC, comment #1: 

I've applied it, thank you.

Simon Josefsson <jas>
Group administrator
Tue 15 Nov 2011 09:42:55 AM UTC, original submission:  

Currently, parallel builds for mingw fail with this error:

make[2]: * No rule to make target `libgnutls-26.def', needed by `all-am'.  Stop.

This comes from the fact that libgnutls-26.def is generated implicitly when libgnutls.la is built, and make does not know about this.

The attached patch fixes the issue by adding a dependency on libgnutls.la, so that make won't bother about the def file until the la file is built.

Martin Storsjö <mstorsjo>

 

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

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jas (Posted a comment)
  • -email is unavailable- added by mstorsjo (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
    2011-11-16 jas StatusNone Done
        Assigned toNone jas
        Open/ClosedOpen Closed
    2011-11-15 mstorsjo Attached File- Added 0001-Add-dependencies-from-the-def-files-to-the-libraries.patch, #24378

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code