Package Details: php-pdlib 1.1.0-3

Git Clone URL: https://aur.archlinux.org/php-pdlib.git (read-only, click to copy)
Package Base: php-pdlib
Description: PDlib - A PHP extension for Dlib
Upstream URL: https://github.com/goodspb/pdlib
Licenses: MIT License
Submitter: muhviehstarr
Maintainer: muhviehstarr
Last Packager: muhviehstarr
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-17 01:27 (UTC)
Last Updated: 2023-04-03 10:05 (UTC)

Latest Comments

MarsSeed commented on 2023-07-02 10:49 (UTC)

Please check the changes around Arch openblas and blas-openblas. You might need to switch depends from openblas to blas-openblas. Arch openblas package is incomplete, only blas-openblas carries the full OpenBlas Lapack suite.

Background:

Arch announced on June 14, 2023 a new blas-openblas repo package, which finally offers the full suite of OpenBLAS Lapack, with their blas implementation and corresponding cblas/lapacke interfaces.

j12t commented on 2021-05-23 22:29 (UTC)

Suggest you make the dependency on blas, not openblas, so it won't conflict with other packages on the same system that depend on blas. Note that openblas "provides" blas.

anonfunc commented on 2021-01-20 19:29 (UTC) (edited on 2021-01-20 19:33 (UTC) by anonfunc)

Your tests are failing. I got a patch that fixes at least that undefined symbol problem (a new one appears with bz2 tho, but that seems fixable). Did you try loading this module in php? I can't get it to load without that patch.

Build complete.
Don't forget to run 'make test'.

PHP Warning:  PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so (/data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so: undefined symbol: DGifOpenFileName), /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so.so (/data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so (/data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so: undefined symbol: DGifOpenFileName), /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so.so (/data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

=====================================================================
PHP         : /usr/bin/php73 
Warning: PHP Startup: Unable to load dynamic library 'pdlib.so' (tried: /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so (/data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so: undefined symbol: DGifOpenFileName), /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so.so (/data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/modules/pdlib.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

PHP_SAPI    : cli
PHP_VERSION : 7.3.26
ZEND_VERSION: 3.3.26
PHP_OS      : Linux - Linux anquietas 5.4.85-1-lts #1 SMP Mon, 21 Dec 2020 19:28:35 +0000 x86_64
INI actual  : /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2/tmp-php.ini
More .INIs  :   
CWD         : /data/build/.cache/yay/php-pdlib/src/pdlib-1.0.2
Extra dirs  : 
VALGRIND    : Not used
=====================================================================
TIME START 2021-01-20 20:25:47
=====================================================================
SKIP Check for pdlib presence [tests/001.phpt] 
SKIP Basic tests for chinese_whispers [tests/chinese_whispers_basic.phpt] 
SKIP Edge given in edges array for chinese_whispers functions is associative array [tests/chinese_whispers_edge_associative_array_error.phpt] 
SKIP Edge elements given in edges array for chinese_whispers functions are not of long type [tests/chinese_whispers_edge_elements_not_long.phpt] 
SKIP Edge given in edges array for chinese_whispers functions is not having all values to be arrays with 2 elements [tests/chinese_whispers_edge_not_2_element_error.phpt] 
SKIP Edge given in edges array is not array for chinese_whispers functions [tests/chinese_whispers_edge_not_array_error.phpt] 
SKIP Args given to chinese_whispers functions is not correct [tests/chinese_whispers_wrong_arg_type_error.phpt] 
SKIP Testing CnnFaceDetection constructor without arguments [tests/cnn_face_detection_ctor_error.phpt] 
SKIP Testing CnnFaceDetection constructor with model that do not exist [tests/cnn_face_detection_ctor_model_not_found_error.phpt] 
SKIP Frontal face detection. [tests/dlib_face_detection.phpt] reason: pdlib extension missing
SKIP Testing FaceLandmarkDetection constructor without arguments [tests/face_landmark_detection_ctor_error.phpt] 
SKIP Testing FaceRecognition constructor without arguments [tests/face_recognition_ctor_error.phpt] 
SKIP Full test for face recognition - download models, detect faces, landmark detection and face recognition. [tests/integration_face_recognition.phpt] reason: pdlib extension missing
SKIP Basic tests for dlib_vector_length [tests/vector_length.phpt] 
SKIP Just test php extension version [tests/version.phpt] 
=====================================================================
TIME END 2021-01-20 20:25:47

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   29
---------------------------------------------------------------------

Number of tests :   15                 0
Tests skipped   :   15 (100.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    0 (  0.0%) (  0.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================