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

Dart plugin fails to execute #100

Closed
rvolosatovs opened this issue Apr 13, 2022 · 0 comments · Fixed by #99
Closed

Dart plugin fails to execute #100

rvolosatovs opened this issue Apr 13, 2022 · 0 comments · Fixed by #99

Comments

@rvolosatovs
Copy link
Owner

rvolosatovs commented Apr 13, 2022

#311 0.755 qemu-aarch64: Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory
#311 0.765 --dart_out: protoc-gen-dart: Plugin failed with status code 255.

from https://github.com/rvolosatovs/docker-protobuf/runs/6016037841

Probably should either:
a. get Alpine aarch ld.so from somewhere
b. patchelf to link to a different one?

on amd64:

/ # ldd /usr/bin/protoc-gen-dart
	/lib64/ld-linux-x86-64.so.2 (0x7f3c36623000)
	libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f3c36623000)
	libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f3c36623000)
	libm.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f3c36623000)
	libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f3c36623000)
	ld-linux-x86-64.so.2 => /lib/ld-linux-x86-64.so.2 (0x7f3c35f65000)
Error relocating /lib/ld-linux-x86-64.so.2: unsupported relocation type 37
Error relocating /usr/bin/protoc-gen-dart: __sbrk: symbol not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant