<86>Dec 10 07:51:41 userdel[105558]: delete user 'rooter' <86>Dec 10 07:51:41 groupadd[105591]: group added to /etc/group: name=rooter, GID=594 <86>Dec 10 07:51:41 groupadd[105591]: new group: name=rooter, GID=594 <86>Dec 10 07:51:41 useradd[105664]: new user: name=rooter, UID=594, GID=594, home=/root, shell=/bin/bash <86>Dec 10 07:51:41 userdel[105796]: delete user 'builder' <86>Dec 10 07:51:41 userdel[105796]: removed group 'builder' owned by 'builder' <86>Dec 10 07:51:41 userdel[105796]: removed shadow group 'builder' owned by 'builder' <86>Dec 10 07:51:41 groupadd[105848]: group added to /etc/group: name=builder, GID=595 <86>Dec 10 07:51:41 groupadd[105848]: group added to /etc/gshadow: name=builder <86>Dec 10 07:51:41 groupadd[105848]: new group: name=builder, GID=595 <86>Dec 10 07:51:41 useradd[105883]: new user: name=builder, UID=595, GID=595, 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>Dec 10 07:51:44 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed <13>Dec 10 07:51:46 rpmi: gcc-c++-common-1.4.22-alt1 1519183788 installed <13>Dec 10 07:51:47 rpmi: libstdc++8-devel-8.2.1-alt1 sisyphus.214000.20 1542662379 installed <13>Dec 10 07:51:48 rpmi: gcc8-c++-8.2.1-alt1 sisyphus.214000.20 1542662379 installed <13>Dec 10 07:51:48 rpmi: gcc-c++-8-alt1 sisyphus.214000.40 1542664775 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.46641 + 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.46641 + 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