All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [nf-next/nf_tables8] Unable to compile kernel
Date: Mon, 18 Feb 2013 17:59:52 +0100	[thread overview]
Message-ID: <20130218165952.GA19904@localhost> (raw)
In-Reply-To: <CAOkSjBh78knOWQLmFnz+XyW4umVVnVVkWs9VeYPJdzhxg3T_fg@mail.gmail.com>

On Mon, Feb 18, 2013 at 05:39:49PM +0100, Arturo Borrero Gonzalez wrote:
> Hi there,
> 
> I'm unable to compile the nf-next (branch nf_tables8) kernel:
> 
> [...]
>   CC      init/version.o
>   LD      init/built-in.o
> net/built-in.o: In function `nft_exthdr_eval':
> /home/aborrero/git/nf-next/net/netfilter/nft_exthdr.c:37: undefined
> reference to `ipv6_find_hdr'
> net/built-in.o: In function `nft_set_pktinfo_ipv6':
> /home/aborrero/git/nf-next/include/net/netfilter/nf_tables_ipv6.h:18:
> undefined reference to `ipv6_find_hdr'
> /home/aborrero/git/nf-next/include/net/netfilter/nf_tables_ipv6.h:18:
> undefined reference to `ipv6_find_hdr'
> /home/aborrero/git/nf-next/include/net/netfilter/nf_tables_ipv6.h:18:
> undefined reference to `ipv6_find_hdr'
> make[2]: *** [vmlinux] Error 1
> [...]
> 
> This is the code: http://1984.lsi.us.es/git/nf-next/tree/?h=nf_tables8
> 
> Could anyone give me some hints of what should I do to fix it?

Did you enable IP6_NF_IPTABLES in .config? That function is defined
there. That dependency will be removed since that function now belongs
to the ipv6 core since recently.

BTW, please use this tree:

http://1984.lsi.us.es/git/nftables/

I will remove the nf_tables8 branch on nf-next asap.

Regards.

  reply	other threads:[~2013-02-18 16:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-18 16:39 [nf-next/nf_tables8] Unable to compile kernel Arturo Borrero Gonzalez
2013-02-18 16:59 ` Pablo Neira Ayuso [this message]
2013-02-18 17:04   ` Arturo Borrero Gonzalez
2013-02-18 17:16     ` Arturo Borrero Gonzalez
2013-02-18 17:28       ` Pablo Neira Ayuso
2013-02-18 17:41         ` Arturo Borrero Gonzalez
2013-02-18 21:00           ` Arturo Borrero Gonzalez
2013-02-18 22:08             ` Pablo Neira Ayuso
2013-02-18 23:12               ` 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=20130218165952.GA19904@localhost \
    --to=pablo@netfilter.org \
    --cc=arturo.borrero.glez@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.