From: "Barry K. Nathan" <barryn@pobox.com>
To: torvalds@transmeta.com (Linus Torvalds)
Cc: linux-kernel@vger.kernel.org
Subject: Re: test13pre2 - netfilter modiles compile failure
Date: Sat, 16 Dec 2000 00:54:11 -0800 (PST) [thread overview]
Message-ID: <200012160854.AAA14403@pobox.com> (raw)
In-Reply-To: <Pine.LNX.4.10.10012160015521.11822-100000@penguin.transmeta.com> from "Linus Torvalds" at Dec 16, 2000 12:23:57 AM
Linus Torvalds wrote:
> Does that work for you?
It compiles in the module case [note: I haven't been doing a
modules_install or actually testing the results of my compiles] but it
gives tons of errors in the in-kernel case (these might be word-wrapped in
silly places, but it should give you the picture):
ld -m elf_i386 -T
/home/barryn/lsoft/kernels/buildspace/linux-2.4.0test13pre2bkn-ath/arch/i386/vmlinux.lds
-e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o drivers/ide/idedriver.o
drivers/cdrom/driver.o drivers/pci/driver.o drivers/video/video.o
drivers/md/mddev.o \
net/network.o \
/home/barryn/lsoft/kernels/buildspace/linux-2.4.0test13pre2bkn-ath/arch/i386/lib/lib.a
/home/barryn/lsoft/kernels/buildspace/linux-2.4.0test13pre2bkn-ath/lib/lib.a
/home/barryn/lsoft/kernels/buildspace/linux-2.4.0test13pre2bkn-ath/arch/i386/lib/lib.a
\
--end-group \
-o vmlinux
net/network.o: In function `fw_in':
net/network.o(.text+0x2e84d): undefined reference to `ip_ct_gather_frags'
net/network.o(.text+0x2e93f): undefined reference to
`ip_conntrack_confirm'
net/network.o: In function `fw_confirm':
net/network.o(.text+0x2ea6b): undefined reference to
`ip_conntrack_confirm'
net/network.o: In function `do_masquerade':
net/network.o(.text+0x2f387): undefined reference to `ip_conntrack_in'
net/network.o(.text+0x2f3b0): undefined reference to `ip_conntrack_get'
net/network.o(.text+0x2f3cd): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f3e9): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f412): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f4d5): undefined reference to `ip_nat_setup_info'
net/network.o(.text+0x2f4e5): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f508): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f51d): undefined reference to `place_in_hashes'
net/network.o(.text+0x2f530): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f553): undefined reference to `ip_nat_lock'
net/network.o(.text+0x2f571): undefined reference to `do_bindings'
net/network.o: In function `check_for_masq_error':
net/network.o(.text+0x2f5a0): undefined reference to `ip_conntrack_get'
net/network.o(.text+0x2f5b7): undefined reference to
`icmp_reply_translation'
net/network.o(.text+0x2f5d1): undefined reference to
`icmp_reply_translation'
net/network.o: In function `check_for_demasq':
net/network.o(.text+0x2f5f6): undefined reference to `find_proto'
net/network.o(.text+0x2f62b): undefined reference to `icmp_error_track'
net/network.o(.text+0x2f648): undefined reference to
`icmp_reply_translation'
net/network.o(.text+0x2f664): undefined reference to
`icmp_reply_translation'
net/network.o(.text+0x2f67e): undefined reference to `get_tuple'
net/network.o(.text+0x2f6b4): undefined reference to
`ip_conntrack_find_get'
net/network.o(.text+0x2f6dd): undefined reference to `ip_conntrack_in'
net/network.o(.text+0x2f71d): undefined reference to `ip_conntrack_get'
net/network.o(.text+0x2f73b): undefined reference to `do_bindings'
net/network.o: In function `masq_procinfo':
net/network.o(.text+0x2f935): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2f954): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2f982): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2f98a): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2f990): undefined reference to
`ip_conntrack_htable_size'
net/network.o(.text+0x2f9a8): undefined reference to `ip_conntrack_hash'
net/network.o(.text+0x2f9b6): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2f9da): undefined reference to `ip_conntrack_hash'
net/network.o(.text+0x2f9ea): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2fa1e): undefined reference to `ip_conntrack_hash'
net/network.o(.text+0x2fa2a): undefined reference to `ip_conntrack_lock'
net/network.o(.text+0x2fa35): undefined reference to
`ip_conntrack_htable_size'
net/network.o(.text+0x2fa65): undefined reference to `ip_conntrack_lock'
net/network.o: In function `masq_cleanup':
net/network.o(.text+0x2fa91): undefined reference to `ip_nat_cleanup'
net/network.o(.text+0x2fa96): undefined reference to
`ip_conntrack_cleanup'
net/network.o: In function `masq_init':
net/network.o(.text.init+0xf22): undefined reference to
`ip_conntrack_init'
net/network.o(.text.init+0xf2d): undefined reference to `ip_nat_init'
net/network.o(.text.init+0xf61): undefined reference to
`ip_conntrack_cleanup'
make: *** [vmlinux] Error 1
-Barry K. Nathan <barryn@pobox.com>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-12-16 9:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-16 4:56 test13pre2 - netfilter modiles compile failure Mohammad A. Haque
2000-12-16 5:52 ` Barry K. Nathan
2000-12-16 6:25 ` Linus Torvalds
2000-12-16 8:06 ` Barry K. Nathan
2000-12-16 8:23 ` Linus Torvalds
2000-12-16 8:42 ` Linus Torvalds
2000-12-16 10:57 ` Harald Welte
2000-12-16 13:09 ` Harald Welte
2000-12-16 17:51 ` Linus Torvalds
2000-12-17 2:43 ` test13pre2 - ieee1394 " Dax Kelson
2000-12-16 8:54 ` Barry K. Nathan [this message]
2000-12-16 6:33 ` test13pre2 - netfilter modiles " Andrew Morton
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=200012160854.AAA14403@pobox.com \
--to=barryn@pobox.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.