pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/wasi-compiler-rt



On Tuesday, May 26th, 2026 at 7:16 PM, Chavdar Ivanov <ci4ic4%gmail.com@localhost> wrote:

> On Tue, 26 May 2026 at 10:00, pin <voidpin%protonmail.com@localhost> wrote:
> >
> > On Tuesday, May 26th, 2026 at 10:40 AM, Adam <adam%netbsd.org@localhost> wrote:
> >
> > > > Hi,
> > > >
> > > > System: 11.99.6 amd64 Sun 24 May 2026
> > > >
> > > > Does wip/wasi-compiler-rt actually builds for anyone?
> > > >
> > > > usr/pkgsrc/wip/wasi-compiler-rt/work/llvm-project-22.1.6.src/compiler-rt/lib/builtins/fp_extend.h:57:9: error:
> > > >       _float16 is not supported on this target
> > > >    57 | typedef __float16 src_t;
[...]
> > > I've pushed a fix to wip.
> > >
> > > Cheers,
> > > Adam
[...]
> Needs including wip/lld... instead of devel/lld .

To be fair having,
TOOL_DEPENDS+=	lld-${LLVM_VERSION}*:../../wip/lld
instead of,
TOOL_DEPENDS+=	lld-${LLVM_VERSION}*:../../devel/lld
would be the correct approach.

Although, as this is a TOOL_DEPENDS and I had already installed wip/lld,
it doesn't make a difference, as it uses what is already installed.

adam@ last commit fixed the build and I have them all installed now.
Thanks!


Home | Main Index | Thread Index | Old Index