<86>Aug  3 07:34:51 userdel[3192620]: delete user 'rooter'
<86>Aug  3 07:34:51 userdel[3192620]: removed group 'rooter' owned by 'rooter'
<86>Aug  3 07:34:51 userdel[3192620]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  3 07:34:51 groupadd[3192677]: group added to /etc/group: name=rooter, GID=1823
<86>Aug  3 07:34:51 groupadd[3192677]: group added to /etc/gshadow: name=rooter
<86>Aug  3 07:34:51 groupadd[3192677]: new group: name=rooter, GID=1823
<86>Aug  3 07:34:51 useradd[3192722]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none
<86>Aug  3 07:34:51 userdel[3192772]: delete user 'builder'
<86>Aug  3 07:34:51 userdel[3192772]: removed group 'builder' owned by 'builder'
<86>Aug  3 07:34:51 userdel[3192772]: removed shadow group 'builder' owned by 'builder'
<86>Aug  3 07:34:51 groupadd[3192820]: group added to /etc/group: name=builder, GID=1824
<86>Aug  3 07:34:51 groupadd[3192820]: group added to /etc/gshadow: name=builder
<86>Aug  3 07:34:51 groupadd[3192820]: new group: name=builder, GID=1824
<86>Aug  3 07:34:51 useradd[3192853]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/volpack-1.0c7-alt2.nosrc.rpm (w1.gzdio)
Installing volpack-1.0c7-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.84458
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf volpack-1.0c7
+ echo 'Source #0 (volpack-1.0c7.tgz):'
Source #0 (volpack-1.0c7.tgz):
+ /usr/bin/gzip -dc /usr/src/RPM/SOURCES/volpack-1.0c7.tgz
+ /bin/tar -xf -
+ cd volpack-1.0c7
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (volpack-1.0c7-fedora-aarch64.patch):'
Patch #0 (volpack-1.0c7-fedora-aarch64.patch):
+ /usr/bin/patch -p1
patching file config.guess
patching file config.sub
+ echo 'Patch #1 (volpack-1.0c7-fedora-c99.patch):'
Patch #1 (volpack-1.0c7-fedora-c99.patch):
+ /usr/bin/patch -p1
patching file examples/classifyvolume.c
patching file examples/denfile.c
patching file examples/makeoctree.c
patching file examples/makevolume.c
patching file examples/rendervolume.c
patching file examples/scalevolume.c
patching file src/makeopts.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84458
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd volpack-1.0c7
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ configure_runstatedir_flags=
+ grep -qF runstatedir=DIR ./configure
+ echo 'rpm-build: warning: ./configure script does not support --runstatedir'
rpm-build: warning: ./configure script does not support --runstatedir
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --disable-dependency-tracking --disable-static
configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking for i586-alt-linux-gcc... i586-alt-linux-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i586-alt-linux-gcc accepts -g... yes
checking for i586-alt-linux-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i586-alt-linux-gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by i586-alt-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... (cached) pass_all
checking how to run the C preprocessor... i586-alt-linux-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i586-alt-linux-g++... no
checking for i586-alt-linux-c++... no
checking for i586-alt-linux-gpp... no
checking for i586-alt-linux-aCC... no
checking for i586-alt-linux-CC... no
checking for i586-alt-linux-cxx... no
checking for i586-alt-linux-cc++... no
checking for i586-alt-linux-cl.exe... no
checking for i586-alt-linux-FCC... no
checking for i586-alt-linux-KCC... no
checking for i586-alt-linux-RCC... no
checking for i586-alt-linux-xlC_r... no
checking for i586-alt-linux-xlC... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for i586-alt-linux-g77... no
checking for i586-alt-linux-xlf... no
checking for i586-alt-linux-f77... no
checking for i586-alt-linux-frt... no
checking for i586-alt-linux-pgf77... no
checking for i586-alt-linux-cf77... no
checking for i586-alt-linux-fort77... no
checking for i586-alt-linux-fl32... no
checking for i586-alt-linux-af77... no
checking for i586-alt-linux-xlf90... no
checking for i586-alt-linux-f90... no
checking for i586-alt-linux-pgf90... no
checking for i586-alt-linux-pghpf... no
checking for i586-alt-linux-epcf90... no
checking for i586-alt-linux-gfortran... no
checking for i586-alt-linux-g95... no
checking for i586-alt-linux-xlf95... no
checking for i586-alt-linux-f95... no
checking for i586-alt-linux-fort... no
checking for i586-alt-linux-ifort... no
checking for i586-alt-linux-ifc... no
checking for i586-alt-linux-efc... no
checking for i586-alt-linux-pgf95... no
checking for i586-alt-linux-lf95... no
checking for i586-alt-linux-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from i586-alt-linux-gcc object... failed
checking for objdir... .libs
checking for i586-alt-linux-ar... no
checking for ar... ar
checking for i586-alt-linux-ranlib... no
checking for ranlib... ranlib
checking for i586-alt-linux-strip... no
checking for strip... strip
checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i586-alt-linux-gcc option to produce PIC... -fPIC
checking if i586-alt-linux-gcc PIC flag -fPIC works... yes
checking if i586-alt-linux-gcc static flag -static works... no
checking if i586-alt-linux-gcc supports -c -o file.o... yes
checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for native Win32... no
checking for Win32 platform in general... no
checking for gnum4... no
checking for gm4... no
checking for m4... /usr/bin/m4
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating etc/Makefile
config.status: creating etc/volpack.spec
config.status: creating etc/volpack-1.0c7-1.info
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext
Moving SPEC file to base directory
+ make
make: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make  all-recursive
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7'
Making all in etc
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/etc'
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/src'
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_check.lo vp_check.c
mkdir .libs
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_check.c  -fPIC -DPIC -o .libs/vp_check.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_context.lo vp_context.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_context.c  -fPIC -DPIC -o .libs/vp_context.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_extract.lo vp_extract.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_extract.c  -fPIC -DPIC -o .libs/vp_extract.o
vp_extract.c: In function 'VPShadeBlock':
vp_extract.c:444:9: warning: variable 'color_channels' set but not used [-Wunused-but-set-variable]
  444 |     int color_channels;
      |         ^~~~~~~~~~~~~~
