FS#51734 - [libpcap] Missing header

Attached to Project: Arch Linux
Opened by Hermann Zahnweh (eigengrau) - Monday, 07 November 2016, 20:42 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Wednesday, 09 November 2016, 16:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When building something against libpcap, I noticed the build would fail due to a header apparently missing from within libpcap.

In file included from /usr/include/pcap.h:43:0,
from ne2000.cpp:55:
/usr/include/pcap/pcap.h:531:26: fatal error: remote-ext.h: No such file or directory
#include <remote-ext.h>
^
compilation terminated.

pcap.h pulls in remote-ext.h (conditional under an #ifdef). Not sure if this is upstream or a build issue.

Additional info:
* libpcap 1.8.1-1
* Debian seems to track the same issue under <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843384>

Steps to reproduce:
Build aur/dosbox-x-git.

This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Wednesday, 09 November 2016, 16:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  libpcap 1.8.1-2

Loading...