Bug 36702 - git master 41b38bd won't build on amd64
Summary: git master 41b38bd won't build on amd64
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 22:51 UTC by atswartz
Modified: 2012-08-18 06:31 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
configure & build log (391.50 KB, text/x-log)
2011-04-29 22:51 UTC, atswartz
Details

Description atswartz 2011-04-29 22:51:47 UTC
Created attachment 46181 [details]
configure & build log

Even though I have not enabled gallium-nouveau, I am getting an error during make in /src/gallium/drivers/nvfx

makedepend -fdepend -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers  -I../../../../src/gallium/drivers/nouveau/include nv04_2d.c nvfx_buffer.c nvfx_context.c nvfx_clear.c nvfx_draw.c nvfx_fragprog.c nvfx_fragtex.c nv30_fragtex.c nv40_fragtex.c nvfx_miptree.c nvfx_push.c nvfx_query.c nvfx_resource.c nvfx_screen.c nvfx_state.c nvfx_state_emit.c nvfx_state_fb.c nvfx_surface.c nvfx_transfer.c nvfx_vbo.c nvfx_vertprog.c    2> /dev/null
make[5]: Leaving directory `/tmp/Mesa-master_41b38bd/src/gallium/drivers/nvfx'
make[5]: Entering directory `/tmp/Mesa-master_41b38bd/src/gallium/drivers/nvfx'
gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers  -I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math -fno-strict-aliasing  nv04_2d.c -o nv04_2d.o
gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers  -I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math -fno-strict-aliasing  nvfx_buffer.c -o nvfx_buffer.o
gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers  -I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math -fno-strict-aliasing  nvfx_context.c -o nvfx_context.o
gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers  -I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math -fno-strict-aliasing  nvfx_clear.c -o nvfx_clear.o
gcc -c -I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers  -I../../../../src/gallium/drivers/nouveau/include -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC -m64 -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DUSE_X86_64_ASM -I/usr/X11R6/include -std=c99 -ffast-math -fno-strict-aliasing  nvfx_draw.c -o nvfx_draw.o
nv04_2d.c:41:34: fatal error: nouveau/nv04_pushbuf.h: No such file or directory
compilation terminated.
make[5]: *** [nv04_2d.o] Error 1
make[5]: *** Waiting for unfinished jobs....
Comment 1 Matt Turner 2012-08-18 06:31:52 UTC
Missing libdrm header.


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.