<86>Mar  6 06:18:33 userdel[467726]: delete user 'rooter'
<86>Mar  6 06:18:33 userdel[467726]: removed group 'rooter' owned by 'rooter'
<86>Mar  6 06:18:33 groupadd[467731]: group added to /etc/group: name=rooter, GID=990
<86>Mar  6 06:18:33 groupadd[467731]: group added to /etc/gshadow: name=rooter
<86>Mar  6 06:18:33 groupadd[467731]: new group: name=rooter, GID=990
<86>Mar  6 06:18:33 useradd[467735]: new user: name=rooter, UID=990, GID=990, home=/root, shell=/bin/bash
<86>Mar  6 06:18:33 userdel[467741]: delete user 'builder'
<86>Mar  6 06:18:33 userdel[467741]: removed group 'builder' owned by 'builder'
<86>Mar  6 06:18:33 userdel[467741]: removed shadow group 'builder' owned by 'builder'
<86>Mar  6 06:18:33 groupadd[467747]: group added to /etc/group: name=builder, GID=991
<86>Mar  6 06:18:33 groupadd[467747]: group added to /etc/gshadow: name=builder
<86>Mar  6 06:18:33 groupadd[467747]: new group: name=builder, GID=991
<86>Mar  6 06:18:33 useradd[467751]: new user: name=builder, UID=991, GID=991, home=/usr/src, shell=/bin/bash
<13>Mar  6 06:18:34 rpmi: libogg-1.3.4-alt1 p9+249556.100.1.1 1586300644 installed
<13>Mar  6 06:18:34 rpmi: libflac8-1.3.3-alt1 p9+249557.100.1.1 1586301784 installed
<13>Mar  6 06:18:34 rpmi: libopus-1.3.1-alt3 p9+247689.300.3.1 1584537429 installed
<13>Mar  6 06:18:34 rpmi: libopus-devel-1.3.1-alt3 p9+247689.300.3.1 1584537429 installed
<13>Mar  6 06:18:34 rpmi: libflac-devel-1.3.3-alt1 p9+249557.100.1.1 1586301784 installed
<13>Mar  6 06:18:34 rpmi: libogg-devel-1.3.4-alt1 p9+249556.100.1.1 1586300644 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/opus-tools-0.1.10-alt1.nosrc.rpm (w1.gzdio)
Installing opus-tools-0.1.10-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.91259
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf opus-tools-0.1.10
+ echo 'Source #0 (opus-tools-0.1.10.tar):'
Source #0 (opus-tools-0.1.10.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/opus-tools-0.1.10.tar
+ cd opus-tools-0.1.10
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91259
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd opus-tools-0.1.10
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ 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 --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --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
configure: WARNING: unrecognized options: --without-included-gettext
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking for style of include used by make... GNU
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking whether x86_64-alt-linux-gcc understands -c and -o together... yes
checking dependency style of x86_64-alt-linux-gcc... none
checking for x86_64-alt-linux-gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for C99 variable-size arrays... yes
checking for cos in -lm... yes
checking for main in -lwinmm... no
checking for pkg-config... yes
checking for x86_64-alt-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
checking for OPUS... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for sio_open in -lsndio... no
checking for FLAC... yes
checking for pcap_open_live in -lpcap... no
checking if x86_64-alt-linux-gcc supports -fstack-protector-all... yes
checking for PIE support... yes
checking if x86_64-alt-linux-gcc supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for lrintf... yes
checking for fminf... yes
checking for fmaxf... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --without-included-gettext
configure:
------------------------------------------------------------------------
  opus-tools 0.1.10:  Automatic configuration OK.

    Compiler support:

      C99 var arrays: ................ yes
      C99 lrintf: .................... yes
      Stack protector: ............... yes
      PIE: ........................... yes

    General configuration:

      Assertion checking: ............ no
      FLAC input: .................... yes

------------------------------------------------------------------------

 Type "make; make install" to compile and install

