From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH9GU-0004EZ-09 for qemu-devel@nongnu.org; Fri, 21 Oct 2011 03:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RH9GT-0002ID-4e for qemu-devel@nongnu.org; Fri, 21 Oct 2011 03:11:37 -0400 Message-ID: <4EA11B20.3050800@redhat.com> Date: Fri, 21 Oct 2011 09:11:28 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1318897082-27413-1-git-send-email-agraf@suse.de> <4E9D3EE5.8050402@suse.de> <20111018113745.GE6655@truffala.fritz.box> <4EA06A01.5080806@redhat.com> <20111021033428.GB6826@truffala.fritz.box> In-Reply-To: <20111021033428.GB6826@truffala.fritz.box> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH] PPC: Fail configure when libfdt is not available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Alexander Graf , qemu-ppc@nongnu.org, qemu-devel@nongnu.org Hi, >> dtc-lexer.lex.o: In function `pop_input_file': >> /home/buildbot/git/dtc/dtc-lexer.l:201: undefined reference to >> `yypop_buffer_state' >> collect2: ld returned 1 exit status >> make: *** [dtc] Error 1 > > ...this is harder. I do rely fairly heavily on the lex multiple input > buffer support for processing includes. I'm not sure when that went > in, but obviously after flex 2.5.4. > I could rewrite to not rely on the flex stuff and do it myself, but it > would be non-trivial, so I'm afraid that fix won't happen particularly > soon. For the record: Updating flex to 2.5.35 made dtc build fine on RHEL-5. cheers, Gerd