Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 887835 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-21.0.2_p13-fix-lld-symbols.patch
file_922147.txt (text/plain), 504 bytes, created by
Chris Pritchard
on 2024-03-17 10:36:14 UTC
(
hide
)
Description:
openjdk-21.0.2_p13-fix-lld-symbols.patch
Filename:
MIME Type:
Creator:
Chris Pritchard
Created:
2024-03-17 10:36:14 UTC
Size:
504 bytes
patch
obsolete
>--- a/make/hotspot/lib/JvmMapfile.gmk 2024-01-16 16:19:00.000000000 +0000 >+++ b/make/hotspot/lib/JvmMapfile.gmk 2024-03-17 09:34:57.576683835 +0000 >@@ -53,7 +53,7 @@ > # platform dependent. > > ifeq ($(call isTargetOs, linux), true) >- DUMP_SYMBOLS_CMD := $(NM) $(NMFLAGS) --defined-only *$(OBJ_SUFFIX) >+ DUMP_SYMBOLS_CMD := $(NM) $(NMFLAGS) --defined-only --extern-only *$(OBJ_SUFFIX) > 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