+ make -j16
make  all-recursive
Making all in .
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o win32/opusenc-unicode_support.o `test -f 'win32/unicode_support.c' || echo './'`win32/unicode_support.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusdec-wave_out.o `test -f 'src/wave_out.c' || echo './'`src/wave_out.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o win32/opusdec-unicode_support.o `test -f 'win32/unicode_support.c' || echo './'`win32/unicode_support.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusdec-wav_io.o `test -f 'src/wav_io.c' || echo './'`src/wav_io.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-lpc.o `test -f 'src/lpc.c' || echo './'`src/lpc.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-opus_header.o `test -f 'src/opus_header.c' || echo './'`src/opus_header.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusdec-opus_header.o `test -f 'src/opus_header.c' || echo './'`src/opus_header.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-diag_range.o `test -f 'src/diag_range.c' || echo './'`src/diag_range.c
src/diag_range.c: In function 'save_range':
src/diag_range.c:235:39: warning: 'frames[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
     fprintf(frange,"[[%d",(int)(frames[0]-subpkt));
                                 ~~~~~~^~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DOPUSTOOLS  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusinfo-opus_header.o `test -f 'src/opus_header.c' || echo './'`src/opus_header.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusdec-diag_range.o `test -f 'src/diag_range.c' || echo './'`src/diag_range.c
src/diag_range.c: In function 'save_range':
src/diag_range.c:235:39: warning: 'frames[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
     fprintf(frange,"[[%d",(int)(frames[0]-subpkt));
                                 ~~~~~~^~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DOPUSTOOLS  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o win32/opusinfo-unicode_support.o `test -f 'win32/unicode_support.c' || echo './'`win32/unicode_support.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-flac.o `test -f 'src/flac.c' || echo './'`src/flac.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DOPUSTOOLS  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusinfo-info_opus.o `test -f 'src/info_opus.c' || echo './'`src/info_opus.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-picture.o `test -f 'src/picture.c' || echo './'`src/picture.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusrtp.o src/opusrtp.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DOPUSTOOLS  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusinfo-picture.o `test -f 'src/picture.c' || echo './'`src/picture.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes  -pie -Wl,-z,relro -Wl,-z,now -o opusrtp src/opusrtp.o -lopus -logg  
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-audio-in.o `test -f 'src/audio-in.c' || echo './'`src/audio-in.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DOPUSTOOLS  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusinfo-opusinfo.o `test -f 'src/opusinfo.c' || echo './'`src/opusinfo.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusdec-resample.o `test -f 'src/resample.c' || echo './'`src/resample.c
In file included from src/resample.c:101:
src/resample_sse.h: In function 'inner_product_single':
src/resample_sse.h:47:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
       for (i=0;i<len;i+=8)
                 ^
src/resample_sse.h:59:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
       for (i=0;i<len;i++) ret += a[i] * b[i];
                 ^
In file included from src/resample.c:101:
src/resample_sse.h: In function 'interpolate_product_single':
src/resample_sse.h:72:14: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
     for(i=0;i<len;i+=2)
              ^
src/resample_sse.h:85:14: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
     for(i=0;i<len;i++)
              ^
src/resample_sse.h: In function 'inner_product_double':
src/resample_sse.h:108:14: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
    for (i=0;i<len;i+=8)
              ^
src/resample_sse.h: In function 'interpolate_product_double':
src/resample_sse.h:134:12: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   for(i=0;i<len;i+=2)
            ^
src/resample.c: In function 'update_filter':
src/resample.c:607:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
          for (j=0;j<st->filt_len;j++)
                    ^
src/resample.c:688:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (j=0;j<st->magic_samples[i];j++)
                       ^
src/resample.c:696:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (j=0;j<olen-1;j++)
                       ^
src/resample.c:699:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (;j<st->filt_len-1;j++)
                    ^
src/resample.c:706:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (j=0;j<st->filt_len-1+st->magic_samples[i];j++)
                       ^
src/resample.c: In function 'opustools_resampler_process_float':
src/resample.c:872:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
            for(j=0;j<ichunk;++j)
                     ^
src/resample.c:875:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
           for(j=0;j<ichunk;++j)
                    ^
src/resample.c: In function 'opustools_resampler_process_int':
src/resample.c:928:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
          for(j=0;j<ichunk;++j)
                   ^
src/resample.c:935:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
          for(j=0;j<ichunk;++j)
                   ^
src/resample.c:945:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
      for (j=0;j<ochunk+omagic;++j)
                ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes  -pie -Wl,-z,relro -Wl,-z,now -o opusinfo src/opusinfo-opus_header.o src/opusinfo-opusinfo.o src/opusinfo-info_opus.o src/opusinfo-picture.o win32/opusinfo-unicode_support.o -logg 
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusdec-opusdec.o `test -f 'src/opusdec.c' || echo './'`src/opusdec.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-resample.o `test -f 'src/resample.c' || echo './'`src/resample.c
In file included from src/resample.c:101:
src/resample_sse.h: In function 'inner_product_single':
src/resample_sse.h:47:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
       for (i=0;i<len;i+=8)
                 ^
