WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [XCI] Mesa build problem

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [XCI] Mesa build problem
From: Daniel Barden <daniel.barden@xxxxxxxxx>
Date: Thu, 30 Jul 2009 10:18:40 -0300
Delivery-date: Thu, 30 Jul 2009 06:25:21 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=0VC3tMS8wE6cJRXJDVXujtKpZVU9yhACOc+r1bq1Bhk=; b=a+8btnS3is0/LA+lGrkcOc2AIyPvjCwcR1xxby6Lxexnis6XWy95z3lDdMghvV2pcm Nr0uyaHo6km3/vQHoHw9JhH+oFBTETeQLtT7fImxJNQGRjCmTbwIDBcvjQfAo3XiFS8F VQnJprSmCcEgqySyW7SJ9JPafn/bbgXIl9uQw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vXyA8CKayFDA/JCPG/D0on6n9xnNDHRywHFaVZMcuSVfV93cot5ipVcLze3JOll/F5 ODiiUEkY5I9MrHtolcUKGAr6JWGFN/QuljpmdzexIvxva2g3n1QGLbKVgGiR6J4W+0Rd CTxarBWFyT4NGYHjvohkbxpPmZe8zIVioVRhs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

      While building Mesa library in Xenclient, I got the following problems:

touch depend                                                                                                                                         
makedepend -I -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux -fdepend -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi `pkg-config --cflags libdrm`  glcontextmodes.c clientattrib.c compsize.c eval.c glxcmds.c glxcurrent.c glxext.c glxextensions.c indirect.c indirect_init.c indirect_size.c indirect_window_pos.c indirect_texture_compression.c indirect_transpose_matrix.c indirect_vertex_array.c indirect_vertex_program.c pixel.c pixelstore.c render2.c renderpix.c single2.c singlepix.c vertarr.c xfont.c glx_pbuffer.c glx_query.c drisw_glx.c dri_common.c dri_glx.c XF86dri.c glxhash.c \                                                                                        
                ../../../src/mesa/main/dispatch.c ../../../src/mesa/glapi/glapi.c ../../../src/mesa/glapi/glthread.c ../../../src/mesa/x86/glapi_x86.S                                                                                                                                                     
makedepend: warning:  glcontextmodes.c (reading /usr/include/sys/types.h, line 147): cannot find include file "stddef.h"                             
        not in -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux/stddef.h                                                            
        not in ./stddef.h                                                                                                                            
        not in ../../../include/stddef.h  

In the makedepend line, there is a -I without any directory, that causes the next -I to be considered a directory. Does any of you have the same problem?

Best Regards,
Daniel Barden

-----------------------


PS: Below there is a longer log of the error:

echo "xenclient" > /home/dbarden/work/XCI/project_build_i686/xenclient/root/etc/hostname                    
gccinc=$(/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc -print-search-dirs | grep '^install:' | sed 's@^install: @@')include; \                                                                                                                                               
        rm -f /home/dbarden/work/XCI/build_i686/Mesa-7.2/config/current                                                                              
env PATH="/home/dbarden/work/XCI/toolchain_build_i686/bin:/home/dbarden/work/XCI/build_i686/staging_dir/bin:/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/dbarden/etc/scripts" AR="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ar" AS="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-as" LD="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ld" NM="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-nm" CC="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc -Os  -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include -I/home/dbarden/work/XCI/build_i686/staging_dir/include --sysroot=/home/dbarden/work/XCI/build_i686/staging_dir/ -isysroot /home/dbarden/work/XCI/build_i686/staging_dir -mtune=i686 -march=i686 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb " GCC="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc -Os  -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include -I/home/dbarden/work/XCI/build_i686/staging_dir/include --sysroot=/home/dbarden/work/XCI/build_i686/staging_dir/ -isysroot /home/dbarden/work/XCI/build_i686/staging_dir -mtune=i686 -march=i686 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb " CPP="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-cpp -Os  -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include -I/home/dbarden/work/XCI/build_i686/staging_dir/include --sysroot=/home/dbarden/work/XCI/build_i686/staging_dir/ -isysroot /home/dbarden/work/XCI/build_i686/staging_dir -mtune=i686 -march=i686 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb " CXX="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-g++ -Os  -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include -I/home/dbarden/work/XCI/build_i686/staging_dir/include --sysroot=/home/dbarden/work/XCI/build_i686/staging_dir/ -isysroot /home/dbarden/work/XCI/build_i686/staging_dir -mtune=i686 -march=i686 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -ggdb " FC="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gfortran " RANLIB="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ranlib" STRIP="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-strip" OBJCOPY="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-objcopy" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" FC_FOR_BUILD="/usr/bin/ld" LD_FOR_BUILD="/usr/bin/ld" CFLAGS_FOR_BUILD="" CXXFLAGS_FOR_BUILD="" LDFLAGS_FOR_BUILD="" FCFLAGS_FOR_BUILD="" AR_FOR_TARGET="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ar" AS_FOR_TARGET="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-as" CC_FOR_TARGET="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc" LD_FOR_TARGET="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ld" NM_FOR_TARGET="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-nm" DEFAULT_ASSEMBLER="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-as" DEFAULT_LINKER="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-ld" PKG_CONFIG_SYSROOT_DIR="/home/dbarden/work/XCI/build_i686/staging_dir" PKG_CONFIG="/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/pkg-config" PKG_CONFIG_PATH="/home/dbarden/work/XCI/build_i686/staging_dir/usr/lib/pkgconfig:" STAGING_DIR="/home/dbarden/work/XCI/build_i686/staging_dir" /usr/bin/make -j5 \                                                                                                                        
                MKDEP="makedepend -I$gccinc -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux" \                                     
                CC=/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-gcc CXX=/home/dbarden/work/XCI/build_i686/staging_dir/usr/bin/i686-linux-uclibc-g++ CC_FOR_BUILD=/usr/bin/gcc \                                                                                                 
                -C /home/dbarden/work/XCI/build_i686/Mesa-7.2 linux-dri-x86                                                                          