vp_extract.c: In function 'ExtractClassifiedVolume':
vp_extract.c:612:21: warning: variable 'klen' set but not used [-Wunused-but-set-variable]
  612 |     int ilen, jlen, klen;       /* volume size */
      |                     ^~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_file.lo vp_file.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_file.c  -fPIC -DPIC -o .libs/vp_file.o
vp_file.c: In function 'vpLoadContext':
vp_file.c:1141:9: warning: variable 'swab' set but not used [-Wunused-but-set-variable]
 1141 |     int swab, i;
      |         ^~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_linalg.lo vp_linalg.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_linalg.c  -fPIC -DPIC -o .libs/vp_linalg.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_octree.lo vp_octree.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_octree.c  -fPIC -DPIC -o .libs/vp_octree.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_renderA.lo vp_renderA.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_renderA.c  -fPIC -DPIC -o .libs/vp_renderA.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_renderB.lo vp_renderB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_renderB.c  -fPIC -DPIC -o .libs/vp_renderB.o
vp_renderB.c:347:1: warning: 'ScaleColors' defined but not used [-Wunused-function]
  347 | ScaleColors(scale, clr_slice, width, height, color_channels)
      | ^~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_renderC.lo vp_renderC.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_renderC.c  -fPIC -DPIC -o .libs/vp_renderC.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_renderR.lo vp_renderR.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_renderR.c  -fPIC -DPIC -o .libs/vp_renderR.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_resample.lo vp_resample.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_resample.c  -fPIC -DPIC -o .libs/vp_resample.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_rle.lo vp_rle.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_rle.c  -fPIC -DPIC -o .libs/vp_rle.o
vp_rle.c: In function 'vpClassifyVolume':
vp_rle.c:157:9: warning: variable 'xlen' set but not used [-Wunused-but-set-variable]
  157 |     int xlen, ylen, zlen;       /* volume dimensions */
      |         ^~~~
vp_rle.c: In function 'EncodeScanline':
vp_rle.c:250:9: warning: variable 'skip_rle_z' set but not used [-Wunused-but-set-variable]
  250 |     int skip_rle_z;             /* if true, do not compute rle_z */
      |         ^~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_shade.lo vp_shade.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_shade.c  -fPIC -DPIC -o .libs/vp_shade.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_transpose.lo vp_transpose.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_transpose.c  -fPIC -DPIC -o .libs/vp_transpose.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_util.lo vp_util.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_util.c  -fPIC -DPIC -o .libs/vp_util.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_view.lo vp_view.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_view.c  -fPIC -DPIC -o .libs/vp_view.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warp.lo vp_warp.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warp.c  -fPIC -DPIC -o .libs/vp_warp.o
vp_warp.c: In function 'VPComputeWarpTables':
vp_warp.c:77:18: warning: operation on 'wptr' may be undefined [-Wsequence-point]
   77 |             *wptr++ = 1. - wptr[-1] - wptr[-2] - wptr[-3];
      |              ~~~~^~
vp_warp.c:77:18: warning: operation on 'wptr' may be undefined [-Wsequence-point]
vp_warp.c:77:18: warning: operation on 'wptr' may be undefined [-Wsequence-point]
i586-alt-linux-gcc -o makeopts makeopts.c
./makeopts vp_opts.c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_opts.lo vp_opts.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_opts.c  -fPIC -DPIC -o .libs/vp_opts.o
/usr/bin/m4 -DSourceFile=vp_compAC1NB.c no_edit_header vp_compA.m4 > vp_compAC1NB.c
/usr/bin/m4 -DSourceFile=vp_compAC3NB.c no_edit_header vp_compA.m4 > vp_compAC3NB.c
/usr/bin/m4 -DSourceFile=vp_compAR1NB.c no_edit_header vp_compA.m4 > vp_compAR1NB.c
/usr/bin/m4 -DSourceFile=vp_compAR3NB.c no_edit_header vp_compA.m4 > vp_compAR3NB.c
/usr/bin/m4 -DSourceFile=vp_compAC1PB.c no_edit_header vp_compA.m4 > vp_compAC1PB.c
/usr/bin/m4 -DSourceFile=vp_compAC3PB.c no_edit_header vp_compA.m4 > vp_compAC3PB.c
/usr/bin/m4 -DSourceFile=vp_compAR1PB.c no_edit_header vp_compA.m4 > vp_compAR1PB.c
/usr/bin/m4 -DSourceFile=vp_compAR3PB.c no_edit_header vp_compA.m4 > vp_compAR3PB.c
/usr/bin/m4 -DSourceFile=vp_compAC00G.c no_edit_header vp_compA.m4 > vp_compAC00G.c
/usr/bin/m4 -DSourceFile=vp_compAR00G.c no_edit_header vp_compA.m4 > vp_compAR00G.c
/usr/bin/m4 -DSourceFile=vp_compAC1NS.c no_edit_header vp_compA.m4 > vp_compAC1NS.c
/usr/bin/m4 -DSourceFile=vp_compAC3NS.c no_edit_header vp_compA.m4 > vp_compAC3NS.c
/usr/bin/m4 -DSourceFile=vp_compAR1NS.c no_edit_header vp_compA.m4 > vp_compAR1NS.c
/usr/bin/m4 -DSourceFile=vp_compAR3NS.c no_edit_header vp_compA.m4 > vp_compAR3NS.c
/usr/bin/m4 -DSourceFile=vp_compAC11B.c no_edit_header vp_compA.m4 > vp_compAC11B.c
/usr/bin/m4 -DSourceFile=vp_compAC31B.c no_edit_header vp_compA.m4 > vp_compAC31B.c
/usr/bin/m4 -DSourceFile=vp_compAC32B.c no_edit_header vp_compA.m4 > vp_compAC32B.c
/usr/bin/m4 -DSourceFile=vp_compAR11B.c no_edit_header vp_compA.m4 > vp_compAR11B.c
/usr/bin/m4 -DSourceFile=vp_compAR31B.c no_edit_header vp_compA.m4 > vp_compAR31B.c
/usr/bin/m4 -DSourceFile=vp_compAR32B.c no_edit_header vp_compA.m4 > vp_compAR32B.c
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC1NB.lo vp_compAC1NB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC1NB.c  -fPIC -DPIC -o .libs/vp_compAC1NB.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC3NB.lo vp_compAC3NB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC3NB.c  -fPIC -DPIC -o .libs/vp_compAC3NB.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR1NB.lo vp_compAR1NB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR1NB.c  -fPIC -DPIC -o .libs/vp_compAR1NB.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR3NB.lo vp_compAR3NB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR3NB.c  -fPIC -DPIC -o .libs/vp_compAR3NB.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC1PB.lo vp_compAC1PB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC1PB.c  -fPIC -DPIC -o .libs/vp_compAC1PB.o
vp_compAC1PB.c: In function 'VPCompAC1PB':
vp_compAC1PB.c:300:9: warning: unused variable 'shade_index' [-Wunused-variable]
  300 |     int shade_index;            /* shade index */
      |         ^~~~~~~~~~~
