Date: Mon, 7 Nov 2011 00:59:59 -0800 From: Garrett Cooper <yanegomi@gmail.com> To: Peter Jeremy <peterjeremy@acm.org> Cc: Alexander Yerenkow <yerenkow@gmail.com>, freebsd-current@freebsd.org Subject: Re: Problem compiling kernel Message-ID: <A5FD7CCF-6CBD-43A7-8520-38B529BC8418@gmail.com> In-Reply-To: <20111107075734.GC91353@server.vk2pj.dyndns.org> References: <CAPJF9wmL%2Be1M%2BP4AZwA-v=n5%2BroTm8UHUcOwXH2C1j0BukYxGQ@mail.gmail.com> <20111107075734.GC91353@server.vk2pj.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 6, 2011, at 11:57 PM, Peter Jeremy wrote: > On 2011-Nov-06 17:41:49 +0200, Alexander Yerenkow <yerenkow@gmail.com> = wrote: >> And problem compiling kernel for amd64 arch. >>=20 >> I attached full log: >>=20 >> http://www.box.net/shared/juajg1o2lg1mxbht5x9b >=20 > It looks like you did a parallel - in which case the actual error is > buried somewhere in that output. Please repeat without any '-j' > and post the last 50-100 lines of output. ip_fw_nat.o: In function = `del_redir_spool_cfg':/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat= .c:123: undefined reference to `LibAliasRedirectDelete' ip_fw_nat.o: In function `ipfw_nat_destroy': /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:615: undefined = reference to `LibAliasUninit' /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:615: undefined = reference to `LibAliasUninit' ip_fw_nat.o: In function `ifaddr_change': /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:80: undefined = reference to `LibAliasSetAddress' ip_fw_nat.o: In function `ipfw_nat_del': /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:482: undefined = reference to `LibAliasUninit'ip_fw_nat.o: In function = `ipfw_nat_cfg':/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:437:= undefined reference to = `LibAliasSetMode'/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:43= 8: undefined reference to `LibAliasSetAddress' ip_fw_nat.o: In function = `add_redir_spool_cfg':/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat= .c:193: undefined reference to = `LibAliasAddServer'/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:= 158: undefined reference to = `LibAliasRedirectAddr'/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat= .c:167: undefined reference to `LibAliasRedirectPort' /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:178: undefined = reference to `LibAliasRedirectProto'ip_fw_nat.o: In function = `ipfw_nat_cfg':/zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:416:= undefined reference to `LibAliasInit'ip_fw_nat.o: In function = `ipfw_nat': /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:216: undefined = reference to `m_megapullup' /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:295: undefined = reference to `LibAliasOut' /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:276: undefined = reference to `LibAliasOutTry' /zpool0/testenv/sources/9/sys/netinet/ipfw/ip_fw_nat.c:292: undefined = reference to `LibAliasIn' You need to compile with libalias support. -Garrett=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A5FD7CCF-6CBD-43A7-8520-38B529BC8418>