Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 564430 Details for
Bug 677614
net-misc/stuntman-1.2.9 : stunreader.cpp:156:14: error: variable HMAC_CTX ctx has initializer but incomplete type
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc:stuntman-1.2.9:20190210-032028.log
net-misc:stuntman-1.2.9:20190210-032028.log (text/plain), 4.96 KB, created by
Toralf Förster
on 2019-02-10 09:46:56 UTC
(
hide
)
Description:
net-misc:stuntman-1.2.9:20190210-032028.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2019-02-10 09:46:56 UTC
Size:
4.96 KB
patch
obsolete
> * Package: net-misc/stuntman-1.2.9 > * Repository: gentoo > * Maintainer: chainsaw@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking stunserver-1.2.9.tgz to /var/tmp/portage/net-misc/stuntman-1.2.9/work >>>> Source unpacked in /var/tmp/portage/net-misc/stuntman-1.2.9/work >>>> Preparing source in /var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver ... >make -j1 T= >make --directory=common >make[1]: Entering directory '/var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver/common' >echo Building precompiled header: commonincludes.hpp.gch >Building precompiled header: commonincludes.hpp.gch >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 commonincludes.hpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 atomichelpers.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 cmdlineparser.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 common.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 fasthash.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 getconsolewidth.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 getmillisecondcounter.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 logger.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 prettyprint.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 refcountobject.cpp >c++ -O2 -pipe -march=native -c -DNDEBUG -Wall -Wuninitialized -O2 stringhelper.cpp >rm -f libcommon.a >ar rv libcommon.a atomichelpers.o cmdlineparser.o common.o fasthash.o getconsolewidth.o getmillisecondcounter.o logger.o prettyprint.o refcountobject.o stringhelper.o >ar: creating libcommon.a >a - atomichelpers.o >a - cmdlineparser.o >a - common.o >a - fasthash.o >a - getconsolewidth.o >a - getmillisecondcounter.o >a - logger.o >a - prettyprint.o >a - refcountobject.o >a - stringhelper.o >make[1]: Leaving directory '/var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver/common' >make --directory=stuncore >make[1]: Entering directory '/var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver/stuncore' >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 buffer.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 datastream.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 messagehandler.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 socketaddress.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 stunbuilder.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 stunclientlogic.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 stunclienttests.cpp >c++ -O2 -pipe -march=native -c -I../common -DNDEBUG -Wall -Wuninitialized -O2 stunreader.cpp >stunreader.cpp: In member function âHRESULT CStunMessageReader::ValidateMessageIntegrity(uint8_t*, size_t)â: >stunreader.cpp:156:14: error: variable âHMAC_CTX ctxâ has initializer but incomplete type > HMAC_CTX ctx = {}; > ^~~ >stunreader.cpp:198:5: error: âHMAC_CTX_initâ was not declared in this scope > HMAC_CTX_init(&ctx); > ^~~~~~~~~~~~~ >stunreader.cpp:198:5: note: suggested alternative: âHMAC_CTX_newâ > HMAC_CTX_init(&ctx); > ^~~~~~~~~~~~~ > HMAC_CTX_new >stunreader.cpp:268:9: error: âHMAC_CTX_cleanupâ was not declared in this scope > HMAC_CTX_cleanup(&ctx); > ^~~~~~~~~~~~~~~~ >stunreader.cpp:268:9: note: suggested alternative: âHMAC_CTX_get_mdâ > HMAC_CTX_cleanup(&ctx); > ^~~~~~~~~~~~~~~~ > HMAC_CTX_get_md >make[1]: *** [../common.inc:33: stunreader.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver/stuncore' >make: *** [Makefile:7: everything] Error 2 > * ERROR: net-misc/stuntman-1.2.9::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-misc/stuntman-1.2.9::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-misc/stuntman-1.2.9::gentoo'`. > * The complete build log is located at '/var/log/portage/net-misc:stuntman-1.2.9:20190210-032028.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/stuntman-1.2.9/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-misc/stuntman-1.2.9/temp/environment'. > * Working directory: '/var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver' > * S: '/var/tmp/portage/net-misc/stuntman-1.2.9/work/stunserver'
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 677614
:
564422
|
564424
|
564426
|
564428
| 564430 |
564432