bugmake - Bugs: bug #39310, Regression in glob-handling from...

 
 

bug #39310: Regression in glob-handling from 3.81, can't use a stem and a glob in the same dependency

Submitter:  Jeremy Nickurak <atrus>
Submitted:  Fri 21 Jun 2013 03:28:22 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:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 20 Jul 2019 01:33:12 PM UTC, comment #3: 

GNU make has never really handled filenames with spaces very well.

However please file a new bug in Savannah (preferably with an example showing the problem) rather than commenting on already-closed bugs.  You can refer to this bug in the new one, that would be helpful.

Thanks!

Paul D. Smith <psmith>
Group administrator
Sat 20 Jul 2019 05:18:53 AM UTC, comment #2: 

The patch for this bug broke making files whose name contains a space, using a pattern rule.

Anonymous
Mon 22 Jul 2013 06:23:30 AM UTC, comment #1: 

Fixed and pushed to Git.  Thanks for the report!

Paul D. Smith <psmith>
Group administrator
Fri 21 Jun 2013 03:28:22 PM UTC, original submission:  

See attached for example.

Apparently you can no longer have a stem and a glob in a dependency. Rule of the form:

%.concat: %/*.txt

works in Make 3.81, but not in 3.82:

user@host:~/make-regression$ make-3.81 a.concat
echo putting a/something.txt together makes a.concat
putting a/something.txt together makes a.concat

user@host:~/make-regression$ make-3.82 a.concat
make: * No rule to make target `a.concat'.  Stop.

Jeremy Nickurak <atrus>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #28377:  make-regression.tar.gz added by atrus (385B - application/gzip - older version actually cat'd files, this one just display what's happening.)
file #28376:  make-regression.tar.gz added by atrus (385B - application/gzip)

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2013-07-22 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.0
    2013-06-21 atrus Attached File- Added make-regression.tar.gz, #28377
    2013-06-21 atrus Attached File- Added make-regression.tar.gz, #28376

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code