Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 504336 Details for
Bug 637612
net-vpn/htun-0.9.6 : common.c:338:14: error: SIGUNUSED undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-vpn:htun-0.9.6:20171115-153639.log
net-vpn:htun-0.9.6:20171115-153639.log (text/plain), 6.20 KB, created by
Toralf Förster
on 2017-11-15 18:46:09 UTC
(
hide
)
Description:
net-vpn:htun-0.9.6:20171115-153639.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-11-15 18:46:09 UTC
Size:
6.20 KB
patch
obsolete
> * Package: net-vpn/htun-0.9.6 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking htun-0.9.6.tar.gz to /var/tmp/portage/net-vpn/htun-0.9.6/work >>>> Source unpacked in /var/tmp/portage/net-vpn/htun-0.9.6/work >>>> Preparing source in /var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6 ... > * Applying htun-0.9.6-glibc.patch ... > [ ok ] > * Applying htun-0.9.6-makefile.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6 ... >make -j1 -C src CC=x86_64-pc-linux-gnu-gcc >make: Entering directory '/var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6/src' >yacc -d -v gram.y >flex parse.l >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -std=gnu89 -I../include -I. -O -W -Wall -D_REENTRANT -I../include -I. -D_REENTRANT -c y.tab.c >In file included from gram.y:31:0: >../include/common.h:139:15: warning: built-in function âlogâ declared as non-function > extern log_t *log; > ^~~ >gram.y:356:15: warning: return type defaults to âintâ [-Wreturn-type] > static inline set_base64_user_pass( void ) > ^~~~~~~~~~~~~~~~~~~~ >y.tab.c: In function âyyparseâ: >y.tab.c:497:23: warning: implicit declaration of function âyylexâ [-Wimplicit-function-declaration] > if ((yychar = yylex()) < 0) yychar = 0; > ^~~~~ >gram.y:78:3: warning: âreturnâ with no value, in function returning non-void [-Wreturn-type] > config: emptiness options_decl emptiness specific_decl { return; } > ^~~~~~ >y.tab.c:465:1: note: declared here > yyparse(void) > ^~~~~~~ >gram.y:79:3: warning: âreturnâ with no value, in function returning non-void [-Wreturn-type] > | emptiness specific_decl emptiness options_decl { return; } > ^ >y.tab.c:465:1: note: declared here > yyparse(void) > ^~~~~~~ >gram.y:80:3: warning: âreturnâ with no value, in function returning non-void [-Wreturn-type] > | emptiness options_decl emptiness { return; /* client/server mode not spcified > ^ >y.tab.c:465:1: note: declared here > yyparse(void) > ^~~~~~~ >y.tab.c:538:1: warning: label âyyerrlabâ defined but not used [-Wunused-label] > yyerrlab: > ^~~~~~~~ >gram.y: In function âget_answerâ: >gram.y:354:1: warning: control reaches end of non-void function [-Wreturn-type] > } > ^ >gram.y: In function âset_base64_user_passâ: >gram.y:365:1: warning: control reaches end of non-void function [-Wreturn-type] > } > ^ >At top level: >y.tab.c:3:13: warning: âyyrcsidâ defined but not used [-Wunused-variable] > static char yyrcsid[] = "$Id: skeleton.c,v 1.2 1997/06/23 02:51:17 tdukes Exp $"; > ^~~~~~~ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -std=gnu89 -I../include -I. -O -W -Wall -D_REENTRANT -I../include -I. -D_REENTRANT -c lex.yy.c >In file included from parse.l:25:0: >../include/common.h:139:15: warning: built-in function âlogâ declared as non-function > extern log_t *log; > ^~~ >parse.l: In function âread_configâ: >parse.l:172:5: warning: implicit declaration of function âyyparseâ [-Wimplicit-function-declaration] > > ^ >At top level: >lex.yy.c:2344:16: warning: âyy_top_stateâ defined but not used [-Wunused-function] > > ^ >lex.yy.c:1887:16: warning: âinputâ defined but not used [-Wunused-function] > #else > ^ >lex.yy.c:1840:17: warning: âyyunputâ defined but not used [-Wunused-function] > > ^ >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wall -std=gnu89 -I../include -I. -O -W -Wall -D_REENTRANT -c -o common.o common.c >In file included from common.c:40:0: >../include/common.h:139:15: warning: built-in function âlogâ declared as non-function > extern log_t *log; > ^~~ >common.c: In function âinit_signamesâ: >common.c:338:14: error: âSIGUNUSEDâ undeclared (first use in this function) > signames[SIGUNUSED] = "SIGUNUSED"; > ^~~~~~~~~ >common.c:338:14: note: each undeclared identifier is reported only once for each function it appears in >common.c: In function âdaemonizeâ: >common.c:245:4: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result [-Wunused-result] > chdir("/"); > ^~~~~~~~~~ >common.c:246:4: warning: ignoring return value of âfreopenâ, declared with attribute warn_unused_result [-Wunused-result] > freopen("/dev/null","r",stdin); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >common.c:247:4: warning: ignoring return value of âfreopenâ, declared with attribute warn_unused_result [-Wunused-result] > freopen("/dev/null","w",stdout); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >common.c:248:4: warning: ignoring return value of âfreopenâ, declared with attribute warn_unused_result [-Wunused-result] > freopen("/dev/null","w",stderr); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >common.c: In function âdropprivsâ: >common.c:284:5: warning: ignoring return value of âsetreuidâ, declared with attribute warn_unused_result [-Wunused-result] > setreuid(-1,nonpriv->pw_uid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >common.c:285:5: warning: ignoring return value of âsetregidâ, declared with attribute warn_unused_result [-Wunused-result] > setregid(-1,nonpriv->pw_gid); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ >make: *** [<builtin>: common.o] Error 1 >make: Leaving directory '/var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6/src' > * ERROR: net-vpn/htun-0.9.6::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-vpn/htun-0.9.6::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-vpn/htun-0.9.6::gentoo'`. > * The complete build log is located at '/var/log/portage/net-vpn:htun-0.9.6:20171115-153639.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-vpn/htun-0.9.6/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-vpn/htun-0.9.6/temp/environment'. > * Working directory: '/var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6' > * S: '/var/tmp/portage/net-vpn/htun-0.9.6/work/htun-0.9.6'
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 637612
:
504328
|
504330
|
504332
|
504334
| 504336 |
504338