Page MenuHomeFreeBSD

Fix RISC-V ELF dynamic interpreter path
ClosedPublic

Authored by lwhsu on Jul 18 2018, 1:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 27, 10:05 AM
Unknown Object (File)
Nov 29 2024, 8:09 AM
Unknown Object (File)
Nov 23 2024, 5:31 PM
Unknown Object (File)
Nov 21 2024, 8:57 AM
Unknown Object (File)
Nov 19 2024, 12:48 PM
Unknown Object (File)
Nov 16 2024, 12:52 PM
Unknown Object (File)
Nov 14 2024, 10:20 PM
Unknown Object (File)
Nov 10 2024, 8:47 PM
Subscribers

Details

Summary

https://ci.freebsd.org/job/FreeBSD-head-riscv64-test/6311/console

start_init: trying /sbin/init
ELF interpreter /lib/ld.so.1 not found, error 2

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 24 2018, 4:23 PM
This revision was automatically updated to reflect the committed changes.

For the record: this fixes booting kernel in "limited rootfs" mode, but this change seems difficult to be upstreamed. Need to work on a better solution.

Yes, this doesn't seem like the right way to fix this for upstream. I suspect we need 'fbsd' linker emulations as we do on other platforms.