src/resample_sse.h:59:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
       for (i=0;i<len;i++) ret += a[i] * b[i];
                 ^
In file included from src/resample.c:101:
src/resample_sse.h: In function 'interpolate_product_single':
src/resample_sse.h:72:14: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
     for(i=0;i<len;i+=2)
              ^
src/resample_sse.h:85:14: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
     for(i=0;i<len;i++)
              ^
src/resample_sse.h: In function 'inner_product_double':
src/resample_sse.h:108:14: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
    for (i=0;i<len;i+=8)
              ^
src/resample_sse.h: In function 'interpolate_product_double':
src/resample_sse.h:134:12: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
   for(i=0;i<len;i+=2)
            ^
src/resample.c: In function 'update_filter':
src/resample.c:607:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
          for (j=0;j<st->filt_len;j++)
                    ^
src/resample.c:688:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (j=0;j<st->magic_samples[i];j++)
                       ^
src/resample.c:696:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (j=0;j<olen-1;j++)
                       ^
src/resample.c:699:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (;j<st->filt_len-1;j++)
                    ^
src/resample.c:706:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
             for (j=0;j<st->filt_len-1+st->magic_samples[i];j++)
                       ^
src/resample.c: In function 'opustools_resampler_process_float':
src/resample.c:872:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
            for(j=0;j<ichunk;++j)
                     ^
src/resample.c:875:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
           for(j=0;j<ichunk;++j)
                    ^
src/resample.c: In function 'opustools_resampler_process_int':
src/resample.c:928:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
          for(j=0;j<ichunk;++j)
                   ^
src/resample.c:935:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
          for(j=0;j<ichunk;++j)
                   ^
