<86>Mar 24 09:46:02 userdel[1591784]: delete user 'rooter'
<86>Mar 24 09:46:02 userdel[1591784]: removed group 'rooter' owned by 'rooter'
<86>Mar 24 09:46:02 userdel[1591784]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 24 09:46:02 groupadd[1591804]: group added to /etc/group: name=rooter, GID=1802
<86>Mar 24 09:46:02 groupadd[1591804]: group added to /etc/gshadow: name=rooter
<86>Mar 24 09:46:02 groupadd[1591804]: new group: name=rooter, GID=1802
<86>Mar 24 09:46:02 useradd[1591831]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash
<86>Mar 24 09:46:02 userdel[1591856]: delete user 'builder'
<86>Mar 24 09:46:02 userdel[1591856]: removed group 'builder' owned by 'builder'
<86>Mar 24 09:46:02 userdel[1591856]: removed shadow group 'builder' owned by 'builder'
<86>Mar 24 09:46:02 groupadd[1591877]: group added to /etc/group: name=builder, GID=1803
<86>Mar 24 09:46:02 groupadd[1591877]: group added to /etc/gshadow: name=builder
<86>Mar 24 09:46:02 groupadd[1591877]: new group: name=builder, GID=1803
<86>Mar 24 09:46:02 useradd[1591890]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ringtonetools-2.26-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing ringtonetools-2.26-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17993
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ringtonetools-2.26
+ echo 'Source #0 (ringtonetools-2.26.tar.gz):'
Source #0 (ringtonetools-2.26.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/ringtonetools-2.26.tar.gz
+ /bin/tar -xf -
+ cd ringtonetools-2.26
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.78930
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ringtonetools-2.26
+ make 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/ringtonetools-2.26'
make[1]: Entering directory '/usr/src/RPM/BUILD/ringtonetools-2.26/src'
gcc -c 3210.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c bmp.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
bmp.c: In function 'write_bmp_data':
bmp.c:176:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (x<note->width);
         ^~
bmp.c:177:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         { b|=get_color(note->picture[x+(y*note->width)],palette,palette_count); }
         ^
gcc -c emelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c ems.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c fileoutput.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall 
gcc -c general.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c gif.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gif.c: In function 'write_gif_footer':
gif.c:94:36: warning: pointer targets in passing argument 2 of 'compute_palette_gif' differ in signedness [-Wpointer-sign]
   c=compute_palette_gif(length,note->picture,gif_header.color_map,(unsigned int *)&gif_header.colors);
                                ~~~~^~~~~~~~~
gif.c:16:5: note: expected 'unsigned int *' but argument is of type 'int *'
 int compute_palette_gif(int length,unsigned int *picture,unsigned int *palette,unsigned int *palette_count)
     ^~~~~~~~~~~~~~~~~~~
gif.c:173:50: warning: pointer targets in passing argument 2 of 'get_color' differ in signedness [-Wpointer-sign]
   color=get_color(note->picture[ptr++],gif_header.color_map,gif_header.colors);
                                        ~~~~~~~~~~^~~~~~~~~~
In file included from gif.c:4:
general.h:36:5: note: expected 'int *' but argument is of type 'unsigned int *'
 int get_color(int col, int *palette, int palette_count);
     ^~~~~~~~~
gif.c:183:52: warning: pointer targets in passing argument 2 of 'get_color' differ in signedness [-Wpointer-sign]
     color=get_color(note->picture[ptr++],gif_header.color_map,gif_header.colors);
                                          ~~~~~~~~~~^~~~~~~~~~
In file included from gif.c:4:
general.h:36:5: note: expected 'int *' but argument is of type 'unsigned int *'
 int get_color(int col, int *palette, int palette_count);
     ^~~~~~~~~
gcc -c imelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c kyocera.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c kyocera6035.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c midi.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c motorola.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c nokia.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
nokia.c: In function 'write_nokia_logo_header':
nokia.c:148:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     k=strlen(note->message);
              ~~~~^~~~~~~~~
In file included from nokia.c:3:
/usr/include/string.h:385:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^~~~~~
gcc -c parse_3210.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_bmp.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
parse_bmp.c: In function 'raw_uncompressed':
parse_bmp.c:74:5: warning: variable 'use_trans' set but not used [-Wunused-but-set-variable]
 int use_trans;
     ^~~~~~~~~
