<86>Aug 1 10:07:17 userdel[2575983]: delete user 'rooter' <86>Aug 1 10:07:17 groupadd[2575995]: group added to /etc/group: name=rooter, GID=693 <86>Aug 1 10:07:17 groupadd[2575995]: group added to /etc/gshadow: name=rooter <86>Aug 1 10:07:17 groupadd[2575995]: new group: name=rooter, GID=693 <86>Aug 1 10:07:17 useradd[2576005]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Aug 1 10:07:17 userdel[2576025]: delete user 'builder' <86>Aug 1 10:07:17 userdel[2576025]: removed group 'builder' owned by 'builder' <86>Aug 1 10:07:17 userdel[2576025]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 10:07:17 groupadd[2576050]: group added to /etc/group: name=builder, GID=694 <86>Aug 1 10:07:17 groupadd[2576050]: group added to /etc/gshadow: name=builder <86>Aug 1 10:07:17 groupadd[2576050]: new group: name=builder, GID=694 <86>Aug 1 10:07:17 useradd[2576063]: new user: name=builder, UID=694, GID=694, 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>Aug 1 10:07:19 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed <13>Aug 1 10:07:21 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Aug 1 10:07:21 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 10:07:22 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587912 installed <13>Aug 1 10:07:22 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/bonk-0.6-alt4.qa2.nosrc.rpm (w1.gzdio) 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.75470 + 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.75470 + 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