[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: Wed, 05 Nov 2025 08:53:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290260 --- Comment #6 from Xavier Humbert <xavier@groumpf.org> --- (In reply to Jordan Ostreff from comment #5) Almost there : =================================================================================== [root@numenor libclc]# make FLAVOR=llvm20 makeplist > pkg-plist [root@numenor libclc]# make FLAVOR=llvm20 clean all [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/you/have/to/check/what/makeplist/gives/you:No such file or directory pkg-static: duplicate file listing: /usr/local/libdata/ldconfig/libclc-llvm20, ignoring *** Error code 1 Stop. make: stopped in /usr/ports/devel/libclc =================================================================================== If I install this file manually : =================================================================================== [root@numenor libclc]# mkdir -p /usr/ports/devel/libclc/work-llvm20/stage/you/have/to/check/what/makeplist/gives/ [root@numenor libclc]# touch /usr/ports/devel/libclc/work-llvm20/stage/you/have/to/check/what/makeplist/gives/you [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: duplicate file listing: /usr/local/libdata/ldconfig/libclc-llvm20, ignoring Installing libclc-llvm20-20.1.8... pkg-static: libclc-llvm20-20.1.8 conflicts with suitesparse-example-1.8.9 (installs files into the same place). Problematic file: /you/have/to/check/what/makeplist/gives/you *** Error code 1 Stop. make: stopped in /usr/ports/devel/libclc =================================================================================== -- You are receiving this mail because: You are the assignee for the bug.