buggrep - Bugs: bug #24360, grep 2.5.3 fails to install po...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #24360: grep 2.5.3 fails to install po files when mkdir is not gnu.

Submitter:  Javier Villavicencio <the_paya>
Submitted:  Tue 23 Sep 2008 09:44:12 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 04 Dec 2009 12:22:51 PM UTC, comment #1: 

Fixed in CVS sed.

Paolo Bonzini <bonzini>
Tue 23 Sep 2008 09:44:12 PM UTC, original submission:  

grep-2.5.3/po/Makefile.in.in is missing a
top_builddir = @top_builddir@

On systems where mkdir is not 'GNU', after configure script tries 'mkdir --version' and the answer is not from coreutils or fileutils mkdir, it sets "mkdir_p" to "$(top_builddir)./install-sh -c -d"
As the only "Makefile.in" missing the top_builddir placeholder in the subdirs, po/Makefile.in.in $mkdir_p inherits $top_builddir from the main Makefile (where it's set to "./").

Attached patch inserts @top_builddir@ so it gets replaced at ./configure time to "../".

Javier Villavicencio <the_paya>

 

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

Attached Files
file #16558:  grep-2.5.3-pofix.patch added by the_paya (322B - application/octet-stream - patch to grep-2.5.3/po/Makefile.in.in)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bonzini (Posted a comment)
  • -email is unavailable- added by the_paya (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.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-12-04 bonzini Open/ClosedOpen Closed
    2008-09-23 the_paya Attached File- Added grep-2.5.3-pofix.patch, #16558

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code