Hi
I'm following the PHD_2 build instructions on GitHub for my
Rasberry OS (Debian) Bullseye 64 and got so far, then hit an error in
building the .tar :
pi@Richard-RPi:~ $ cd phd2_2.6.11
pi@Richard-RPi:~/phd2_2.6.11 $ debuild -S -sa
dpkg-buildpackage -us -uc -ui -S -sa
dpkg-buildpackage: info: source package phd2
dpkg-buildpackage: info: source version 2.6.11
dpkg-buildpackage: info: source distribution stable
dpkg-buildpackage: info: source changed by <NAME OF DEVELOPER>
dpkg-source --before-build .
dpkg-checkbuilddeps: error: Unmet build dependencies: libwxgtk3.0-dev libgtk2.0-dev libopencv-dev libudev-dev libv4l-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -S -sa failed
So I tried installing the missing deps:
pi@Richard-RPi:~/phd2_2.6.11 $ sudo apt install libwxgtk3.0-dev libgtk2.0-dev libopencv-dev libudev-dev libv4l-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libwxgtk3.0-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libwxgtk3.0-dev' has no installation candidate
pi@Richard-RPi:~/phd2_2.6.11 $
The solution is here :
https://github.com/roboception/rcdiscover/issues/11with this result:
pi@Richard-RPi:~/phd2_2.6.11 $ sudo apt install libwxgtk3.0-gtk3-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libwxgtk3.0-gtk3-dev is already the newest version (3.0.5.1+dfsg-2).
So now the build instructions need to be amended. At this point I'm in new territory completely.
Has anyone got a solution?
Tks