Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2023 21:27:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269566] New port: lang/mlkit
Message-ID:  <bug-269566-7788-lxdSMNdFAs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269566-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269566-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269566

--- Comment #3 from serpent7776@gmail.com ---
Thanks for the feedback.

mlkit doesn't seem to support anything else than amd64, that's why there's
ONLY_FOR_ARCH=3Damd64
https://github.com/melsman/mlkit/issues/115#issuecomment-1326435741

CONFIGURE_SHELL is there, because mlkit uses patterns for install target th=
at
are not supported by /bin/sh and there's error:
install: basis/*.{sml,sig,mlb}: No such file or directory

DISABLE_MAKE_JOBS is needed, because mlkit_basislibs target depends on mlkit
target. I get the following error without it:
/usr/local/bin/bash: line 1: ../bin/mlkit: No such file or directory=20=20=
=20=20=20=20=20=20=20=20=20=20
gmake[2]: *** [Makefile:58: mlkit_basislibs] Error 127

I don't think this requires any specific version of gcc. It does try to inv=
oke
gcc specifically though. I can try and see if cc works instead.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269566-7788-lxdSMNdFAs>