Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 581760 Details for
Bug 689162
dev-libs/crypto++-8.2.0 with CXXFLAGS="-march=bdver1" - error: ‘_mm_roti_epi64’ was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
file_689162.txt (text/plain), 5.83 KB, created by
4ctrl.alt.del
on 2019-07-02 15:28:13 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
4ctrl.alt.del
Created:
2019-07-02 15:28:13 UTC
Size:
5.83 KB
patch
obsolete
> * Package: dev-libs/crypto++-8.2.0 > * Repository: gentoo > * Maintainer: crypto@gentoo.org noloader@gmail.com > * USE: abi_x86_64 amd64 asm elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking cryptopp820.zip to /tmp/portage/dev-libs/crypto++-8.2.0/work >>>> Source unpacked in /tmp/portage/dev-libs/crypto++-8.2.0/work >>>> Preparing source in /tmp/portage/dev-libs/crypto++-8.2.0/work ... >>>> Source prepared. >>>> Configuring source in /tmp/portage/dev-libs/crypto++-8.2.0/work ... >>>> Source configured. >>>> Compiling source in /tmp/portage/dev-libs/crypto++-8.2.0/work ... >make -j8 -f GNUmakefile all shared libcryptopp.pc >Using testing flags: -O2 -march=bdver1 -pipe >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c cryptlib.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c cpu.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c integer.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c 3way.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c adler32.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c algebra.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c algparam.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c arc4.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c aria.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -mssse3 -c aria_simd.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c ariatab.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c asn.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c authenc.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c base32.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c base64.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c basecode.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c bfinit.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c blake2.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -msse4.1 -c blake2b_simd.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -msse4.1 -c blake2s_simd.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c blowfish.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c blumshub.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c camellia.cpp >x86_64-pc-linux-gnu-g++ -O2 -march=bdver1 -pipe -fPIC -pthread -pipe -c cast.cpp >blake2b_simd.cpp: In function âvoid CryptoPP::BLAKE2_Compress64_SSE4(const byte*, CryptoPP::BLAKE2b_State&)â: >blake2b_simd.cpp:364:5: error: â_mm_roti_epi64â was not declared in this scope > _mm_roti_epi64(r, c) > ^~~~~~~~~~~~~~ >blake2b_simd.cpp:381:13: note: in expansion of macro âMM_ROTI_EPI64â > row4l = MM_ROTI_EPI64(row4l, -32); \ > ^~~~~~~~~~~~~ >blake2b_simd.cpp:436:5: note: in expansion of macro âBLAKE2B_G1â > BLAKE2B_G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \ > ^~~~~~~~~~ >blake2b_simd.cpp:474:5: note: in expansion of macro âBLAKE2B_ROUNDâ > BLAKE2B_ROUND(0); > ^~~~~~~~~~~~~ >blake2b_simd.cpp:364:5: note: suggested alternative: â_mm_srli_epi64â > _mm_roti_epi64(r, c) > ^~~~~~~~~~~~~~ >blake2b_simd.cpp:381:13: note: in expansion of macro âMM_ROTI_EPI64â > row4l = MM_ROTI_EPI64(row4l, -32); \ > ^~~~~~~~~~~~~ >blake2b_simd.cpp:436:5: note: in expansion of macro âBLAKE2B_G1â > BLAKE2B_G1(row1l,row2l,row3l,row4l,row1h,row2h,row3h,row4h,b0,b1); \ > ^~~~~~~~~~ >blake2b_simd.cpp:474:5: note: in expansion of macro âBLAKE2B_ROUNDâ > BLAKE2B_ROUND(0); > ^~~~~~~~~~~~~ >blake2s_simd.cpp: In function âvoid CryptoPP::BLAKE2_Compress32_SSE4(const byte*, CryptoPP::BLAKE2s_State&)â: >blake2s_simd.cpp:297:5: error: â_mm_roti_epi32â was not declared in this scope > _mm_roti_epi32(r, c) > ^~~~~~~~~~~~~~ >blake2s_simd.cpp:309:12: note: in expansion of macro âMM_ROTI_EPI32â > row4 = MM_ROTI_EPI32(row4, -16); \ > ^~~~~~~~~~~~~ >blake2s_simd.cpp:334:5: note: in expansion of macro âBLAKE2S_G1â > BLAKE2S_G1(row1,row2,row3,row4,buf1); \ > ^~~~~~~~~~ >blake2s_simd.cpp:361:5: note: in expansion of macro âBLAKE2S_ROUNDâ > BLAKE2S_ROUND(0); > ^~~~~~~~~~~~~ >blake2s_simd.cpp:297:5: note: suggested alternative: â_mm_srli_epi32â > _mm_roti_epi32(r, c) > ^~~~~~~~~~~~~~ >blake2s_simd.cpp:309:12: note: in expansion of macro âMM_ROTI_EPI32â > row4 = MM_ROTI_EPI32(row4, -16); \ > ^~~~~~~~~~~~~ >blake2s_simd.cpp:334:5: note: in expansion of macro âBLAKE2S_G1â > BLAKE2S_G1(row1,row2,row3,row4,buf1); \ > ^~~~~~~~~~ >blake2s_simd.cpp:361:5: note: in expansion of macro âBLAKE2S_ROUNDâ > BLAKE2S_ROUND(0); > ^~~~~~~~~~~~~ >make: *** [GNUmakefile:1434: blake2b_simd.o] Error 1 >make: *** Waiting for unfinished jobs.... >make: *** [GNUmakefile:1430: blake2s_simd.o] Error 1 > * ERROR: dev-libs/crypto++-8.2.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-libs/crypto++-8.2.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-libs/crypto++-8.2.0::gentoo'`. > * The complete build log is located at '/tmp/portage/dev-libs/crypto++-8.2.0/temp/build.log'. > * The ebuild environment file is located at '/tmp/portage/dev-libs/crypto++-8.2.0/temp/environment'. > * Working directory: '/tmp/portage/dev-libs/crypto++-8.2.0/work' > * S: '/tmp/portage/dev-libs/crypto++-8.2.0/work'
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 689162
: 581760