From: Nazim Wahid Djafar <nwd.dev@gmail.com>
To: netfilter-devel@vger.kernel.org
Subject: nftables-20140407 compilation error
Date: Wed, 9 Apr 2014 10:17:22 +0100 [thread overview]
Message-ID: <CABtPJSsULt0MKYHacfGtLbJFLrepcGGB5uUZ5CSaQkNdTb2kSg@mail.gmail.com> (raw)
There is an error of compilation of nftables-20140407 on Debian 7.0
Wheezy (eglibc 2.13 )
nwd@mozart:~/lab/nftables/nftables-20140407$ LANG=us_EN make
-e SUBDIR src/
-e LEX src/scanner.l
-e YACC src/parser.y
-e DEP src/scanner.c
-e DEP src/parser.c
-e DEP src/mnl.c
-e DEP src/erec.c
-e DEP src/utils.c
-e DEP src/gmputil.c
-e DEP src/rbtree.c
-e DEP src/segtree.c
-e DEP src/netlink_delinearize.c
-e DEP src/netlink_linearize.c
-e DEP src/netlink.c
-e DEP src/ct.c
-e DEP src/meta.c
-e DEP src/exthdr.c
-e DEP src/payload.c
-e DEP src/proto.c
-e DEP src/evaluate.c
-e DEP src/expression.c
-e DEP src/datatype.c
-e DEP src/statement.c
-e DEP src/rule.c
-e DEP src/cli.c
-e DEP src/main.c
-e YACC src/parser.y
-e DEP src/parser.c
-e DEP src/scanner.c
-e CC src/main.c
-e CC src/cli.c
-e CC src/rule.c
-e CC src/statement.c
-e CC src/datatype.c
-e CC src/expression.c
-e CC src/evaluate.c
-e CC src/proto.c
-e CC src/payload.c
-e CC src/exthdr.c
-e CC src/meta.c
-e CC src/ct.c
-e CC src/netlink.c
-e CC src/netlink_linearize.c
-e CC src/netlink_delinearize.c
-e CC src/segtree.c
-e CC src/rbtree.c
-e CC src/gmputil.c
-e CC src/utils.c
-e CC src/erec.c
-e CC src/mnl.c
-e CC src/parser.c
-e CC src/scanner.c
-e LD src/nft
src/scanner.o: In function `nft_realloc':
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4260: undefined
reference to `rpl_realloc'
src/scanner.o: In function `nft_alloc':
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
src/scanner.o: In function `nft_realloc':
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4260: undefined
reference to `rpl_realloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4260: undefined
reference to `rpl_realloc'
src/scanner.o: In function `nft_alloc':
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4248: undefined
reference to `rpl_malloc'
src/scanner.o: In function `nft_realloc':
/home/nwd/lab/nftables/nftables-20140407/<stdout>:4260: undefined
reference to `rpl_realloc'
src/utils.o: In function `xmalloc':
/home/nwd/lab/nftables/nftables-20140407/src/utils.c:36: undefined
reference to `rpl_malloc'
src/utils.o: In function `xrealloc':
/home/nwd/lab/nftables/nftables-20140407/src/utils.c:44: undefined
reference to `rpl_realloc'
src/parser.o: In function `nft_parse':
/home/nwd/lab/nftables/nftables-20140407/src/parser.c:3419: undefined
reference to `rpl_malloc'
/home/nwd/lab/nftables/nftables-20140407/src/parser.c:6698: undefined
reference to `rpl_malloc'
collect2: error: ld returned 1 exit status
make[1]: *** [src/nft] Error 1
make: *** [src] Error 2
next reply other threads:[~2014-04-09 9:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 9:17 Nazim Wahid Djafar [this message]
2014-04-09 9:51 ` nftables-20140407 compilation error Florian Westphal
2014-04-09 12:31 ` Pablo Neira Ayuso
2014-04-09 15:29 ` Florian Westphal
2014-04-09 18:44 ` Pablo Neira Ayuso
2014-04-09 21:27 ` Florian Westphal
2014-04-10 10:16 ` Patrick McHardy
2014-04-10 10:41 ` Florian Westphal
2014-04-09 10:26 ` Arturo Borrero Gonzalez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CABtPJSsULt0MKYHacfGtLbJFLrepcGGB5uUZ5CSaQkNdTb2kSg@mail.gmail.com \
--to=nwd.dev@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).