From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 10:29:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78E8F106566B for ; Sun, 8 Feb 2009 10:29:49 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id F10948FC12 for ; Sun, 8 Feb 2009 10:29:48 +0000 (UTC) (envelope-from valentin.bud@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so751795fgb.35 for ; Sun, 08 Feb 2009 02:29:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=SQ/Rvfp4ZvkiHoPkyOkX+exksQKq3cJluqm23Abltn0=; b=fSupXK0TVcmfD9i4IdBhkDNxSH5AgXZWixK5etHE1IvZ+WvU7EZTQ6LNhTDXfYJXXC Jt7TuyHI/gcvrNJHYGOPJFbjqJH3jVeAaHFBbouPbpAmGQgpaYsyWEMgPeA64l4xe/jB V0lyAng5UWE7jihgbrj437j8wJ5F5RZOICOvc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BzAzl8Liu73j/cRy7NXJhZ2ch12UY0MMFgye3O0Q/WWzgP5kXCv/A5EDc1M0bbywpN rVDieLC4xz5Q7OavYU9Xa0470740yT0S+YhKYGnEcznBtVtwzVO+tfT5XM9yRtu0qgO2 MZVo1800wY5Tp7XBa+uNwsT1F9r9DK8HlxoH4= MIME-Version: 1.0 Received: by 10.86.71.1 with SMTP id t1mr2082110fga.3.1234088988064; Sun, 08 Feb 2009 02:29:48 -0800 (PST) In-Reply-To: <498E9BC7.5010808@gmail.com> References: <139b44430902070752g17296e5cr6a910baa6c15386a@mail.gmail.com> <873aeqcjw5.fsf@kobe.laptop> <139b44430902070810n4215d90at777c824b94161a2d@mail.gmail.com> <498E9BC7.5010808@gmail.com> Date: Sun, 8 Feb 2009 12:29:48 +0200 Message-ID: <139b44430902080229m29348dd0k99f575dbf45a7f15@mail.gmail.com> From: Valentin Bud To: Tim Judd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Giorgos Keramidas , freebsd-questions Subject: Re: make installworld fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 10:29:49 -0000 On Sun, Feb 8, 2009 at 10:45 AM, Tim Judd wrote: > Valentin Bud wrote: > >> Hello, >> >> This are the parts from /etc/make.conf regarding system build options: >> # --- system build options >> WITHOUT_IPFILTER=yes >> WITHOUT_IPX=yes >> WITHOUT_LPR=yes >> WITHOUT_RCMDS=yes >> WITHOUT_SENDMAIL=yes >> >> I didn't give any arguments to >> # make buildworld or >> # make installworld >> >> I have ran them as i've typed them above. >> >> Is there something wrong in /etc/make.conf ? >> > > > I should make sure it's mentioned -- > FreeBSD 7.x started an /etc/src.conf that are the knobs for FreeBSD world > ONLY. This leaves /etc/make.conf available for ports ONLY. > > I'd update your files, because there's a possibility your WITHOUT_ > statements were ignored. Thanks for the heads up. I will start right away to move and "organize" these files. :) a great day, v > > > --Tim >