Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 15:52:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215582] devel/newtonsoft-json does not resolve internal dependencies
Message-ID:  <bug-215582-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215582

            Bug ID: 215582
           Summary: devel/newtonsoft-json does not resolve internal
                    dependencies
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: cs@innolan.dk
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

Building with -pkg:Newtonsoft.Json gives the following runtime error.


Could not load file or assembly or one of its dependencies.=20=20
  at (wrapper managed-to-native) System.MonoCustomAttrs:IsDefinedInternal
(System.Reflection.ICustomAttributeProvider,System.Type)
  at System.MonoCustomAttrs.IsDefined
(System.Reflection.ICustomAttributeProvider obj, System.Type attributeType,
System.Boolean inherit) [0x0002d] in <8f2c484307284b51944$
  at System.Reflection.MonoProperty.IsDefined (System.Type attributeType,
System.Boolean inherit) [0x00000] in <8f2c484307284b51944a1a13a14c0266>:0
  at
Newtonsoft.Json.Serialization.DefaultContractResolver.GetSerializableMembers
(System.Type objectType) [0x000aa] in <8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties
(System.Type type, Newtonsoft.Json.MemberSerialization memberSerialization)
[0x00000] in <8c47b$
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectCont=
ract
(System.Type objectType) [0x0003a] in <8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract
(System.Type objectType) [0x00127] in <8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract
(System.Type type) [0x00047] in <8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContract=
Safe
(System.Type type) [0x0000e] in <8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize
(Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean
checkAdditionalConte$
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal
(Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00063] in
<8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader
reader, System.Type objectType) [0x00000] in
<8c47bd7a48c34247870b2666ee349edb>:0
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value,
System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x00030=
] in
<8c47bd7a48c342478$
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value,
Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in
<8c47bd7a48c34247870b2666ee349edb$
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value)
[0x00000] in <8c47bd7a48c34247870b2666ee349edb>:0

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215582-13>