-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The problem of installing the package after the build. A cyclic call #26
Comments
So this usually happens when the main package has a dependency on the devel package and vice versa. The solution is to make it so that the main package does not depend on the devel package, or just merge the devel package into the main package (for packages which don't need a development package). It should be possible to figure out why ypkg is adding a dependency on |
Also, this isn't really a bug in eopkg/ypkg but an issue with the construction/patterning of the packages itself. |
For some reason, the links to |
try |
Based on that pspec the most likely cause is that the package is creating the sonames incorrectly. It should be that (for example) I'd recommend adding |
Okay, I'll do it soon and post the result here. |
Still, yes, the links break. As a way out - create links with hands. Well, as far as it will be true. |
That is very odd, the symbolic links are indeed very much not present in the build environment. This is definitely an issue with the package build itself. Since this works when you build it manually the issue is highly likely to be one of the following two things:
Also, just double checking here, but you are running the builds with |
I don't quite understand what needs to be done. Can I try to build with my hands inside |
The easiest way to solve the problem. As for the flags, I still don't understand what to do.
|
Summary
I'm trying to assemble a package. There are no obvious problems with the assembly. I get two packages at the output. Trying to install - I get a batch manager error.
Steps to reproduce
Expected result
Installing the packages
Actual result
Environment
Repo
Shannon (stable)
Desktop Environment
Budgie
System details
OS: Solus x86_64
Kernel: 6.5.11-263.current
Other comments
No response
The text was updated successfully, but these errors were encountered: