<86>Apr 28 08:46:54 userdel[51093]: delete user 'rooter' <86>Apr 28 08:46:54 userdel[51093]: removed group 'rooter' owned by 'rooter' <86>Apr 28 08:46:54 userdel[51093]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 28 08:46:54 groupadd[51275]: group added to /etc/group: name=rooter, GID=699 <86>Apr 28 08:46:54 groupadd[51275]: group added to /etc/gshadow: name=rooter <86>Apr 28 08:46:54 groupadd[51275]: new group: name=rooter, GID=699 <86>Apr 28 08:46:54 useradd[51334]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Apr 28 08:46:54 userdel[51448]: delete user 'builder' <86>Apr 28 08:46:54 userdel[51448]: removed group 'builder' owned by 'builder' <86>Apr 28 08:46:54 userdel[51448]: removed shadow group 'builder' owned by 'builder' <86>Apr 28 08:46:54 groupadd[51524]: group added to /etc/group: name=builder, GID=700 <86>Apr 28 08:46:54 groupadd[51524]: group added to /etc/gshadow: name=builder <86>Apr 28 08:46:54 groupadd[51524]: new group: name=builder, GID=700 <86>Apr 28 08:46:54 useradd[51544]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root <13>Apr 28 08:46:58 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed <13>Apr 28 08:47:01 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Apr 28 08:47:02 rpmi: libstdc++8-devel-8.3.1-alt3 sisyphus+228100.100.1.1 1556142437 installed <13>Apr 28 08:47:03 rpmi: gcc8-c++-8.3.1-alt3 sisyphus+228100.100.1.1 1556142437 installed <13>Apr 28 08:47:03 rpmi: gcc-c++-8-alt1 sisyphus+222164.100.1.1 1550685959 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/bonk-0.6-alt4.qa2.nosrc.rpm Installing bonk-0.6-alt4.qa2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.63869 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bonk-0.6 + echo 'Source #0 (bonk-0.6.tar):' Source #0 (bonk-0.6.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/bonk-0.6.tar + cd bonk-0.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (bonk-0.6-alt4.qa2.patch):' Patch #0 (bonk-0.6-alt4.qa2.patch): + /usr/bin/patch -p1 patching file bonk.cc + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.63869 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bonk-0.6 + make -j8 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O3 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/bonk-0.6' g++ -pipe -frecord-gcc-switches -Wall -g -O3 -march=i586 -mtune=generic -o bonk bonk.cc In file included from bonk.cc:65: utility.h: In member function 'int bitstream_in::read()': utility.h:88:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Unexpected end of file"); ^ utility.h: In member function 'uint bitstream_in::read_uint_max(int)': utility.h:112:34: warning: comparison of integer expressions of different signedness: 'uint' {aka 'unsigned int'} and 'int' [-Wsign-compare] if ( (value | (1<<(bits-1))) <= max ) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ utility.h: In member function 'void bitstream_out::write_uint_max(uint, int)': utility.h:158:34: warning: comparison of integer expressions of different signedness: 'uint' {aka 'unsigned int'} and 'int' [-Wsign-compare] if ( (value | (1<<(bits-1))) <= max ) ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ utility.h: In function 'void write_list(const std::vector&, bool, bitstream_out&)': utility.h:181:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int j=0;j::size_type' {aka 'unsigned int'} [-Wsign-compare] while(pos < bits.size()) { ~~~~^~~~~~~~~~~~~ utility.h:217:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] if (pos+steplet > bits.size()) ~~~~~~~~~~~~^~~~~~~~~~~~~ utility.h:248:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i&, bool, bitstream_in&)': utility.h:260:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] while(n_zeros < list.size()) { ~~~~~~~~^~~~~~~~~~~~~ utility.h:306:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;n_zeros::size_type' {aka 'unsigned int'} [-Wsign-compare] if (pos >= list.size()) { ~~~~^~~~~~~~~~~~~~ utility.h:329:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i> b; ~^~ bonk.cc:121:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] return a+(1<> b; ~^~~~~~~~~ bonk.cc: In function 'void modified_levinson_durbin(std::vector&, int, bool, std::vector&)': bonk.cc:213:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i&)': bonk.cc:339:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i&)': bonk.cc:527:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] if (length_remaining < samples.size()) { ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ bonk.cc: In function 'FILE* open_dsp(int, bool)': bonk.cc:547:45: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Couldn't open sound device"); ^ bonk.cc:551:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Couldn't set up sound device"); ^ bonk.cc:555:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Couldn't set up sound device"); ^ bonk.cc:558:47: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Couldn't set up sound device"); ^ bonk.cc: In function 'void play_file(char*)': bonk.cc:597:37: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Couldn't open file"); ^ bonk.cc:602:62: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] throw error("Don't know how to play more than 2 channels"); ^ bonk.cc:611:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=0;i::size_type' {aka 'unsigned int'} [-Wsign-compare] for(int i=step;i