[MacPorts] #13343: grep 2.5.3_0 won't install; 2.5.1a_1 worked fine

MacPorts trac at macosforge.org
Mon Jan 21 11:28:21 PST 2008


#13343: grep 2.5.3_0 won't install; 2.5.1a_1 worked fine
--------------------------------------+-------------------------------------
  Reporter:  ryandesign at macports.org  |       Owner:  waqar at macports.org
      Type:  defect                   |      Status:  assigned          
  Priority:  Normal                   |   Milestone:  Port Bugs         
 Component:  ports                    |     Version:  1.6.0             
Resolution:                           |    Keywords:                    
--------------------------------------+-------------------------------------
Comment (by ocroquette at free.fr):

 Just to complete my report, I am using:
  * gcc version 4.0.1
  * autoconf (GNU Autoconf) 2.59
  * automake (GNU automake) 1.6.3

 Version of grep compiled:
  * GNU grep 2.5.3

 The problem is at:
 {{{
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_grep/work/grep-2.5.3/po
 }}}

 There is this strange part:

 {{{
 MKDIR_P = .././install-sh -c -d
 mkdir_p = $(top_builddir)/./install-sh -c -d
 }}}

 If I replace it with:
 {{{
 MKDIR_P = .././install-sh -c -d
 mkdir_p = .././install-sh -c -d
 }}}
 and then resume the port install, it installs correctly.

-- 
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13343#comment:14>
MacPorts </projects/macports>
Ports system for Mac OS


More information about the macports-tickets mailing list