Actions
Bug #1106
closedGit compile fails on Ubuntu Lucid
Affected Versions:
Effort:
Difficulty:
Label:
Description
Git compile fails on Ubuntu Lucid 32/64.
as of the latest git at the moment - >commit 7a9da787f9151d8a919c73ca25dfb66b353e1b20
gcc -DHAVE_CONFIG_H -I. -I.. -I./../libhtp/ -D_FORTIFY_SOURCE=2 -I/usr/include/nspr -I/usr/include/nspr -I/usr/include/nss -I/usr/include/nspr -I/usr/include/nss/ -DLOCAL_STATE_DIR=\"/var\" -ggdb -O0 -Wextra -Werror-implicit-function-declaration -fno-tree-pre -Wall -Wno-unused-parameter -std=gnu99 -DNFQ -DHAVE_LIBNET11 -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I /usr/include -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -DHAVE_LIBCAP_NG -c source-af-packet.c source-af-packet.c: In function 'AFPReadFromRing': source-af-packet.c:795: error: 'TP_STATUS_VLAN_VALID' undeclared (first use in this function) source-af-packet.c:795: error: (Each undeclared identifier is reported only once source-af-packet.c:795: error: for each function it appears in.) make[4]: *** [source-af-packet.o] Error 1
First I had the failure on Ubuntu PPA:
https://launchpadlibrarian.net/165393934/buildlog_ubuntu-lucid-amd64.suricata_201402081451~ubuntu10.04.1_FAILEDTOBUILD.txt.gz
https://launchpadlibrarian.net/165393727/buildlog_ubuntu-lucid-i386.suricata_201402081451~ubuntu10.04.1_FAILEDTOBUILD.txt.gz
Then retried manually on a VM and the result was the same/confirmed.
Updated by Victor Julien almost 11 years ago
- Status changed from New to Assigned
- Assignee set to Eric Leblond
- Priority changed from Normal to High
- Target version set to 2.0rc1
Lucid is a LTS release so still supported for over a year.
Updated by Victor Julien almost 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
Merged https://github.com/inliniac/suricata/pull/837, thanks Eric.
Actions