Bug 25821

Summary: 'make' for MesaLib-7.6.1 fails even though 'configure' is OK
Product: Mesa Reporter: Sergei Steshenko <sergstesh>
Component: OtherAssignee: mesa-dev
Status: RESOLVED NOTABUG QA Contact:
Severity: blocker    
Priority: high    
Version: 7.6   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: screen output of 'make'

Description Sergei Steshenko 2009-12-29 08:22:24 UTC
Created attachment 32346 [details]
screen output of 'make'

I am building MesaLib in the framework of my AppFromScratch - every target is built and installed in a separate directory.

Under the same settings MesaLib-7.0.3 built OK.

'make' for MesaLib-7.6.1 fails - see the attached 'make_linux.log' file.
Comment 1 Sergei Steshenko 2009-12-29 08:24:09 UTC
'configure' was run using the following autogenerated script:

#!/bin/sh

cd /mnt/sdb8/sergei/AFSWD_debug/build/MesaLib-7.6.1

PATH=/mnt/sdb8/sergei/AFSWD_debug/install/pkg-config-0.23/bin:/home/sergei/mingwi686/bin:/opt/kde3/bin:/home/sergei/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6
/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
export PATH

PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH

./configure  --prefix=/mnt/sdb8/sergei/AFSWD_debug/install/MesaLib-7.6.1
.
Comment 2 Sergei Steshenko 2009-12-29 08:48:35 UTC
Oops, the bug is invalid. My tools had a piece of code which hacked Makefile - it was necessary for MesaLib-7.0.3.

Now that I've removed the piece of code, 'make' is OK.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.