bugmake - Bugs: bug #30612, error parsing library references...

 
 

bug #30612: error parsing library references with multiple objects

Submitter:  Peter Breitenlohner <breitenlohner>
Submitted:  Sat 31 Jul 2010 02:20:49 PM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  3.82 Operating System:  Any
Fixed Release:  4.0 Triage Status:  Verified
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 12 Jun 2011 04:23:22 PM UTC, comment #3: 

whoops, you're right: fixed now in CVS.

Paul D. Smith <psmith>
Group administrator
Sat 11 Jun 2011 01:40:48 PM UTC, comment #2: 

This makefile still fails:
.PHONY: all
all: lib.a( a.o)
(%.o): %.o
echo $@ $<

make 3.81 gives what I would expect:
lib.a a.o

make 3.82, with the comment #1: corrections, gives:
make: * No rule to make target `lib.a()', needed by `all'.  Stop.

Anonymous
Sat 14 Aug 2010 02:51:00 AM UTC, comment #1: 

I fixed this bug, and added (missing!) regression tests for archives.

Thanks for the report.

Paul D. Smith <psmith>
Group administrator
Sat 31 Jul 2010 02:20:49 PM UTC, original submission:  

make 3.82 fails to parse a dependency 'util.a(foo.o bar.o)', as demonstrated by the attached self-contained Makefile. Whereas this Makefile works fine with 3.81, 3.82 yields:
  * No rule to make target `util.a(foo.o', needed by `util.a'

Peter Breitenlohner <breitenlohner>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #21114:  Makefile added by breitenlohner (223B - application/octet-stream - Makefile demonstrating the problem)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Updated the item)
  • -email is unavailable- added by breitenlohner (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 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-08-14 psmith StatusNone Fixed
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.0
    2010-08-10 psmith Summarymake-3.82 parse error error parsing library references with multiple objects
    2010-08-10 psmith Item GroupNone Bug
        Assigned toNone psmith
        Component Version4.0 3.82
        Triage StatusNone Verified
    2010-07-31 breitenlohner Attached File- Added Makefile, #21114

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code