distribution icon indicating copy to clipboard operation
distribution copied to clipboard

/usr/src banned path

Open furbyhaxx opened this issue 2 years ago • 3 comments

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?

furbyhaxx avatar Dec 28 '23 08:12 furbyhaxx

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: @.***>

fenrus75 avatar Dec 28 '23 14:12 fenrus75

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.

furbyhaxx avatar Dec 29 '23 13:12 furbyhaxx

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: @.***>

fenrus75 avatar Dec 29 '23 14:12 fenrus75