You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
# eopkg it freetds-1.4.6-1-1-x86_64.eopkg freetds-devel-1.4.6-1-1-x86_64.eopkg
Updates available, checking reverse dependencies of runtime dependencies for safety.
Unhandled internal exception.
Please file a bug report to <https://github.com/getsolus/package-management/>.
<class 'pisi.graph.CycleException'>: Encountered cycle ['freetds-devel', 'freetds']
Please use 'eopkg help' for general help.
Traceback:
File "/usr/bin/eopkg", line 78, in <module>
cli.run_command()
File "/usr/lib/python2.7/site-packages/pisi/cli/pisicli.py", line 138, in run_command
self.command.run()
File "/usr/lib/python2.7/site-packages/pisi/cli/install.py", line 109, in run
pisi.api.install(packages, ctx.get_option('reinstall') or reinstall)
File "/usr/lib/python2.7/site-packages/pisi/api.py", line 65, in wrapper
ret = func(*__args,**__kw)
File "/usr/lib/python2.7/site-packages/pisi/api.py", line 447, in install
return pisi.operations.install.install_pkg_files(packages, reinstall)
File "/usr/lib/python2.7/site-packages/pisi/operations/install.py", line 245, in install_pkg_files
order = G_f.topological_sort()
File "/usr/lib/python2.7/site-packages/pisi/graph.py", line 133, in topological_sort
self.dfs(lambda u: list.append(u))
File "/usr/lib/python2.7/site-packages/pisi/graph.py", line 101, in dfs
self.dfs_visit(u, finish_hook)
File "/usr/lib/python2.7/site-packages/pisi/graph.py", line 109, in dfs_visit
self.dfs_visit(v, finish_hook)
File "/usr/lib/python2.7/site-packages/pisi/graph.py", line 118, in dfs_visit
raise CycleException(cycle)
Environment
Is system up to date?
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:
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: