jannis-a / pyload-freebsd

A FreeBSD port for pyLoad
21 stars 8 forks source link

Pb with Install #5

Open Squale76 opened 10 years ago

Squale76 commented 10 years ago

Hi, I try to install PyLoad but I've a problem with tesseract install :

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 *\ [post-install] Error code 1

Stop in /usr/ports/graphics/tesseract. *\ [install] Error code 1

Stop in /usr/ports/graphics/tesseract. *\ [run-depends] Error code 1

Stop in /usr/ports/www/pyload. *\ [install] Error code 1

Have you a solution to this problem. Thanks to your help.

bmalum commented 10 years ago

@Squale76 - you don't really need tesseract and tesseract-data because most of the captchas are unsolved by OCR ... you can skip this and Pyload will run fine for you ;)

1337sup3rh4x0r commented 8 years ago

How do I skip it?

bmalum commented 8 years ago

well - i'm not up2date with the Port Status, but you can clone the source from the pyload Repo and run qith python pyLoadCore.py - then pyload will tell you whats missing and install those dependencies by hand. Works fine for me - only install whats really necessary 😉