From owner-freebsd-stable@freebsd.org Thu Feb 2 17:21:43 2017 Return-Path: Delivered-To: freebsd-stable@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 917D2CCD103 for ; Thu, 2 Feb 2017 17:21:43 +0000 (UTC) (envelope-from sem33@yandex-team.ru) Received: from forwardcorp1h.cmail.yandex.net (forwardcorp1h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::e5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BC8475 for ; Thu, 2 Feb 2017 17:21:42 +0000 (UTC) (envelope-from sem33@yandex-team.ru) Received: from smtpcorp1p.mail.yandex.net (smtpcorp1p.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b6:10]) by forwardcorp1h.cmail.yandex.net (Yandex) with ESMTP id 771A720C25 for ; Thu, 2 Feb 2017 20:21:29 +0300 (MSK) Received: from smtpcorp1p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtpcorp1p.mail.yandex.net (Yandex) with ESMTP id 751BF6E40BB9 for ; Thu, 2 Feb 2017 20:21:29 +0300 (MSK) Received: from unknown (unknown [2a02:6b8:0:401:9180:9848:ad4f:fc50]) by smtpcorp1p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id MIaPluN11t-LTkmCDux; Thu, 02 Feb 2017 20:21:29 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1486056089; bh=CuUb3dYhUWiyC3QL8lg7pD5ga1k7uXiyJl2pB8xnenU=; h=To:From:Subject:Message-ID:Date; b=Y7gNqOD9xMdqH084EeJamNt09LWtbcysp7t1aG3QZsJ5/eZmwZ2Y/jls7zF2A3J41 e0jlul/opSSvPkFFsKJ9YWrVR3OvsAm6ar1Jvdw0nVLP31fihCeKYC/jS+4KBp8xPC IGagxiV+HeZKqBVuegGUQvYVa+30xptZD3zijSxM= Authentication-Results: smtpcorp1p.mail.yandex.net; dkim=pass header.i=@yandex-team.ru To: freebsd-stable@freebsd.org From: Sergey Matveychuk Subject: kernel installation problem on STABLE-11 Message-ID: Date: Thu, 2 Feb 2017 20:21:29 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2017 17:21:43 -0000 Hi. On FreeBSD 11.0 kernel installation procedure is broken. It does not work without COMPILER_TYPE=clang: make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 145: Unable to determine compiler type for CC=cc . Consider setting COMPILER_TYPE. Command 'make installworld COMPILER_TYPE=clang KERNCONF=MYKERNERL' works fine. And it looks like it works without COMPILER_TYPE=clang if you buildworld before. But I'm not sure.