vp_compAC1PB.c:299:9: warning: variable 'norm_offset' set but not used [-Wunused-but-set-variable]
  299 |     int norm_offset;            /* byte offset to shade table index in voxel */
      |         ^~~~~~~~~~~
vp_compAC1PB.c:298:12: warning: variable 'shade_table' set but not used [-Wunused-but-set-variable]
  298 |     float *shade_table;         /* shade lookup table */
      |            ^~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC3PB.lo vp_compAC3PB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC3PB.c  -fPIC -DPIC -o .libs/vp_compAC3PB.o
vp_compAC3PB.c: In function 'VPCompAC3PB':
vp_compAC3PB.c:300:9: warning: unused variable 'shade_index' [-Wunused-variable]
  300 |     int shade_index;            /* shade index */
      |         ^~~~~~~~~~~
vp_compAC3PB.c:299:9: warning: variable 'norm_offset' set but not used [-Wunused-but-set-variable]
  299 |     int norm_offset;            /* byte offset to shade table index in voxel */
      |         ^~~~~~~~~~~
vp_compAC3PB.c:298:12: warning: variable 'shade_table' set but not used [-Wunused-but-set-variable]
  298 |     float *shade_table;         /* shade lookup table */
      |            ^~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR1PB.lo vp_compAR1PB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR1PB.c  -fPIC -DPIC -o .libs/vp_compAR1PB.o
vp_compAR1PB.c: In function 'VPCompAR1PB':
vp_compAR1PB.c:301:9: warning: unused variable 'shade_index' [-Wunused-variable]
  301 |     int shade_index;            /* shade index */
      |         ^~~~~~~~~~~
vp_compAR1PB.c:300:9: warning: variable 'norm_offset' set but not used [-Wunused-but-set-variable]
  300 |     int norm_offset;            /* byte offset to shade table index in voxel */
      |         ^~~~~~~~~~~
vp_compAR1PB.c:299:12: warning: variable 'shade_table' set but not used [-Wunused-but-set-variable]
  299 |     float *shade_table;         /* shade lookup table */
      |            ^~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR3PB.lo vp_compAR3PB.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR3PB.c  -fPIC -DPIC -o .libs/vp_compAR3PB.o
vp_compAR3PB.c: In function 'VPCompAR3PB':
vp_compAR3PB.c:301:9: warning: unused variable 'shade_index' [-Wunused-variable]
  301 |     int shade_index;            /* shade index */
      |         ^~~~~~~~~~~
vp_compAR3PB.c:300:9: warning: variable 'norm_offset' set but not used [-Wunused-but-set-variable]
  300 |     int norm_offset;            /* byte offset to shade table index in voxel */
      |         ^~~~~~~~~~~
vp_compAR3PB.c:299:12: warning: variable 'shade_table' set but not used [-Wunused-but-set-variable]
  299 |     float *shade_table;         /* shade lookup table */
      |            ^~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC00G.lo vp_compAC00G.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC00G.c  -fPIC -DPIC -o .libs/vp_compAC00G.o
vp_compAC00G.c: In function 'VPCompAC00G':
vp_compAC00G.c:308:12: warning: variable 'num_materials' set but not used [-Wunused-but-set-variable]
  308 |     int m, num_materials;
      |            ^~~~~~~~~~~~~
vp_compAC00G.c:308:9: warning: unused variable 'm' [-Wunused-variable]
  308 |     int m, num_materials;
      |         ^
vp_compAC00G.c:307:9: warning: unused variable 'weight_index' [-Wunused-variable]
  307 |     int weight_index;           /* weight index */
      |         ^~~~~~~~~~~~
vp_compAC00G.c:306:9: warning: variable 'wgt_offset' set but not used [-Wunused-but-set-variable]
  306 |     int wgt_offset;             /* byte offset to weight table index */
      |         ^~~~~~~~~~
vp_compAC00G.c:305:12: warning: variable 'weight_table' set but not used [-Wunused-but-set-variable]
  305 |     float *weight_table;        /* weight lookup table */
      |            ^~~~~~~~~~~~
vp_compAC00G.c:301:11: warning: unused variable 'shade_factor' [-Wunused-variable]
  301 |     float shade_factor;         /* attenuation factor for color
      |           ^~~~~~~~~~~~
vp_compAC00G.c:300:9: warning: unused variable 'shade_index' [-Wunused-variable]
  300 |     int shade_index;            /* shade index */
      |         ^~~~~~~~~~~
vp_compAC00G.c:299:9: warning: variable 'norm_offset' set but not used [-Wunused-but-set-variable]
  299 |     int norm_offset;            /* byte offset to shade table index in voxel */
      |         ^~~~~~~~~~~
vp_compAC00G.c:298:12: warning: variable 'shade_table' set but not used [-Wunused-but-set-variable]
  298 |     float *shade_table;         /* shade lookup table */
      |            ^~~~~~~~~~~
vp_compAC00G.c:293:11: warning: variable 'slice_depth_cueing' set but not used [-Wunused-but-set-variable]
  293 |     float slice_depth_cueing;   /* depth cueing factor for slice */
      |           ^~~~~~~~~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR00G.lo vp_compAR00G.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR00G.c  -fPIC -DPIC -o .libs/vp_compAR00G.o
