Comment 7 for bug 1865501

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Verifying that the bug happens:

root@libpcap-bug1865501:~# pkg-config libpcap --libs
Package libpcap was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpcap.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpcap' found

Enabling -proposed, updating the package and verifying that the bug is fixed:

root@libpcap-bug1865501:~# apt policy libpcap0.8
libpcap0.8:
  Installed: 1.8.1-6ubuntu1.18.04.2
  Candidate: 1.8.1-6ubuntu1.18.04.2
  Version table:
 *** 1.8.1-6ubuntu1.18.04.2 500
        500 http://archive.ubuntu.com/ubuntu bionic-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     1.8.1-6ubuntu1.18.04.1 500
        500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
     1.8.1-6ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

root@libpcap-bug1865501:~# pkg-config libpcap --libs
-lpcap

Therefore, I am marking this bug as verified.