/usr/src banned path
I'm trying to build a zfs package but the path /usr/src is a banned path. Where should this be located in CL? What is the correct path?
hmmm but what is it trying to store there?
On Thu, Dec 28, 2023 at 12:43 AM Furby Haxx @.***> wrote:
I'm trying to build a zfs package but the path /usr/src is a banned path. Where should this be located in CL? What is the correct path?
— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/3015, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FPYMBAC4PP4NJE4SQLYLUWKNAVCNFSM6AAAAABBFH2JU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2TQMJVHAZDSMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I think it's storing the sources to compile the kmod and dkms packages on a kernel update and at the install step.
Problem is that if I add the folder to the excludes file, the build fails because it generates and rm -f instead of rm -rf and the build later fails because the files are missing.
you might just stuck those in /usr/share or something
On Fri, Dec 29, 2023 at 5:04 AM Furby Haxx @.***> wrote:
I think it's storing the sources to compile the kmod and dkms packages on a kernel update and at the install step.
Problem is that if I add the folder to the excludes file, the build fails because it generates and rm -f instead of rm -rf and the build later fails because the files are missing.
— Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/3015#issuecomment-1872069213, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJ54FNCFJWUM3L7UENIXJLYL25VNAVCNFSM6AAAAABBFH2JU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGA3DSMRRGM . You are receiving this because you commented.Message ID: @.***>