Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 908604 Details for
Bug 919669
dev-cpp/folly-2023.06.19.00 fails tests on arm64: SIGSEGV with code: address not mapped to object
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build on arm64
folly-2024.11.04.00-build-on-arm64.patch (text/plain), 701 bytes, created by
sin-ack
on 2024-11-12 16:21:17 UTC
(
hide
)
Description:
Fix build on arm64
Filename:
MIME Type:
Creator:
sin-ack
Created:
2024-11-12 16:21:17 UTC
Size:
701 bytes
patch
obsolete
>diff --git a/dev-cpp/folly/folly-2024.11.04.00.ebuild b/dev-cpp/folly/folly-2024.11.04.00.ebuild >index 27be95cd3414..e55339ec78a5 100644 >--- a/dev-cpp/folly/folly-2024.11.04.00.ebuild >+++ b/dev-cpp/folly/folly-2024.11.04.00.ebuild >@@ -13,7 +13,7 @@ EAPI=8 > # dev-cpp/wangle > # dev-util/watchman > >-inherit cmake >+inherit flag-o-matic cmake > > DESCRIPTION="An open-source C++ library developed and used at Facebook" > HOMEPAGE="https://github.com/facebook/folly" >@@ -75,6 +75,9 @@ src_configure() { > -DCMAKE_LIBRARY_ARCHITECTURE=$(usex amd64 x86_64 ${ARCH}) > ) > >+ # https://github.com/facebook/folly/issues/1984 >+ use arm64 && append-cxxflags "-flax-vector-conversions" >+ > cmake_src_configure > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 919669
:
878600
|
878601
|
908603
| 908604 |
908615