Bug 25821 - 'make' for MesaLib-7.6.1 fails even though 'configure' is OK
Summary: 'make' for MesaLib-7.6.1 fails even though 'configure' is OK
Status: RESOLVED NOTABUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: 7.6
Hardware: x86 (IA32) Linux (All)
: high blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-29 08:22 UTC by Sergei Steshenko
Modified: 2009-12-29 08:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
screen output of 'make' (109.22 KB, text/plain)
2009-12-29 08:22 UTC, Sergei Steshenko
Details

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.