vp_compAR00G.c: In function 'VPCompAR00G':
vp_compAR00G.c:309:12: warning: variable 'num_materials' set but not used [-Wunused-but-set-variable]
  309 |     int m, num_materials;
      |            ^~~~~~~~~~~~~
vp_compAR00G.c:309:9: warning: unused variable 'm' [-Wunused-variable]
  309 |     int m, num_materials;
      |         ^
vp_compAR00G.c:308:9: warning: unused variable 'weight_index' [-Wunused-variable]
  308 |     int weight_index;           /* weight index */
      |         ^~~~~~~~~~~~
vp_compAR00G.c:307:9: warning: variable 'wgt_offset' set but not used [-Wunused-but-set-variable]
  307 |     int wgt_offset;             /* byte offset to weight table index */
      |         ^~~~~~~~~~
vp_compAR00G.c:306:12: warning: variable 'weight_table' set but not used [-Wunused-but-set-variable]
  306 |     float *weight_table;        /* weight lookup table */
      |            ^~~~~~~~~~~~
vp_compAR00G.c:302:11: warning: unused variable 'shade_factor' [-Wunused-variable]
  302 |     float shade_factor;         /* attenuation factor for color
      |           ^~~~~~~~~~~~
vp_compAR00G.c:301:9: warning: unused variable 'shade_index' [-Wunused-variable]
  301 |     int shade_index;            /* shade index */
      |         ^~~~~~~~~~~
vp_compAR00G.c:300:9: warning: variable 'norm_offset' set but not used [-Wunused-but-set-variable]
  300 |     int norm_offset;            /* byte offset to shade table index in voxel */
      |         ^~~~~~~~~~~
vp_compAR00G.c:299:12: warning: variable 'shade_table' set but not used [-Wunused-but-set-variable]
  299 |     float *shade_table;         /* shade lookup table */
      |            ^~~~~~~~~~~
vp_compAR00G.c:294:11: warning: variable 'slice_depth_cueing' set but not used [-Wunused-but-set-variable]
  294 |     float slice_depth_cueing;   /* depth cueing factor for slice */
      |           ^~~~~~~~~~~~~~~~~~
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC1NS.lo vp_compAC1NS.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC1NS.c  -fPIC -DPIC -o .libs/vp_compAC1NS.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC3NS.lo vp_compAC3NS.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC3NS.c  -fPIC -DPIC -o .libs/vp_compAC3NS.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR1NS.lo vp_compAR1NS.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR1NS.c  -fPIC -DPIC -o .libs/vp_compAR1NS.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR3NS.lo vp_compAR3NS.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR3NS.c  -fPIC -DPIC -o .libs/vp_compAR3NS.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC11B.lo vp_compAC11B.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC11B.c  -fPIC -DPIC -o .libs/vp_compAC11B.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC31B.lo vp_compAC31B.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC31B.c  -fPIC -DPIC -o .libs/vp_compAC31B.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAC32B.lo vp_compAC32B.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAC32B.c  -fPIC -DPIC -o .libs/vp_compAC32B.o
vp_compAC32B.c: In function 'VPCompAC32B':
vp_compAC32B.c:308:12: warning: variable 'num_materials' set but not used [-Wunused-but-set-variable]
  308 |     int m, num_materials;
      |            ^~~~~~~~~~~~~
vp_compAC32B.c:308:9: warning: unused variable 'm' [-Wunused-variable]
  308 |     int m, num_materials;
      |         ^
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR11B.lo vp_compAR11B.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR11B.c  -fPIC -DPIC -o .libs/vp_compAR11B.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR31B.lo vp_compAR31B.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR31B.c  -fPIC -DPIC -o .libs/vp_compAR31B.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_compAR32B.lo vp_compAR32B.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_compAR32B.c  -fPIC -DPIC -o .libs/vp_compAR32B.o
vp_compAR32B.c: In function 'VPCompAR32B':
vp_compAR32B.c:309:12: warning: variable 'num_materials' set but not used [-Wunused-but-set-variable]
  309 |     int m, num_materials;
      |            ^~~~~~~~~~~~~
vp_compAR32B.c:309:9: warning: unused variable 'm' [-Wunused-variable]
  309 |     int m, num_materials;
      |         ^
