Page MenuHomeVyOS Platform

conntrack-sync-build-error-vyos-20200228.txt

Authored By
jjakob
Feb 28 2020, 7:49 PM
Size
8 KB
Referenced Files
None
Subscribers
None

conntrack-sync-build-error-vyos-20200228.txt

2020-02-28 19:41:57,384 conntrack-tools
2020-02-28 19:41:57,990 conntrack-tools fakeroot debian/rules clean
2020-02-28 19:41:58,892 conntrack-tools dh: The autotools-dev sequence is deprecated and replaced by dh in debhelper (>= 9.20160115)
2020-02-28 19:41:59,192 conntrack-tools dh: This feature will be removed in compat 12.
2020-02-28 19:41:59,193 conntrack-tools dh_autotools-dev_restoreconfig: dh_autotools-dev_restoreconfig is deprecated; please see dh_autotools-dev_restoreconfig(1) for a replacement
2020-02-28 19:41:59,193 conntrack-tools dh_autotools-dev_restoreconfig: This feature will be removed in compat 12.
2020-02-28 19:41:59,194 conntrack-tools debian/rules build
2020-02-28 19:41:59,194 conntrack-tools dh: The autotools-dev sequence is deprecated and replaced by dh in debhelper (>= 9.20160115)
2020-02-28 19:41:59,194 conntrack-tools dh: This feature will be removed in compat 12.
2020-02-28 19:42:03,101 conntrack-tools configure: WARNING: flex version 2.6.4 found.
2020-02-28 19:42:03,101 conntrack-tools Version 2.5.33 or greater is required. You may experience problems
2020-02-28 19:42:03,101 conntrack-tools while compilating the conntrack-tools. Please, consider to upgrade
2020-02-28 19:42:03,101 conntrack-tools flex.
2020-02-28 19:42:04,603 conntrack-tools /vyos/packages/conntrack-tools/build-aux/missing: line 52: aclocal-1.11: command not found
2020-02-28 19:42:04,603 conntrack-tools WARNING: `aclocal-1.11' is missing on your system. You should only need it if
2020-02-28 19:42:04,603 conntrack-tools you modified `acinclude.m4' or `configure.ac'. You might want
2020-02-28 19:42:04,603 conntrack-tools to install the `Automake' and `Perl' packages. Grab them from
2020-02-28 19:42:04,904 conntrack-tools any GNU archive site.
2020-02-28 19:42:05,205 conntrack-tools /vyos/packages/conntrack-tools/build-aux/missing: line 52: automake-1.11: command not found
2020-02-28 19:42:05,205 conntrack-tools WARNING: `automake-1.11' is missing on your system. You should only need it if
2020-02-28 19:42:05,205 conntrack-tools you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
2020-02-28 19:42:05,205 conntrack-tools You might want to install the `Automake' and `Perl' packages.
2020-02-28 19:42:05,506 conntrack-tools Grab them from any GNU archive site.
2020-02-28 19:42:09,412 conntrack-tools configure: WARNING: flex version 2.6.4 found.
2020-02-28 19:42:09,412 conntrack-tools Version 2.5.33 or greater is required. You may experience problems
2020-02-28 19:42:09,412 conntrack-tools while compilating the conntrack-tools. Please, consider to upgrade
2020-02-28 19:42:09,413 conntrack-tools flex.
2020-02-28 19:42:12,717 conntrack-tools ar: `u' modifier ignored since `D' is the default (see `U')
2020-02-28 19:42:12,719 conntrack-tools In file included from ftp.c:21:
../../include/helper.h:79:6: error: nested redefinition of 'enum ip_conntrack_info'
enum ip_conntrack_info {
^~~~~~~~~~~~~~~~~
../../include/helper.h:79:6: error: redeclaration of 'enum ip_conntrack_info'
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:11:6: note: originally defined here
enum ip_conntrack_info {
^~~~~~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:81:2: error: redeclaration of enumerator 'IP_CT_ESTABLISHED'
IP_CT_ESTABLISHED,
^~~~~~~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:13:2: note: previous definition of 'IP_CT_ESTABLISHED' was here
IP_CT_ESTABLISHED,
^~~~~~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:85:2: error: redeclaration of enumerator 'IP_CT_RELATED'
IP_CT_RELATED,
^~~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:17:2: note: previous definition of 'IP_CT_RELATED' was here
IP_CT_RELATED,
^~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:89:2: error: redeclaration of enumerator 'IP_CT_NEW'
IP_CT_NEW,
^~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:21:2: note: previous definition of 'IP_CT_NEW' was here
IP_CT_NEW,
^~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:92:2: error: redeclaration of enumerator 'IP_CT_IS_REPLY'
IP_CT_IS_REPLY,
^~~~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:24:2: note: previous definition of 'IP_CT_IS_REPLY' was here
IP_CT_IS_REPLY,
^~~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:94:2: error: redeclaration of enumerator 'IP_CT_ESTABLISHED_REPLY'
IP_CT_ESTABLISHED_REPLY = IP_CT_ESTABLISHED + IP_CT_IS_REPLY,
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:26:2: note: previous definition of 'IP_CT_ESTABLISHED_REPLY' was here
IP_CT_ESTABLISHED_REPLY = IP_CT_ESTABLISHED + IP_CT_IS_REPLY,
^~~~~~~~~~~~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:95:2: error: redeclaration of enumerator 'IP_CT_RELATED_REPLY'
IP_CT_RELATED_REPLY = IP_CT_RELATED + IP_CT_IS_REPLY,
^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:27:2: note: previous definition of 'IP_CT_RELATED_REPLY' was here
IP_CT_RELATED_REPLY = IP_CT_RELATED + IP_CT_IS_REPLY,
^~~~~~~~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:96:2: error: redeclaration of enumerator 'IP_CT_NEW_REPLY'
IP_CT_NEW_REPLY = IP_CT_NEW + IP_CT_IS_REPLY,
^~~~~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:35:2: note: previous definition of 'IP_CT_NEW_REPLY' was here
IP_CT_NEW_REPLY = IP_CT_NUMBER,
^~~~~~~~~~~~~~~
In file included from ftp.c:21:
../../include/helper.h:98:2: error: redeclaration of enumerator 'IP_CT_NUMBER'
IP_CT_NUMBER = IP_CT_IS_REPLY * 2 - 1
^~~~~~~~~~~~
In file included from /usr/include/libnetfilter_conntrack/libnetfilter_conntrack.h:18,
from ../../include/internal.h:4,
from ../../include/conntrackd.h:9,
from ftp.c:19:
/usr/include/libnetfilter_conntrack/linux_nf_conntrack_common.h:31:2: note: previous definition of 'IP_CT_NUMBER' was here
IP_CT_NUMBER,
^~~~~~~~~~~~
make[3]: *** [Makefile:424: ct_helper_ftp_la-ftp.lo] Error 1
make[2]: *** [Makefile:606: all-recursive] Error 1
make[1]: *** [Makefile:417: all-recursive] Error 1
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:7: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
2020-02-28 19:42:12,720 conntrack-tools ERROR building source

File Metadata

Mime Type
text/plain
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6c/a0/3608258d2c362d8b3378639f97ed
Default Alt Text
conntrack-sync-build-error-vyos-20200228.txt (8 KB)

Event Timeline