From owner-svn-src-all@freebsd.org Fri Jan 29 23:53:54 2016 Return-Path: Delivered-To: svn-src-all@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 7CF5AA71477 for ; Fri, 29 Jan 2016 23:53:54 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) (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 38289136C for ; Fri, 29 Jan 2016 23:53:54 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f68.google.com with SMTP id j99so2819367lfi.2 for ; Fri, 29 Jan 2016 15:53:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=aicyi1SRAWUCUp5d0qKan6Xt22i+H4ekXTIkDpGEl+k=; b=A8/XaOzKB0IkLU0wTmZazNMzb5tUQRKzWsuqBI8gARnxZf2ANYDj3ncgUoLD2rI3kk fYGCN2smwar+oUOsAQC1qCmsQMA9wUjkkjTGylTBUiYjleF0EcqbwtIR4/V+zLJJzc0g wnaw628FLDtbDQCETtU0TpYoHmBb5Jpgj4IGsKSXSQUhmlFiJQmzlpqfVbCwbknrG5ab Z1TYqacmDPIBh+5XFw00vEl22M2pOVdpbxMnSxEPn/RQB+Dfc3lcMZP2Bpjb21EAh9ie nBl1nDQmY2KbaXE4kB3/v5lSgIXZeF+Gn+GxStIz5ZzdrZZFhG0DmYfFZsKZeIFRDl+H LLMg== X-Gm-Message-State: AG10YORfK98SmhC2JObDzCc+lt65smzVJgs//bjm7UX2UTfVyqZBSWDuYx3+K9ZkTngd5w== X-Received: by 10.25.10.200 with SMTP id 191mr4517256lfk.116.1454110564015; Fri, 29 Jan 2016 15:36:04 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id 84sm2349408lfp.17.2016.01.29.15.36.02 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 29 Jan 2016 15:36:03 -0800 (PST) Subject: Re: svn commit: r294981 - in stable/10/sys/boot: common efi efi/boot1 efi/include efi/libefi efi/loader efi/loader/arch/amd64 fdt i386/libi386 To: Steven Hartland , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org References: <201601281211.u0SCBhQG058154@repo.freebsd.org> From: Andrey Chernov Message-ID: <56ABF762.7010103@freebsd.org> Date: Sat, 30 Jan 2016 02:36:02 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201601281211.u0SCBhQG058154@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 23:53:54 -0000 I am not sure this is exact commit which cause this, but any operation in /sys/boot/efi ends like this (by hand, not from buildworld): (i386-stable machine, clang compiler) ===> efi (obj) make[1]: "/usr/src/sys/boot/efi/Makefile" line 4: Malformed conditional (${COMPILER_TYPE} != "gcc") make[1]: Fatal errors encountered -- cannot continue make[1]: stopped in /usr/src/sys/boot/efi *** Error code 1 Stop. make: stopped in /usr/src/sys/boot -- http://ache.vniz.net/