<86>Apr 21 00:38:26 userdel[38169]: delete user 'rooter' <86>Apr 21 00:38:26 userdel[38169]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:38:26 groupadd[38194]: group added to /etc/group: name=rooter, GID=561 <86>Apr 21 00:38:26 groupadd[38194]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:38:26 groupadd[38194]: new group: name=rooter, GID=561 <86>Apr 21 00:38:26 useradd[38212]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 21 00:38:26 userdel[38246]: delete user 'builder' <86>Apr 21 00:38:26 userdel[38246]: removed group 'builder' owned by 'builder' <86>Apr 21 00:38:26 userdel[38246]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:38:26 groupadd[38264]: group added to /etc/group: name=builder, GID=562 <86>Apr 21 00:38:26 groupadd[38264]: group added to /etc/gshadow: name=builder <86>Apr 21 00:38:26 groupadd[38264]: new group: name=builder, GID=562 <86>Apr 21 00:38:26 useradd[38275]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash 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.50849 + 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.50849 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ringtonetools-2.26 + make 'FLAGS=-pipe -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 -Wall -g -O2 -Wall gcc -c bmp.c -pipe -Wall -g -O2 -Wall gcc -c emelody.c -pipe -Wall -g -O2 -Wall gcc -c ems.c -pipe -Wall -g -O2 -Wall gcc -c fileoutput.c -pipe -Wall -g -O2 -Wall gcc -c general.c -pipe -Wall -g -O2 -Wall gcc -c gif.c -pipe -Wall -g -O2 -Wall gif.c: In function 'write_gif_footer': gif.c:94:32: 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:40: 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:0: 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:42: 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:0: 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 -Wall -g -O2 -Wall gcc -c kyocera.c -pipe -Wall -g -O2 -Wall gcc -c kyocera6035.c -pipe -Wall -g -O2 -Wall gcc -c midi.c -pipe -Wall -g -O2 -Wall gcc -c motorola.c -pipe -Wall -g -O2 -Wall gcc -c nokia.c -pipe -Wall -g -O2 -Wall nokia.c: In function 'write_nokia_logo_header': nokia.c:148:14: 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:0: /usr/include/string.h:394: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 -Wall -g -O2 -Wall gcc -c parse_bmp.c -pipe -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 -Wall -g -O2 -Wall gcc -c parse_ems.c -pipe -Wall -g -O2 -Wall gcc -c parse_gif.c -pipe -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:0: fileoutput.h:42:5: note: expected 'char *' but argument is of type 'unsigned char *' int read_chars(FILE *in, char *s, int count); ^ In file included from /usr/include/string.h:648:0, from parse_gif.c:3: parse_gif.c:31:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF89a")==0) ^ In file included from parse_gif.c:3:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from parse_gif.c:3: parse_gif.c:31:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF89a")==0) ^ parse_gif.c:31:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:31:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF89a")==0) ^ In file included from parse_gif.c:3:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from parse_gif.c:3: parse_gif.c:31:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF89a")==0) ^ parse_gif.c:31:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:31:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF89a")==0) ^ parse_gif.c:31:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:31:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF89a")==0) ^ parse_gif.c:31:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:34:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF87a")==0) ^ In file included from parse_gif.c:3:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from parse_gif.c:3: parse_gif.c:34:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF87a")==0) ^ parse_gif.c:34:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:34:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF87a")==0) ^ In file included from parse_gif.c:3:0: /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^ In file included from /usr/include/string.h:648:0, from parse_gif.c:3: parse_gif.c:34:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF87a")==0) ^ parse_gif.c:34:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:34:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF87a")==0) ^ parse_gif.c:34:14: note: expected 'const char *' but argument is of type 'unsigned char *' parse_gif.c:34:14: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign] if (strcmp(temp_buffer,"GIF87a")==0) ^ parse_gif.c:34:14: note: expected 'const char *' but argument is of type 'unsigned char *' 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 -Wall -g -O2 -Wall gcc -c parse_kws.c -pipe -Wall -g -O2 -Wall gcc -c parse_logo.c -pipe -Wall -g -O2 -Wall gcc -c parse_midi.c -pipe -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 -Wall -g -O2 -Wall gcc -c parse_rtttl.c -pipe -Wall -g -O2 -Wall gcc -c parse_siemens.c -pipe -Wall -g -O2 -Wall gcc -c parse_sckl.c -pipe -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:0: 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 parse_sckl.c:3:0: /usr/include/string.h:529: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:0: 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:368:0, from /usr/include/stdio.h:27, from parse_sckl.c:1: /usr/include/stdlib.h:278: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:0: 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:0: 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:368:0, from /usr/include/stdio.h:27, from parse_sckl.c:1: /usr/include/stdlib.h:278: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:0: 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:368:0, from /usr/include/stdio.h:27, from parse_sckl.c:1: /usr/include/stdlib.h:278: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:0: 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:368:0, from /usr/include/stdio.h:27, from parse_sckl.c:1: /usr/include/stdlib.h:278:1: note: expected 'const char *' but argument is of type 'unsigned char *' __NTH (atoi (const char *__nptr)) ^ gcc -c rtttl.c -pipe -Wall -g -O2 -Wall gcc -c samsung.c -pipe -Wall -g -O2 -Wall gcc -c siemens.c -pipe -Wall -g -O2 -Wall gcc -c seo.c -pipe -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; ^ gcc -c treo.c -pipe -Wall -g -O2 -Wall gcc -c wav.c -pipe -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 -Wall -g -O2 -Wall ringtonetools.c: In function 'main': ringtonetools.c:379:19: warning: pointer targets in assignment 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.10683 + 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 + 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) Compressing files in /usr/src/tmp/ringtonetools-buildroot (auto) 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.10683 + 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.alcWyY find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mpYUVH find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) 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.kwht3t Wrote: /usr/src/RPM/RPMS/x86_64/ringtonetools-2.26-alt1.qa1.x86_64.rpm 2.73user 0.54system 0:06.82elapsed 48%CPU (0avgtext+0avgdata 32460maxresident)k 0inputs+0outputs (0major+228220minor)pagefaults 0swaps 3.66user 2.17system 0:09.90elapsed 58%CPU (0avgtext+0avgdata 32460maxresident)k 0inputs+0outputs (0major+357402minor)pagefaults 0swaps