make[1]: Entering directory `/home/dbarden/work/XCI/build_i686/Mesa-7.2'                                                                             
(cd configs && rm -f current && ln -s linux-dri-x86 current)                                                                                         
/usr/bin/make default                                                                                                                                
make[2]: Entering directory `/home/dbarden/work/XCI/build_i686/Mesa-7.2'                                                                             
make[3]: Entering directory `/home/dbarden/work/XCI/build_i686/Mesa-7.2/src'                                                                         
Making sources for linux-dri-x86                                                                                                                     
make[4]: Entering directory `/home/dbarden/work/XCI/build_i686/Mesa-7.2/src/glx/x11'                                                                 
touch depend                                                                                                                                         
makedepend -I -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux -fdepend -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi `pkg-config --cflags libdrm`  glcontextmodes.c clientattrib.c compsize.c eval.c glxcmds.c glxcurrent.c glxext.c glxextensions.c indirect.c indirect_init.c indirect_size.c indirect_window_pos.c indirect_texture_compression.c indirect_transpose_matrix.c indirect_vertex_array.c indirect_vertex_program.c pixel.c pixelstore.c render2.c renderpix.c single2.c singlepix.c vertarr.c xfont.c glx_pbuffer.c glx_query.c drisw_glx.c dri_common.c dri_glx.c XF86dri.c glxhash.c \                                                                                        
                ../../../src/mesa/main/dispatch.c ../../../src/mesa/glapi/glapi.c ../../../src/mesa/glapi/glthread.c ../../../src/mesa/x86/glapi_x86.S                                                                                                                                                     
makedepend: warning:  glcontextmodes.c (reading /usr/include/sys/types.h, line 147): cannot find include file "stddef.h"                             
        not in -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux/stddef.h                                                            
        not in ./stddef.h                                                                                                                            
        not in ../../../include/stddef.h                                                                                                             
        not in ../../../include/GL/internal/stddef.h                                                                                                 
        not in ../../../src/mesa/main/stddef.h                                                                                                       
        not in ../../../src/mesa/glapi/stddef.h                                                                                                      
        not in /home/dbarden/work/XCI/build_i686/staging_dir/usr/include/drm/stddef.h                                                                
        not in /usr/include/stddef.h                                                                                                                 
makedepend: warning:  glcontextmodes.c (reading /usr/include/X11/Xlib.h, line 75): cannot find include file "stddef.h"                               
        not in -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux/stddef.h                                                            
        not in ./stddef.h                                                                                                                            
        not in ../../../include/stddef.h                                                                                                             
        not in ../../../include/GL/internal/stddef.h                                                                                                 
        not in ../../../src/mesa/main/stddef.h                                                                                                       
        not in ../../../src/mesa/glapi/stddef.h                                                                                                      
        not in /home/dbarden/work/XCI/build_i686/staging_dir/usr/include/drm/stddef.h                                                                
        not in /usr/include/stddef.h                                                                                                                 
makedepend: warning:  glcontextmodes.c (reading ../../../include/GL/glext.h, line 3702): cannot find include file "stddef.h"                         
        not in -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux/stddef.h                                                            
        not in ./stddef.h                                                                                                                            
        not in ../../../include/stddef.h                                                                                                             
        not in ../../../include/GL/internal/stddef.h                                                                                                 
        not in ../../../src/mesa/main/stddef.h                                                                                                       
        not in ../../../src/mesa/glapi/stddef.h                                                                                                      
        not in /home/dbarden/work/XCI/build_i686/staging_dir/usr/include/drm/stddef.h                                                                
        not in /usr/include/stddef.h                                                                                                                 
makedepend: warning:  glcontextmodes.c (reading /usr/include/inttypes.h, line 38): cannot find include file "stddef.h"                               
        not in -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux/stddef.h                                                            
        not in ./stddef.h                                                                                                                            
        not in ../../../include/stddef.h                                                                                                             
        not in ../../../include/GL/internal/stddef.h                                                                                                 
        not in ../../../src/mesa/main/stddef.h                                                                                                       
        not in ../../../src/mesa/glapi/stddef.h                                                                                                      
        not in /home/dbarden/work/XCI/build_i686/staging_dir/usr/include/drm/stddef.h                                                                
        not in /usr/include/stddef.h                                                                                                                 
makedepend: warning:  glcontextmodes.c, line 42: cannot find include file "GL/glxint.h"                                                              
        not in GL/glxint.h                                                                                                                           
        not in GL/glxint.h                                                                                                                           
        not in -I/home/dbarden/work/XCI/build_i686/staging_dir/usr/include/linux/GL/glxint.h                                                         
        not in ./GL/glxint.h                                                                                                                         
        not in ../../../include/GL/glxint.h                                                                                                          
        not in ../../../include/GL/internal/GL/glxint.h                                                                                              
        not in ../../../src/mesa/main/GL/glxint.h                                                                                                    
        not in ../../../src/mesa/glapi/GL/glxint.h                                                                                                   
        not in /home/dbarden/work/XCI/build_i686/staging_dir/usr/include/drm/GL/glxint.h                                                             
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [XCI] Mesa build problem, Daniel Barden <=