From owner-freebsd-current@freebsd.org Tue Feb 13 18:34:35 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38739F18D10 for ; Tue, 13 Feb 2018 18:34:35 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (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 C871D69270 for ; Tue, 13 Feb 2018 18:34:34 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f177.google.com with SMTP id g14so16139658iob.9 for ; Tue, 13 Feb 2018 10:34:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to; bh=epcSkBVfvQ26jL7Q0vJX5KSQBFeemMNQ5xglb7GhuC0=; b=NFhqF59olApWB1LfHXFIRCdSWknuO01IKXmnfLWCZH7BiZIg+4RyXKCXsr4oNkAUr1 j1dSFKePrAXA53bxsUR/hrIzZcH2QP6rFfTwdTbDI0NPS1Y611yMZnW7foXCZngNiS8X 66g2eaWamu3rSdqu/YC6W5KImm5Tfr0+wCPKfXNfaAspieAy0YO5cLOvzwomt4vjOKsb cf6888usExeeR14bNCPYBGkHYh7pqKXV63xbYOzSLcIQpWYrXlW4YhJB6HUO+S6ZiZwI se6E8+xzJA+rIz5iuJba9gqjYjdiAV8q6pIMbitESHj1TCHPptwdpAVTB1i+cjFI/8rO Lk8w== X-Gm-Message-State: APf1xPDiS3Ax/mLUklTEbu15DnOzYOJOXcrJLlSUBLM9nFIQpv+BpVmG CiZayILGC+YzV2KW6r315ZzIy/eR X-Google-Smtp-Source: AH8x225UfR0cWVTfEQ4NmKHg+g64SeaMcntpZyTmmjE18JgWkIRChYlJWn26BUFe3m/FIhT9mX1fmA== X-Received: by 10.107.37.19 with SMTP id l19mr2630206iol.193.1518546867846; Tue, 13 Feb 2018 10:34:27 -0800 (PST) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com. [209.85.223.175]) by smtp.gmail.com with ESMTPSA id s8sm11891937itb.39.2018.02.13.10.34.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Feb 2018 10:34:27 -0800 (PST) Received: by mail-io0-f175.google.com with SMTP id f4so22340714ioh.8 for ; Tue, 13 Feb 2018 10:34:27 -0800 (PST) X-Received: by 10.107.15.8 with SMTP id x8mr2609980ioi.38.1518546867430; Tue, 13 Feb 2018 10:34:27 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.30.149 with HTTP; Tue, 13 Feb 2018 10:34:26 -0800 (PST) In-Reply-To: <20180213140208.GA1180@albert.catwhisker.org> References: <20180201091030.qmq4boyzvvvqkug6@vzakharov> <2e2d0a5d-b032-894b-b0a8-d2ab9163159c@FreeBSD.org> <20180212145430.r5ygphq3yskm7gxi@vzakharov> <20180213094819.ilc2xcbdnpvwsm7a@vzakharov> <20180213140208.GA1180@albert.catwhisker.org> From: Conrad Meyer Date: Tue, 13 Feb 2018 10:34:26 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: buildkernel with PORTS_MODULES fails: Variable OBJTOP is recursive To: David Wolfskill , freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 13 Feb 2018 18:34:35 -0000 On Tue, Feb 13, 2018 at 6:02 AM, David Wolfskill wrote: > On Tue, Feb 13, 2018 at 12:48:19PM +0300, Vladimir Zakharov wrote: >> .... >> > > It seems, setting WITH_AUTO_OBJ in /etc/src-env.conf causes an error. >> > > At least, removing it fixes build for me. > > FWIW, I have never specified WITH_AUTO_OBJ -- and I do encounter the > "Variable OBJTOP is recursive" during the "make install kernel" phase > unless I take evasive action (patches). FYI, it is on by default since r325520. Best, Conrad