From: Dave Jones <davej@codemonkey.org.uk>
To: torvalds@transmeta.com, Kevin Brosius <cobra@compuserve.com>
Cc: kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.5 bk undefined reference to ip_amanda_lock ?
Date: Sun, 6 Apr 2003 20:57:14 +0100 [thread overview]
Message-ID: <20030406195706.GA18213@suse.de> (raw)
In-Reply-To: <3E8ED6C6.316264C6@compuserve.com>
On Sat, Apr 05, 2003 at 08:14:46AM -0500, Kevin Brosius wrote:
> Anyone else seeing:
>
> ld -m elf_i386 -T arch/i386/vmlinux.lds.s
> arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/built-in.o
> --start-group usr/built-in.o arch/i386/kernel/built-in.o
> arch/i386/mm/built-in.o arch/i386/mach-default/built-in.o
> kernel/built-in.o mm/built-in.o fs/built-in.o ipc/built-in.o
> security/built-in.o crypto/built-in.o lib/lib.a arch/i386/lib/lib.a
> drivers/built-in.o sound/built-in.o arch/i386/pci/built-in.o
> net/built-in.o --end-group -o .tmp_vmlinux1
> net/built-in.o: In function `help':
> net/built-in.o(.text+0x6a283): undefined reference to `ip_amanda_lock'
> net/built-in.o(.text+0x6a2ac): undefined reference to `ip_amanda_lock'
> net/built-in.o(.text+0x6a2c5): undefined reference to `ip_amanda_lock'
> net/built-in.o(.text+0x6a2da): undefined reference to `ip_amanda_lock'
> net/built-in.o(.text+0x6a2ec): undefined reference to `ip_amanda_lock'
> net/built-in.o(.text+0x6a334): more undefined references to
> `ip_amanda_lock' follow
> make: *** [.tmp_vmlinux1] Error 1
>
> in 2.5 bk current? I've attached 'grep "=[y|m]" .config'
Looks like a cut-n-paste thinko.
Dave
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/net/ipv4/netfilter/Kconfig linux-2.5/net/ipv4/netfilter/Kconfig
--- bk-linus/net/ipv4/netfilter/Kconfig 2003-04-02 11:51:59.000000000 +0100
+++ linux-2.5/net/ipv4/netfilter/Kconfig 2003-04-06 15:34:02.000000000 +0100
@@ -415,8 +415,8 @@ config IP_NF_NAT_TFTP
config IP_NF_NAT_AMANDA
tristate
depends on IP_NF_IPTABLES!=n && IP_NF_CONNTRACK!=n && IP_NF_NAT!=n
- default IP_NF_NAT if IP_NF_TFTP=y
- default m if IP_NF_TFTP=m
+ default IP_NF_NAT if IP_NF_AMANDA=y
+ default m if IP_NF_AMANDA=m
config IP_NF_MANGLE
tristate "Packet mangling"
next prev parent reply other threads:[~2003-04-06 19:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-05 13:14 2.5 bk undefined reference to ip_amanda_lock ? Kevin Brosius
2003-04-06 19:57 ` Dave Jones [this message]
2003-04-06 21:59 ` Kevin Brosius
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=20030406195706.GA18213@suse.de \
--to=davej@codemonkey.org.uk \
--cc=cobra@compuserve.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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.