Balint Reczey
changed
bug 12380
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
Resolution |
---
|
NOTABUG
|
Comment # 1
on bug 12380
from Balint Reczey
(In reply to jean-christophe manciot from comment #0)
> Build Information:
> N/A
> --
> Building wireshark 2.0.3 on Ubuntu 16.04 with commit
> eed34f0ac6696c053585ddf75c5805b3d5b395cf:
> ...
> dpkg-checkbuilddeps: error: Unmet build dependencies: libgcrypt-dev
>
> Unfortunately, the package name on ubuntu is: libgcrypt20-dev
> So it is necessary to modify debian/control accordingly.
libgcrypt-dev is a virtual package provided by libgcrypt20-dev.
Please install libgcrypt20-dev to proceed with the build.
Wireshark builds fine on 16.04:
https://launchpad.net/~wireshark-dev/+archive/ubuntu/stable/+build/9626002
apt-get build-dep wireshark satisfies the build-dependency by installing
libgcrypt20-dev.
In case of the build-dependencies are really renamed you can run
dpkg-buildpackage with the "-d" option to ignore missing ones.
It is impossible to keep debian/control sync with every Debian
derivative, thus the package names track the packages in Debian
unstable.
You are receiving this mail because:
- You are watching all bug changes.