From owner-freebsd-stable@FreeBSD.ORG Sat Nov 10 21:39:18 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E245716A417 for ; Sat, 10 Nov 2007 21:39:18 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 9F67113C4B3 for ; Sat, 10 Nov 2007 21:39:18 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id lAALLULO001522 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Nov 2007 13:21:30 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <473620DD.7010006@errno.com> Date: Sat, 10 Nov 2007 13:21:33 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.6 (X11/20070814) MIME-Version: 1.0 To: Frederic Chardon References: <8e73e8440711101120s13599e18h1774692414fbf4ef@mail.gmail.com> In-Reply-To: <8e73e8440711101120s13599e18h1774692414fbf4ef@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-DCC-Rhyolite-Metrics: o.com; whitelist Cc: freebsd-stable@freebsd.org Subject: Re: 7.0-BETA2 buildworld fails: WITHOUT_WPA_SUPPLICANT_EAPOL X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 21:39:19 -0000 Frederic Chardon wrote: >> ---------- Message transféré ---------- >> From: Eugene Grosbein >> To: stable@freebsd.org >> Date: Sat, 10 Nov 2007 11:20:24 +0700 >> Subject: 7.0-BETA2 buildworld fails: WITHOUT_WPA_SUPPLICANT_EAPOL >> Hi! >> >> Yesterday I've upgraded 7.0-BETA1 to 7.0-BETA2 with standard source >> upgrade procedure. Then I've tried to build world again using same sources >> but this time with some parts turned off via src.conf and found >> that make -j2 buildworld fails. This is my /etc/src.conf: >> >> WITHOUT_ATM= >> WITHOUT_AUDIT= >> WITHOUT_AUTHPF= >> WITHOUT_ZFS= >> WITHOUT_CDDL= >> WITHOUT_FORTRAN= >> WITHOUT_GCOV= >> WITHOUT_HTML= >> WITHOUT_I4B= >> WITHOUT_INET6= >> WITHOUT_IPFILTER= >> WITHOUT_IPX= >> WITHOUT_KERBEROS= >> WITHOUT_NIS= >> WITHOUT_PF= >> WITHOUT_PROFILE= >> WITHOUT_WPA_SUPPLICANT_EAPOL= >> > > > Hello > I had exactly the same problem this morning, simply comment > #WITHOUT_WPA_SUPPLICANT_EAPOL= > in your make.conf and it should work. > > Or update; I just fixed the Makefile. Sam