Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

zbpserver binary depends on unsupported version of miniupnpc #1

@rhass

Description

@rhass

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:

  1. Convince Smartenit to upgrade the dependency as it likely contains security fixes as well as other enhancements.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions