[MacPorts] #35700: tesseract not building due to incorrect version of libtool

MacPorts noreply at macports.org
Thu Aug 30 05:37:32 PDT 2012


#35700: tesseract not building due to incorrect version of libtool
----------------------------------------+-----------------------------------
 Reporter:  danieljamesbertrand@…       |       Owner:  emer@…       
     Type:  defect                      |      Status:  new          
 Priority:  Normal                      |   Milestone:               
Component:  ports                       |     Version:  2.1.2        
 Keywords:                              |        Port:  tesseract    
----------------------------------------+-----------------------------------

Comment(by werner@…):

 I had the same problem and solved it by stripping my $PATH.

 A newer version of "libtools" was requested by another lib, I forgot which
 one it was. I build and installed the newest libtool and that library
 build well. "libtool" installs itself in /usr/local/bin . "make" of
 tesseract build well after stripping the path ( was
 /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin ) by

     export PATH=/usr/bin:/bin:/usr/sbin:/sbin
     ./autogen.sh
     make

 Obviously nothing else in /usr/local/bin was required. Of course because
 of the tesseract - program is installed in /usr/local/bin you have to
 reset $PATH or use a new shell window before executing tesseract.

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


More information about the macports-tickets mailing list