/usr/bin/m4 -DSourceFile=vp_warpA101N.c no_edit_header vp_warpA.m4 > vp_warpA101N.c
/usr/bin/m4 -DSourceFile=vp_warpA301N.c no_edit_header vp_warpA.m4 > vp_warpA301N.c
/usr/bin/m4 -DSourceFile=vp_warpA110N.c no_edit_header vp_warpA.m4 > vp_warpA110N.c
/usr/bin/m4 -DSourceFile=vp_warpA111N.c no_edit_header vp_warpA.m4 > vp_warpA111N.c
/usr/bin/m4 -DSourceFile=vp_warpA330N.c no_edit_header vp_warpA.m4 > vp_warpA330N.c
/usr/bin/m4 -DSourceFile=vp_warpA331N.c no_edit_header vp_warpA.m4 > vp_warpA331N.c
/usr/bin/m4 -DSourceFile=vp_warpA330R.c no_edit_header vp_warpA.m4 > vp_warpA330R.c
/usr/bin/m4 -DSourceFile=vp_warpA331R.c no_edit_header vp_warpA.m4 > vp_warpA331R.c
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA101N.lo vp_warpA101N.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA101N.c  -fPIC -DPIC -o .libs/vp_warpA101N.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA301N.lo vp_warpA301N.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA301N.c  -fPIC -DPIC -o .libs/vp_warpA301N.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA110N.lo vp_warpA110N.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA110N.c  -fPIC -DPIC -o .libs/vp_warpA110N.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA111N.lo vp_warpA111N.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA111N.c  -fPIC -DPIC -o .libs/vp_warpA111N.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA330N.lo vp_warpA330N.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA330N.c  -fPIC -DPIC -o .libs/vp_warpA330N.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA331N.lo vp_warpA331N.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA331N.c  -fPIC -DPIC -o .libs/vp_warpA331N.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA330R.lo vp_warpA330R.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA330R.c  -fPIC -DPIC -o .libs/vp_warpA330R.o
/bin/sh ../libtool --tag=CC   --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I..    -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o vp_warpA331R.lo vp_warpA331R.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -DCOMP_AC11B -DCOMP_AC31B -DCOMP_AC32B -DCOMP_AR11B -DCOMP_AR31B -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c vp_warpA331R.c  -fPIC -DPIC -o .libs/vp_warpA331R.o
/bin/sh ../libtool --tag=CC   --mode=link i586-alt-linux-gcc -DCOMP_AC11B   -DCOMP_AC31B   -DCOMP_AC32B -DCOMP_AR11B   -DCOMP_AR31B   -DCOMP_AR32B -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -version-info 1:4:0   -o libvolpack.la -rpath /usr/lib vp_check.lo vp_context.lo vp_extract.lo vp_file.lo vp_linalg.lo vp_octree.lo vp_renderA.lo vp_renderB.lo vp_renderC.lo vp_renderR.lo vp_resample.lo vp_rle.lo vp_shade.lo vp_transpose.lo vp_util.lo vp_view.lo vp_warp.lo vp_opts.lo vp_compAC1NB.lo vp_compAC3NB.lo vp_compAR1NB.lo vp_compAR3NB.lo vp_compAC1PB.lo vp_compAC3PB.lo vp_compAR1PB.lo vp_compAR3PB.lo vp_compAC00G.lo vp_compAR00G.lo vp_compAC1NS.lo vp_compAC3NS.lo vp_compAR1NS.lo vp_compAR3NS.lo vp_compAC11B.lo vp_compAC31B.lo vp_compAC32B.lo vp_compAR11B.lo vp_compAR31B.lo vp_compAR32B.lo vp_warpA101N.lo vp_warpA301N.lo vp_warpA110N.lo vp_warpA111N.lo vp_warpA330N.lo vp_warpA331N.lo vp_warpA330R.lo vp_warpA331R.lo  
i586-alt-linux-gcc -shared  .libs/vp_check.o .libs/vp_context.o .libs/vp_extract.o .libs/vp_file.o .libs/vp_linalg.o .libs/vp_octree.o .libs/vp_renderA.o .libs/vp_renderB.o .libs/vp_renderC.o .libs/vp_renderR.o .libs/vp_resample.o .libs/vp_rle.o .libs/vp_shade.o .libs/vp_transpose.o .libs/vp_util.o .libs/vp_view.o .libs/vp_warp.o .libs/vp_opts.o .libs/vp_compAC1NB.o .libs/vp_compAC3NB.o .libs/vp_compAR1NB.o .libs/vp_compAR3NB.o .libs/vp_compAC1PB.o .libs/vp_compAC3PB.o .libs/vp_compAR1PB.o .libs/vp_compAR3PB.o .libs/vp_compAC00G.o .libs/vp_compAR00G.o .libs/vp_compAC1NS.o .libs/vp_compAC3NS.o .libs/vp_compAR1NS.o .libs/vp_compAR3NS.o .libs/vp_compAC11B.o .libs/vp_compAC31B.o .libs/vp_compAC32B.o .libs/vp_compAR11B.o .libs/vp_compAR31B.o .libs/vp_compAR32B.o .libs/vp_warpA101N.o .libs/vp_warpA301N.o .libs/vp_warpA110N.o .libs/vp_warpA111N.o .libs/vp_warpA330N.o .libs/vp_warpA331N.o .libs/vp_warpA330R.o .libs/vp_warpA331R.o   -march=i586 -mtune=generic -Wl,-soname -Wl,libvolpack.so.1 -o .libs/libvolpack.so.1.0.4
(cd .libs && rm -f libvolpack.so.1 && ln -s libvolpack.so.1.0.4 libvolpack.so.1)
(cd .libs && rm -f libvolpack.so && ln -s libvolpack.so.1.0.4 libvolpack.so)
creating libvolpack.la
(cd .libs && rm -f libvolpack.la && ln -s ../libvolpack.la libvolpack.la)
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/src'
Making all in man
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/man'
Making all in examples
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src    -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c makevolume.c
/bin/sh ../libtool --tag=CC   --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -L../src  -o makevolume makevolume.o -lvolpack -lm 
mkdir .libs
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o .libs/makevolume makevolume.o  -L/usr/src/RPM/BUILD/volpack-1.0c7/src /usr/src/RPM/BUILD/volpack-1.0c7/src/.libs/libvolpack.so -lm 
creating makevolume
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src    -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c makeoctree.c
/bin/sh ../libtool --tag=CC   --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -L../src  -o makeoctree makeoctree.o -lvolpack -lm 
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o .libs/makeoctree makeoctree.o  -L/usr/src/RPM/BUILD/volpack-1.0c7/src /usr/src/RPM/BUILD/volpack-1.0c7/src/.libs/libvolpack.so -lm 
creating makeoctree
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src    -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c classifyvolume.c
/bin/sh ../libtool --tag=CC   --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -L../src  -o classifyvolume classifyvolume.o -lvolpack -lm 
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o .libs/classifyvolume classifyvolume.o  -L/usr/src/RPM/BUILD/volpack-1.0c7/src /usr/src/RPM/BUILD/volpack-1.0c7/src/.libs/libvolpack.so -lm 
creating classifyvolume
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src    -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c rendervolume.c
rendervolume.c: In function 'main':
rendervolume.c:210:18: warning: passing argument 1 of 'StorePGM' from incompatible pointer type [-Wincompatible-pointer-types]
  210 |         StorePGM(image, IMAGE_WIDTH, IMAGE_HEIGHT, filename);
      |                  ^~~~~
      |                  |
      |                  unsigned char (*)[256]
rendervolume.c:44:21: note: expected 'char *' but argument is of type 'unsigned char (*)[256]'
   44 | void StorePGM(char *image, int width, int height, char *filename);
      |               ~~~~~~^~~~~
