pamapa/callblocker

ERROR: C++ shared or static library 'phonenumber' not found

Closed this issue · 2 comments

[0/1] Regenerating build files.
WARNING: Regenerating configuration from scratch.
Reason: Coredata file '/home/jpowell/callblocker/build/meson-private/coredata.dat' references functions or classes that don't exist. This probably means that it was generated with an old version of meson.
The Meson build system
Version: 0.56.1
Source dir: /home/jpowell/callblocker
Build dir: /home/jpowell/callblocker/build
Build type: native build
Project name: callblocker
Project version: 0.15.3
C++ compiler for the host machine: c++ (gcc 8.3.0 "c++ (Raspbian 8.3.0-6+rpi1) 8.3.0")
C++ linker for the host machine: c++ ld.bfd 2.31.1
Host machine cpu family: arm
Host machine cpu: armv7l
Found pkg-config: /usr/bin/pkg-config (0.29)
Run-time dependency json-c found: YES 0.12.1

../meson.build:21:0: ERROR: C++ shared or static library 'phonenumber' not found

A full log can be found at /home/jpowell/callblocker/build/meson-logs/meson-log.txt
FAILED: build.ninja
/usr/local/bin/meson --internal regenerate /home/jpowell/callblocker /home/jpowell/callblocker/build --backend ninja
ninja: error: rebuilding 'build.ninja': subcommand failed

have you installed libphonenumber? See here https://github.com/pamapa/callblocker/blob/main/docs/development.md:

apt-get install libphonenumber-dev

WOW so upgrading to bullseye rips out alot of stuff......it would have been easier to fresh install......but yes thats what it was in part.......Thank You as always