parse_bmp.c: In function 'parse_icon':
parse_bmp.c:422:11: warning: variable 'num_pics' set but not used [-Wunused-but-set-variable]
 int x,c,t,num_pics,num_colors;
           ^~~~~~~~
parse_bmp.c:422:5: warning: variable 'x' set but not used [-Wunused-but-set-variable]
 int x,c,t,num_pics,num_colors;
     ^
gcc -c parse_emelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_ems.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_gif.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
parse_gif.c: In function 'parse_gif':
parse_gif.c:29:17: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
   read_chars(in,temp_buffer,6);
                 ^~~~~~~~~~~
In file included from parse_gif.c:6:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_gif.c:31:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (strcmp(temp_buffer,"GIF89a")==0)
              ^~~~~~~~~~~
In file included from parse_gif.c:3:
/usr/include/string.h:137:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcmp (const char *__s1, const char *__s2)
            ^~~~~~
parse_gif.c:34:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (strcmp(temp_buffer,"GIF87a")==0)
              ^~~~~~~~~~~
In file included from parse_gif.c:3:
/usr/include/string.h:137:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcmp (const char *__s1, const char *__s2)
            ^~~~~~
parse_gif.c:22:14: warning: variable 'y' set but not used [-Wunused-but-set-variable]
 int ch,t,r,x,y;
              ^
gcc -c parse_imelody.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_kws.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_logo.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_midi.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
parse_midi.c: In function 'midi_command':
parse_midi.c:418:7: warning: variable 'duration' set but not used [-Wunused-but-set-variable]
 float duration;
       ^~~~~~~~
parse_midi.c:417:5: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
 int ch,tone;
     ^~
gcc -c parse_morsecode.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_rtttl.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_siemens.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c parse_sckl.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
parse_sckl.c: In function 'parse_ringtone':
parse_sckl.c:47:14: warning: variable 'pattern_id' set but not used [-Wunused-but-set-variable]
 int patterns,pattern_id,count;
              ^~~~~~~~~~
parse_sckl.c: In function 'read_sckl_header':
parse_sckl.c:253:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,4);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:254:20: warning: pointer targets in passing argument 1 of 'strcasecmp' differ in signedness [-Wpointer-sign]
     if (strcasecmp(buffer,"SCKL")!=0) return 0;
                    ^~~~~~
In file included from /usr/include/string.h:432,
                 from parse_sckl.c:3:
/usr/include/strings.h:116:12: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern int strcasecmp (const char *__s1, const char *__s2)
            ^~~~~~~~~~
parse_sckl.c:255:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,4);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:256:16: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *port=atoi(buffer);
                ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
parse_sckl.c:257:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,4);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:258:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,2);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:259:14: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *id=atoi(buffer);
              ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
parse_sckl.c:260:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,2);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:261:17: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *count=atoi(buffer);
                 ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
parse_sckl.c:262:19: warning: pointer targets in passing argument 2 of 'read_chars' differ in signedness [-Wpointer-sign]
     read_chars(in,buffer,2);
                   ^~~~~~
In file included from parse_sckl.c:7:
fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *'
 int read_chars(FILE *in, char *s, int count);
     ^~~~~~~~~~
parse_sckl.c:263:16: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness [-Wpointer-sign]
     *mess=atoi(buffer);
                ^~~~~~
In file included from /usr/include/features.h:428,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from parse_sckl.c:1:
/usr/include/stdlib.h:361:1: note: expected 'const char *' but argument is of type 'unsigned char *'
 __NTH (atoi (const char *__nptr))
 ^~~~~
gcc -c rtttl.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c samsung.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c siemens.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c seo.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
seo.c: In function 'write_seo':
seo.c:27:9: warning: variable 'i' set but not used [-Wunused-but-set-variable]
 int max,i;
         ^
seo.c:26:34: warning: variable 'headsize' set but not used [-Wunused-but-set-variable]
 int packets=0,n=0,ptr=0,datasize,headsize,num=1;
                                  ^~~~~~~~
seo.c:60:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 1 and 1024 [-Wformat-overflow=]
     sprintf(filename,"%s%d.seo",note->outname,num);
                         ^~
