Package Details: openalpr 2.3.0-1

Git Clone URL: https://aur.archlinux.org/openalpr.git (read-only, click to copy)
Package Base: openalpr
Description: Automatic License Plate Recognition library.
Upstream URL: https://github.com/openalpr/openalpr/archive/v2.3.0.tar.gz
Keywords: alpr openalpr
Licenses: GPL3
Provides: openalpr
Submitter: smotocel69
Maintainer: smotocel69
Last Packager: smotocel69
Votes: 2
Popularity: 0.000000
First Submitted: 2016-09-30 15:10 (UTC)
Last Updated: 2016-09-30 15:10 (UTC)

Latest Comments

alhirzel commented on 2024-12-09 21:56 (UTC)

Fails to find tesseract as of when I tried installing a few minutes ago:

Tesseract_INCLUDE_BASEAPI_DIR=/usr/include
Tesseract_INCLUDE_CCSTRUCT_DIR=/usr/include/tesseract
Tesseract_INCLUDE_CCMAIN_DIR=Tesseract_INCLUDE_CCMAIN_DIR-NOTFOUND
Tesseract_INCLUDE_CCUTIL_DIR=/usr/include
Tesseract_INCLUDE_DIRS=/usr/include;/usr/include/tesseract;/usr/include;/usr/include;/usr/include/tesseract;/usr/include
Tesseract_LIB=/usr/lib/libtesseract.so
Leptonica_LIB=Leptonica_LIB-NOTFOUND
Tesseract_LIBRARIES=/usr/lib/libtesseract.so;/usr/lib/libtesseract.so
CMake Error at cmake_modules/LibFindMacros.cmake:74 (message):
  Required library Tesseract NOT FOUND.

  Install the library (dev version) and try again.  If the library is already
  installed, use ccmake to set the missing variables manually.
Call Stack (most recent call first):
  cmake_modules/FindTesseract.cmake:90 (libfind_process)
  CMakeLists.txt:79 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: openalpr-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
openalpr - exit status 4

Any thoughts on what the issue could be? The file /usr/lib/libtesseract.so does exist.

kuba-orlik commented on 2021-02-04 11:05 (UTC)

I tried installing this package and got error:

"==> ERROR: A failure occurred in build()."

Some of the build errors above that include:

/home/kuba/.cache/yay/openalpr/src/openalpr-2.3.0/src/openalpr/detection/detectormorph.cpp:162:23: error: ‘CV_RETR_LIST’ was not declared in this scope

/home/kuba/.cache/yay/openalpr/src/openalpr-2.3.0/src/openalpr/detection/detector.cpp:72:36: error: ‘CV_BGR2GRAY’ was not declared in this scope

/home/kuba/.cache/yay/openalpr/src/openalpr-2.3.0/src/openalpr/alpr_impl.cpp:118:31: error: ‘CV_BGR2GRAY’ was not declared in this scope

visibilityspots commented on 2017-05-13 20:36 (UTC)

I recently installed the package on an armv7h architecture without any issues, would be great to add this architecture to the PKGBUILD file for future upgrades and new installations.