/bin/sh ../libtool --tag=CC   --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -L../src  -o rendervolume rendervolume.o -lvolpack -lm 
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o .libs/rendervolume rendervolume.o  -L/usr/src/RPM/BUILD/volpack-1.0c7/src /usr/src/RPM/BUILD/volpack-1.0c7/src/.libs/libvolpack.so -lm 
creating rendervolume
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src    -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c scalevolume.c
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../src    -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c denfile.c
/bin/sh ../libtool --tag=CC   --mode=link i586-alt-linux-gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -L../src  -o scalevolume scalevolume.o denfile.o -lvolpack -lm 
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o .libs/scalevolume scalevolume.o denfile.o  -L/usr/src/RPM/BUILD/volpack-1.0c7/src /usr/src/RPM/BUILD/volpack-1.0c7/src/.libs/libvolpack.so -lm 
creating scalevolume
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
Making all in doc
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/doc'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.26445
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/volpack-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/volpack-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd volpack-1.0c7
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/volpack-buildroot/usr exec_prefix=/usr/src/tmp/volpack-buildroot/usr bindir=/usr/src/tmp/volpack-buildroot/usr/bin sbindir=/usr/src/tmp/volpack-buildroot/usr/sbin sysconfdir=/usr/src/tmp/volpack-buildroot/etc datadir=/usr/src/tmp/volpack-buildroot/usr/share includedir=/usr/src/tmp/volpack-buildroot/usr/include libdir=/usr/src/tmp/volpack-buildroot/usr/lib libexecdir=/usr/src/tmp/volpack-buildroot/usr/lib localstatedir=/usr/src/tmp/volpack-buildroot/var/lib runstatedir=/usr/src/tmp/volpack-buildroot/var/run sharedstatedir=/usr/src/tmp/volpack-buildroot/var/lib mandir=/usr/src/tmp/volpack-buildroot/usr/share/man infodir=/usr/src/tmp/volpack-buildroot/usr/share/info install
make: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7'
Making install in etc
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/etc'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/etc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/etc'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/etc'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/src'
test -z "/usr/src/tmp/volpack-buildroot/usr/lib" || /usr/bin/mkdir -p "/usr/src/tmp/volpack-buildroot/usr/lib"
 /bin/sh ../libtool   --mode=install /usr/libexec/rpm-build/install -p  'libvolpack.la' '/usr/src/tmp/volpack-buildroot/usr/lib/libvolpack.la'
/usr/libexec/rpm-build/install -p .libs/libvolpack.so.1.0.4 /usr/src/tmp/volpack-buildroot/usr/lib/libvolpack.so.1.0.4
(cd /usr/src/tmp/volpack-buildroot/usr/lib && { ln -s -f libvolpack.so.1.0.4 libvolpack.so.1 || { rm -f libvolpack.so.1 && ln -s libvolpack.so.1.0.4 libvolpack.so.1; }; })
(cd /usr/src/tmp/volpack-buildroot/usr/lib && { ln -s -f libvolpack.so.1.0.4 libvolpack.so || { rm -f libvolpack.so && ln -s libvolpack.so.1.0.4 libvolpack.so; }; })
/usr/libexec/rpm-build/install -p .libs/libvolpack.lai /usr/src/tmp/volpack-buildroot/usr/lib/libvolpack.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/src/tmp/volpack-buildroot/usr/include" || /usr/bin/mkdir -p "/usr/src/tmp/volpack-buildroot/usr/include"
 /usr/libexec/rpm-build/install -p -m 644 'volpack.h' '/usr/src/tmp/volpack-buildroot/usr/include/volpack.h'
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/src'
Making install in man
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/man'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/man'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/src/tmp/volpack-buildroot/usr/share/man/man3" || /usr/bin/mkdir -p "/usr/src/tmp/volpack-buildroot/usr/share/man/man3"
 /usr/libexec/rpm-build/install -p -m 644 './LinearAlgebra.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/LinearAlgebra.3'
 /usr/libexec/rpm-build/install -p -m 644 './VolPack.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/VolPack.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpBoxFilter.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpBoxFilter.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpBruteForceRender.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpBruteForceRender.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpClassifyScalars.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpClassifyScalars.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpClassifyScanline.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpClassifyScanline.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpClassifyVolume.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpClassifyVolume.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpCreateContext.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpCreateContext.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpCreateMinMaxOctree.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpCreateMinMaxOctree.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpCurrentMatrix.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpCurrentMatrix.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpEnable.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpEnable.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpExtract.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpExtract.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGetError.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGetError.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGetImage.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGetImage.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGetLight.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGetLight.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGetMaterial.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGetMaterial.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGetMatrix.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGetMatrix.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGetTimer.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGetTimer.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpGeti.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpGeti.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpIdentityMatrix.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpIdentityMatrix.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpLoadRawVolume.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpLoadRawVolume.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpMultMatrix.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpMultMatrix.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpNormalIndex.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpNormalIndex.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpOctreeMask.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpOctreeMask.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpRamp.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpRamp.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpRenderRawVolume.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpRenderRawVolume.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpResample.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpResample.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpRotate.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpRotate.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpScale.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpScale.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpScanlineNormals.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpScanlineNormals.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetCallback.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetCallback.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetClientData.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetClientData.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetClassifierTable.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetClassifierTable.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetDebug.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetDebug.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetDepthCueing.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetDepthCueing.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetFilter.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetFilter.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetImage.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetImage.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetLight.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetLight.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetLookupShader.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetLookupShader.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetMaterial.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetMaterial.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetMatrix.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetMatrix.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetRawVoxels.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetRawVoxels.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetShadowLookupShader.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetShadowLookupShader.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetVolumeSize.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetVolumeSize.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetVoxelField.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetVoxelField.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSetVoxelSize.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSetVoxelSize.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpSeti.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpSeti.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpShadeTable.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpShadeTable.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpStoreRawVolume.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpStoreRawVolume.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpTracePixel.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpTracePixel.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpTranslate.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpTranslate.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpTranspose.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpTranspose.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpVolumeNormals.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpVolumeNormals.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpWindow.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpWindow.3'
 /usr/libexec/rpm-build/install -p -m 644 './vpWindowPHIGS.3' '/usr/src/tmp/volpack-buildroot/usr/share/man/man3/vpWindowPHIGS.3'
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/man'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/man'
Making install in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
Making install in doc
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/doc'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/doc'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/doc'
make[1]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make[2]: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make[1]: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7'
make: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7'
+ rm -f doc/vp_userguide..pdf doc/Makefile doc/Makefile.am doc/Makefile.in
+ pushd examples
~/RPM/BUILD/volpack-1.0c7/examples ~/RPM/BUILD/volpack-1.0c7
+ make clean
make: Entering directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
rm -rf .libs _libs
 rm -f makevolume makevolume
 rm -f makeoctree makeoctree
 rm -f classifyvolume classifyvolume
 rm -f rendervolume rendervolume
 rm -f scalevolume scalevolume
