-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Bug]: swift could not be installed #21903
Comments
Ping @fornwall @Grimler91 @finagolfin because you commited to swift build recipes. |
Nope I never did that (I only contributed to the package for the computer algebra system "gap", other than that I don't even use termux myself, nor swift) |
Sorry, wrong ping. |
It looks like Of course, you could always submit a patch to make them play nice, if you need both. |
My problem is solved by doing |
@finagolfin
libdispatch does not ship |
Probably fixed by this. gnustep/libobjc2#293 |
The issue is not libdispatch but libblocksruntime:
|
Oh, right. Sorry. |
We could probably use that in the next libobjc2 release to remove this conflict, or backport that patch to the current release. |
Having no problem anymore.So I am closing this issue. |
Keep it open, we'll probably fix this with the next libobjc2 release. |
Problem description
I tried to install swift on my system but unsatisfied dependency error occurred
`pkg install swift
Checking availability of current mirror:
[*] https://ftp.agdsn.de/termux/termux-main: ok
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
Unsatisfied dependencies:
libobjc2 : Conflicts: libblocksruntime but 1:5.10 is to be installed
Error: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.`
What steps will reproduce the bug?
pkg install swift
What is the expected behavior?
I should install without any broken dependency.
System information
The text was updated successfully, but these errors were encountered: