Re: package aid - tmpfiles.d problems

2023-06-14 Thread kpcyrd
On 6/14/23 13:10, Polarian wrote: Are you sure this is not an isolated case? In some cases Rust invokes the C compiler system to compile libraries into object files and for some reason the C compiler seems to remove parts of the public abi. I don't know why that is (I'm not that deep into t

Re: package aid - tmpfiles.d problems

2023-06-14 Thread é
> >> It's missing dependency on gcc-libs. > > I do not see this mentioned within the package guidelines, but I did find it > as a dependency of ripgrep (one of the example packages). This comes from running namcap [0] on the output package. You can get similar info from ldd, but namcap saves

Re: package aid - tmpfiles.d problems

2023-06-13 Thread Lone_Wolf
On 13-06-2023 12:33, Polarian wrote:  It's missing dependency on gcc-libs. I do not see this mentioned within the package guidelines, but I did find it as a dependency of ripgrep (one of the example packages). Mind explaining why rust needs compiler libraries at runtime? (I don't like d

Re: package aid - tmpfiles.d problems

2023-06-12 Thread é
The install command will create the directory with root permissions, hence this will not work and conflicts with the uberbot.tmpfiles line. I'm not sure why uberbot user even needs write permissions or ownership of /etc/uberbot. Why not just exclude it from the uberbot.tmpfiles entirely? Also c

Re: package aid - tmpfiles.d problems

2023-06-12 Thread Matthew Sexton
On 6/12/23 18:18, Polarian wrote: The following error when I attempt to install this package which I need help in fixing: Detected unsafe path transition /etc/uberbot (owned by uberbot) → /etc/uberbot/config.toml (owned by root) during canonicalization of etc/uberbot/config.toml. error: comm