rm -f *.o
test -z "brainsmall.rv brainsmall.oct brainsmall.cv brainsmall*ppm" || rm -f brainsmall.rv brainsmall.oct brainsmall.cv brainsmall*ppm
rm -f *.lo
make: Leaving directory '/usr/src/RPM/BUILD/volpack-1.0c7/examples'
+ rm -f Makefile.am Makefile.in
+ chmod 644 test.csh
+ popd
~/RPM/BUILD/volpack-1.0c7
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/volpack-buildroot (auto)
removed './usr/lib/libvolpack.la'
mode of './usr/lib/libvolpack.so.1.0.4' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/volpack-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/volpack-buildroot/ (default)
Compressing files in /usr/src/tmp/volpack-buildroot (auto)
Adjusting library links in /usr/src/tmp/volpack-buildroot
./usr/lib: (from <cmdline>:0)
	libvolpack.so.1 -> libvolpack.so.1.0.4
Verifying ELF objects in /usr/src/tmp/volpack-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=relaxed)
verify-elf: WARNING: ./usr/lib/libvolpack.so.1.0.4: undefined symbol: sincos
verify-elf: WARNING: ./usr/lib/libvolpack.so.1.0.4: undefined symbol: ceil
verify-elf: WARNING: ./usr/lib/libvolpack.so.1.0.4: undefined symbol: exp
verify-elf: WARNING: ./usr/lib/libvolpack.so.1.0.4: undefined symbol: ceilf
verify-elf: WARNING: ./usr/lib/libvolpack.so.1.0.4: undefined symbol: pow
verify-elf: WARNING: ./usr/lib/libvolpack.so.1.0.4: undefined symbol: floor
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/volpack-buildroot
Processing files: volpack-1.0c7-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1665
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd volpack-1.0c7
+ DOCDIR=/usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-1.0c7
+ export DOCDIR
+ rm -rf /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-1.0c7
+ /bin/mkdir -p /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-1.0c7
+ cp -prL AUTHORS COPYING ChangeLog README /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-1.0c7
+ chmod -R go-w /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-1.0c7
+ chmod -R a+rX /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-1.0c7
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qGYdGj
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/volpack-buildroot/usr/lib/libvolpack.so.1: 150 symbols, 18 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mv5Df7
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libvolpack.so.1 = set:ldrmu7Rc095Iz0o4vQS9HkW1ZlJw8agnxWfiDxI7lUDZhdh0ctoTn6ctmqPrVHTFpVEdpjG8Zlf832BlxySChwue1T3PprxkZdUf48jkuk0wMFm9q1e7t2ZzlBdr0ZCmzP7y9K6KVUCay6NPfX2pkbcDyt0YBOBDVdAA8yknribMIEq9kXLBRU23v7gsR5pccrANi89dfXJrbJ7whj0hw6jpZuONUCmB1AJhY4Zlcfz5klgG1Zkw3RU2rhUOIWflFMlCXBLUKoT0ZzK4p3AAlxpBm0gf29CH4bRGhOBpNRXs3ZGVNRE2br9Pj
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), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e2gWAC
Creating volpack-debuginfo package
Processing files: volpack-devel-1.0c7-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HMKAv0
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.wBeNiP
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: volpack = 1.0c7-alt2, /usr/lib/libvolpack.so.1.0.4
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1fTDuK
Processing files: volpack-doc-1.0c7-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18920
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd volpack-1.0c7
+ DOCDIR=/usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-doc-1.0c7
+ export DOCDIR
+ rm -rf /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-doc-1.0c7
+ /bin/mkdir -p /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-doc-1.0c7
+ cp -prL doc/ examples/ /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-doc-1.0c7
+ chmod -R go-w /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-doc-1.0c7
+ chmod -R a+rX /usr/src/tmp/volpack-buildroot/usr/share/doc/volpack-doc-1.0c7
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ALtOAX
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.r1Hymc
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: volpack = 1.0c7-alt2
Processing files: volpack-debuginfo-1.0c7-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YsXSeK
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1dAOBe
find-requires: running scripts (debuginfo)
Provides: debug(libvolpack.so.1)
Requires: volpack = 1.0c7-alt2, debug(libc.so.6)
Adding to volpack-devel a strict dependency on volpack
Adding to volpack-doc a strict dependency on volpack
Adding to volpack-debuginfo a strict dependency on volpack
Removing 1 extra deps from volpack-devel due to dependency on volpack
Wrote: /usr/src/RPM/RPMS/i586/volpack-1.0c7-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/volpack-devel-1.0c7-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/noarch/volpack-doc-1.0c7-alt2.noarch.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/volpack-debuginfo-1.0c7-alt2.i586.rpm (w2.lzdio)
11.92user 8.65system 0:25.52elapsed 80%CPU (0avgtext+0avgdata 58284maxresident)k
0inputs+0outputs (0major+1802131minor)pagefaults 0swaps
3.15user 2.15system 0:33.81elapsed 15%CPU (0avgtext+0avgdata 123736maxresident)k
0inputs+0outputs (0major+136108minor)pagefaults 0swaps
--- volpack-1.0c7-alt2.i586.rpm.repo	2023-11-27 09:04:52.000000000 +0000
+++ volpack-1.0c7-alt2.i586.rpm.hasher	2024-08-03 07:35:22.281671808 +0000
@@ -71,3 +71,3 @@
 File: /usr/lib/libvolpack.so.1	120777	root:root		libvolpack.so.1.0.4
