netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nftables-20140407 compilation error
@ 2014-04-09  9:17 Nazim Wahid Djafar
  2014-04-09  9:51 ` Florian Westphal
  2014-04-09 10:26 ` Arturo Borrero Gonzalez
  0 siblings, 2 replies; 9+ messages in thread
From: Nazim Wahid Djafar @ 2014-04-09  9:17 UTC (permalink / raw)
  To: netfilter-devel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-10 10:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09  9:17 nftables-20140407 compilation error Nazim Wahid Djafar
2014-04-09  9:51 ` 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

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).