[Bug 290260] devel/libclc missing FLAVOR llvm21 llvm20
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290260] devel/libclc missing FLAVOR llvm21 llvm20"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Nov 2025 19:05:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290260 --- Comment #4 from Xavier Humbert <xavier@groumpf.org> --- I limited my patch (identical as the OP) to llvm20. It builds fine but does not install : ================================================================== [root@numenor libclc]# make FLAVOR=llvm20 install ===> Installing for libclc-llvm20-20.1.8 ===> Checking if libclc-llvm20 is already installed ===> Registering installation for libclc-llvm20-20.1.8 pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/clcfunc.h:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/clctypes.h:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/geometric/floatn.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/integer/gentype.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/math/binary_decl.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/math/gentype.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/math/ternary_decl.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/math/unary_decl.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/relational/binary_decl.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/relational/floatn.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/relational/select.inc:No such file or directory pkg-static: Unable to access file /usr/ports/devel/libclc/work-llvm20/stage/usr/local/llvm20/include/clc/relational/unary_decl.inc:No such file or directory *** Error code 1 ================================================================== Seems like a proble with pkg-plist, but I'm not skilled enough to fix this -- You are receiving this mail because: You are the assignee for the bug.