From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Srxxd-0005aY-8c for mharc-grub-devel@gnu.org; Thu, 19 Jul 2012 17:08:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srxxa-0005aS-Mq for grub-devel@gnu.org; Thu, 19 Jul 2012 17:08:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrxxZ-0005aM-ME for grub-devel@gnu.org; Thu, 19 Jul 2012 17:08:34 -0400 Received: from mail-gg0-f169.google.com ([209.85.161.169]:38344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrxxZ-0005aC-Hx for grub-devel@gnu.org; Thu, 19 Jul 2012 17:08:33 -0400 Received: by ggm4 with SMTP id 4so3938073ggm.0 for ; Thu, 19 Jul 2012 14:08:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=QmS6eKLxbeH+MfpTVXjyqyvXwRQQv9fIggLYlG2Spbs=; b=FKWsSG9nihkUNtibj0IRydJVfacoTdOrAPNCkXmO5Ogk3iDayOUi2fSTWuoT2ayRlZ UjmBX7BHcLph6UXVXvtH++70ttRXX9c2t54NeFa7d4TVL0ZAG1HuH5Xj6D4PdVn5ZeSj V8tFSG4BxbIjywiT6swDvcf/xavaPfK5L7MBkE3sjUN0UKkt6h7dtGTF0IBlC+HyVtIS Cht2Eld4fxcfYFsMyqaIfWjMTN91BMaSb/tmAIlRRs5e3c4z0G5LEefkfCppnyQqGzvg koKwxOMh/wYX1bV98IV2F5km+gULxZpbtNqKBDLBtj3L62aAvgC7FacWRgyXxlIPd+z5 911g== Received: by 10.236.153.39 with SMTP id e27mr3343239yhk.130.1342732112452; Thu, 19 Jul 2012 14:08:32 -0700 (PDT) Received: from [192.168.0.75] (cpe-70-123-218-92.satx.res.rr.com. [70.123.218.92]) by mx.google.com with ESMTPS id e19sm3090823ann.10.2012.07.19.14.08.30 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 14:08:31 -0700 (PDT) Message-ID: <5008774D.3010307@gmail.com> Date: Thu, 19 Jul 2012 16:08:29 -0500 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120628 Firefox/13.0.1 SeaMonkey/2.10.1 MIME-Version: 1.0 To: The development of GNU GRUB Subject: grub-2.00 build problem (gets) Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.161.169 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: Thu, 19 Jul 2012 21:08:35 -0000 I ran into a minor problem building GRUB-2.00 with glibc-2.16.0. I had to run a simple command to bypass the problem: sed -i -e '/gets is a security/d' grub-core/gnulib/stdio.in.h This may already be fixed, but I thought I'd post just in case. This has also been showing up in several other packages. -- Bruce linuxfromscratch.org