Bug 35226 - [regression] build failure in git/master: r600_dri.so.tmp: undefined reference to `_mesa_rgba_logicop_enabled'
Summary: [regression] build failure in git/master: r600_dri.so.tmp: undefined referen...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/R600 (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium critical
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 13:09 UTC by David Ronis
Modified: 2011-04-05 07:43 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description David Ronis 2011-03-11 13:09:57 UTC
I ran make distclean, pulled the git/master, ran autogen.sh, configure  and make.

The build dies with:
mklib: Making Linux shared library:  r600_dri.so.tmp
/usr/bin/g++ -march=native -msse2 -mfpmath=sse -O3 -ffast-math -funroll-loops -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing  -fPIC  -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -fvisibility=hidden -DHAVE_LIBDRM_RADEON=1 -I/usr/include/libdrm   -DFEATURE_GL=1 -o r600_dri.so.test ../../../../../src/mesa/drivers/dri/common/dri_test.o r600_dri.so.tmp  ../../../../../src/mesa/libmesa.a  -ldrm   -lexpat -lm -lpthread -ldl -ldrm_radeon  
r600_dri.so.tmp: undefined reference to `_mesa_rgba_logicop_enabled'
collect2: ld returned 1 exit status
Comment 1 Brian Paul 2011-04-05 07:43:38 UTC
This was fixed w/ commit b5872cdda08c8db8bd24bc0bd3e2cd9dd8878ef2


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.