src/resample.c:945:16: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
      for (j=0;j<ochunk+omagic;++j)
                ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -I/usr/include/opus  -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes  -pie -Wl,-z,relro -Wl,-z,now -o opusdec src/opusdec-opus_header.o src/opusdec-wav_io.o src/opusdec-wave_out.o src/opusdec-opusdec.o src/opusdec-resample.o src/opusdec-diag_range.o win32/opusdec-unicode_support.o -lopus -logg -lm 
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I.  -I./src -I./win32 -D_FORTIFY_SOURCE=2 -DSPX_RESAMPLE_EXPORT= -DRANDOM_PREFIX=opustools -DOUTSIDE_SPEEX -DFLOATING_POINT  -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -c -o src/opusenc-opusenc.o `test -f 'src/opusenc.c' || echo './'`src/opusenc.c
src/opusenc.c: In function 'print_time':
src/opusenc.c:237:27: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'opus_int64' {aka 'long int'} [-Wformat=]
   if(hours)fprintf(stderr," %" I64FORMAT " hour%s%s",hours,hours>1?"s":"",
                           ^~~~                       ~~~~~
src/opusenc.c:56:23: note: format string is defined here
 # define I64FORMAT "lld"
                       ^
src/opusenc.c:239:29: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'opus_int64' {aka 'long int'} [-Wformat=]
   if(minutes)fprintf(stderr,"%s%" I64FORMAT " minute%s%s",hours?", ":" ",minutes,
                             ^~~~~                                        ~~~~~~~
src/opusenc.c:56:23: note: format string is defined here
 # define I64FORMAT "lld"
                       ^
src/opusenc.c: In function 'main':
src/opusenc.c:1080:20: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'opus_int64' {aka 'long int'} [-Wformat=]
     fprintf(stderr,"         Wrote: %" I64FORMAT " bytes, %d packets, %" I64FORMAT " pages\n",bytes_written,id+1,pages_out);
                    ^~~~~~~~~~~~~~~~~~~                                                        ~~~~~~~~~~~~~
src/opusenc.c:56:23: note: format string is defined here
 # define I64FORMAT "lld"
                       ^
src/opusenc.c:1080:20: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'opus_int64' {aka 'long int'} [-Wformat=]
     fprintf(stderr,"         Wrote: %" I64FORMAT " bytes, %d packets, %" I64FORMAT " pages\n",bytes_written,id+1,pages_out);
                    ^~~~~~~~~~~~~~~~~~~                                                                           ~~~~~~~~~
src/opusenc.c:56:23: note: format string is defined here
 # define I64FORMAT "lld"
                       ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
x86_64-alt-linux-gcc -I/usr/include/opus   -pipe -frecord-gcc-switches -Wall -g -O2 -fstack-protector-all -I/usr/include/opus -fPIE -W -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes  -pie -Wl,-z,relro -Wl,-z,now -o opusenc src/opusenc-opus_header.o src/opusenc-opusenc.o src/opusenc-picture.o src/opusenc-resample.o src/opusenc-audio-in.o src/opusenc-diag_range.o src/opusenc-flac.o src/opusenc-lpc.o win32/opusenc-unicode_support.o -lopus -lFLAC -logg -lm 
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.19232
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/opus-tools-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/opus-tools-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd opus-tools-0.1.10
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/opus-tools-buildroot
make: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
Making install in .
make[1]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[2]: Entering directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
 /bin/mkdir -p '/usr/src/tmp/opus-tools-buildroot/usr/bin'
  /usr/libexec/rpm-build/install -p opusenc opusdec opusinfo '/usr/src/tmp/opus-tools-buildroot/usr/bin'
 /bin/mkdir -p '/usr/src/tmp/opus-tools-buildroot/usr/share/man/man1'
 /usr/libexec/rpm-build/install -p -m 644 man/opusenc.1 man/opusdec.1 man/opusinfo.1 '/usr/src/tmp/opus-tools-buildroot/usr/share/man/man1'
make[2]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make[1]: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
make: Leaving directory '/usr/src/RPM/BUILD/opus-tools-0.1.10'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/opus-tools-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/opus-tools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/opus-tools-buildroot/ (default)
Compressing files in /usr/src/tmp/opus-tools-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/opus-tools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: opus-tools-0.1.10-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19232
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd opus-tools-0.1.10
+ DOCDIR=/usr/src/tmp/opus-tools-buildroot/usr/share/doc/opus-tools-0.1.10
+ export DOCDIR
+ rm -rf /usr/src/tmp/opus-tools-buildroot/usr/share/doc/opus-tools-0.1.10
+ /bin/mkdir -p /usr/src/tmp/opus-tools-buildroot/usr/share/doc/opus-tools-0.1.10
+ cp -prL AUTHORS COPYING /usr/src/tmp/opus-tools-buildroot/usr/share/doc/opus-tools-0.1.10
+ chmod -R go-w /usr/src/tmp/opus-tools-buildroot/usr/share/doc/opus-tools-0.1.10
+ chmod -R a+rX /usr/src/tmp/opus-tools-buildroot/usr/share/doc/opus-tools-0.1.10
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MrwBh0
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pubGQW
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libFLAC.so.8()(64bit) >= set:miiZA2b9YM8QfrPHJTCMhMBXt, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libogg.so.0()(64bit) >= set:kfGSwN4zdy6ExYfw4pmU8q9k6A7C14Idm8XExSYECfGFCRzrSZ72, libopus.so.0()(64bit) >= set:kgmP8ASkDqbs314gMKH2ScWD5jihAcmrcq7fzB3, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eJV2PW
Creating opus-tools-debuginfo package
Processing files: opus-tools-debuginfo-0.1.10-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FJIXf0
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.86Xc66
find-requires: running scripts (debuginfo)
Requires: opus-tools = 0.1.10-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libFLAC.so.8), debug64(libc.so.6), debug64(libm.so.6), debug64(libogg.so.0), debug64(libopus.so.0)
Wrote: /usr/src/RPM/RPMS/x86_64/opus-tools-0.1.10-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/opus-tools-debuginfo-0.1.10-alt1.x86_64.rpm (w2.lzdio)
5.26user 1.82system 0:08.03elapsed 88%CPU (0avgtext+0avgdata 43816maxresident)k
0inputs+0outputs (0major+768405minor)pagefaults 0swaps
7.43user 4.29system 0:12.04elapsed 97%CPU (0avgtext+0avgdata 120204maxresident)k
1360inputs+0outputs (34411major+1024058minor)pagefaults 0swaps
--- opus-tools-0.1.10-alt1.x86_64.rpm.repo	2017-09-05 09:05:59.000000000 +0000
+++ opus-tools-0.1.10-alt1.x86_64.rpm.hasher	2022-03-06 06:18:44.019204145 +0000
@@ -20,3 +20,3 @@
 Requires: libogg.so.0()(64bit) >= set:kfGSwN4zdy6ExYfw4pmU8q9k6A7C14Idm8XExSYECfGFCRzrSZ72
-Requires: libopus.so.0()(64bit) >= set:jf3Umc95NJcxQitGJM62lErcKzDjKWhYn21r0
+Requires: libopus.so.0()(64bit) >= set:kgmP8ASkDqbs314gMKH2ScWD5jihAcmrcq7fzB3
 Requires: rtld(GNU_HASH)  
@@ -24,5 +24,5 @@
 Provides: opus-tools = 0.1.10-alt1
-File: /usr/bin/opusdec	100755	root:root	8b6a9ecab0e01840194682a31a0f329f	
-File: /usr/bin/opusenc	100755	root:root	37e464ed0d4c06eee8d38e6707cf00dd	
-File: /usr/bin/opusinfo	100755	root:root	59d86559ee55e56b1bfe29de602595b0	
+File: /usr/bin/opusdec	100755	root:root	fc0fa3b656876b4ea48ab40d378982ed	
+File: /usr/bin/opusenc	100755	root:root	4d9fd1757cc2e31769e5d2b5b0f9fc01	
+File: /usr/bin/opusinfo	100755	root:root	7058ba5301486d8e8dd29c6dd8b5d73c	
 File: /usr/share/doc/opus-tools-0.1.10	40755	root:root		
@@ -33,2 +33,2 @@
 File: /usr/share/man/man1/opusinfo.1.xz	100644	root:root	5e492434d6b94975daa75234e53072eb	
-RPMIdentity: 98e777d22d4714038642fe287b507fa9bd01bc9bc74d6ee79ec07dee6ee94e6f1ec77b90ce36c2b247bf07fb0b0e42902dc9cf655583cfdd355204adc0a6290c
+RPMIdentity: 8e198681b4769587bab39332e3fc57c077a20041fe4b4944bac06154c018ea1116e541f9c624efb96099aef16f0f5ad3621718362fadc584eb002abea6fa38b4
--- opus-tools-debuginfo-0.1.10-alt1.x86_64.rpm.repo	2017-09-05 09:05:59.000000000 +0000
+++ opus-tools-debuginfo-0.1.10-alt1.x86_64.rpm.hasher	2022-03-06 06:18:44.290208198 +0000
@@ -1,10 +1,10 @@
-/usr/lib/debug/.build-id/59	40755	root:root	
-/usr/lib/debug/.build-id/59/76b39d0c168cf60bed4389881d02cb916c75f8	120777	root:root	../../../../bin/opusinfo
-/usr/lib/debug/.build-id/59/76b39d0c168cf60bed4389881d02cb916c75f8.debug	120777	root:root	../../usr/bin/opusinfo.debug
-/usr/lib/debug/.build-id/5f	40755	root:root	
-/usr/lib/debug/.build-id/5f/88ef8151395fffa26298c7933ce6eee3151b79	120777	root:root	../../../../bin/opusdec
-/usr/lib/debug/.build-id/5f/88ef8151395fffa26298c7933ce6eee3151b79.debug	120777	root:root	../../usr/bin/opusdec.debug
-/usr/lib/debug/.build-id/ce	40755	root:root	
-/usr/lib/debug/.build-id/ce/e5fa3f77c00cb17d62092b7830be39a8c90f03	120777	root:root	../../../../bin/opusenc
-/usr/lib/debug/.build-id/ce/e5fa3f77c00cb17d62092b7830be39a8c90f03.debug	120777	root:root	../../usr/bin/opusenc.debug
+/usr/lib/debug/.build-id/9e	40755	root:root	
+/usr/lib/debug/.build-id/9e/a23294e932a872e2aa55d9c46c9f45c7b70663	120777	root:root	../../../../bin/opusinfo
+/usr/lib/debug/.build-id/9e/a23294e932a872e2aa55d9c46c9f45c7b70663.debug	120777	root:root	../../usr/bin/opusinfo.debug
+/usr/lib/debug/.build-id/a0	40755	root:root	
+/usr/lib/debug/.build-id/a0/c17724dcc97250fab42430d7be9dd4daf3e913	120777	root:root	../../../../bin/opusenc
+/usr/lib/debug/.build-id/a0/c17724dcc97250fab42430d7be9dd4daf3e913.debug	120777	root:root	../../usr/bin/opusenc.debug
+/usr/lib/debug/.build-id/be	40755	root:root	
+/usr/lib/debug/.build-id/be/948829841dc52083908289d88dc5e9c45f7f73	120777	root:root	../../../../bin/opusdec
+/usr/lib/debug/.build-id/be/948829841dc52083908289d88dc5e9c45f7f73.debug	120777	root:root	../../usr/bin/opusdec.debug
 /usr/lib/debug/usr/bin/opusdec.debug	100644	root:root	
@@ -48,14 +48,14 @@
 Provides: opus-tools-debuginfo = 0.1.10-alt1
-File: /usr/lib/debug/.build-id/59	40755	root:root		
-File: /usr/lib/debug/.build-id/59/76b39d0c168cf60bed4389881d02cb916c75f8	120777	root:root		../../../../bin/opusinfo
-File: /usr/lib/debug/.build-id/59/76b39d0c168cf60bed4389881d02cb916c75f8.debug	120777	root:root		../../usr/bin/opusinfo.debug
-File: /usr/lib/debug/.build-id/5f	40755	root:root		
-File: /usr/lib/debug/.build-id/5f/88ef8151395fffa26298c7933ce6eee3151b79	120777	root:root		../../../../bin/opusdec
-File: /usr/lib/debug/.build-id/5f/88ef8151395fffa26298c7933ce6eee3151b79.debug	120777	root:root		../../usr/bin/opusdec.debug
-File: /usr/lib/debug/.build-id/ce	40755	root:root		
-File: /usr/lib/debug/.build-id/ce/e5fa3f77c00cb17d62092b7830be39a8c90f03	120777	root:root		../../../../bin/opusenc
-File: /usr/lib/debug/.build-id/ce/e5fa3f77c00cb17d62092b7830be39a8c90f03.debug	120777	root:root		../../usr/bin/opusenc.debug
-File: /usr/lib/debug/usr/bin/opusdec.debug	100644	root:root	708ff53e3c12b669723dc372350bd501	
-File: /usr/lib/debug/usr/bin/opusenc.debug	100644	root:root	a99e83f58533ad774d5a2a9d7f04c498	
-File: /usr/lib/debug/usr/bin/opusinfo.debug	100644	root:root	8fc6f78e7fc3ec77d1a9ef240e0689ab	
+File: /usr/lib/debug/.build-id/9e	40755	root:root		
+File: /usr/lib/debug/.build-id/9e/a23294e932a872e2aa55d9c46c9f45c7b70663	120777	root:root		../../../../bin/opusinfo
+File: /usr/lib/debug/.build-id/9e/a23294e932a872e2aa55d9c46c9f45c7b70663.debug	120777	root:root		../../usr/bin/opusinfo.debug
+File: /usr/lib/debug/.build-id/a0	40755	root:root		
+File: /usr/lib/debug/.build-id/a0/c17724dcc97250fab42430d7be9dd4daf3e913	120777	root:root		../../../../bin/opusenc
+File: /usr/lib/debug/.build-id/a0/c17724dcc97250fab42430d7be9dd4daf3e913.debug	120777	root:root		../../usr/bin/opusenc.debug
+File: /usr/lib/debug/.build-id/be	40755	root:root		
+File: /usr/lib/debug/.build-id/be/948829841dc52083908289d88dc5e9c45f7f73	120777	root:root		../../../../bin/opusdec
+File: /usr/lib/debug/.build-id/be/948829841dc52083908289d88dc5e9c45f7f73.debug	120777	root:root		../../usr/bin/opusdec.debug
+File: /usr/lib/debug/usr/bin/opusdec.debug	100644	root:root	a844fe2a2c9807a09e6418b4afb8a7c7	
+File: /usr/lib/debug/usr/bin/opusenc.debug	100644	root:root	3bffc7e867a7b481db7406db6b34f9dd	
+File: /usr/lib/debug/usr/bin/opusinfo.debug	100644	root:root	9ab51abd3da347bd5088693d4519a009	
 File: /usr/src/debug/opus-tools-0.1.10	40755	root:root		
@@ -87,2 +87,2 @@
 File: /usr/src/debug/opus-tools-0.1.10/src/wav_io.h	100644	root:root	a7eee0d03ce1fb2615375a24e789acd5	
-RPMIdentity: cc8142367a07bcf28d0ad7411a0e0392962d5e103f1c2da78a8f8f6b395b68083e57d3b1f01c95d6c80393802ce82f02e8591222fc2a5f43c7227fbd423c8ab9
+RPMIdentity: 5661e280925c13fccd43bdbb57cde17b18928fc87dbf68760ddc8a6f88a76e5bc1704f3009fb6b9c29c2a5771141c0b21e6fdafde449d73c0c989267df73484d