Skip to content
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

Add missing dependency to .deb package #3872

Merged
merged 1 commit into from
Jul 28, 2023
Merged

Conversation

HebaruSan
Copy link
Member

Poblem

  1. On Ubuntu, install the .deb without mono-complete
  2. ckan consoleui
  3. Press ctrl-R to refresh the mod list
  4. System.TypeLoadException: Could not load type of field 'CKAN.ConsoleUI.Toolkit.ConsoleTextBox:lines' (5) due to: Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

Cause

libmono-system-servicemodel4.0a-cil is apparently required.

Changes

Now that package is added as a dependency of our .deb package. This fixed the exception in my Ubuntu test system.

Fixes #3871.

@HebaruSan HebaruSan added Bug Easy This is easy to fix Build Issues affecting the build system Linux Issues specific for Linux Package: deb Issues affecting the Debian packaging labels Jul 28, 2023
@HebaruSan HebaruSan requested a review from techman83 July 28, 2023 17:45
@HebaruSan HebaruSan merged commit 2521611 into master Jul 28, 2023
10 checks passed
@HebaruSan HebaruSan deleted the fix/deb-system-servicemodel branch July 28, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Build Issues affecting the build system Easy This is easy to fix Linux Issues specific for Linux Package: deb Issues affecting the Debian packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Cannot Load the Console UI
2 participants