Bug 296478 - devel/freebsd-sysroot: include the dynamic linker in sysroots
Summary: devel/freebsd-sysroot: include the dynamic linker in sysroots
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: FreeBSD Rust Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-07-03 03:58 UTC by Alex Rønne Petersen
Modified: 2026-07-03 03:58 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rust)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Rønne Petersen 2026-07-03 03:58:39 UTC
We were hoping to be able to use the freebsd-sysroot packages for qemu-user emulation purposes in Zig's CI, but it appears that they don't currently contain the dynamic linker (`/libexec/ld-elf.so.1`).

Would it be possible to include it?

This would allow e.g. `qemu-aarch64 -L /usr/local/freebsd-sysroot/aarch64 a.out` to work.