[GH-ISSUE #699] ubuntu 18.04 deb package #617

Closed
opened 2026-02-26 00:33:08 +03:00 by kerem · 2 comments
Owner

Originally created by @eadmaster on GitHub (May 30, 2019).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/699

can you provide pre-build binaries for ubuntu 18.04?

i've tried building with the default mono version and this was the result:

$ sudo mono nuget.exe restore

Could not load type 'NuGet.DataServiceContextWrapper' from assembly 'NuGet, Version=5.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
System.TypeLoadException: Could not load type 'NuGet.DataServiceContextWrapper' from assembly 'NuGet, Version=5.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
  at (wrapper managed-to-native) System.RuntimeType:GetPropertiesByName (System.RuntimeType,string,System.Reflection.BindingFlags,bool,System.Type)
  at System.RuntimeType.GetPropertyCandidates (System.String name, System.Reflection.BindingFlags bindingAttr, System.Type[] types, System.Boolean allowPrefixLookup) [0x00010] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.RuntimeType.GetProperties (System.Reflection.BindingFlags bindingAttr) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 
  at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo+<GetExportMembers>c__Iterator0.MoveNext () [0x00110] in <0007e672dd7f4959adc6f8103d9c843f>:0 
  at System.Linq.Enumerable.Any[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <63992662b765477a898ef49cdcc99ee2>:0 
  at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.HasExports () [0x0000c] in <0007e672dd7f4959adc6f8103d9c843f>:0 
  at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.IsPartDiscoverable () [0x0001d] in <0007e672dd7f4959adc6f8103d9c843f>:0 
  at System.ComponentModel.Composition.AttributedModel.AttributedModelDiscovery.CreatePartDefinitionIfDiscoverable (System.Type type, System.ComponentModel.Composition.Primitives.ICompositionElement origin) [0x0000a] in <0007e672dd7f4959adc6f8103d9c843f>:0 
  at System.ComponentModel.Composition.Hosting.TypeCatalog.get_PartsInternal () [0x00052] in <0007e672dd7f4959adc6f8103d9c843f>:0 
  at System.ComponentModel.Composition.Hosting.TypeCatalog.CreateIndex () [0x0000b] in <0007e672dd7f4959adc6f8103d9c843f>:0 
  at System.Lazy`1[T].CreateValue () [0x00075] in <8f2c484307284b51944a1a13a14c0266>:0
Originally created by @eadmaster on GitHub (May 30, 2019). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/699 can you provide pre-build binaries for ubuntu 18.04? i've tried building with the default mono version and this was the result: ```` $ sudo mono nuget.exe restore Could not load type 'NuGet.DataServiceContextWrapper' from assembly 'NuGet, Version=5.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. System.TypeLoadException: Could not load type 'NuGet.DataServiceContextWrapper' from assembly 'NuGet, Version=5.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. at (wrapper managed-to-native) System.RuntimeType:GetPropertiesByName (System.RuntimeType,string,System.Reflection.BindingFlags,bool,System.Type) at System.RuntimeType.GetPropertyCandidates (System.String name, System.Reflection.BindingFlags bindingAttr, System.Type[] types, System.Boolean allowPrefixLookup) [0x00010] in <8f2c484307284b51944a1a13a14c0266>:0 at System.RuntimeType.GetProperties (System.Reflection.BindingFlags bindingAttr) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0 at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo+<GetExportMembers>c__Iterator0.MoveNext () [0x00110] in <0007e672dd7f4959adc6f8103d9c843f>:0 at System.Linq.Enumerable.Any[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00018] in <63992662b765477a898ef49cdcc99ee2>:0 at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.HasExports () [0x0000c] in <0007e672dd7f4959adc6f8103d9c843f>:0 at System.ComponentModel.Composition.AttributedModel.AttributedPartCreationInfo.IsPartDiscoverable () [0x0001d] in <0007e672dd7f4959adc6f8103d9c843f>:0 at System.ComponentModel.Composition.AttributedModel.AttributedModelDiscovery.CreatePartDefinitionIfDiscoverable (System.Type type, System.ComponentModel.Composition.Primitives.ICompositionElement origin) [0x0000a] in <0007e672dd7f4959adc6f8103d9c843f>:0 at System.ComponentModel.Composition.Hosting.TypeCatalog.get_PartsInternal () [0x00052] in <0007e672dd7f4959adc6f8103d9c843f>:0 at System.ComponentModel.Composition.Hosting.TypeCatalog.CreateIndex () [0x0000b] in <0007e672dd7f4959adc6f8103d9c843f>:0 at System.Lazy`1[T].CreateValue () [0x00075] in <8f2c484307284b51944a1a13a14c0266>:0 ````
kerem 2026-02-26 00:33:08 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@hirschmann commented on GitHub (Jun 5, 2019):

Actually I've started to work on a .deb package quite a while ago, but I've never finished it.
When I have more time, I'll consider setting up automated package build for Linux.

In the meantime, try building NBFC via docker: https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux-via-docker

<!-- gh-comment-id:499270071 --> @hirschmann commented on GitHub (Jun 5, 2019): Actually I've started to work on a .deb package quite a while ago, but I've never finished it. When I have more time, I'll consider setting up automated package build for Linux. In the meantime, try building NBFC via docker: https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux-via-docker
Author
Owner

@github-actions[bot] commented on GitHub (Dec 4, 2019):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:561412459 --> @github-actions[bot] commented on GitHub (Dec 4, 2019): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#617
No description provided.