Fix intel ddx driver build error with pciaccess enabled
State
10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory
xserver:programs
Keywords
Responsible Engineer
Niveditha Rau
Reported Against
Duplicate Of
Introduced In
solaris_nevada
Commit to Fix
snv_103
Fixed In
snv_103
Release Fixed
solaris_nevada(snv_103)
Related Bugs
Submit Date
4-November-2008
Last Update Date
11-November-2008
Description
Although the bios_reader and bios_dumper utilities are not delivered, need to fix this. The upstream fix for this went into 2.3.2:
author Alan Coopersmith < xxxxx@xxxxx.com> 2008-05-21 21:56:27
committer Alan Coopersmith < xxxxx@xxxxx.com> 2008-05-21 21:56:27
tree a87b184440527710134ff4bd50caf73eb0f5e754
parent 71180653825a1b141a08590e4b767d33d9b5d8c1 (diff)
Define DEFFILEMODE for OS'es that don't have it
dumper.Tpo -c -o bios_dumper.o bios_dumper.c
bios_dumper.c: In function `main':
bios_dumper.c:85: error: `DEFFILEMODE' undeclared (first use in this function)
bios_dumper.c:85: error: (Each undeclared identifier is reported only once
bios_dumper.c:85: error: for each function it appears in.)
*** Error code 1
make: Fatal error: Command failed for target `bios_dumper.o'
Current working directory /net/x11x/export/dev/nivedita/XW_NV_MWS/open-src/driver/xf86-video-intel/build_32/xf86-video-intel-2.3.0/src/bios_reader
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='xvmc bios_reader ch7017 ch7xxx ivch sil164 tfp410 reg_dumper'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /net/x11x/export/dev/nivedita/XW_NV_MWS/open-src/driver/xf86-video-intel/build_32/xf86-video-intel-2.3.0/src
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /net/x11x/export/dev/nivedita/XW_NV_MWS/open-src/driver/xf86-video-intel/build_32/xf86-video-intel-2.3.0/src
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \