From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 6/9] gnu: Add greenisland. Date: Wed, 07 Sep 2016 02:50:46 -0400 Message-ID: <87a8fk4309.fsf@netris.org> References: <20160901155711.7388-1-david@craven.ch> <20160901155711.7388-6-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhWhZ-0007Th-Lj for guix-devel@gnu.org; Wed, 07 Sep 2016 02:51:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhWhV-0003LY-FY for guix-devel@gnu.org; Wed, 07 Sep 2016 02:51:16 -0400 Received: from world.peace.net ([50.252.239.5]:54475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhWhV-0003LU-BT for guix-devel@gnu.org; Wed, 07 Sep 2016 02:51:13 -0400 In-Reply-To: <20160901155711.7388-6-david@craven.ch> (David Craven's message of "Thu, 1 Sep 2016 17:57:08 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven writes: > * gnu/packages/display-managers.scm (greenisland): New variable. This failed to build on Hydra: https://hydra.gnu.org/build/1467499 (x86_64) https://hydra.gnu.org/build/1467553 (i686) https://hydra.gnu.org/build/1467561 (mips64el) It failed during the configuration phase of cmake: --8<---------------cut here---------------start------------->8--- CMake Error at /gnu/store/zcn7lm8lf60q0756q7z9qpvl9z5wbh82-cmake-3.5.2/share/cmake-3.5/Modules/FeatureSummary.cmake:556 (message): feature_summary() Error: REQUIRED package(s) are missing, aborting CMake run. Call Stack (most recent call first): CMakeLists.txt:173 (feature_summary) -- Configuring incomplete, errors occurred! --8<---------------cut here---------------end--------------->8--- Did you test this? Mark