Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 383780 Details for
Bug 521242
app-text/clara fails to compile with format-security
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
clara-20031214:20140826-060431.log
clara-20031214:20140826-060431.log (text/plain), 8.96 KB, created by
Agostino Sarubbo
on 2014-08-27 09:06:59 UTC
(
hide
)
Description:
clara-20031214:20140826-060431.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2014-08-27 09:06:59 UTC
Size:
8.96 KB
patch
obsolete
> * Package: app-text/clara-20031214 > * Repository: gentoo > * Maintainer: maintainer-needed@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Applying clara_open_mode.patch ... > [ ok ] >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o clara.o clara.c >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o skel.o skel.c >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o event.o event.c >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o symbol.o symbol.c >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o pattern.o pattern.c >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o pbm2cl.o pbm2cl.c >x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -I/usr/X11R6/include -g -Wall -DHAVE_POPEN -DMEMCHECK -DFUN_CODES -DHAVE_SIGNAL -DTEST -DNO_RINTF -c -o cml.o cml.c >pbm2cl.c: In function 'bitmerge': >pbm2cl.c:496:30: warning: variable 'pbl' set but not used [-Wunused-but-set-variable] >pbm2cl.c: In function 'wrzone': >pbm2cl.c:1454:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >pbm2cl.c:1456:18: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >pbm2cl.c:1576:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >pbm2cl.c:1577:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >pattern.c: In function 'build_internal_patterns': >pattern.c:1307:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] >pattern.c:1309:19: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] >pattern.c:1317:9: warning: pointer targets in passing argument 4 of 'update_pattern_raw' differ in signedness [-Wpointer-sign] >pattern.c:505:6: note: expected 'char *' but argument is of type 'unsigned char *' >event.c: In function 'additem': >event.c:529:13: warning: variable 'o' set but not used [-Wunused-but-set-variable] >clara.c: In function 'process_cl': >clara.c:2349:17: error: format not a string literal and no format arguments [-Werror=format-security] >cml.c: In function 'recover_acts': >cml.c:1302:17: error: format not a string literal and no format arguments [-Werror=format-security] >clara.c:2273:15: warning: variable 'topl' set but not used [-Wunused-but-set-variable] >clara.c: In function 'step_7': >clara.c:3729:16: warning: variable 'st' set but not used [-Wunused-but-set-variable] >event.c: In function 'cma': >event.c:1885:21: warning: variable 'r' set but not used [-Wunused-but-set-variable] >clara.c: In function 'step_14': >clara.c:4256:20: warning: variable 'K' set but not used [-Wunused-but-set-variable] >clara.c:4256:15: warning: variable 'U' set but not used [-Wunused-but-set-variable] >clara.c:4256:13: warning: variable 'D' set but not used [-Wunused-but-set-variable] >event.c: In function 'sselect': >event.c:2338:15: warning: variable 'h' set but not used [-Wunused-but-set-variable] >event.c: In function 'bselect': >event.c:2395:15: warning: variable 'h' set but not used [-Wunused-but-set-variable] >clara.c: In function 'handle_alrm': >clara.c:5022:9: warning: variable 'who' set but not used [-Wunused-but-set-variable] >cml.c: In function 'load_page': >cml.c:1677:21: warning: pointer targets in passing argument 1 of 'find_thing' differ in signedness [-Wpointer-sign] >In file included from cml.c:30:0: >common.h:1878:5: note: expected 'char *' but argument is of type 'unsigned char *' >cml.c:1684:21: warning: pointer targets in passing argument 1 of 'pbm2bm' differ in signedness [-Wpointer-sign] >In file included from cml.c:30:0: >common.h:1877:5: note: expected 'char *' but argument is of type 'unsigned char *' >cml.c:1665:17: warning: variable 't' set but not used [-Wunused-but-set-variable] >event.c: In function 'fselect': >event.c:2466:17: warning: variable 'h' set but not used [-Wunused-but-set-variable] >cml.c:1635:9: warning: variable 'x0' set but not used [-Wunused-but-set-variable] >symbol.c: In function 'avoid_context': >symbol.c:2008:11: warning: variable 'h' set but not used [-Wunused-but-set-variable] >symbol.c:2008:9: warning: variable 'w' set but not used [-Wunused-but-set-variable] >event.c: In function 'kactions': >event.c:2813:20: warning: variable 's' set but not used [-Wunused-but-set-variable] >skel.c: In function 'closure_border_slines': >skel.c:2820:8: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] >skel.c:2824:5: warning: pointer targets in passing argument 4 of 'border_path' differ in signedness [-Wpointer-sign] >skel.c:2147:5: note: expected 'short unsigned int *' but argument is of type 'short int *' >symbol.c: In function 'bmpcmp_shape': >symbol.c:2186:20: warning: variable 'skh' set but not used [-Wunused-but-set-variable] >symbol.c:2186:16: warning: variable 'skw' set but not used [-Wunused-but-set-variable] >symbol.c:2183:16: warning: variable 'cc' set but not used [-Wunused-but-set-variable] >clara.c: In function 'write_report': >clara.c:3282:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >symbol.c: In function 'bmpcmp_pd': >symbol.c:2690:19: warning: variable 'bp' set but not used [-Wunused-but-set-variable] >symbol.c:2622:24: warning: variable 'v' set but not used [-Wunused-but-set-variable] >symbol.c:2622:16: warning: variable 'u' set but not used [-Wunused-but-set-variable] >event.c: In function 'spyhole': >event.c:3141:23: warning: variable 'K' set but not used [-Wunused-but-set-variable] >symbol.c: In function 'bmpcmp_map': >symbol.c:2876:13: warning: variable 'tr' set but not used [-Wunused-but-set-variable] >symbol.c: In function 'rlimits': >symbol.c:3079:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] >symbol.c: In function 'p_spl_comp': >symbol.c:3670:11: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] >symbol.c:3680:67: warning: "/*" within comment [-Wcomment] >skel.c: In function 'is_extr': >skel.c:4437:19: warning: variable 't1' set but not used [-Wunused-but-set-variable] >symbol.c: In function 'classify': >symbol.c:3755:24: warning: variable 'ba' set but not used [-Wunused-but-set-variable] >clara.c: In function 'gen_wrf': >clara.c:1535:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] >skel.c: In function 'dx': >skel.c:4632:11: warning: variable 'h' set but not used [-Wunused-but-set-variable] >skel.c:4632:9: warning: variable 'w' set but not used [-Wunused-but-set-variable] >cml.c: In function 'dict_behaviour': >cml.c:2090:9: error: format not a string literal and no format arguments [-Werror=format-security] >symbol.c: In function 'cf_block': >symbol.c:4763:25: warning: variable 'm' set but not used [-Wunused-but-set-variable] >cc1: some warnings being treated as errors >make: *** [clara.o] Error 1 >make: *** Waiting for unfinished jobs.... >event.c: In function 'copychar': >event.c:7438:19: warning: variable 'h' set but not used [-Wunused-but-set-variable] >event.c:7438:17: warning: variable 'w' set but not used [-Wunused-but-set-variable] >cc1: some warnings being treated as errors >make: *** [cml.o] Error 1 >symbol.c: In function 'classify': >symbol.c:3975:37: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] >emake failed > * ERROR: app-text/clara-20031214::gentoo failed (compile phase): > * (no error message) > * > * Call stack: > * ebuild.sh, line 93: Called src_compile > * environment, line 1899: Called die > * The specific snippet of code: > * emake CC="$(tc-getCC)" || die; > * > * If you need support, post the output of `emerge --info '=app-text/clara-20031214::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-text/clara-20031214::gentoo'`. > * The complete build log is located at '/var/log/log/build/app-text/clara-20031214:20140826-060431.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/clara-20031214/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-text/clara-20031214/temp/environment'. > * Working directory: '/var/tmp/portage/app-text/clara-20031214/work/clara-20031214' > * S: '/var/tmp/portage/app-text/clara-20031214/work/clara-20031214'
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 521242
: 383780