Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1468420 Details for
Bug 1606492
tcl-snack: FTBFS in Fedora rawhide
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Mohan Boddu
on 2018-07-20 20:16:56 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Mohan Boddu
Created:
2018-07-20 20:16:56 UTC
Size:
32.00 KB
patch
obsolete
>=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkPitchCmd.c >./../generic/jkPitchCmd.c: In function 'point_accrochage': >./../generic/jkPitchCmd.c:569:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] > for (pic=0;pic<=1;pic++) > ^~~ >./../generic/jkPitchCmd.c:578:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' > if (PROCHE_MOYENNE(valeur,bande)) return valeur; > ^~ >./../generic/jkPitchCmd.c: In function 'calcul_courbe_fo': >./../generic/jkPitchCmd.c:604:11: warning: variable 'memo' set but not used [-Wunused-but-set-variable] > int t,memo,debut; > ^~~~ >./../generic/jkPitchCmd.c: In function 'pitchCmd': >./../generic/jkPitchCmd.c:832:47: warning: variable 'maxdpz' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c:832:39: warning: variable 'mindpz' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c:832:32: warning: variable 'maxfo' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~ >./../generic/jkPitchCmd.c:832:25: warning: variable 'minfo' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~ >./../generic/jkPitchCmd.c:832:17: warning: variable 'maxnrj' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c:832:9: warning: variable 'minnrj' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c: In function 'cPitch': >./../generic/jkPitchCmd.c:1043:47: warning: variable 'maxdpz' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c:1043:39: warning: variable 'mindpz' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c:1043:32: warning: variable 'maxfo' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~ >./../generic/jkPitchCmd.c:1043:25: warning: variable 'minfo' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~ >./../generic/jkPitchCmd.c:1043:17: warning: variable 'maxnrj' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkPitchCmd.c:1043:9: warning: variable 'minnrj' set but not used [-Wunused-but-set-variable] > short minnrj, maxnrj, minfo, maxfo, mindpz, maxdpz; > ^~~~~~ >./../generic/jkSoundProc.c: In function 'CheckFFTlen': >./../generic/jkSoundProc.c:75:21: warning: ' ' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] > sprintf(str, "%d ", n); > ^ >In file included from /usr/include/stdio.h:873, > from /usr/include/tcl-private/generic/tcl.h:124, > from ./../generic/jkSoundProc.c:22: >/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 12 bytes into a destination of size 10 > return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >./../generic/jkSoundProc.c: In function 'CheckWinlen': >./../generic/jkSoundProc.c:93:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size 10 [-Wformat-overflow=] > sprintf(str, "%d)", fftlen); > ^~ >./../generic/jkSoundProc.c:93:18: note: directive argument in the range [-2147483648, 2147483646] > sprintf(str, "%d)", fftlen); > ^~~~~ >In file included from /usr/include/stdio.h:873, > from /usr/include/tcl-private/generic/tcl.h:124, > from ./../generic/jkSoundProc.c:22: >/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 13 bytes into a destination of size 10 > return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > __bos (__s), __fmt, __va_arg_pack ()); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/snackStubInit.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkAudio.c >./../generic/jkPitchCmd.c: In function 'calcul_courbe_fo': >./../generic/jkPitchCmd.c:464:10: warning: 'accrochage' may be used uninitialized in this function [-Wmaybe-uninitialized] > tableau[accrochage] = avant = to; > ^ >./../generic/jkPitchCmd.c:590:7: note: 'accrochage' was declared here > int accrochage; > ^~~~~~~~~~ >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkMixer.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/shape.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkFilter.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkSynthesis.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkFilterIIR.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkGetF0.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/sigproc.c >./../generic/sigproc.c: In function 'crossf': >./../generic/sigproc.c:458:21: warning: variable 'maxsize' set but not used [-Wunused-but-set-variable] > int sizei, sizeo, maxsize; > ^~~~~~~ >./../generic/sigproc.c:458:14: warning: variable 'sizeo' set but not used [-Wunused-but-set-variable] > int sizei, sizeo, maxsize; > ^~~~~ >./../generic/sigproc.c:458:7: warning: variable 'sizei' set but not used [-Wunused-but-set-variable] > int sizei, sizeo, maxsize; > ^~~~~ >./../generic/jkGetF0.c: In function 'Get_f0': >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkFormant.c >./../generic/jkGetF0.c:48:14: warning: variable 'start_time' set but not used [-Wunused-but-set-variable] > double sf, start_time; > ^~~~~~~~~~ >./../generic/jkGetF0.c: In function 'get_cand': >./../generic/jkGetF0.c:453:20: warning: variable 'maxl' set but not used [-Wunused-but-set-variable] > int start, ncan, maxl; > ^~~~ >./../generic/jkGetF0.c: In function 'cGet_f0': >./../generic/jkGetF0.c:1627:12: warning: variable 'list' set but not used [-Wunused-but-set-variable] > Tcl_Obj *list; > ^~~~ >./../generic/jkGetF0.c:1619:14: warning: variable 'start_time' set but not used [-Wunused-but-set-variable] > double sf, start_time; > ^~~~~~~~~~ >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/sigproc2.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/snack.c >./../generic/jkFormant.c: In function 'formantCmd': >./../generic/jkFormant.c:934:10: warning: variable 'cor_wdur' set but not used [-Wunused-but-set-variable] > double cor_wdur; > ^~~~~~~~ >./../generic/sigproc2.c: In function 'get_window': >./../generic/sigproc2.c:468:5: warning: type of 'type' defaults to 'int' [-Wimplicit-int] > int get_window(dout, n, type) > ^~~~~~~~~~ >./../generic/sigproc2.c: In function 'get_float_window': >./../generic/sigproc2.c:509:5: warning: type of 'type' defaults to 'int' [-Wimplicit-int] > int get_float_window(fout, n, type) > ^~~~~~~~~~~~~~~~ >./../generic/sigproc2.c: In function 'fwindow': >./../generic/sigproc2.c:536:5: warning: type of 'type' defaults to 'int' [-Wimplicit-int] > int fwindow(din, dout, n, preemp, type) > ^~~~~~~ >./../generic/sigproc2.c: In function 'fwindow_f': >./../generic/sigproc2.c:575:5: warning: type of 'type' defaults to 'int' [-Wimplicit-int] > int fwindow_f(din, dout, n, preemp, type) > ^~~~~~~~~ >./../generic/sigproc2.c: In function 'fwindow_d': >./../generic/sigproc2.c:614:5: warning: type of 'type' defaults to 'int' [-Wimplicit-int] > int fwindow_d(din, dout, n, preemp, type) > ^~~~~~~~~ >./../generic/sigproc2.c: In function 'w_window': >./../generic/sigproc2.c:654:6: warning: type of 'type' defaults to 'int' [-Wimplicit-int] > void w_window(din, dout, n, preemp, type) > ^~~~~~~~ >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkCanvSpeg.c >./../generic/jkCanvSpeg.c:104:8: warning: initialization of 'const char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' from incompatible pointer type 'char * (*)(void *, struct Tk_Window_ *, char *, int, void (**)(char *))' [-Wincompatible-pointer-types] > PrintColorMap, > ^~~~~~~~~~~~~ >./../generic/jkCanvSpeg.c:104:8: note: (near initialization for 'colorMapOption.printProc') >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkCanvWave.c >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/jkCanvSect.c >./../generic/jkCanvSect.c: In function 'ComputeSection': >./../generic/jkCanvSect.c:483:9: warning: variable 'g_lpc' set but not used [-Wunused-but-set-variable] > float g_lpc; > ^~~~~ >gcc -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 ./../generic/snackStubLib.c >gcc -I/usr/include -c -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DUSE_SNACK_STUBS ./../generic/SnackOgg.c >./../generic/SnackOgg.c: In function 'ov_read': >./../generic/SnackOgg.c:1816:24: warning: unused variable 'fpu' [-Wunused-variable] > vorbis_fpu_control fpu; > ^~~ >./../generic/SnackOgg.c: In function 'ConfigOgg': >./../generic/SnackOgg.c:2535:7: warning: enumeration value 'VENDOR' not handled in switch [-Wswitch] > switch ((enum options) index) { > ^~~~~~ >gcc -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -fPIC -Wl,-soname,libsound.so sound.o jkSound.o jkSoundEngine.o jkSoundEdit.o jkSoundFile.o g711.o jkAudIO_alsa.o jkSoundProc.o ffa.o jkPitchCmd.o snackStubInit.o jkAudio.o jkMixer.o shape.o jkFilter.o jkSynthesis.o jkFilterIIR.o jkGetF0.o sigproc.o jkFormant.o sigproc2.o -lc -lasound -L/usr/lib64 -ltclstub8.6 -o libsound.so >sed s/.dll/.so/ < ./../unix/pkgIndex.tcl.dll > pkgIndex.tcl >gcc -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -fPIC -Wl,-soname,libsnackstub2.2.so snackStubLib.o -o libsnackstub2.2.so >./../generic/SnackOgg.c: In function 'ov_raw_seek': >./../generic/SnackOgg.c:1287:6: warning: 'eosflag' may be used uninitialized in this function [-Wmaybe-uninitialized] > if(eosflag) > ^ >./../generic/SnackOgg.c:1290:39: warning: 'thisblock' may be used uninitialized in this function [-Wmaybe-uninitialized] > if(lastblock)accblock+=(lastblock+thisblock)>>2; > ~~~~~~~~~~^~~~~~~~~~~ >gcc -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -fPIC -Wl,-soname,libsnack.so snack.o jkSound.o jkSoundEngine.o jkSoundEdit.o jkSoundFile.o jkCanvSpeg.o jkCanvWave.o jkCanvSect.o ffa.o g711.o jkAudIO_alsa.o jkSoundProc.o jkPitchCmd.o snackStubInit.o jkAudio.o jkMixer.o shape.o jkFilter.o jkSynthesis.o jkFilterIIR.o jkGetF0.o sigproc.o jkFormant.o sigproc2.o -lc -lX11 -lXft -lfreetype -lfontconfig -lpthread -ldl -lz -lpthread -lm -lasound -L/usr/lib64 -ltclstub8.6 -L/usr/lib64 -ltkstub8.6 -o libsnack.so >if test "8.6" != "8.4"; then\ > cd ./../unix/../demos/tcl/ ;\ > sed s/wish8.4/wish8.6/ MinSect.tcl > tmp ;\ > mv -f tmp MinSect.tcl ;\ > chmod 755 MinSect.tcl ;\ > sed s/wish8.4/wish8.6/ MinSpeg.tcl > tmp ;\ > mv -f tmp MinSpeg.tcl ;\ > chmod 755 MinSpeg.tcl ;\ > sed s/wish8.4/wish8.6/ MinWave.tcl > tmp ;\ > mv -f tmp MinWave.tcl ;\ > chmod 755 MinWave.tcl ;\ > sed s/wish8.4/wish8.6/ Section.tcl > tmp ;\ > mv -f tmp Section.tcl ;\ > chmod 755 Section.tcl ;\ > sed s/wish8.4/wish8.6/ Spectrogram.tcl > tmp ;\ > mv -f tmp Spectrogram.tcl ;\ > chmod 755 Spectrogram.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ SphereTest.tcl > tmp ;\ > mv -f tmp SphereTest.tcl ;\ > chmod 755 SphereTest.tcl ;\ > sed s/wish8.4/wish8.6/ Waveform.tcl > tmp ;\ > mv -f tmp Waveform.tcl ;\ > chmod 755 Waveform.tcl ;\ > sed s/wish8.4/wish8.6/ aserver.tcl > tmp ;\ > mv -f tmp aserver.tcl ;\ > chmod 755 aserver.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ compose.tcl > tmp ;\ > mv -f tmp compose.tcl ;\ > chmod 755 compose.tcl ;\ > sed s/wish8.4/wish8.6/ cool.tcl > tmp ;\ > mv -f tmp cool.tcl ;\ > chmod 755 cool.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ echo.tcl > tmp ;\ > mv -f tmp echo.tcl ;\ > chmod 755 echo.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ formant.tcl > tmp ;\ > mv -f tmp formant.tcl ;\ > chmod 755 formant.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ fourChan.tcl > tmp ;\ > mv -f tmp fourChan.tcl ;\ > chmod 755 fourChan.tcl ;\ > sed s/wish8.4/wish8.6/ levelmeter.tcl > tmp ;\ > mv -f tmp levelmeter.tcl ;\ > chmod 755 levelmeter.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ mapChan.tcl > tmp ;\ > mv -f tmp mapChan.tcl ;\ > chmod 755 mapChan.tcl ;\ > sed s/wish8.4/wish8.6/ mixer.tcl > tmp ;\ > mv -f tmp mixer.tcl ;\ > chmod 755 mixer.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ play.tcl > tmp ;\ > mv -f tmp play.tcl ;\ > chmod 755 play.tcl ;\ > sed s/wish8.4/wish8.6/ record.tcl > tmp ;\ > mv -f tmp record.tcl ;\ > chmod 755 record.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ recrplay.tcl > tmp ;\ > mv -f tmp recrplay.tcl ;\ > chmod 755 recrplay.tcl ;\ > sed s/tclsh8.4/tclsh8.6/ rplay.tcl > tmp ;\ > mv -f tmp rplay.tcl ;\ > chmod 755 rplay.tcl ;\ > sed s/wish8.4/wish8.6/ snamp.tcl > tmp ;\ > mv -f tmp snamp.tcl ;\ > chmod 755 snamp.tcl ;\ > sed s/wish8.4/wish8.6/ spectrum.tcl > tmp ;\ > mv -f tmp spectrum.tcl ;\ > chmod 755 spectrum.tcl ;\ > sed s/wish8.4/wish8.6/ tomAmp.tcl > tmp ;\ > mv -f tmp tomAmp.tcl ;\ > chmod 755 tomAmp.tcl ;\ > sed s/wish8.4/wish8.6/ dbrec.tcl > tmp ;\ > mv -f tmp dbrec.tcl ;\ > chmod 755 dbrec.tcl ;\ > sed s/wish8.4/wish8.6/ widget.tcl > tmp ;\ > mv -f tmp widget.tcl ;\ > chmod 755 widget.tcl ;\ > sed s/wish8.4/wish8.6/ wrap.tcl > tmp ;\ > mv -f tmp wrap.tcl ;\ > chmod 755 wrap.tcl ;\ > sed s/wish8.4/wish8.6/ generator.tcl > tmp ;\ > mv -f tmp generator.tcl ;\ > chmod 755 generator.tcl ;\ > sed s/wish8.4/wish8.6/ notescale.tcl > tmp ;\ > mv -f tmp notescale.tcl ;\ > chmod 755 notescale.tcl ;\ > sed s/wish8.4/wish8.6/ oggstream.tcl > tmp ;\ > mv -f tmp oggstream.tcl ;\ > chmod 755 oggstream.tcl ;\ > sed s/wish8.4/wish8.6/ polarspec.tcl > tmp ;\ > mv -f tmp polarspec.tcl ;\ > chmod 755 polarspec.tcl ;\ > sed s/wish8.4/wish8.6/ pitch.tcl > tmp ;\ > mv -f tmp pitch.tcl ;\ > chmod 755 pitch.tcl ;\ > sed s/wish8.4/wish8.6/ phonetogram.tcl > tmp ;\ > mv -f tmp phonetogram.tcl ;\ > chmod 755 phonetogram.tcl ;\ > sed s/wish8.4/wish8.6/ vowelspace.tcl > tmp ;\ > mv -f tmp vowelspace.tcl ;\ > chmod 755 vowelspace.tcl ;\ > sed s/wish8.4/wish8.6/ CSLwithAB.tcl > tmp ;\ > mv -f tmp CSLwithAB.tcl ;\ > chmod 755 CSLwithAB.tcl ;\ > sed s/wish8.4/wish8.6/ xs.tcl > tmp ;\ > mv -f tmp xs.tcl ;\ > chmod 755 xs.tcl ;\ > sed s/wish8.4/wish8.6/ playlist.tcl > tmp ;\ > mv -f tmp playlist.tcl ;\ > chmod 755 playlist.tcl ;\ > sed s/wish8.4/wish8.6/ mixplay.tcl > tmp ;\ > mv -f tmp mixplay.tcl ;\ > chmod 755 mixplay.tcl ;\ > cd ../../unix ;\ >fi >sed s/.dll/.so/ < ./../unix/pkgIndex.tcl.dll > pkgIndex.tcl >gcc -O -fPIC -DUSE_TCL_STUBS -DUSE_TK_STUBS -DALSA -I/usr/include -I/usr/include/tcl-private/generic -I/usr/include/tk-private/generic -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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DTCL_81_API -I./../generic -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -fPIC -Wl,-soname,libsnackogg.so SnackOgg.o -L/usr/lib64 -lvorbisenc -lvorbis -logg -lc -L/usr/lib64 -ltclstub8.6 -L. -lsnackstub2.2 -o libsnackogg.so >+ cd ../python >+ /usr/bin/python setup.py build >/var/tmp/rpm-tmp.FZa4mx: line 65: /usr/bin/python: No such file or directory >error: Bad exit status from /var/tmp/rpm-tmp.FZa4mx (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.FZa4mx (%build) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 582, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/tcl-snack.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1606492
: 1468420 |
1468421
|
1468422