From owner-freebsd-current@FreeBSD.ORG Mon Nov 7 09:57:07 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054451065673 for ; Mon, 7 Nov 2011 09:57:07 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id B84B88FC12 for ; Mon, 7 Nov 2011 09:57:06 +0000 (UTC) Received: by ggnk3 with SMTP id k3so4874222ggn.13 for ; Mon, 07 Nov 2011 01:57:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UfBGS7COVpAr4dbwvGuetKkWmedsUgE68Paqa01q1Wk=; b=sPeveUUax4xE/wFZCnq+peJ9yxbH6153rpXBCRD6ws8g5Sm3to+iXQEyJVgQ0nesxe +loINyNURy8ZR6CdpW8l038FthBc7kmb2eN3TsQ8GfqaJfetweG3xjTF3lllmgNVMOBv PdaYuNYhEdzjtnHJsBvWF2HzQHkNJVQdqjdcw= MIME-Version: 1.0 Received: by 10.236.131.72 with SMTP id l48mr33566120yhi.90.1320659826085; Mon, 07 Nov 2011 01:57:06 -0800 (PST) Received: by 10.150.225.9 with HTTP; Mon, 7 Nov 2011 01:57:06 -0800 (PST) In-Reply-To: References: <20111107075734.GC91353@server.vk2pj.dyndns.org> Date: Mon, 7 Nov 2011 11:57:06 +0200 Message-ID: From: Alexander Yerenkow To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Peter Jeremy Subject: Re: Problem compiling kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 09:57:07 -0000 2011/11/7 Garrett Cooper > On Nov 6, 2011, at 11:57 PM, Peter Jeremy wrote: > > > On 2011-Nov-06 17:41:49 +0200, Alexander Yerenkow > wrote: > >> And problem compiling kernel for amd64 arch. > >> > >> I attached full log: > >> > >> http://www.box.net/shared/juajg1o2lg1mxbht5x9b > > > > 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:438: > 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. > Thanks, that does fix the problem. Is there somewhere request for feature that config must check kernel config for dependencies specified? Or maybe even auto-dependency :) What I mean, someone working at kernel configuration/sanity check util at all? Or mabye it's not requested feature? -Garrett -- Regards, Alexander Yerenkow