seo.c:60:22: note: directive argument in the range [1, 2147483647]
     sprintf(filename,"%s%d.seo",note->outname,num);
                      ^~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from seo.c:1:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 1038 bytes into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c treo.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall
gcc -c wav.c -pipe -frecord-gcc-switches -Wall -g -O2 -Wall 
gcc -o ringtonetools ringtonetools.c 3210.o bmp.o emelody.o \
         ems.o fileoutput.o general.o gif.o imelody.o kyocera.o\
         kyocera6035.o midi.o motorola.o nokia.o parse_3210.o \
         parse_bmp.o parse_emelody.o parse_ems.o parse_gif.o \
         parse_imelody.o parse_kws.o parse_logo.o parse_midi.o \
         parse_morsecode.o parse_rtttl.o parse_siemens.o \
         parse_sckl.o rtttl.o samsung.o siemens.o seo.o treo.o \
         wav.o -pipe -frecord-gcc-switches -Wall -g -O2 -Wall  
ringtonetools.c: In function 'main':
ringtonetools.c:379:19: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
       note.message=message;
                   ^
make[1]: Leaving directory '/usr/src/RPM/BUILD/ringtonetools-2.26/src'
make: Leaving directory '/usr/src/RPM/BUILD/ringtonetools-2.26'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.8460
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ringtonetools-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ringtonetools-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ringtonetools-2.26
+ /bin/install -pD -m0755 ringtonetools /usr/src/tmp/ringtonetools-buildroot/usr/bin/ringtonetools
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ringtonetools-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ringtonetools-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ringtonetools-buildroot/ (default)
Compressing files in /usr/src/tmp/ringtonetools-buildroot (auto)
056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information!
056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows:
  ./usr/bin/ringtonetools
Verifying ELF objects in /usr/src/tmp/ringtonetools-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: ringtonetools-2.26-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8460
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ringtonetools-2.26
+ DOCDIR=/usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ export DOCDIR
+ rm -rf /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ /bin/mkdir -p /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ cp -prL LICENSE docs/README docs/incomplete_see_webpage_instead samples/ /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ chmod -R go-w /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ chmod -R a+rX /usr/src/tmp/ringtonetools-buildroot/usr/share/doc/ringtonetools-2.26
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pv5qLM
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.12l0WH
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, 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), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bckjBG
Wrote: /usr/src/RPM/RPMS/x86_64/ringtonetools-2.26-alt1.qa1.x86_64.rpm (w2.lzdio)
2.38user 1.23system 0:06.09elapsed 59%CPU (0avgtext+0avgdata 33784maxresident)k
0inputs+0outputs (0major+278881minor)pagefaults 0swaps
0.43user 1.54system 0:10.18elapsed 19%CPU (0avgtext+0avgdata 12052maxresident)k
0inputs+0outputs (0major+98060minor)pagefaults 0swaps
--- ringtonetools-2.26-alt1.qa1.x86_64.rpm.repo	2013-04-20 01:33:09.000000000 +0000
+++ ringtonetools-2.26-alt1.qa1.x86_64.rpm.hasher	2024-03-24 09:46:09.859839695 +0000
@@ -19,3 +19,3 @@
 Provides: ringtonetools = 2.26-alt1.qa1
-File: /usr/bin/ringtonetools	100755	root:root	8ab89e09260a9e9c93d59573ee1003aa	
+File: /usr/bin/ringtonetools	100755	root:root	98e94728b31eb4b00c2f08a953a8893d	
 File: /usr/share/doc/ringtonetools-2.26	40755	root:root		
@@ -30,2 +30,2 @@
 File: /usr/share/doc/ringtonetools-2.26/samples/yngwie_trilogy.rtttl	100644	root:root	678b6b49e8cb4246fca5904e8faa3bc5	
-RPMIdentity: 361c8f69927a4d74592b07e43b674dedae2c2b93b48926a434e96fd1fe7599bfbaeaefba7387f7e99f72b5cbc0eebe55d7f9512329fb742b2c3ad902347995a9
+RPMIdentity: ed722225f7798e291ea770688e4679e5966b3ba4ea198c44e811fc42e2b4f7a09bf82620388fc398accefbe49f708eb720ba904df1be28fd2f8ccbed076dac07