From owner-freebsd-current@freebsd.org Mon Nov 30 16:35:33 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C40BA3C045 for ; Mon, 30 Nov 2015 16:35:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1AC128C; Mon, 30 Nov 2015 16:35:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pabfh17 with SMTP id fh17so195243230pab.0; Mon, 30 Nov 2015 08:35:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Gybk5I1FfTxdrlLeCRxqhTqGTKzprl2G5AyOUmNkXlQ=; b=BPyEwkXC3G0eXxsCraIY2LbE9fDu80bztJF3pCKHGDrtwQZlSYg37wWe6qEujLmwwj cvWrV/Btnpts3HrUbz5iKTPk+pl6zbtzXQLtHIwTZn+Qe1PHBpnS3nzyF2LrO8dQGQeX T0Q0xazlGF5spCwYz8VwUe9bERPMLUvHI/YNnxdAE39e8042xQHl9TkT5wB/FPopKXZQ u9oO/SKpjYr/SpffbtxmxoD6lKJVWvAoUbjyJfmoaUjnKVEvoP3X6kZPhK5XS/OLXwRj A38obeG6uFdRsblJoRD7bDvLiAwlnmKLUEoSStDe/ZvUkKi2JO1E45P9ihb83nWozAt7 XQAQ== X-Received: by 10.67.14.104 with SMTP id ff8mr70465605pad.92.1448901332911; Mon, 30 Nov 2015 08:35:32 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id xi8sm36824703pab.9.2015.11.30.08.35.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Nov 2015 08:35:31 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: r 291486: buildworld failure: ifieee80211.c:(.text+0xeb7b): undefined reference to From: NGie Cooper In-Reply-To: <20151130113630.3fa9ce26.ohartman@zedat.fu-berlin.de> Date: Mon, 30 Nov 2015 08:35:30 -0800 Cc: FreeBSD CURRENT , Adrian Chadd Content-Transfer-Encoding: quoted-printable Message-Id: <7FBE3B38-E18D-478C-95B3-FF15F6353C93@gmail.com> References: <20151130113630.3fa9ce26.ohartman@zedat.fu-berlin.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 30 Nov 2015 16:35:33 -0000 > On Nov 30, 2015, at 02:36, O. Hartmann = wrote: >=20 > It is hard to build a biuldworld buildkernel system these days :-( > [=E2=80=A6] =E2=80=A6 Hi, This issue should be fixed in r291491. Thanks, -NGie=