From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aZa7k-0001YJ-DY for mharc-grub-devel@gnu.org; Sat, 27 Feb 2016 03:21:12 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZa7i-0001VA-6N for grub-devel@gnu.org; Sat, 27 Feb 2016 03:21:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZa7e-0006Jg-70 for grub-devel@gnu.org; Sat, 27 Feb 2016 03:21:10 -0500 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::8]:44690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZa7d-0006Gh-TZ for grub-devel@gnu.org; Sat, 27 Feb 2016 03:21:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1456561261; l=983; s=domk; d=aepfle.de; h=Content-Disposition:Content-Type:MIME-Version:Subject:To:From:Date; bh=2TMaGFXSLXVYwIfqcXn4278Iq9SR7C5L7mV9qhDz7MY=; b=xaEfQPuF8dmug9nk88VKGcQsLw3gJkqt3kWvEP4UJncm5otVMFUju6PdthGf9jF+zDv e8IiQHmbnscXrZTWZ/c+srVW7c2xS1nWPN7zO2gbnmzkdiaguSJMGMaQWj5EbiZaf2ha+ EPA398xpDm2/NtmJq0op4hD2yqNX0CSUhv8= X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWtqWFmrC5F/k87927WG X-RZG-CLASS-ID: mo00 Received: from probook (aftr-185-17-204-37.dynamic.mnet-online.de [185.17.204.37]) by smtp.strato.de (RZmta 37.19 DYNA|AUTH) with ESMTPSA id h01f50s1R8KeobE (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sat, 27 Feb 2016 09:20:40 +0100 (CET) Received: by probook (Postfix, from userid 1000) id 1B5565080E; Sat, 27 Feb 2016 09:20:39 +0100 (CET) Date: Sat, 27 Feb 2016 09:20:39 +0100 From: Olaf Hering To: grub-devel@gnu.org Subject: EFI compile error in master Message-ID: <20160227082039.GA5821@aepfle.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.24 (6559) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5300::8 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2016 08:21:11 -0000 Between 15dfea8 and b00e4c2 a compile error was introduced: [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c:551:80: error: macro "N_" passed 2 arguments, but takes just 1 [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c: In function 'grub_efidisk_read': [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c:551: error: 'N_' undeclared (first use in this function) [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c:551: error: (Each undeclared identifier is reported only once [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c:551: error: for each function it appears in.) [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c:574:80: error: macro "N_" passed 2 arguments, but takes just 1 [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c: In function 'grub_efidisk_write': [ 384s] ../../grub2-src/grub-core/disk/efi/efidisk.c:574: error: 'N_' undeclared (first use in this function) [ 384s] make[3]: *** [disk/efi/kernel_exec-efidisk.o] Error 1 Olaf