AiPacino / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
2 stars 0 forks source link

Prob with install by BSD ports #1204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On FreeBSD 9.2, when you do :
cd /usr/ports/graphics/tesseract/ && make install clean

You have this result :
cd /usr/ports/graphics/tesseract/work/tesseract-ocr && install -o root -g wheel 
-m 444 AUTHORS ChangeLog README ReleaseNotes 
/usr/ports/graphics/tesseract/work/stage/usr/local/share/doc/tesseract
cd /usr/ports/graphics/tesseract/work/tesseract-ocr/doc && /bin/sh -c 
'(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && 
/usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 
755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- 
html /usr/ports/graphics/tesseract/work/stage/usr/local/share/doc/tesseract
find: html: No such file or directory
find: html: No such file or directory

The doc of install is on this page :
http://www.freshports.org/graphics/tesseract/

Original issue reported on code.google.com by gripp...@gmail.com on 20 May 2014 at 1:58

GoogleCodeExporter commented 9 years ago
Please report issue it to FreeBSD (packager).
If something needs to be fixed in tesseract installation, please submit a patch.

Original comment by zde...@gmail.com on 21 May 2014 at 11:27