Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 887834 Details for
Bug 922147
dev-java/openjdk-21.0.1_p12: ld.lld: error: version script assignment of 'SUNWprivate_1.1' to symbol '_ZTVZ21WB_HandshakeWalkStackE16TraceSelfClosure' failed: symbol not defined
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openjdk-17.0.10_p7-fix-lld-symbols.patch
file_922147.txt (text/plain), 458 bytes, created by
Chris Pritchard
on 2024-03-17 10:35:38 UTC
(
hide
)
Description:
openjdk-17.0.10_p7-fix-lld-symbols.patch
Filename:
MIME Type:
Creator:
Chris Pritchard
Created:
2024-03-17 10:35:38 UTC
Size:
458 bytes
patch
obsolete
>--- a/make/hotspot/lib/JvmMapfile.gmk 2024-01-09 21:18:15.000000000 +0000 >+++ b/make/hotspot/lib/JvmMapfile.gmk 2024-03-17 09:23:34.068511556 +0000 >@@ -53,7 +53,7 @@ > # platform dependent. > > ifeq ($(call isTargetOs, linux), true) >- DUMP_SYMBOLS_CMD := $(NM) --defined-only *.o >+ DUMP_SYMBOLS_CMD := $(NM) --defined-only --extern-only *.o > ifneq ($(FILTER_SYMBOLS_PATTERN), ) > FILTER_SYMBOLS_PATTERN := $(FILTER_SYMBOLS_PATTERN)| > endif
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 922147
:
882304
| 887834 |
887835
|
887836
|
887837