On 2/26/22 11:56, Giovanni Santini wrote:
On 2022-02-23 12:05 AM, Michael Ströder wrote:
I'm trying to build mostly Python modules for Arch Linux:
https://build.opensuse.org/project/show/home:stroeder:arch-iam
This works as long the packages does not have a dependency on another module built in this local repo. With such a dependency build fails with a message like this:
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.10/site-packages/ldap0-1.4.8-py3.10.egg-info/PKG-INFO'
If I remove the local repo dependency such a package builds but without the correct dependency.
Any clue what's going on? Anything I have to add to the project config to make it work?
I maintain a few packages both in AUR and OBS.
I can take a look at them by "forking" them (I do not remember the OBS correct word) and making some experiments.
Would that be okay for you?
Giovanni, I'd highly appreciate any help on this. Many thanks in advance! Background: I'm not even using Arch myself. For a colleague I've started supporting to run my https://ae-dir.com/ on Arch Linux, but currently installing all Python stuff in a virtual env. While this works ok I'm trying to use native Arch packages because most of the dependencies are already there with sufficiently recent versions. Ciao, Michael.