[Bug 269566] New port: lang/mlkit
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269566] New port: lang/mlkit"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Mar 2023 21:27:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269566 --- 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=amd64 https://github.com/melsman/mlkit/issues/115#issuecomment-1326435741 CONFIGURE_SHELL is there, because mlkit uses patterns for install target that 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 gmake[2]: *** [Makefile:58: mlkit_basislibs] Error 127 I don't think this requires any specific version of gcc. It does try to invoke gcc specifically though. I can try and see if cc works instead. -- You are receiving this mail because: You are the assignee for the bug.