<86>Jul 26 13:17:30 userdel[2757218]: delete user 'rooter' <86>Jul 26 13:17:30 userdel[2757218]: removed group 'rooter' owned by 'rooter' <86>Jul 26 13:17:30 userdel[2757218]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 26 13:17:30 groupadd[2757231]: group added to /etc/group: name=rooter, GID=648 <86>Jul 26 13:17:30 groupadd[2757231]: group added to /etc/gshadow: name=rooter <86>Jul 26 13:17:30 groupadd[2757231]: new group: name=rooter, GID=648 <86>Jul 26 13:17:30 useradd[2757256]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Jul 26 13:17:30 userdel[2757271]: delete user 'builder' <86>Jul 26 13:17:30 userdel[2757271]: removed group 'builder' owned by 'builder' <86>Jul 26 13:17:30 userdel[2757271]: removed shadow group 'builder' owned by 'builder' <86>Jul 26 13:17:30 groupadd[2757282]: group added to /etc/group: name=builder, GID=649 <86>Jul 26 13:17:30 groupadd[2757282]: group added to /etc/gshadow: name=builder <86>Jul 26 13:17:30 groupadd[2757282]: new group: name=builder, GID=649 <86>Jul 26 13:17:30 useradd[2757293]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/vidix-1.0.0-alt0.2.1.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>Jul 26 13:17:32 rpmi: libdha-1.0-alt1.qa1 1365953062 installed <13>Jul 26 13:17:32 rpmi: libdha-devel-1.0-alt1.qa1 1365953062 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/vidix-1.0.0-alt0.2.1.qa1.nosrc.rpm (w1.gzdio) Installing vidix-1.0.0-alt0.2.1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32576 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf vidix-svn-r21861 + echo 'Source #0 (vidix-svn-r21861.tar.bz2):' Source #0 (vidix-svn-r21861.tar.bz2): + /bin/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/vidix-svn-r21861.tar.bz2 + cd vidix-svn-r21861 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (vidix-svn-r21861-configure.patch.gz):' Patch #0 (vidix-svn-r21861-configure.patch.gz): + /usr/bin/patch -p1 + /bin/gzip -dc /usr/src/RPM/SOURCES/vidix-svn-r21861-configure.patch.gz patching file configure patching file drivers/Makefile patching file Makefile + echo 'Patch #1 (vidix-svn-r21861-include.patch.gz):' Patch #1 (vidix-svn-r21861-include.patch.gz): + /usr/bin/patch -p1 + /bin/gzip -dc /usr/src/RPM/SOURCES/vidix-svn-r21861-include.patch.gz patching file drivers/bswap.h patching file drivers/cyberblade_vid.c patching file drivers/mach64_vid.c patching file drivers/mga_vid.c patching file drivers/nvidia_vid.c patching file drivers/pm3_vid.c patching file drivers/radeon_vid.c patching file drivers/savage_vid.c patching file drivers/sis_bridge.c patching file drivers/sis_vid.c patching file drivers/unichrome_vid.c patching file vidixlib.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32576 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vidix-svn-r21861 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC' + sh ./configure --prefix=/usr --libdir=/usr/lib --cc=gcc Detected operating system: Linux Detected host architecture: i386 Checking for mman.h ... yes Checking for malloc.h ... yes Checking for memalign ... yes Creating config.mak Creating config.h + make -j8 make -C drivers make: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o vidixlib.o vidixlib.c make: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861' make: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861' ld -shared -soname libvidix.so.1.0.0 -o libvidix.so.1.0.0 vidixlib.o -lc -ldl ln -sf libvidix.so.1.0.0 libvidix.so.1.0 ln -sf libvidix.so.1.0.0 libvidix.so.1 ln -sf libvidix.so.1.0.0 libvidix.so make: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o mach64_vid.o mach64_vid.c mach64_vid.c: In function 'mach64_vid_display_video': mach64_vid.c:633:14: warning: variable 'vf' set but not used [-Wunused-but-set-variable] 633 | uint32_t vf; | ^~ mach64_vid.c: In function 'mach64_vid_init_video': mach64_vid.c:709:63: warning: variable 'leftUV' set but not used [-Wunused-but-set-variable] 709 | uint32_t src_w,src_h,dest_w,dest_h,pitch,h_inc,v_inc,left,leftUV,top,ecp,y_pos; | ^~~~~~ mach64_vid.c: In function 'vixPlaybackSetEq': mach64_vid.c:988:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 988 | if(br < -64) br = -64; if(br > 63) br = 63; | ^~ mach64_vid.c:988:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 988 | if(br < -64) br = -64; if(br > 63) br = 63; | ^~ mach64_vid.c:990:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 990 | if(sat < 0) sat = 0; if(sat > 31) sat = 31; | ^~ mach64_vid.c:990:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 990 | if(sat < 0) sat = 0; if(sat > 31) sat = 31; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o mga_vid.o mga_vid.c make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o pm3_vid.o pm3_vid.c pm3_vid.c: In function 'vixConfigPlayback': pm3_vid.c:286:42: warning: pointer targets in passing argument 3 of 'compute_scale_factor' differ in signedness [-Wpointer-sign] 286 | compute_scale_factor(&src_w, &drw_w, &shrink, &zoom); | ^~~~~~~ | | | int * pm3_vid.c:203:19: note: expected 'unsigned int *' but argument is of type 'int *' 203 | unsigned int* shrink_delta, unsigned int* zoom_delta) | ~~~~~~~~~~~~~~^~~~~~~~~~~~ pm3_vid.c:286:51: warning: pointer targets in passing argument 4 of 'compute_scale_factor' differ in signedness [-Wpointer-sign] 286 | compute_scale_factor(&src_w, &drw_w, &shrink, &zoom); | ^~~~~ | | | int * pm3_vid.c:203:47: note: expected 'unsigned int *' but argument is of type 'int *' 203 | unsigned int* shrink_delta, unsigned int* zoom_delta) | ~~~~~~~~~~~~~~^~~~~~~~~~ In file included from pm3_vid.c:35: pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:311:5: note: in expansion of macro 'RAMDAC_SET_REG' 311 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartLow, (info->dest.x & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:311:5: note: in expansion of macro 'RAMDAC_SET_REG' 311 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartLow, (info->dest.x & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:311:5: note: in expansion of macro 'RAMDAC_SET_REG' 311 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartLow, (info->dest.x & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:311:5: note: in expansion of macro 'RAMDAC_SET_REG' 311 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartLow, (info->dest.x & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:311:5: note: in expansion of macro 'RAMDAC_SET_REG' 311 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartLow, (info->dest.x & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:311:5: note: in expansion of macro 'RAMDAC_SET_REG' 311 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartLow, (info->dest.x & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:312:5: note: in expansion of macro 'RAMDAC_SET_REG' 312 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartHigh, (info->dest.x & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:312:5: note: in expansion of macro 'RAMDAC_SET_REG' 312 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartHigh, (info->dest.x & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:312:5: note: in expansion of macro 'RAMDAC_SET_REG' 312 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartHigh, (info->dest.x & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:312:5: note: in expansion of macro 'RAMDAC_SET_REG' 312 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartHigh, (info->dest.x & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:312:5: note: in expansion of macro 'RAMDAC_SET_REG' 312 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartHigh, (info->dest.x & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:312:5: note: in expansion of macro 'RAMDAC_SET_REG' 312 | RAMDAC_SET_REG(PM3RD_VideoOverlayXStartHigh, (info->dest.x & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:313:5: note: in expansion of macro 'RAMDAC_SET_REG' 313 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndLow, (info->dest.x+drw_w) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:313:5: note: in expansion of macro 'RAMDAC_SET_REG' 313 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndLow, (info->dest.x+drw_w) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:313:5: note: in expansion of macro 'RAMDAC_SET_REG' 313 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndLow, (info->dest.x+drw_w) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:313:5: note: in expansion of macro 'RAMDAC_SET_REG' 313 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndLow, (info->dest.x+drw_w) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:313:5: note: in expansion of macro 'RAMDAC_SET_REG' 313 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndLow, (info->dest.x+drw_w) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:313:5: note: in expansion of macro 'RAMDAC_SET_REG' 313 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndLow, (info->dest.x+drw_w) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:314:5: note: in expansion of macro 'RAMDAC_SET_REG' 314 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:314:5: note: in expansion of macro 'RAMDAC_SET_REG' 314 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:314:5: note: in expansion of macro 'RAMDAC_SET_REG' 314 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:314:5: note: in expansion of macro 'RAMDAC_SET_REG' 314 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:314:5: note: in expansion of macro 'RAMDAC_SET_REG' 314 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:314:5: note: in expansion of macro 'RAMDAC_SET_REG' 314 | RAMDAC_SET_REG(PM3RD_VideoOverlayXEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:316:5: note: in expansion of macro 'RAMDAC_SET_REG' 316 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartLow, (info->dest.y & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:316:5: note: in expansion of macro 'RAMDAC_SET_REG' 316 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartLow, (info->dest.y & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:316:5: note: in expansion of macro 'RAMDAC_SET_REG' 316 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartLow, (info->dest.y & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:316:5: note: in expansion of macro 'RAMDAC_SET_REG' 316 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartLow, (info->dest.y & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:316:5: note: in expansion of macro 'RAMDAC_SET_REG' 316 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartLow, (info->dest.y & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:316:5: note: in expansion of macro 'RAMDAC_SET_REG' 316 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartLow, (info->dest.y & 0xff)); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:317:5: note: in expansion of macro 'RAMDAC_SET_REG' 317 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartHigh, (info->dest.y & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:317:5: note: in expansion of macro 'RAMDAC_SET_REG' 317 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartHigh, (info->dest.y & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:317:5: note: in expansion of macro 'RAMDAC_SET_REG' 317 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartHigh, (info->dest.y & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:317:5: note: in expansion of macro 'RAMDAC_SET_REG' 317 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartHigh, (info->dest.y & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:317:5: note: in expansion of macro 'RAMDAC_SET_REG' 317 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartHigh, (info->dest.y & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:317:5: note: in expansion of macro 'RAMDAC_SET_REG' 317 | RAMDAC_SET_REG(PM3RD_VideoOverlayYStartHigh, (info->dest.y & 0xf00)>>8); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:318:5: note: in expansion of macro 'RAMDAC_SET_REG' 318 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndLow, (info->dest.y+drw_h) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:318:5: note: in expansion of macro 'RAMDAC_SET_REG' 318 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndLow, (info->dest.y+drw_h) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:318:5: note: in expansion of macro 'RAMDAC_SET_REG' 318 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndLow, (info->dest.y+drw_h) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:318:5: note: in expansion of macro 'RAMDAC_SET_REG' 318 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndLow, (info->dest.y+drw_h) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:318:5: note: in expansion of macro 'RAMDAC_SET_REG' 318 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndLow, (info->dest.y+drw_h) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:318:5: note: in expansion of macro 'RAMDAC_SET_REG' 318 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndLow, (info->dest.y+drw_h) & 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:319:5: note: in expansion of macro 'RAMDAC_SET_REG' 319 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:319:5: note: in expansion of macro 'RAMDAC_SET_REG' 319 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:319:5: note: in expansion of macro 'RAMDAC_SET_REG' 319 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:319:5: note: in expansion of macro 'RAMDAC_SET_REG' 319 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:319:5: note: in expansion of macro 'RAMDAC_SET_REG' 319 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:319:5: note: in expansion of macro 'RAMDAC_SET_REG' 319 | RAMDAC_SET_REG(PM3RD_VideoOverlayYEndHigh, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:322:5: note: in expansion of macro 'RAMDAC_SET_REG' 322 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:322:5: note: in expansion of macro 'RAMDAC_SET_REG' 322 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:322:5: note: in expansion of macro 'RAMDAC_SET_REG' 322 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:322:5: note: in expansion of macro 'RAMDAC_SET_REG' 322 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:322:5: note: in expansion of macro 'RAMDAC_SET_REG' 322 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:322:5: note: in expansion of macro 'RAMDAC_SET_REG' 322 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:323:5: note: in expansion of macro 'RAMDAC_SET_REG' 323 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x00); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:323:5: note: in expansion of macro 'RAMDAC_SET_REG' 323 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x00); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:323:5: note: in expansion of macro 'RAMDAC_SET_REG' 323 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x00); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:323:5: note: in expansion of macro 'RAMDAC_SET_REG' 323 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x00); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:323:5: note: in expansion of macro 'RAMDAC_SET_REG' 323 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x00); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:323:5: note: in expansion of macro 'RAMDAC_SET_REG' 323 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x00); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:324:5: note: in expansion of macro 'RAMDAC_SET_REG' 324 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:324:5: note: in expansion of macro 'RAMDAC_SET_REG' 324 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:324:5: note: in expansion of macro 'RAMDAC_SET_REG' 324 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:324:5: note: in expansion of macro 'RAMDAC_SET_REG' 324 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:324:5: note: in expansion of macro 'RAMDAC_SET_REG' 324 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xff); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:324:5: note: in expansion of macro 'RAMDAC_SET_REG' 324 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xff); | ^~~~~~~~~~~~~~ pm3_vid.c: In function 'vixPlaybackOn': pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:348:5: note: in expansion of macro 'RAMDAC_SET_REG' 348 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:348:5: note: in expansion of macro 'RAMDAC_SET_REG' 348 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:348:5: note: in expansion of macro 'RAMDAC_SET_REG' 348 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:348:5: note: in expansion of macro 'RAMDAC_SET_REG' 348 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:348:5: note: in expansion of macro 'RAMDAC_SET_REG' 348 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:348:5: note: in expansion of macro 'RAMDAC_SET_REG' 348 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_vid.c: In function 'vixPlaybackOff': pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:359:5: note: in expansion of macro 'RAMDAC_SET_REG' 359 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:359:5: note: in expansion of macro 'RAMDAC_SET_REG' 359 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:359:5: note: in expansion of macro 'RAMDAC_SET_REG' 359 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:359:5: note: in expansion of macro 'RAMDAC_SET_REG' 359 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:359:5: note: in expansion of macro 'RAMDAC_SET_REG' 359 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:359:5: note: in expansion of macro 'RAMDAC_SET_REG' 359 | RAMDAC_SET_REG(PM3RD_VideoOverlayControl, | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:364:5: note: in expansion of macro 'RAMDAC_SET_REG' 364 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:364:5: note: in expansion of macro 'RAMDAC_SET_REG' 364 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:364:5: note: in expansion of macro 'RAMDAC_SET_REG' 364 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:364:5: note: in expansion of macro 'RAMDAC_SET_REG' 364 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:364:5: note: in expansion of macro 'RAMDAC_SET_REG' 364 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:364:5: note: in expansion of macro 'RAMDAC_SET_REG' 364 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyR, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:365:5: note: in expansion of macro 'RAMDAC_SET_REG' 365 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:365:5: note: in expansion of macro 'RAMDAC_SET_REG' 365 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:365:5: note: in expansion of macro 'RAMDAC_SET_REG' 365 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:365:5: note: in expansion of macro 'RAMDAC_SET_REG' 365 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:365:5: note: in expansion of macro 'RAMDAC_SET_REG' 365 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:365:5: note: in expansion of macro 'RAMDAC_SET_REG' 365 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyG, 0x01); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:366:5: note: in expansion of macro 'RAMDAC_SET_REG' 366 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xfe); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1097:5: note: in expansion of macro 'SLOW_WRITE_REG' 1097 | SLOW_WRITE_REG (PM3RD_IndexHigh,((index)>>8)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:366:5: note: in expansion of macro 'RAMDAC_SET_REG' 366 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xfe); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:366:5: note: in expansion of macro 'RAMDAC_SET_REG' 366 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xfe); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1098:5: note: in expansion of macro 'SLOW_WRITE_REG' 1098 | SLOW_WRITE_REG (PM3RD_IndexLow,(index)&0xff); \ | ^~~~~~~~~~~~~~ pm3_regs.h:1103:5: note: in expansion of macro 'RAMDAC_SET_INDEX' 1103 | RAMDAC_SET_INDEX(index); \ | ^~~~~~~~~~~~~~~~ pm3_vid.c:366:5: note: in expansion of macro 'RAMDAC_SET_REG' 366 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xfe); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1090:2: note: in expansion of macro 'RAMDAC_DELAY' 1090 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:366:5: note: in expansion of macro 'RAMDAC_SET_REG' 366 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xfe); | ^~~~~~~~~~~~~~ pm3_regs.h:1084:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 1084 | unsigned char tmp; \ | ^~~ pm3_regs.h:1092:2: note: in expansion of macro 'RAMDAC_DELAY' 1092 | RAMDAC_DELAY(5); \ | ^~~~~~~~~~~~ pm3_regs.h:1104:5: note: in expansion of macro 'SLOW_WRITE_REG' 1104 | SLOW_WRITE_REG(PM3RD_IndexedData, data); \ | ^~~~~~~~~~~~~~ pm3_vid.c:366:5: note: in expansion of macro 'RAMDAC_SET_REG' 366 | RAMDAC_SET_REG(PM3RD_VideoOverlayKeyB, 0xfe); | ^~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o nvidia_vid.o nvidia_vid.c make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o cyberblade_vid.o cyberblade_vid.c cyberblade_vid.c: In function 'DumpRegisters': cyberblade_vid.c:99:17: warning: unused variable 'val' [-Wunused-variable] 99 | int reg,val; | ^~~ cyberblade_vid.c:99:13: warning: unused variable 'reg' [-Wunused-variable] 99 | int reg,val; | ^~~ cyberblade_vid.c: In function 'vixPlaybackSetEq': cyberblade_vid.c:360:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 360 | if (cr < 0) cr = 0; if(cr > 7) cr = 7; | ^~ cyberblade_vid.c:360:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 360 | if (cr < 0) cr = 0; if(cr > 7) cr = 7; | ^~ cyberblade_vid.c:364:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 364 | if (br < 0) br = 0; if(br > 63) br = 63; | ^~ cyberblade_vid.c:364:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 364 | if (br < 0) br = 0; if(br > 63) br = 63; | ^~ cyberblade_vid.c:368:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 368 | if (sat < 0) sat = 0; if(sat > 31) sat = 31; | ^~ cyberblade_vid.c:368:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 368 | if (sat < 0) sat = 0; if(sat > 31) sat = 31; | ^~ cyberblade_vid.c: In function 'vixConfigPlayback': cyberblade_vid.c:386:14: warning: unused variable 'zoom' [-Wunused-variable] 386 | int shrink, zoom; | ^~~~ cyberblade_vid.c:386:6: warning: unused variable 'shrink' [-Wunused-variable] 386 | int shrink, zoom; | ^~~~~~ At top level: cyberblade_vid.c:83:12: warning: 'SRINW' defined but not used [-Wunused-function] 83 | static int SRINW(int reg) | ^~~~~ cyberblade_vid.c:69:12: warning: 'CRINW' defined but not used [-Wunused-function] 69 | static int CRINW(int reg) | ^~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared cyberblade_vid.o -L../../libdha -ldha -lm -Wl,-soname,cyberblade_vid.so -o cyberblade_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DCRTC2 -o mga_crtc2_vid.o mga_vid.c make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared mach64_vid.o -L../../libdha -ldha -Wl,-soname,mach64_vid.so -o mach64_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared nvidia_vid.o -L../../libdha -ldha -lm -Wl,-soname,nvidia_vid.so -o nvidia_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o radeon_vid.o radeon_vid.c radeon_vid.c: In function 'radeon_engine_restore': radeon_vid.c:450:19: warning: variable 'yres' set but not used [-Wunused-but-set-variable] 450 | uint32_t xres,yres,bpp; | ^~~~ radeon_vid.c: In function 'radeon_compute_framesize': radeon_vid.c:1772:25: warning: variable 'dbpp' set but not used [-Wunused-but-set-variable] 1772 | unsigned pitch,awidth,dbpp; | ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared mga_vid.o -L../../libdha -ldha -lm -Wl,-soname,mga_vid.so -o mga_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DRAGE128 -o rage128_vid.o radeon_vid.c radeon_vid.c: In function 'radeon_compute_framesize': radeon_vid.c:1772:25: warning: variable 'dbpp' set but not used [-Wunused-but-set-variable] 1772 | unsigned pitch,awidth,dbpp; | ^~~~ radeon_vid.c: In function 'vixPlaybackSetEq': radeon_vid.c:1936:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1936 | if(br < -64) br = -64; if(br > 63) br = 63; | ^~ radeon_vid.c:1936:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1936 | if(br < -64) br = -64; if(br > 63) br = 63; | ^~ radeon_vid.c:1938:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1938 | if(sat < 0) sat = 0; if(sat > 31) sat = 31; | ^~ radeon_vid.c:1938:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1938 | if(sat < 0) sat = 0; if(sat > 31) sat = 31; | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared mga_crtc2_vid.o -L../../libdha -ldha -lm -Wl,-soname,mga_crtc2_vid.so -o mga_crtc2_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared radeon_vid.o -L../../libdha -ldha -lm -Wl,-soname,radeon_vid.so -o radeon_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared pm3_vid.o -L../../libdha -ldha -Wl,-soname,pm3_vid.so -o pm3_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared rage128_vid.o -L../../libdha -ldha -lm -Wl,-soname,rage128_vid.so -o rage128_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o sis_bridge.o sis_bridge.c sis_bridge.c: In function 'sis_ddc2_delay': sis_bridge.c:37:9: warning: variable 'temp' set but not used [-Wunused-but-set-variable] 37 | int temp; | ^~~~ sis_bridge.c: In function 'sis_sense_30x': sis_bridge.c:73:20: warning: unused variable 'temp' [-Wunused-variable] 73 | unsigned short temp; | ^~~~ sis_bridge.c:72:35: warning: variable 'haveresult' set but not used [-Wunused-but-set-variable] 72 | int myflag, result = 0, i, j, haveresult; | ^~~~~~~~~~ sis_bridge.c: In function 'sis_detect_lcd': sis_bridge.c:399:31: warning: unused variable 'CR37' [-Wunused-variable] 399 | unsigned char CR32, CR36, CR37; | ^~~~ sis_bridge.c:399:25: warning: unused variable 'CR36' [-Wunused-variable] 399 | unsigned char CR32, CR36, CR37; | ^~~~ At top level: sis_bridge.c:397:13: warning: 'sis_detect_lcd' defined but not used [-Wunused-function] 397 | static void sis_detect_lcd(void) | ^~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o savage_vid.o savage_vid.c savage_vid.c: In function 'SavageInitStreamsOld': savage_vid.c:550:2: warning: #warning enable this again [-Wcpp] 550 | #warning enable this again | ^~~~~~~ savage_vid.c:578:2: warning: #warning is this needed? [-Wcpp] 578 | #warning is this needed? | ^~~~~~~ savage_vid.c: In function 'savage_getscreenproperties': savage_vid.c:672:12: warning: unused variable 'width' [-Wunused-variable] 672 | uint32_t width=0; | ^~~~~ savage_vid.c: In function 'vixInit': savage_vid.c:987:34: warning: "/*" within comment [-Wcomment] 987 | VGAOUT8 (0x3d5, cr66 & ~0x02); /* clear reset flag */ | savage_vid.c:863:17: warning: unused variable 'videoRambytes' [-Wunused-variable] 863 | int videoRam, videoRambytes; | ^~~~~~~~~~~~~ savage_vid.c:856:51: warning: unused variable 'cr66' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^~~~ savage_vid.c:856:45: warning: unused variable 'cr3f' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^~~~ savage_vid.c:856:40: warning: unused variable 'sr8' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^~~ savage_vid.c:856:36: warning: unused variable 'n2' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^~ savage_vid.c:856:32: warning: unused variable 'n1' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^~ savage_vid.c:856:29: warning: unused variable 'n' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^ savage_vid.c:856:26: warning: unused variable 'm' [-Wunused-variable] 856 | unsigned char config1, m, n, n1, n2, sr8, cr3f, cr66 = 0, tmp; | ^ savage_vid.c: In function 'vixConfigPlayback': savage_vid.c:1218:20: warning: unused variable 'fifo_ctrl' [-Wunused-variable] 1218 | uint32_t v_ctrl, fifo_ctrl; | ^~~~~~~~~ savage_vid.c:1218:12: warning: unused variable 'v_ctrl' [-Wunused-variable] 1218 | uint32_t v_ctrl, fifo_ctrl; | ^~~~~~ savage_vid.c:1217:30: warning: unused variable 'v_start' [-Wunused-variable] 1217 | uint32_t y_start, u_start, v_start; | ^~~~~~~ savage_vid.c:1217:21: warning: unused variable 'u_start' [-Wunused-variable] 1217 | uint32_t y_start, u_start, v_start; | ^~~~~~~ savage_vid.c:1217:12: warning: unused variable 'y_start' [-Wunused-variable] 1217 | uint32_t y_start, u_start, v_start; | ^~~~~~~ savage_vid.c:1216:28: warning: unused variable 'qwfetch' [-Wunused-variable] 1216 | uint32_t dcount, falign, qwfetch; | ^~~~~~~ savage_vid.c:1216:20: warning: unused variable 'falign' [-Wunused-variable] 1216 | uint32_t dcount, falign, qwfetch; | ^~~~~~ savage_vid.c:1216:12: warning: unused variable 'dcount' [-Wunused-variable] 1216 | uint32_t dcount, falign, qwfetch; | ^~~~~~ savage_vid.c:1215:18: warning: unused variable 'mini' [-Wunused-variable] 1215 | uint32_t zoom, mini; | ^~~~ savage_vid.c:1215:12: warning: unused variable 'zoom' [-Wunused-variable] 1215 | uint32_t zoom, mini; | ^~~~ savage_vid.c:1214:23: warning: unused variable 'win_end' [-Wunused-variable] 1214 | uint32_t win_start, win_end; | ^~~~~~~ savage_vid.c:1214:12: warning: unused variable 'win_start' [-Wunused-variable] 1214 | uint32_t win_start, win_end; | ^~~~~~~~~ savage_vid.c:1211:16: warning: unused variable 'srcPitch2' [-Wunused-variable] 1211 | int srcPitch,srcPitch2; | ^~~~~~~~~ savage_vid.c:1211:7: warning: unused variable 'srcPitch' [-Wunused-variable] 1211 | int srcPitch,srcPitch2; | ^~~~~~~~ savage_vid.c:1210:7: warning: unused variable 'extfifo_on' [-Wunused-variable] 1210 | int extfifo_on; | ^~~~~~~~~~ savage_vid.c:1208:16: warning: variable 'swap_uv' set but not used [-Wunused-but-set-variable] 1208 | int uv_size, swap_uv; | ^~~~~~~ At top level: savage_vid.c:1195:26: warning: 'VOffs' defined but not used [-Wunused-variable] 1195 | static int YOffs, UOffs, VOffs; | ^~~~~ savage_vid.c:1195:19: warning: 'UOffs' defined but not used [-Wunused-variable] 1195 | static int YOffs, UOffs, VOffs; | ^~~~~ savage_vid.c:1195:12: warning: 'YOffs' defined but not used [-Wunused-variable] 1195 | static int YOffs, UOffs, VOffs; | ^~~~~ savage_vid.c:137:12: warning: 'frames' defined but not used [-Wunused-variable] 137 | static int frames[VID_PLAY_MAXFRAMES]; | ^~~~~~ savage_vid.c:135:22: warning: 'savage_grkey' defined but not used [-Wunused-variable] 135 | static vidix_grkey_t savage_grkey; | ^~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o unichrome_vid.o unichrome_vid.c unichrome_vid.c: In function 'vixConfigPlayback': unichrome_vid.c:804:49: warning: pointer targets in passing argument 5 of 'uc_ovl_map_hzoom' differ in signedness [-Wpointer-sign] 804 | uc_ovl_map_hzoom (src_w, drw_w, &zoom, &mini, &falign, &dcount); | ^~~~~~~ | | | uint32_t * {aka unsigned int *} unichrome_vid.c:229:10: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'unsigned int *'} 229 | int *falign, int *dcount) | ~~~~~^~~~~~ unichrome_vid.c:804:58: warning: pointer targets in passing argument 6 of 'uc_ovl_map_hzoom' differ in signedness [-Wpointer-sign] 804 | uc_ovl_map_hzoom (src_w, drw_w, &zoom, &mini, &falign, &dcount); | ^~~~~~~ | | | uint32_t * {aka unsigned int *} unichrome_vid.c:229:23: note: expected 'int *' but argument is of type 'uint32_t *' {aka 'unsigned int *'} 229 | int *falign, int *dcount) | ~~~~~^~~~~~ unichrome_vid.c:777:30: warning: unused variable 'v_start' [-Wunused-variable] 777 | uint32_t y_start, u_start, v_start; | ^~~~~~~ unichrome_vid.c:777:21: warning: unused variable 'u_start' [-Wunused-variable] 777 | uint32_t y_start, u_start, v_start; | ^~~~~~~ unichrome_vid.c:777:12: warning: unused variable 'y_start' [-Wunused-variable] 777 | uint32_t y_start, u_start, v_start; | ^~~~~~~ unichrome_vid.c:841:35: warning: 'uv_size' may be used uninitialized in this function [-Wmaybe-uninitialized] 841 | info->offset.u = info->offset.v + uv_size; | ~~~~~~~~~~~~~~~^~~~~~~~~ unichrome_vid.c:893:46: warning: 'pitch' may be used uninitialized in this function [-Wmaybe-uninitialized] 893 | VIDEO_OUT (vio, V1_STRIDE, pitch | ((pitch >> 1) << 16)); | ^~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared unichrome_vid.o -L../../libdha -ldha -lm -Wl,-soname,unichrome_vid.so -o unichrome_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared savage_vid.o -L../../libdha -ldha -lm -Wl,-soname,savage_vid.so -o savage_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -o sis_vid.o sis_vid.c sis_vid.c: In function 'vixInit': sis_vid.c:368:42: warning: 'sr_data' may be used uninitialized in this function [-Wmaybe-uninitialized] 368 | ((uint16_t) (cr_data2 & 0x40) << 3) | ((uint16_t) (sr_data & 0x02) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' gcc -shared sis_vid.o sis_bridge.o -L../../libdha -ldha -Wl,-soname,sis_vid.so -o sis_vid.so make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' rm mach64_vid.o pm3_vid.o + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76519 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/vidix-buildroot + : + /bin/rm -rf -- /usr/src/tmp/vidix-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd vidix-svn-r21861 + make 'INSTALL=/usr/libexec/rpm-build/install -p' LIBDIR=/usr/src/tmp/vidix-buildroot/usr/lib INCDIR=/usr/src/tmp/vidix-buildroot/usr/include/vidix install make: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861' make -C drivers install make[1]: Entering directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' mkdir -p /usr/src/tmp/vidix-buildroot/usr/lib/vidix install -m 755 -p *.so /usr/src/tmp/vidix-buildroot/usr/lib/vidix make[1]: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861/drivers' install -d -m 755 /usr/src/tmp/vidix-buildroot/usr/lib install -m 644 -s -p libvidix.so.1.0.0 /usr/src/tmp/vidix-buildroot/usr/lib WARNING: strip is called in %install by 'install -s' (ignored) ln -sf libvidix.so.1.0.0 /usr/src/tmp/vidix-buildroot/usr/lib/libvidix.so.1.0 ln -sf libvidix.so.1.0.0 /usr/src/tmp/vidix-buildroot/usr/lib/libvidix.so.1 ln -sf libvidix.so.1.0.0 /usr/src/tmp/vidix-buildroot/usr/lib/libvidix.so install -d -m 755 /usr/src/tmp/vidix-buildroot/usr/include/vidix install -m 644 fourcc.h /usr/src/tmp/vidix-buildroot/usr/include/vidix/fourcc.h install -m 644 vidix.h /usr/src/tmp/vidix-buildroot/usr/include/vidix/vidix.h install -m 644 vidixlib.h /usr/src/tmp/vidix-buildroot/usr/include/vidix/vidixlib.h make: Leaving directory '/usr/src/RPM/BUILD/vidix-svn-r21861' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/vidix-buildroot (auto) mode of './usr/lib/vidix/unichrome_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/sis_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/savage_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/rage128_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/radeon_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/pm3_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/nvidia_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/mga_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/mga_crtc2_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/mach64_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/vidix/cyberblade_vid.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/vidix-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/vidix-buildroot/ (default) Compressing files in /usr/src/tmp/vidix-buildroot (auto) Adjusting library links in /usr/src/tmp/vidix-buildroot ./usr/lib: (from :0) libvidix.so.1.0.0 -> libvidix.so.1.0.0 Verifying ELF objects in /usr/src/tmp/vidix-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libvidix.so.1.0.0: uses non-LFS functions: readdir Processing files: libvidix-1.0.0-alt0.2.1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.13686 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd vidix-svn-r21861 + DOCDIR=/usr/src/tmp/vidix-buildroot/usr/share/doc/libvidix-1.0.0 + export DOCDIR + rm -rf /usr/src/tmp/vidix-buildroot/usr/share/doc/libvidix-1.0.0 + /bin/mkdir -p /usr/src/tmp/vidix-buildroot/usr/share/doc/libvidix-1.0.0 + cp -prL README /usr/src/tmp/vidix-buildroot/usr/share/doc/libvidix-1.0.0 + chmod -R go-w /usr/src/tmp/vidix-buildroot/usr/share/doc/libvidix-1.0.0 + chmod -R a+rX /usr/src/tmp/vidix-buildroot/usr/share/doc/libvidix-1.0.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9j5DE2 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/vidix-buildroot/usr/lib/libvidix.so.1.0.0: 19 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0Fbm62 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libvidix.so.1.0.0 = set:idzHx9OqTl4vsLQWbvVcqztQUSax91iAkuThsHvW Requires: libc.so.6(ALT_2.24), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KYUjw4 Creating libvidix-debuginfo package Processing files: libvidix-devel-1.0.0-alt0.2.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4DsCm5 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.48Skp3 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libvidix = 1.0.0-alt0.2.1.qa1, /usr/lib/libvidix.so.1.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5XPnh2 Processing files: vidix-drivers-1.0.0-alt0.2.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i6sXl3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7zVoy3 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdha.so.1.0 >= set:ieqUNMcfkauHOmMVZacYDSYo, libm.so.6(GLIBC_2.1), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Conflicts: MPlayer-vidix-driver Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eqZ4f5 Creating vidix-drivers-debuginfo package Processing files: libvidix-debuginfo-1.0.0-alt0.2.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CjjhB1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WJx1j5 find-requires: running scripts (debuginfo) Provides: debug(libvidix.so.1.0.0) Requires: libvidix = 1.0.0-alt0.2.1.qa1, debug(libc.so.6), debug(libdl.so.2) Processing files: vidix-drivers-debuginfo-1.0.0-alt0.2.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YGAas1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.laNbo1 find-requires: running scripts (debuginfo) Requires: vidix-drivers = 1.0.0-alt0.2.1.qa1, debug(libc.so.6), debug(libdha.so.1.0), debug(libm.so.6) Removing 1 extra deps from libvidix-devel due to dependency on libvidix Wrote: /usr/src/RPM/RPMS/i586/libvidix-1.0.0-alt0.2.1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libvidix-devel-1.0.0-alt0.2.1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/vidix-drivers-1.0.0-alt0.2.1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libvidix-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/vidix-drivers-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm (w2.lzdio) 7.20user 2.44system 0:19.18elapsed 50%CPU (0avgtext+0avgdata 33316maxresident)k 0inputs+0outputs (0major+940618minor)pagefaults 0swaps /.out/libvidix-1.0.0-alt0.2.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/libvidix-devel-1.0.0-alt0.2.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/vidix-drivers-1.0.0-alt0.2.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/libvidix-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/vidix-drivers-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 10.61user 5.03system 0:26.23elapsed 59%CPU (0avgtext+0avgdata 102744maxresident)k 320inputs+0outputs (0major+1272556minor)pagefaults 0swaps --- libvidix-1.0.0-alt0.2.1.qa1.i586.rpm.repo 2013-04-15 15:16:19.000000000 +0000 +++ libvidix-1.0.0-alt0.2.1.qa1.i586.rpm.hasher 2021-07-26 13:17:54.379492845 +0000 @@ -5,6 +5,4 @@ /usr/share/doc/libvidix-1.0.0/README 100644 root:root -Requires: libc.so.6 >= set:pnCE0ZdiC7 -Requires: rpmlib(SetVersions) +Requires: libc.so.6(ALT_2.24) Requires: libc.so.6(GLIBC_2.0) -Requires: libc.so.6(GLIBC_2.2.5) Requires: libc.so.6(GLIBC_2.3.4) @@ -13,2 +11,3 @@ Requires: libdl.so.2(GLIBC_2.1) +Requires: rtld(GNU_HASH) Requires: rpmlib(PayloadIsLzma) @@ -18,5 +17,5 @@ File: /usr/lib/libvidix.so.1.0 120777 root:root libvidix.so.1.0.0 -File: /usr/lib/libvidix.so.1.0.0 100644 root:root 717ab66cc2815a4f885e43ab4c4d88a6 +File: /usr/lib/libvidix.so.1.0.0 100644 root:root 6868bdf8e020049a41028e6afa17b332 File: /usr/share/doc/libvidix-1.0.0 40755 root:root File: /usr/share/doc/libvidix-1.0.0/README 100644 root:root c8f72f67dec3f83f62a3a9821bfb516e -RPMIdentity: 7555e39fb3a35006d55fdc7de04f511b +RPMIdentity: 6b3648e458ea7aa680886854263285ad error: open of /archive/repo/sisyphus/task/_274/280733/files/i586/RPMS/libvidix-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm failed: No such file or directory --- vidix-drivers-1.0.0-alt0.2.1.qa1.i586.rpm.repo 2013-04-15 15:16:19.000000000 +0000 +++ vidix-drivers-1.0.0-alt0.2.1.qa1.i586.rpm.hasher 2021-07-26 13:17:54.560494221 +0000 @@ -15,2 +15,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.4) Requires: libdha.so.1.0 >= set:ieqUNMcfkauHOmMVZacYDSYo @@ -23,13 +24,13 @@ File: /usr/lib/vidix 40755 root:root -File: /usr/lib/vidix/cyberblade_vid.so 100644 root:root 9ad70ebb86e4ea37bbdc22e850fc027c -File: /usr/lib/vidix/mach64_vid.so 100644 root:root 54db4765fca4a810ac9f4e6550e4335c -File: /usr/lib/vidix/mga_crtc2_vid.so 100644 root:root 6338ab7c50c27255f22bb2bda02dab4c -File: /usr/lib/vidix/mga_vid.so 100644 root:root 2d4c1c5fa5ee631e52d6ba6cf84c84b7 -File: /usr/lib/vidix/nvidia_vid.so 100644 root:root b29435059c262b9f5582486862fd671d -File: /usr/lib/vidix/pm3_vid.so 100644 root:root 256c7e1cec520f5d966a0da561dd1120 -File: /usr/lib/vidix/radeon_vid.so 100644 root:root 8154f4f2dbf16095baebf857f1cd776e -File: /usr/lib/vidix/rage128_vid.so 100644 root:root d5353cdc24b53d70235d8d527ec6075f -File: /usr/lib/vidix/savage_vid.so 100644 root:root f37817862603961d09405034b6382048 -File: /usr/lib/vidix/sis_vid.so 100644 root:root aac811062bcc5770ee5b86ac4903dfe3 -File: /usr/lib/vidix/unichrome_vid.so 100644 root:root 9f265b4dfddbe7655f9798c69be37452 -RPMIdentity: c7ecffbc1710b272f7ee5cf165ab43d0 +File: /usr/lib/vidix/cyberblade_vid.so 100644 root:root 77143ed2a077e4918a095ca61b2d30fe +File: /usr/lib/vidix/mach64_vid.so 100644 root:root a0bbe5a8860b0c23e4b33cbb4e6851fc +File: /usr/lib/vidix/mga_crtc2_vid.so 100644 root:root a0c5aa29722f5bea4333b6e23d3d74aa +File: /usr/lib/vidix/mga_vid.so 100644 root:root 1ad8c44a67356250c40f8d723977e2d3 +File: /usr/lib/vidix/nvidia_vid.so 100644 root:root a37d73cf25b82e8305c6e886fa742364 +File: /usr/lib/vidix/pm3_vid.so 100644 root:root a0e02f2db1822566fe29ea13c64f19e8 +File: /usr/lib/vidix/radeon_vid.so 100644 root:root 5d8afd9919af5e0d975f49f60943dbaf +File: /usr/lib/vidix/rage128_vid.so 100644 root:root b12fcdf6b1c946f76170d1d91ce2ae19 +File: /usr/lib/vidix/savage_vid.so 100644 root:root 55f90259910f37d30a95bbc1227d8a34 +File: /usr/lib/vidix/sis_vid.so 100644 root:root a069b32a45f2eb5f345f3b5fd9fe8324 +File: /usr/lib/vidix/unichrome_vid.so 100644 root:root 0bcc5bfc33c2208888740479806cf664 +RPMIdentity: 149379788400c7528de851b4d4a70802 --- vidix-drivers-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm.repo 2013-04-15 15:16:19.000000000 +0000 +++ vidix-drivers-debuginfo-1.0.0-alt0.2.1.qa1.i586.rpm.hasher 2021-07-26 13:17:54.640494829 +0000 @@ -1,34 +1,34 @@ -/usr/lib/debug/.build-id/08 40755 root:root -/usr/lib/debug/.build-id/08/16b677bff02bfbe09311a734aa74b285615097 120777 root:root ../../../vidix/cyberblade_vid.so -/usr/lib/debug/.build-id/08/16b677bff02bfbe09311a734aa74b285615097.debug 120777 root:root ../../usr/lib/vidix/cyberblade_vid.so.debug -/usr/lib/debug/.build-id/0a 40755 root:root -/usr/lib/debug/.build-id/0a/d1d9aa9f865d1a66a5989e85f0092b2ea5dc6a 120777 root:root ../../../vidix/sis_vid.so -/usr/lib/debug/.build-id/0a/d1d9aa9f865d1a66a5989e85f0092b2ea5dc6a.debug 120777 root:root ../../usr/lib/vidix/sis_vid.so.debug -/usr/lib/debug/.build-id/25 40755 root:root -/usr/lib/debug/.build-id/25/3fce4f42ddbe9a5ef34bf078ffbd04bb6edf2b 120777 root:root ../../../vidix/mach64_vid.so -/usr/lib/debug/.build-id/25/3fce4f42ddbe9a5ef34bf078ffbd04bb6edf2b.debug 120777 root:root ../../usr/lib/vidix/mach64_vid.so.debug -/usr/lib/debug/.build-id/39 40755 root:root -/usr/lib/debug/.build-id/39/0a44cf5cfe89defc6fed66970302b22818baa6 120777 root:root ../../../vidix/pm3_vid.so -/usr/lib/debug/.build-id/39/0a44cf5cfe89defc6fed66970302b22818baa6.debug 120777 root:root ../../usr/lib/vidix/pm3_vid.so.debug -/usr/lib/debug/.build-id/7e 40755 root:root -/usr/lib/debug/.build-id/7e/8df5c1d72bc95a803e3c705d8d1490b2f2ca68 120777 root:root ../../../vidix/radeon_vid.so -/usr/lib/debug/.build-id/7e/8df5c1d72bc95a803e3c705d8d1490b2f2ca68.debug 120777 root:root ../../usr/lib/vidix/radeon_vid.so.debug -/usr/lib/debug/.build-id/85 40755 root:root -/usr/lib/debug/.build-id/85/c42b33ee4394705815cbbac80292233eb215fe 120777 root:root ../../../vidix/unichrome_vid.so -/usr/lib/debug/.build-id/85/c42b33ee4394705815cbbac80292233eb215fe.debug 120777 root:root ../../usr/lib/vidix/unichrome_vid.so.debug -/usr/lib/debug/.build-id/a4 40755 root:root -/usr/lib/debug/.build-id/a4/69e75e0c316b8b72c6e1d25495b61821d91aad 120777 root:root ../../../vidix/nvidia_vid.so -/usr/lib/debug/.build-id/a4/69e75e0c316b8b72c6e1d25495b61821d91aad.debug 120777 root:root ../../usr/lib/vidix/nvidia_vid.so.debug -/usr/lib/debug/.build-id/ad 40755 root:root -/usr/lib/debug/.build-id/ad/b7f82e61aefd34c0eccd705908519636df554b 120777 root:root ../../../vidix/mga_crtc2_vid.so -/usr/lib/debug/.build-id/ad/b7f82e61aefd34c0eccd705908519636df554b.debug 120777 root:root ../../usr/lib/vidix/mga_crtc2_vid.so.debug -/usr/lib/debug/.build-id/be 40755 root:root -/usr/lib/debug/.build-id/be/0a5ec1aac5d23bd3a079020d622a0e8195585d 120777 root:root ../../../vidix/savage_vid.so -/usr/lib/debug/.build-id/be/0a5ec1aac5d23bd3a079020d622a0e8195585d.debug 120777 root:root ../../usr/lib/vidix/savage_vid.so.debug -/usr/lib/debug/.build-id/d9 40755 root:root -/usr/lib/debug/.build-id/d9/e0470d21790dea18b93b98d4ecd67a1638a5e5 120777 root:root ../../../vidix/mga_vid.so -/usr/lib/debug/.build-id/d9/e0470d21790dea18b93b98d4ecd67a1638a5e5.debug 120777 root:root ../../usr/lib/vidix/mga_vid.so.debug -/usr/lib/debug/.build-id/ed 40755 root:root -/usr/lib/debug/.build-id/ed/ffdbdda1b92e9351e00f2c426a9a4521fa79b2 120777 root:root ../../../vidix/rage128_vid.so -/usr/lib/debug/.build-id/ed/ffdbdda1b92e9351e00f2c426a9a4521fa79b2.debug 120777 root:root ../../usr/lib/vidix/rage128_vid.so.debug +/usr/lib/debug/.build-id/09 40755 root:root +/usr/lib/debug/.build-id/09/9ea63bb14b047eb75106008e57352a3701e671 120777 root:root ../../../vidix/mga_vid.so +/usr/lib/debug/.build-id/09/9ea63bb14b047eb75106008e57352a3701e671.debug 120777 root:root ../../usr/lib/vidix/mga_vid.so.debug +/usr/lib/debug/.build-id/0d 40755 root:root +/usr/lib/debug/.build-id/0d/a79a5c9d90eefe820952c8870157e04a69e548 120777 root:root ../../../vidix/sis_vid.so +/usr/lib/debug/.build-id/0d/a79a5c9d90eefe820952c8870157e04a69e548.debug 120777 root:root ../../usr/lib/vidix/sis_vid.so.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/681c697aa3b80dd55fb7906ba52c2e1d02fa87 120777 root:root ../../../vidix/unichrome_vid.so +/usr/lib/debug/.build-id/0f/681c697aa3b80dd55fb7906ba52c2e1d02fa87.debug 120777 root:root ../../usr/lib/vidix/unichrome_vid.so.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/4ac27be8b7f29a369d06a7730dd662ee8043ae 120777 root:root ../../../vidix/mga_crtc2_vid.so +/usr/lib/debug/.build-id/1a/4ac27be8b7f29a369d06a7730dd662ee8043ae.debug 120777 root:root ../../usr/lib/vidix/mga_crtc2_vid.so.debug +/usr/lib/debug/.build-id/22 40755 root:root +/usr/lib/debug/.build-id/22/1fbade5866a784823deb3c940f48c3d557978a 120777 root:root ../../../vidix/mach64_vid.so +/usr/lib/debug/.build-id/22/1fbade5866a784823deb3c940f48c3d557978a.debug 120777 root:root ../../usr/lib/vidix/mach64_vid.so.debug +/usr/lib/debug/.build-id/2b 40755 root:root +/usr/lib/debug/.build-id/2b/9b07ae7745134acb916c1350ba4ac36da142bb 120777 root:root ../../../vidix/savage_vid.so +/usr/lib/debug/.build-id/2b/9b07ae7745134acb916c1350ba4ac36da142bb.debug 120777 root:root ../../usr/lib/vidix/savage_vid.so.debug +/usr/lib/debug/.build-id/5b 40755 root:root +/usr/lib/debug/.build-id/5b/ea4a921a731b2b77b7dbb99c831087793b12b7 120777 root:root ../../../vidix/cyberblade_vid.so +/usr/lib/debug/.build-id/5b/ea4a921a731b2b77b7dbb99c831087793b12b7.debug 120777 root:root ../../usr/lib/vidix/cyberblade_vid.so.debug +/usr/lib/debug/.build-id/68 40755 root:root +/usr/lib/debug/.build-id/68/4b77fda57661a24eeb2bc9cb05d52001fa8ce2 120777 root:root ../../../vidix/pm3_vid.so +/usr/lib/debug/.build-id/68/4b77fda57661a24eeb2bc9cb05d52001fa8ce2.debug 120777 root:root ../../usr/lib/vidix/pm3_vid.so.debug +/usr/lib/debug/.build-id/b2 40755 root:root +/usr/lib/debug/.build-id/b2/4815d6acbd04c875d351fd493db93ed7bf9db8 120777 root:root ../../../vidix/nvidia_vid.so +/usr/lib/debug/.build-id/b2/4815d6acbd04c875d351fd493db93ed7bf9db8.debug 120777 root:root ../../usr/lib/vidix/nvidia_vid.so.debug +/usr/lib/debug/.build-id/c8 40755 root:root +/usr/lib/debug/.build-id/c8/965075f30ed1506d6b1cfa5eaa180a9ff3a5c7 120777 root:root ../../../vidix/rage128_vid.so +/usr/lib/debug/.build-id/c8/965075f30ed1506d6b1cfa5eaa180a9ff3a5c7.debug 120777 root:root ../../usr/lib/vidix/rage128_vid.so.debug +/usr/lib/debug/.build-id/cb 40755 root:root +/usr/lib/debug/.build-id/cb/a7e0bf08d232ad32b1a5db877bf21df1f836f7 120777 root:root ../../../vidix/radeon_vid.so +/usr/lib/debug/.build-id/cb/a7e0bf08d232ad32b1a5db877bf21df1f836f7.debug 120777 root:root ../../usr/lib/vidix/radeon_vid.so.debug /usr/lib/debug/usr/lib/vidix 40755 root:root @@ -51,2 +51,3 @@ /usr/src/debug/vidix-svn-r21861/drivers/nvidia_vid.c 100644 root:root +/usr/src/debug/vidix-svn-r21861/drivers/pm3_regs.h 100644 root:root /usr/src/debug/vidix-svn-r21861/drivers/pm3_vid.c 100644 root:root @@ -66,47 +67,47 @@ Provides: vidix-drivers-debuginfo = 1.0.0-alt0.2.1.qa1 -File: /usr/lib/debug/.build-id/08 40755 root:root -File: /usr/lib/debug/.build-id/08/16b677bff02bfbe09311a734aa74b285615097 120777 root:root ../../../vidix/cyberblade_vid.so -File: /usr/lib/debug/.build-id/08/16b677bff02bfbe09311a734aa74b285615097.debug 120777 root:root ../../usr/lib/vidix/cyberblade_vid.so.debug -File: /usr/lib/debug/.build-id/0a 40755 root:root -File: /usr/lib/debug/.build-id/0a/d1d9aa9f865d1a66a5989e85f0092b2ea5dc6a 120777 root:root ../../../vidix/sis_vid.so -File: /usr/lib/debug/.build-id/0a/d1d9aa9f865d1a66a5989e85f0092b2ea5dc6a.debug 120777 root:root ../../usr/lib/vidix/sis_vid.so.debug -File: /usr/lib/debug/.build-id/25 40755 root:root -File: /usr/lib/debug/.build-id/25/3fce4f42ddbe9a5ef34bf078ffbd04bb6edf2b 120777 root:root ../../../vidix/mach64_vid.so -File: /usr/lib/debug/.build-id/25/3fce4f42ddbe9a5ef34bf078ffbd04bb6edf2b.debug 120777 root:root ../../usr/lib/vidix/mach64_vid.so.debug -File: /usr/lib/debug/.build-id/39 40755 root:root -File: /usr/lib/debug/.build-id/39/0a44cf5cfe89defc6fed66970302b22818baa6 120777 root:root ../../../vidix/pm3_vid.so -File: /usr/lib/debug/.build-id/39/0a44cf5cfe89defc6fed66970302b22818baa6.debug 120777 root:root ../../usr/lib/vidix/pm3_vid.so.debug -File: /usr/lib/debug/.build-id/7e 40755 root:root -File: /usr/lib/debug/.build-id/7e/8df5c1d72bc95a803e3c705d8d1490b2f2ca68 120777 root:root ../../../vidix/radeon_vid.so -File: /usr/lib/debug/.build-id/7e/8df5c1d72bc95a803e3c705d8d1490b2f2ca68.debug 120777 root:root ../../usr/lib/vidix/radeon_vid.so.debug -File: /usr/lib/debug/.build-id/85 40755 root:root -File: /usr/lib/debug/.build-id/85/c42b33ee4394705815cbbac80292233eb215fe 120777 root:root ../../../vidix/unichrome_vid.so -File: /usr/lib/debug/.build-id/85/c42b33ee4394705815cbbac80292233eb215fe.debug 120777 root:root ../../usr/lib/vidix/unichrome_vid.so.debug -File: /usr/lib/debug/.build-id/a4 40755 root:root -File: /usr/lib/debug/.build-id/a4/69e75e0c316b8b72c6e1d25495b61821d91aad 120777 root:root ../../../vidix/nvidia_vid.so -File: /usr/lib/debug/.build-id/a4/69e75e0c316b8b72c6e1d25495b61821d91aad.debug 120777 root:root ../../usr/lib/vidix/nvidia_vid.so.debug -File: /usr/lib/debug/.build-id/ad 40755 root:root -File: /usr/lib/debug/.build-id/ad/b7f82e61aefd34c0eccd705908519636df554b 120777 root:root ../../../vidix/mga_crtc2_vid.so -File: /usr/lib/debug/.build-id/ad/b7f82e61aefd34c0eccd705908519636df554b.debug 120777 root:root ../../usr/lib/vidix/mga_crtc2_vid.so.debug -File: /usr/lib/debug/.build-id/be 40755 root:root -File: /usr/lib/debug/.build-id/be/0a5ec1aac5d23bd3a079020d622a0e8195585d 120777 root:root ../../../vidix/savage_vid.so -File: /usr/lib/debug/.build-id/be/0a5ec1aac5d23bd3a079020d622a0e8195585d.debug 120777 root:root ../../usr/lib/vidix/savage_vid.so.debug -File: /usr/lib/debug/.build-id/d9 40755 root:root -File: /usr/lib/debug/.build-id/d9/e0470d21790dea18b93b98d4ecd67a1638a5e5 120777 root:root ../../../vidix/mga_vid.so -File: /usr/lib/debug/.build-id/d9/e0470d21790dea18b93b98d4ecd67a1638a5e5.debug 120777 root:root ../../usr/lib/vidix/mga_vid.so.debug -File: /usr/lib/debug/.build-id/ed 40755 root:root -File: /usr/lib/debug/.build-id/ed/ffdbdda1b92e9351e00f2c426a9a4521fa79b2 120777 root:root ../../../vidix/rage128_vid.so -File: /usr/lib/debug/.build-id/ed/ffdbdda1b92e9351e00f2c426a9a4521fa79b2.debug 120777 root:root ../../usr/lib/vidix/rage128_vid.so.debug +File: /usr/lib/debug/.build-id/09 40755 root:root +File: /usr/lib/debug/.build-id/09/9ea63bb14b047eb75106008e57352a3701e671 120777 root:root ../../../vidix/mga_vid.so +File: /usr/lib/debug/.build-id/09/9ea63bb14b047eb75106008e57352a3701e671.debug 120777 root:root ../../usr/lib/vidix/mga_vid.so.debug +File: /usr/lib/debug/.build-id/0d 40755 root:root +File: /usr/lib/debug/.build-id/0d/a79a5c9d90eefe820952c8870157e04a69e548 120777 root:root ../../../vidix/sis_vid.so +File: /usr/lib/debug/.build-id/0d/a79a5c9d90eefe820952c8870157e04a69e548.debug 120777 root:root ../../usr/lib/vidix/sis_vid.so.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/681c697aa3b80dd55fb7906ba52c2e1d02fa87 120777 root:root ../../../vidix/unichrome_vid.so +File: /usr/lib/debug/.build-id/0f/681c697aa3b80dd55fb7906ba52c2e1d02fa87.debug 120777 root:root ../../usr/lib/vidix/unichrome_vid.so.debug +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/4ac27be8b7f29a369d06a7730dd662ee8043ae 120777 root:root ../../../vidix/mga_crtc2_vid.so +File: /usr/lib/debug/.build-id/1a/4ac27be8b7f29a369d06a7730dd662ee8043ae.debug 120777 root:root ../../usr/lib/vidix/mga_crtc2_vid.so.debug +File: /usr/lib/debug/.build-id/22 40755 root:root +File: /usr/lib/debug/.build-id/22/1fbade5866a784823deb3c940f48c3d557978a 120777 root:root ../../../vidix/mach64_vid.so +File: /usr/lib/debug/.build-id/22/1fbade5866a784823deb3c940f48c3d557978a.debug 120777 root:root ../../usr/lib/vidix/mach64_vid.so.debug +File: /usr/lib/debug/.build-id/2b 40755 root:root +File: /usr/lib/debug/.build-id/2b/9b07ae7745134acb916c1350ba4ac36da142bb 120777 root:root ../../../vidix/savage_vid.so +File: /usr/lib/debug/.build-id/2b/9b07ae7745134acb916c1350ba4ac36da142bb.debug 120777 root:root ../../usr/lib/vidix/savage_vid.so.debug +File: /usr/lib/debug/.build-id/5b 40755 root:root +File: /usr/lib/debug/.build-id/5b/ea4a921a731b2b77b7dbb99c831087793b12b7 120777 root:root ../../../vidix/cyberblade_vid.so +File: /usr/lib/debug/.build-id/5b/ea4a921a731b2b77b7dbb99c831087793b12b7.debug 120777 root:root ../../usr/lib/vidix/cyberblade_vid.so.debug +File: /usr/lib/debug/.build-id/68 40755 root:root +File: /usr/lib/debug/.build-id/68/4b77fda57661a24eeb2bc9cb05d52001fa8ce2 120777 root:root ../../../vidix/pm3_vid.so +File: /usr/lib/debug/.build-id/68/4b77fda57661a24eeb2bc9cb05d52001fa8ce2.debug 120777 root:root ../../usr/lib/vidix/pm3_vid.so.debug +File: /usr/lib/debug/.build-id/b2 40755 root:root +File: /usr/lib/debug/.build-id/b2/4815d6acbd04c875d351fd493db93ed7bf9db8 120777 root:root ../../../vidix/nvidia_vid.so +File: /usr/lib/debug/.build-id/b2/4815d6acbd04c875d351fd493db93ed7bf9db8.debug 120777 root:root ../../usr/lib/vidix/nvidia_vid.so.debug +File: /usr/lib/debug/.build-id/c8 40755 root:root +File: /usr/lib/debug/.build-id/c8/965075f30ed1506d6b1cfa5eaa180a9ff3a5c7 120777 root:root ../../../vidix/rage128_vid.so +File: /usr/lib/debug/.build-id/c8/965075f30ed1506d6b1cfa5eaa180a9ff3a5c7.debug 120777 root:root ../../usr/lib/vidix/rage128_vid.so.debug +File: /usr/lib/debug/.build-id/cb 40755 root:root +File: /usr/lib/debug/.build-id/cb/a7e0bf08d232ad32b1a5db877bf21df1f836f7 120777 root:root ../../../vidix/radeon_vid.so +File: /usr/lib/debug/.build-id/cb/a7e0bf08d232ad32b1a5db877bf21df1f836f7.debug 120777 root:root ../../usr/lib/vidix/radeon_vid.so.debug File: /usr/lib/debug/usr/lib/vidix 40755 root:root -File: /usr/lib/debug/usr/lib/vidix/cyberblade_vid.so.debug 100644 root:root 882c4044e92068cbb0536c3459956c39 -File: /usr/lib/debug/usr/lib/vidix/mach64_vid.so.debug 100644 root:root 57dff4371d2389db2169b369aaa72342 -File: /usr/lib/debug/usr/lib/vidix/mga_crtc2_vid.so.debug 100644 root:root 50e65ef41f42357c29cb71369c20551e -File: /usr/lib/debug/usr/lib/vidix/mga_vid.so.debug 100644 root:root e33f5165cf7e73263e277545502a137b -File: /usr/lib/debug/usr/lib/vidix/nvidia_vid.so.debug 100644 root:root 1bfa63709552398d04efb6e6c06764b2 -File: /usr/lib/debug/usr/lib/vidix/pm3_vid.so.debug 100644 root:root 5b6eeea16a7cd03a80ca19ee1ef3ffb5 -File: /usr/lib/debug/usr/lib/vidix/radeon_vid.so.debug 100644 root:root 1020a478fdb96d0e7e0ed5abd1dd2fe1 -File: /usr/lib/debug/usr/lib/vidix/rage128_vid.so.debug 100644 root:root 5b718f02dc090f0f9da73edb572759dc -File: /usr/lib/debug/usr/lib/vidix/savage_vid.so.debug 100644 root:root 0ef43848c2ce85e671a65e403af4e9d3 -File: /usr/lib/debug/usr/lib/vidix/sis_vid.so.debug 100644 root:root f1ac2eae6a5032d88354a3c894b21808 -File: /usr/lib/debug/usr/lib/vidix/unichrome_vid.so.debug 100644 root:root 7ab5428a1721a4bc0b65305c667ce89f +File: /usr/lib/debug/usr/lib/vidix/cyberblade_vid.so.debug 100644 root:root f76eaad8c495d7945b56b211fe03a101 +File: /usr/lib/debug/usr/lib/vidix/mach64_vid.so.debug 100644 root:root 8559608bcff2a54e699fbed564c21bfc +File: /usr/lib/debug/usr/lib/vidix/mga_crtc2_vid.so.debug 100644 root:root d3be6a0525046e721fd940402756c65f +File: /usr/lib/debug/usr/lib/vidix/mga_vid.so.debug 100644 root:root c5a969346a13832bc9876da447b02007 +File: /usr/lib/debug/usr/lib/vidix/nvidia_vid.so.debug 100644 root:root bb63a0e5f8600e1758cb41d242c4ac77 +File: /usr/lib/debug/usr/lib/vidix/pm3_vid.so.debug 100644 root:root b64fcde55299010bb47bb6b7a625f3f1 +File: /usr/lib/debug/usr/lib/vidix/radeon_vid.so.debug 100644 root:root 9406c9c92150dc9245910dd5ad90865d +File: /usr/lib/debug/usr/lib/vidix/rage128_vid.so.debug 100644 root:root 8be3b083718f03d0fb7fa05ec9b02513 +File: /usr/lib/debug/usr/lib/vidix/savage_vid.so.debug 100644 root:root 3cf5a28c8e801ee47e298fbc537c7cdc +File: /usr/lib/debug/usr/lib/vidix/sis_vid.so.debug 100644 root:root af66deacb3389fd56cec30f1c9db612d +File: /usr/lib/debug/usr/lib/vidix/unichrome_vid.so.debug 100644 root:root 8f02f8d7633c8ce6d6bf8576788292ca File: /usr/src/debug/vidix-svn-r21861 40755 root:root @@ -117,2 +118,3 @@ File: /usr/src/debug/vidix-svn-r21861/drivers/nvidia_vid.c 100644 root:root 887631bfe8085797e8f6c01251275559 +File: /usr/src/debug/vidix-svn-r21861/drivers/pm3_regs.h 100644 root:root 1ce1bd349363ba731814e10d96baf9cd File: /usr/src/debug/vidix-svn-r21861/drivers/pm3_vid.c 100644 root:root 1076180cc29089ebf6b6bb42eac22fa2 @@ -126,2 +128,2 @@ File: /usr/src/debug/vidix-svn-r21861/vidix.h 100644 root:root dd65d10ed1cd0eff553965abcd29d93c -RPMIdentity: 8b3074645f9c376fb4a111b2345e533a +RPMIdentity: e71bce38ce28e68c2d944917dadcc2ca