[MacPorts] #24934: php52 build fails with gettext 0.18

MacPorts noreply at macports.org
Fri May 21 06:07:09 PDT 2010


#24934: php52 build fails with gettext 0.18
-----------------------------+----------------------------------------------
 Reporter:  mike@…           |       Owner:  ryandesign@…           
     Type:  defect           |      Status:  assigned               
 Priority:  Normal           |   Milestone:                         
Component:  ports            |     Version:  1.8.2                  
 Keywords:                   |        Port:  php52                  
-----------------------------+----------------------------------------------
Changes (by ryandesign@…):

 * cc: mvmagalhaes@… (added)


Comment:

 Don't forget WikiFormatting.

 It sounds like the configuration phase failed, then. If you clean and try
 again with the debug flag, you should get more info.

 {{{
 sudo port clean php52
 sudo port -d configure php52
 }}}

 Probably, you will see a message from one of the little utility programs
 (gawk, gsed, grep) complaining that it needs a newer version of libintl
 than your gettext now provides. The solution is to rebuild those little
 utility programs so they link themselves with the older version of
 libintl, e.g.

 {{{
 sudo port -n upgrade --force gsed
 }}}

 Then clean php52 again and try again.

-- 
Ticket URL: <http://trac.macports.org/ticket/24934#comment:15>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list