conda-forge / tesseract-feedstock

A conda-smithy repository for tesseract.
BSD 3-Clause "New" or "Revised" License
5 stars 17 forks source link

Add missing dependencies #1

Closed CurtLH closed 6 years ago

CurtLH commented 6 years ago

Checklist

conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

CurtLH commented 6 years ago

Can someone from @conda-forge/staged-recipes help me figure out what went wrong here. I added the missing dependencies as requested in PR 5935 and rerendered the recipe, but now the build is failing for the following reason:

+ tesseract --help
tesseract: error while loading shared libraries: libwebp.so.7: cannot open shared object file: No such file or directory
Tests failed for tesseract-3.05.01-h1ccaaf6_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
WARNING:conda_build.build:Tests failed for tesseract-3.05.01-h1ccaaf6_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
removing: tesseract-3.05.01-h1ccaaf6_1.tar.bz2
TESTS FAILED: tesseract-3.05.01-h1ccaaf6_1.tar.bz2
Exited with code 1

Also, there appears to be a some warnings the occur before the tests failed:

WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libgcc_s.so.1 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libjpeg.so.9 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libz.so.1 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libopenjp2.so.7 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): did not find - or even know where to look for: /lib64/libm.so.6
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libwebp.so.6 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): did not find - or even know where to look for: /lib64/libc.so.6
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/liblept.so.5 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libgif.so.7 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): did not find - or even know where to look for: /usr/lib64/libstdc++.so.6
WARNING (tesseract,lib/libtesseract.so.3.0.5): did not find - or even know where to look for: /lib64/librt.so.1
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/liblzma.so.5 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libpng16.so.16 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): lib/libtiff.so.5 not found in any packages
WARNING (tesseract,lib/libtesseract.so.3.0.5): did not find - or even know where to look for: /lib64/libpthread.so.0
WARNING (tesseract,bin/tesseract): lib/libgif.so.7 not found in any packages
WARNING (tesseract,bin/tesseract): lib/liblept.so.5 not found in any packages
WARNING (tesseract,bin/tesseract): lib/libwebp.so.6 not found in any packages
WARNING (tesseract,bin/tesseract): lib/libopenjp2.so.7 not found in any packages
WARNING (tesseract,bin/tesseract): did not find - or even know where to look for: /lib64/libm.so.6
WARNING (tesseract,bin/tesseract): lib/libpng16.so.16 not found in any packages
WARNING (tesseract,bin/tesseract): did not find - or even know where to look for: /lib64/libc.so.6
WARNING (tesseract,bin/tesseract): lib/libjpeg.so.9 not found in any packages
WARNING (tesseract,bin/tesseract): lib/libtiff.so.5 not found in any packages
WARNING (tesseract,bin/tesseract): did not find - or even know where to look for: /lib64/librt.so.1
WARNING (tesseract,bin/tesseract): did not find - or even know where to look for: /usr/lib64/libstdc++.so.6
WARNING (tesseract,bin/tesseract): lib/libz.so.1 not found in any packages
WARNING (tesseract,bin/tesseract): lib/libgcc_s.so.1 not found in any packages
WARNING (tesseract,bin/tesseract): lib/liblzma.so.5 not found in any packages
WARNING (tesseract,bin/tesseract): did not find - or even know where to look for: /lib64/libpthread.so.0
scopatz commented 6 years ago

CC @isuruf

isuruf commented 6 years ago

Can you rerender leptonica and bump the build number? After that is merged, restart this PR

CurtLH commented 6 years ago

@conda-forge-admin, please rerender

conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-webservice.

I rerendered the feedstock and it seems to be already up-to-date.

conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

CurtLH commented 6 years ago

@isuruf -- I followed your guidance and rerender leptonica and then rereendered and trigger tesseract, but the same issue is present.

+ tesseract --help
tesseract: error while loading shared libraries: libwebp.so.7: cannot open shared object file: No such file or directory
Tests failed for tesseract-3.05.01-h1ccaaf6_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
WARNING:conda_build.build:Tests failed for tesseract-3.05.01-h1ccaaf6_1.tar.bz2 - moving package to /home/conda/feedstock_root/build_artifacts/broken
removing: tesseract-3.05.01-h1ccaaf6_1.tar.bz2
TESTS FAILED: tesseract-3.05.01-h1ccaaf6_1.tar.bz2
Exited with code 1
CurtLH commented 6 years ago

I'm closing the PR to completely start over.