Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Problem with autoreconf mesa3d
@ 2014-03-07 10:11 Will Wagner
  2014-03-08  9:11 ` Bernd Kuhls
  0 siblings, 1 reply; 2+ messages in thread
From: Will Wagner @ 2014-03-07 10:11 UTC (permalink / raw)
  To: buildroot

Hello,

I am seeing a build error whilst building mesa3d in 2014.02. The error 
occurs when autoreconf rebuilds the configure file.

In configure.ac there is the following to determine the version of mes3d:

m4_define([mesa_version],
     [m4_esyscmd([${MAKE-make} -s -f bin/version.mk version | tr -d '\n' 
| tr -d '\r'])])

The output of this should be "7.10.3"

My problem is that I have a wrapper Makefile that calls buildroot. This 
then means that when autoreconf is called make will print out the 
directory like "make: Entering directory `/foo/bar/mesa3d'."

So what I get is version being defined as

"make: Entering directory `/foo/bar/mesa3d'.7.10.3make: Leaving 
directory `/foo/bar/mesa3d'."

It easy for me to fix because I can use --no-print-directory when 
invoking buildroot from my wrapper makefile but it feels like this is an 
issue with mesa3d.

This feels like a poorly written configure.ac file. Would people agree? 
Is it worth patching it to prevent this? I know people are working on 
bumping the version of mesa so perhaps this would just go away with that?

Thanks
Will

-- 
------------------------------------------------------------------------
Will Wagner                                     will_wagner at carallon.com
Development Manager                      Office Tel: +44 (0)20 7471 9224
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-08  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 10:11 [Buildroot] Problem with autoreconf mesa3d Will Wagner
2014-03-08  9:11 ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox