Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'], chrootPath='/var/lib/mock/f30-build-36269-20433/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/DecodeIR-2.45-11.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'], chrootPath='/var/lib/mock/f30-build-36269-20433/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=996gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bSiGCB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DecodeIR + /usr/bin/gzip -dc /builddir/build/SOURCES/DecodeIR.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd DecodeIR + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001-Add-java-library-DecodeIR.patch):' Patch #1 (0001-Add-java-library-DecodeIR.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file src/main/java/com/hifiremote/decodeir/DecodeIRCaller.java + echo 'Patch #2 (0002-Adding-a-pom.xml.patch):' Patch #2 (0002-Adding-a-pom.xml.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pom.xml + sed -i 's/\r//' DecodeIR.h + cp /builddir/build/SOURCES/Makefile.fedora Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9geEQP + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + make -j4 g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/etc/alternatives/java_sdk/include -I/etc/alternatives/java_sdk/include/linux -shared -fPIC -o libDecodeIR.so DecodeIR.cpp BUILDSTDERR: In file included from DecodeIR.cpp:5: BUILDSTDERR: DecodeIR.h: In constructor 'Signal::Signal(unsigned int*, int*, int, int, int, char*, int*, int*, int*, int*, char*, char*)': BUILDSTDERR: DecodeIR.h:421:6: warning: 'Signal::nFreq_in' will be initialized after [-Wreorder] BUILDSTDERR: int nFreq_in; // GD 2009 Input freq (actual freq may be calculated) BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: DecodeIR.h:417:6: warning: 'int Signal::nSingle' [-Wreorder] BUILDSTDERR: int nSingle; // Bursts in single part BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:22:1: warning: when initialized here [-Wreorder] BUILDSTDERR: Signal::Signal( BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:5: BUILDSTDERR: DecodeIR.h:513:7: warning: 'Signal::pHex' will be initialized after [-Wreorder] BUILDSTDERR: int* pHex; BUILDSTDERR: ^~~~ BUILDSTDERR: DecodeIR.h:508:8: warning: 'char* Signal::pMisc' [-Wreorder] BUILDSTDERR: char* pMisc; BUILDSTDERR: ^~~~~ BUILDSTDERR: DecodeIR.cpp:22:1: warning: when initialized here [-Wreorder] BUILDSTDERR: Signal::Signal( BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:5: BUILDSTDERR: DecodeIR.h:509:8: warning: 'Signal::pError' will be initialized after [-Wreorder] BUILDSTDERR: char* pError; BUILDSTDERR: ^~~~~~ BUILDSTDERR: DecodeIR.h:414:9: warning: 'float* Signal::pDuration' [-Wreorder] BUILDSTDERR: float* pDuration; BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:22:1: warning: when initialized here [-Wreorder] BUILDSTDERR: Signal::Signal( BUILDSTDERR: ^~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::setPreempt(int)': BUILDSTDERR: DecodeIR.cpp:123:4: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: || preemptValue == prValue BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && nFrameL > preemptLength ) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decode()': BUILDSTDERR: DecodeIR.cpp:266:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: for ( ;nProtocol < sizeof(Funcs)/sizeof(*Funcs); ) BUILDSTDERR: ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:274:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: || newPreemptValue == preemptValue BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && newPreemptLength > preemptLength ) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:260:9: warning: unused variable 'xxStart' [-Wunused-variable] BUILDSTDERR: int xxStart = nStart; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:261:9: warning: unused variable 'xxFrameL' [-Wunused-variable] BUILDSTDERR: int xxFrameL = nFrameL; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decode2()': BUILDSTDERR: DecodeIR.cpp:325:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: int xLeadIn = ( ((pContext[1] & 0xFF) == nGapProtocol + 1) && (pLead) ) ? 1 : 0; BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:356:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: yLeadIn = ( ((pContext[1] & 0xFF) == nGapProtocol + 1) && (pLead) ) ? 1 : 0; BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:385:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: xLeadIn = ( ((pContext[1] & 0xFF) == nGapProtocol + 1) && (pLead) ) ? 1 : 0; BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:462:7: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if ( strcmp(pProtocol, "Blaupunkt{prefix}") == 0 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && strcmp(xstr, "00") == 0 // needed to match Blaupunkt BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:467:7: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: || strncmp(pProtocol, "S:", 2) == 0 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && strncmp(pProtocol+5, xstr, 2 ) == 0 ) // test against yy of S.xx.yy.... BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:519:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: && (strcmp(pProtocol, "Mitsubishi") == 0 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && ((pContext[0] - yContext[0]) & 0xFFFFF) == 0 // check start burst BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:551:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (xFrameCount > 1 || nDittos == 0 && nRepeat > 6 ) BUILDSTDERR: ~~~~~~~~~~~~~^~~~~~~~~~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:9: BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decodeX(int)': BUILDSTDERR: DecodeIR.cpp:750:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:750:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decodeX2(int)': BUILDSTDERR: DecodeIR.cpp:765:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:765:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::checkDecodeX(int, int, float, float, float)': BUILDSTDERR: DecodeIR.cpp:779:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: _ASSERT(nBit+count <= sizeof(cBits)*8); BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:779:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: _ASSERT(nBit+count <= sizeof(cBits)*8); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::decodeRaw(int)': BUILDSTDERR: DecodeIR.cpp:807:29: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: _ASSERT(nBit+bitsRequested < sizeof(cBits)*8); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:807:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: _ASSERT(nBit+bitsRequested < sizeof(cBits)*8); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:818:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if ( pBit < pFrameEnd && x-y > m_rawErrorLimit || y==0. ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:9: BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryGap()': BUILDSTDERR: DecodeIR.cpp:1106:18: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: _ASSERT(nFrameL <= sizeof(cBits)*8+1); BUILDSTDERR: ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:1106:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: _ASSERT(nFrameL <= sizeof(cBits)*8+1); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:1272:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: && ( sortBurst.max1 < (1.2*9*337) && sortBurst.min1 > 7.5*337 // GD 2009: max changed BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:1478:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: sortOn.max1 < (1.15*337) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortOn.max1 < (1.2/6)*sortBurst.min1 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortBurst.min1 > (.8*6*337) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortBurst.mid1 < (1.2*6*337) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortBurst.mid2 > (.8*9*337) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortBurst.max1 < (1.2*9*337) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: // GD 2009 Next line, nominal value is 1.5, so 1.48 must be wrong BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortBurst.max1 < /* 1.48 */ 1.2 * 1.5 * sortBurst.min1 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && nFrame0 > 4000. ) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:1587:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: if ( (getLsb(5,5)^31) == f ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: DecodeIR.cpp:1827:8: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: || sortOn.max1*2.2 < sortBurst.min1 // Tighten constraints if only one half found BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && sortBurst.mid1 < 1400. ) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:2119:9: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: sortBurst.mid1 < 1.2*2*560 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && lead_in( .8*16/3*nMaxShort, 1.2*24/3*nMaxShort, 1.2*16/3*nMaxShort, .8*8/3*nMaxShort, nMaxShort ) ) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::phaseBit2()': BUILDSTDERR: DecodeIR.cpp:2810:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if ( nBit >= sizeof(cBits)*8 ) BUILDSTDERR: ~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::phaseBit()': BUILDSTDERR: DecodeIR.cpp:2918:48: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if (dur < nMinShort || dur > nMaxLong || nBit >= sizeof(cBits)*8) BUILDSTDERR: ~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryRC5()': BUILDSTDERR: DecodeIR.cpp:3024:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if (nBit >= sizeof(cBits)*8) BUILDSTDERR: ~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:3070:22: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] BUILDSTDERR: *pOBC = (64^cBits[0]&64) + getMsb(nBit-6,6); BUILDSTDERR: ~~~~~~~~^~~ BUILDSTDERR: DecodeIR.cpp:3077:30: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] BUILDSTDERR: *pSubDevice = (64^cBits[0]&64) + (cBits[1]>>2); BUILDSTDERR: ~~~~~~~~^~~ BUILDSTDERR: DecodeIR.cpp:3103:27: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] BUILDSTDERR: *pDevice += 64^cBits[0]&64; BUILDSTDERR: ~~~~~~~~^~~ BUILDSTDERR: DecodeIR.cpp: In member function 'bool Signal::processManchesterAtoms(int, int, float, float, float*)': BUILDSTDERR: DecodeIR.cpp:3140:46: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] BUILDSTDERR: cBits[bitIdx >> 3] |= (burstIdx&1) << (7 - bitIdx&7); BUILDSTDERR: ~~^~~~~~~~ BUILDSTDERR: DecodeIR.cpp:3156:14: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if (bitIdx >= sizeof(cBits)*8) BUILDSTDERR: ~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryTDC()': BUILDSTDERR: DecodeIR.cpp:3371:15: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] BUILDSTDERR: if ( chksum != getLsb(14,4) ) return; // wrong checksum BUILDSTDERR: ~~~~~~~^~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryCanalSat()': BUILDSTDERR: DecodeIR.cpp:3461:13: warning: variable 'confBits34to65' set but not used [-Wunused-but-set-variable] BUILDSTDERR: static int confBits34to65 = 0; //filled in when a toggle changes state DAR July 2011 BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::trySejin()': BUILDSTDERR: DecodeIR.cpp:3786:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: || !getMsb(2,1) && !framed(100*unit) ) // long leadout for Sejin type 1 BUILDSTDERR: ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryF12()': BUILDSTDERR: DecodeIR.cpp:3935:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if ( nFrameL != 12 && nFrameL != 32 || !framed(nMaxDur*16) ) BUILDSTDERR: ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryElan()': BUILDSTDERR: DecodeIR.cpp:3969:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if ( sortOff.min1 * 3.6 < sortBurst.max3 || sortOff.min1 * 2.4 > sortBurst.max3) BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp:3971:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (pFrame[34] > 2.4 * sortOff.min1 || pFrame[34] < 1.6 * sortOff.min1 BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp: In member function 'bool Signal::processHumaxAtoms(int, float*, int)': BUILDSTDERR: DecodeIR.cpp:4036:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] BUILDSTDERR: atomIdx=2 * (1 - burstIdx&1); //odd burstIdx is "off" signal, which can only be the beginning of bits value 0 or 1 BUILDSTDERR: ~~^~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4054:14: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if (bitIdx >= sizeof(cBits)*4) BUILDSTDERR: ~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryGrundig16()': BUILDSTDERR: DecodeIR.cpp:4217:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if ( pFrameEnd[0] < 5000 ) BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp:4219:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (nTotDur < 29800 || nTotDur > 35800) BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryXMP()': BUILDSTDERR: DecodeIR.cpp:4380:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if ( !(nFrameL >= 16 && nFrameL <= 18 || nFrameL >= 25 && nFrameL <= 26) BUILDSTDERR: ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4590:20: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: charcnt[result[i]]++; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4591:32: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: if (i < 8) charcnt1[result[i]]++; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4592:33: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: if (i >= 8) charcnt2[result[i]]++; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4596:23: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: charcntF2[result2[i]]++; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4620:80: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (digitcnt2 == 16 && result2[10] == 8 && (digitcnt == 15 || digitcnt == 16 && c1 != 0 ) ) BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4635:27: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: && charcnt[result[9]] == 1 && charcntF2[result[9]] == 0 ) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4635:56: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: && charcnt[result[9]] == 1 && charcntF2[result[9]] == 0 ) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4639:24: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: charcnt[result[9]] = 0; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4649:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: nFirstFrame = (result[9] == 0 && charcnt[result2[9]^8] == 0 BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4659:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: || digitcnt == 16 && nFirstFrame && result[9] > result2[9]) ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4667:47: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: for (i = 8; i < 16; i++) charcnt2[result[i]]++; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4686:22: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: && charcnt[newchar] == 0 BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4687:24: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: && charcntF2[newchar] == 0 ) ) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4726:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: && (result[12] == 0 && result[14] == i || result[12] == i && result[14] == 0) ) BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4726:10: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: && ( chk2 && (charcnt2[i] == 1 || charcnt2[i] == 2 BUILDSTDERR: ~~~~~~~~~~~~~~~~ BUILDSTDERR: && result[12] == result[13] && result[14] == result[15] BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && (result[12] == 0 && result[14] == i || result[12] == i && result[14] == 0) ) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4728:41: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4728:68: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4731:41: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4731:68: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4727:9: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: && ( chk2 && (charcnt2[i] == 1 || charcnt2[i] == 2 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && result[12] == result[13] && result[14] == result[15] BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && (result[12] == 0 && result[14] == i || result[12] == i && result[14] == 0) ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && (newchar = i + 1 - 2 * (chk2 == 1), BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4764:26: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: int poss1 = (charcnt[c1] == 0 && charcntF2[c1] == 0); BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4764:48: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: int poss1 = (charcnt[c1] == 0 && charcntF2[c1] == 0); BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4765:26: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: int poss2 = (charcnt[c2] == 0 && charcntF2[c2] == 0); BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4765:48: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: int poss2 = (charcnt[c2] == 0 && charcntF2[c2] == 0); BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp:4834:23: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: f2[i+1] > 8000. && f3[i+1] > 8000. // Both are lead-outs BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4844:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: (f3[i-3] > 8000. && chk3 == reqdchk && nxt == result2[11] BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4847:43: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: (chk3 == 9 && charcnt[reqdchk] == 0 && charcntF2[reqdchk] == 0 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4849:48: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: (chk3 == 9 && charcnt[reqdchk] == 0 && charcntF2[reqdchk] == 0 BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: || chk3 == reqdchk && charcnt[9] == 0 && charcntF2[9] == 0 ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: && f3[i-3] > 8000. && tog3 == result2[11] && nxt == result2[12] ) ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4884:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if (OBC1 || !OBC1 && !OBC2) BUILDSTDERR: ~~~~~~^~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4965:29: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: *p = "0123456789ABCDEF"[*p]; BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryZenith()': BUILDSTDERR: DecodeIR.cpp:5017:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if (nBits > sizeof(cBits)*8) BUILDSTDERR: ~~~~~~^~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryXX()': BUILDSTDERR: DecodeIR.cpp:5103:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if ( pFrameEnd[0] < sortBurst.max1 ) // Right hand framing BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp:5105:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if ( pFrame[1] <= sortBurst.max2 ) // Lead-in BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp:5179:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: if ( getLsb(0,nBit) == (1< 9*9*105) BUILDSTDERR: ^~ BUILDSTDERR: DecodeIR.cpp:5520:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: int result = decodeAsync(pFrame, 0, 0, 7*105, 9*105, 11, 11); BUILDSTDERR: ^~~ BUILDSTDERR: DecodeIR.cpp: At global scope: BUILDSTDERR: DecodeIR.cpp:5811:13: warning: unnecessary parentheses in declaration of 'Protocols' [-Wparentheses] BUILDSTDERR: const char *(Protocols[]) = BUILDSTDERR: ^ BUILDSTDERR: DecodeIR.cpp: In function 'void EnumerateProtocols(int, char*)': BUILDSTDERR: DecodeIR.cpp:5872:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: if (iProtocolNumber < sizeof(Protocols)/sizeof(*Protocols) ) BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryXMP()': BUILDSTDERR: DecodeIR.cpp:4484:31: warning: 'low_d' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: double s = (n-x-low)/((*d)+low_d); BUILDSTDERR: ~~~~~^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4967:71: warning: 'bestH' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: sprintf(pProtocol, "XMP:%d.%03d-%s", (int)(.5+1./bestScale), (int)(.5+1000.*bestH), result); BUILDSTDERR: ~~~^~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4513:21: warning: 'bestScale' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: int n = (int)floor( x - 6.5 ); BUILDSTDERR: ~~~~~^~~~~~~~~~~ + /usr/bin/python3 /usr/share/java-utils/mvn_build.py BUILDSTDERR: Executing: xmvn --batch-mode --offline verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep BUILDSTDERR: ['xmvn', '--batch-mode', '--offline', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] BUILDSTDERR: OpenJDK 64-Bit Zero VM warning: You have loaded library /tmp/libjansi-1.7-5854450224233370171.so which might have disabled stack guard. The VM will try to fix the stack guard now. BUILDSTDERR: It's highly recommended that you fix the library with 'execstack -c ', or link it with '-z noexecstack'. [INFO] Scanning for projects... [INFO] [INFO] -------------------< com.hifiremote:DecodeIRCaller >-------------------- [INFO] Building DecodeIRCaller 2.44 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ DecodeIRCaller --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/DecodeIR/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ DecodeIRCaller --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /builddir/build/BUILD/DecodeIR/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ DecodeIRCaller --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/DecodeIR/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ DecodeIRCaller --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ DecodeIRCaller --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ DecodeIRCaller --- [INFO] Building jar: /builddir/build/BUILD/DecodeIR/target/DecodeIRCaller-2.44.jar [INFO] [INFO] -------------------< com.hifiremote:DecodeIRCaller >-------------------- [INFO] Building DecodeIRCaller 2.44 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- xmvn-mojo:3.0.0:install (default-cli) @ DecodeIRCaller --- [INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate (default-cli) > compile @ DecodeIRCaller >>> [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ DecodeIRCaller --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/DecodeIR/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ DecodeIRCaller --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate (default-cli) < compile @ DecodeIRCaller <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate (default-cli) @ DecodeIRCaller --- [WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Loading source files for package com.hifiremote.decodeir... Constructing Javadoc information... Standard Doclet version 1.8.0_181 Building tree for all the packages and classes... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/DecodeIRCaller.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-frame.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-summary.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-tree.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/class-use/DecodeIRCaller.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/index.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/help-doc.html... [INFO] [INFO] --- xmvn-mojo:3.0.0:builddep (default-cli) @ DecodeIRCaller --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:59 min [INFO] Finished at: 2018-12-04T19:51:39-05:00 [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA1XKvQ5AMBAA4N1TnO7nZ6eCyWBqJFbcpWnCEUV4e1bf/GXFvcxw8e7dKrlKo0QB y7SSE5urzmBp6qZRhQ6yEBGq080ExBsLfc2xB8vC+3AwwfhA314CiN/+nVi/NAfA4WgAAAA= -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NAkTZ2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 + cd DecodeIR + make DESTDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 prefix=/usr libdir=/usr/lib64 install install -D libDecodeIR.so /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib64/DecodeIR/libDecodeIR.so install -d /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib64 ln -s /usr/lib64/DecodeIR/libDecodeIR.so \ /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib64/libDecodeIR.so install -D -m 644 DecodeIR.h /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/include/DecodeIR.h + cp /builddir/build/SOURCES/license-mail.txt . + xmvn-install -R .xmvn-reactor -n DecodeIR -d /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 BUILDSTDERR: [INFO] Installing artifact com.hifiremote:DecodeIRCaller:jar:2.44 BUILDSTDERR: [INFO] Installing artifact com.hifiremote:DecodeIRCaller:pom:2.44 BUILDSTDERR: [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + jdir=.xmvn/apidocs + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/javadoc/DecodeIR + cp -pr .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/com .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-list .xmvn/apidocs/script.js .xmvn/apidocs/stylesheet.css /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/javadoc/DecodeIR + echo /usr/share/javadoc/DecodeIR + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.45-11.fc30 --unique-debug-suffix -2.45-11.fc30.riscv64 --unique-debug-src-base DecodeIR-2.45-11.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/DecodeIR explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib64/DecodeIR/libDecodeIR.so extracting debug info from /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib64/DecodeIR/libDecodeIR.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 396 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: DecodeIR-2.45-11.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZEuhh7 + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + DOCDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/doc/DecodeIR + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/doc/DecodeIR + cp -pr DecodeIR.html /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/doc/DecodeIR + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1HyTty + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + LICENSEDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses/DecodeIR + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses/DecodeIR + cp -pr license-mail.txt /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses/DecodeIR + exit 0 BUILDSTDERR: warning: File listed twice: /usr/lib/java/DecodeIR BUILDSTDERR: warning: File listed twice: /usr/share/maven-poms/DecodeIR BUILDSTDERR: [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib/java/DecodeIR/DecodeIRCaller.jar'] BUILDSTDERR: [INFO osgi.req] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/lib/java/DecodeIR/DecodeIRCaller.jar'] BUILDSTDERR: [INFO maven.prov] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/maven-metadata/DecodeIR.xml'] BUILDSTDERR: [INFO maven.prov] mvn(com.hifiremote:DecodeIRCaller) = 2.44, mvn(com.hifiremote:DecodeIRCaller:pom:) = 2.44 BUILDSTDERR: [INFO maven.req] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/maven-metadata/DecodeIR.xml'] BUILDSTDERR: [INFO maven.req] javapackages-filesystem, java-headless >= 1:1.6 Provides: DecodeIR = 2.45-11.fc30 DecodeIR(riscv-64) = 2.45-11.fc30 libDecodeIR.so()(64bit) mvn(com.hifiremote:DecodeIRCaller) = 2.44 mvn(com.hifiremote:DecodeIRCaller:pom:) = 2.44 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: java-headless >= 1:1.6 javapackages-filesystem ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: DecodeIR-devel-2.45-11.fc30.riscv64 Provides: DecodeIR-devel = 2.45-11.fc30 DecodeIR-devel(riscv-64) = 2.45-11.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: DecodeIR-javadoc-2.45-11.fc30.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.f6ZNZF + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + LICENSEDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses/DecodeIR-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses/DecodeIR-javadoc + cp -pr license-mail.txt /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64/usr/share/licenses/DecodeIR-javadoc + exit 0 Provides: DecodeIR-javadoc = 2.45-11.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Processing files: DecodeIR-debugsource-2.45-11.fc30.riscv64 Provides: DecodeIR-debugsource = 2.45-11.fc30 DecodeIR-debugsource(riscv-64) = 2.45-11.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: DecodeIR-debuginfo-2.45-11.fc30.riscv64 Provides: DecodeIR-debuginfo = 2.45-11.fc30 DecodeIR-debuginfo(riscv-64) = 2.45-11.fc30 debuginfo(build-id) = d1c079dd6d76e6f804a7188e61a0a19ab9fc5c3b Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: DecodeIR-debugsource(riscv-64) = 2.45-11.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 Wrote: /builddir/build/RPMS/DecodeIR-2.45-11.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/DecodeIR-devel-2.45-11.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/DecodeIR-javadoc-2.45-11.fc30.noarch.rpm Wrote: /builddir/build/RPMS/DecodeIR-debugsource-2.45-11.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/DecodeIR-debuginfo-2.45-11.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jYZC5z + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + /usr/bin/rm -rf /builddir/build/BUILDROOT/DecodeIR-2.45-11.fc30.riscv64 + exit 0 Child return code was: 0