[Bug 258693] devel/ikos: add devel/llvm90 RUN_DEPENDS

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 23 Sep 2021 14:11:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258693

            Bug ID: 258693
           Summary: devel/ikos: add devel/llvm90 RUN_DEPENDS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: nimaje+fbz@bureaucracy.de
                CC: brooks@FreeBSD.org, yuri@freebsd.org
                CC: brooks@FreeBSD.org, yuri@freebsd.org
 Attachment #228135 maintainer-approval?
             Flags:
             Flags: merge-quarterly?

Created attachment 228135
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228135&action=edit
add devel/llvm90 RUN_DEPENDS

ikos uses clang/llvm at runtime.

And the resulting error message[0] doesn't help much in figuring out which
version is wanted.

Requesting merge-quarterly as this only fixes package metadata.

QA:
  * portlint: OK (looks fine.)

[0]:
Traceback (most recent call last):
  File "/usr/local/bin/ikos", line 65, in <module>
    ikos.analyzer.main(sys.argv)
  File "/usr/local/lib/python3.8/site-packages/ikos/analyzer.py", line 980, in
main
    clang(bc_path, input_path,
  File "/usr/local/lib/python3.8/site-packages/ikos/analyzer.py", line 684, in
clang
    cmd = [settings.clang()]
  File "/usr/local/lib/python3.8/site-packages/ikos/settings/__init__.py", line
110, in clang
    assert is_executable(path), 'could not find clang executable'
AssertionError: could not find clang executable

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