Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mozjs60 is miscompiled on x86_64-musl #2598

Closed
maxice8 opened this issue Sep 10, 2018 · 7 comments
Closed

mozjs60 is miscompiled on x86_64-musl #2598

maxice8 opened this issue Sep 10, 2018 · 7 comments
Labels
bug Something isn't working

Comments

@maxice8
Copy link
Contributor

maxice8 commented Sep 10, 2018

Tried for a while but couldn't get it fixeed

bash-4.4# ldd /usr/lib/libmozjs-60.so.0 
ldd (0x7f4b33ff0000)
libffi.so.6 => /lib/libffi.so.6 (0x7f4b333f1000)
libicui18n.so.62 => /lib/libicui18n.so.62 (0x7f4b32f2b000)
libicuuc.so.62 => /lib/libicuuc.so.62 (0x7f4b32b67000)
libnspr4.so => /lib/libnspr4.so (0x7f4b32920000)
libz.so.1 => /lib/libz.so.1 (0x7f4b32709000)
libstdc++.so.6 => /lib/libstdc++.so.6 (0x7f4b322ec000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7f4b320d5000)
libc.so => ldd (0x7f4b33ff0000)
libicudata.so.62 => /lib/libicudata.so.62 (0x7f4b3053b000)
Error relocating /usr/lib/libmozjs-60.so.0: _ZN2js10TlsContextE: symbol not found
Error relocating /usr/lib/libmozjs-60.so.0: _ZN2js10TlsContextE: symbol not found
@ghost ghost added the bug Something isn't working label Sep 12, 2018
@ghost
Copy link

ghost commented Sep 12, 2018

@Johnnynator
Copy link
Member

@cr6git I don't think this will be helpfull, that patch is just for naming some files currect.

@maxice8
Copy link
Contributor Author

maxice8 commented Sep 12, 2018

are the two related?

no

@Cogitri
Copy link
Contributor

Cogitri commented Sep 13, 2018

#2721 seems to fix this

@maxice8
Copy link
Contributor Author

maxice8 commented Sep 13, 2018

@Cogitri add

resolves #2598 to the commit of #2721

Cogitri pushed a commit to Cogitri/void-packages that referenced this issue Sep 13, 2018
@stefson
Copy link

stefson commented Jun 23, 2019

@maxice8 have you been using ld.gold linker when you hit the missing symbols in spidermonkey?

@maxice8
Copy link
Contributor Author

maxice8 commented Jun 23, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants