Re: pkg/60184 (Fix chibi-scheme installation on macos)
[email protected] Sat, 11 Apr 2026 14:00:06 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
Synopsis: Fix chibi-scheme installation on macos State-Changed-From-To: open->feedback State-Changed-By: [email protected] State-Changed-When: Sat, 11 Apr 2026 14:00:06 +0000 State-Changed-Why: Can you share the exact output of the failure to build on macOS? There is already generic logic in pkgsrc mk infrastructure to handle the .so/.dylib split in macOS without needing per-package plist conditionalization like this, so I'm wondering exactly how it is failing to handle this. See mk/plist/shlib-dylib.awk for details; mk/plist/plist.mk chooses this when SHLIB_TYPE=dylib, as it is on macOS.