You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
The version of miniupnp which zbpserver is linked against depends on an old, and no longer supported version of miniupnpc on Debian Wheezy (Raspbian).
This breaks building the package due to dpkg-shlibdeps correctly detecting the missing dependency.
dpkg-shlibdeps: error: no dependency information found for /usr/lib/libminiupnpc.so.3 (used by debian/zbpserver-1.12-2/usr/bin/zbpserver)
dh_shlibdeps: dpkg-shlibdeps -Tdebian/zbpserver-1.12-2.substvars debian/zbpserver-1.12-2/usr/bin/zbpserver returned exit code 2
make: *** [binary-predeb-IMPL/zbpserver-1.12-2] Error 2
There are two possible solutions:
Convince Smartenit to upgrade the dependency as it likely contains security fixes as well as other enhancements.
Forward port version 1.3 of the package to Wheezy and force a dependency on the older version.
The latter of the two is undesirable as it means maintaining packages for an unsupported version of software.
The version of miniupnp which zbpserver is linked against depends on an old, and no longer supported version of miniupnpc on Debian Wheezy (Raspbian).
This breaks building the package due to dpkg-shlibdeps correctly detecting the missing dependency.
dpkg-shlibdeps: error: no dependency information found for /usr/lib/libminiupnpc.so.3 (used by debian/zbpserver-1.12-2/usr/bin/zbpserver)
dh_shlibdeps: dpkg-shlibdeps -Tdebian/zbpserver-1.12-2.substvars debian/zbpserver-1.12-2/usr/bin/zbpserver returned exit code 2
make: *** [binary-predeb-IMPL/zbpserver-1.12-2] Error 2
There are two possible solutions:
The latter of the two is undesirable as it means maintaining packages for an unsupported version of software.