-File: /usr/lib/libvolpack.so.1.0.4	100644	root:root	cdf692ef7b6b77dce109a82a1791b1a3	
+File: /usr/lib/libvolpack.so.1.0.4	100644	root:root	db0bdf40caa14b6e9919b13bf781a997	
 File: /usr/share/doc/volpack-1.0c7	40755	root:root		
@@ -132,2 +132,2 @@
 File: /usr/share/man/man3/vpWindowPHIGS.3.xz	100644	root:root	5fe664e8a56616e02c93c0a3c800cd2a	
-RPMIdentity: 905f104173a337aa9c039a67cd32e6620121946be50b28d3d100d565de24e3537c1155a8e26d657588b5a358743d97bb952b2dc5b9c70d48bfe56522ee57732e
+RPMIdentity: 64eafbbb7a7af7bdd8af7b41ecae81e2c5eb736245c86b4dd07e84aee02dbc84843e61d33359d1f59a8459e187a825ad2fb2102ef5d3bd8311d2f493a96d7fe3
--- volpack-debuginfo-1.0c7-alt2.i586.rpm.repo	2023-11-27 09:04:52.000000000 +0000
+++ volpack-debuginfo-1.0c7-alt2.i586.rpm.hasher	2024-08-03 07:35:22.356673116 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/f3	40755	root:root	
-/usr/lib/debug/.build-id/f3/ffb66c7602f548cbe11a37d6bb69209321aa81	120777	root:root	../../../libvolpack.so.1.0.4
-/usr/lib/debug/.build-id/f3/ffb66c7602f548cbe11a37d6bb69209321aa81.debug	120777	root:root	../../usr/lib/libvolpack.so.1.0.4.debug
+/usr/lib/debug/.build-id/b2	40755	root:root	
+/usr/lib/debug/.build-id/b2/69b30964a3f11fb62ac2d898cc2bcc55d7d256	120777	root:root	../../../libvolpack.so.1.0.4
+/usr/lib/debug/.build-id/b2/69b30964a3f11fb62ac2d898cc2bcc55d7d256.debug	120777	root:root	../../usr/lib/libvolpack.so.1.0.4.debug
 /usr/lib/debug/usr/lib/libvolpack.so.1.0.4.debug	100644	root:root	
@@ -60,6 +60,6 @@
 Provides: volpack-debuginfo = 1.0c7-alt2:sisyphus+334405.470.12.1
-File: /usr/lib/debug/.build-id/f3	40755	root:root		
-File: /usr/lib/debug/.build-id/f3/ffb66c7602f548cbe11a37d6bb69209321aa81	120777	root:root		../../../libvolpack.so.1.0.4
-File: /usr/lib/debug/.build-id/f3/ffb66c7602f548cbe11a37d6bb69209321aa81.debug	120777	root:root		../../usr/lib/libvolpack.so.1.0.4.debug
-File: /usr/lib/debug/usr/lib/libvolpack.so.1.0.4.debug	100644	root:root	af9b5aa69529a5f134f94668b328df0c	
+File: /usr/lib/debug/.build-id/b2	40755	root:root		
+File: /usr/lib/debug/.build-id/b2/69b30964a3f11fb62ac2d898cc2bcc55d7d256	120777	root:root		../../../libvolpack.so.1.0.4
+File: /usr/lib/debug/.build-id/b2/69b30964a3f11fb62ac2d898cc2bcc55d7d256.debug	120777	root:root		../../usr/lib/libvolpack.so.1.0.4.debug
+File: /usr/lib/debug/usr/lib/libvolpack.so.1.0.4.debug	100644	root:root	b2660e1d894d9d53ce6edd0e1c6729a1	
 File: /usr/lib/debug/usr/lib/libvolpack.so.1.debug	120777	root:root		libvolpack.so.1.0.4.debug
@@ -115,2 +115,2 @@
 File: /usr/src/debug/volpack-1.0c7/src/vp_warpA331R.c	100644	root:root	ee9e336f33ceaa8e603b021ebd8accd7	
-RPMIdentity: 1337943efda53340d9bd7331dc408a4d869632056ce35d93d5367a28bff42c980b79651707805d5acfd4ab4c88dbb18e70e703af284d4c3d1f10702b3b1afcf1
+RPMIdentity: 8111e299fe28e57ee28bbd2c29192376574247e8070ba97f3ed267c217c429d8ab9d4478d160f53ad2f896c6d6ccccbd6b1910e7b8339ac36654df86bad06dcd
--- volpack-doc-1.0c7-alt2.noarch.rpm.repo	2023-11-27 09:04:51.000000000 +0000
+++ volpack-doc-1.0c7-alt2.noarch.rpm.hasher	2024-08-03 07:35:22.502675665 +0000
@@ -27,3 +27,3 @@
 File: /usr/share/doc/volpack-doc-1.0c7/examples	40755	root:root		
-File: /usr/share/doc/volpack-doc-1.0c7/examples/Makefile	100644	root:root	301bca6bfc62fd00ca2c6a51879f0fb7	
+File: /usr/share/doc/volpack-doc-1.0c7/examples/Makefile	100644	root:root	f3ba6e8e3b1f6ee4925bf8dad6363628	
 File: /usr/share/doc/volpack-doc-1.0c7/examples/README	100644	root:root	4c3022a63cfd01751e47b20bd37e6f39	
@@ -39,2 +39,2 @@
 File: /usr/share/doc/volpack-doc-1.0c7/examples/volume.h	100644	root:root	2fa72b4b535ce2a7b7b88d071e0708e1	
-RPMIdentity: 8f4de965e772dad47b3273ddc79f08ddc5637dd58f0c454f16ed6a93c5f347f945b936430151be591681ad4254d223343c45a11b1f5245bbe975e09345600b09
+RPMIdentity: fe7da1752c5ebea96e210b946a78ca6a83df32e0a2c35a60defdf3ab93fd919a7b28ce855f623da59e34aaba61cb9e2231e9c113e0297b4fcc800ce21424ce76