LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 682|回复: 1

遇到三个诡异的问题……

[复制链接]
发表于 2007-1-8 14:54:44 | 显示全部楼层 |阅读模式
1. 编译mono-1.2.2.1失败
  1. ources
  2. System.CodeDom.Compiler/CodeGenerator.cs(1229,42): warning CS0162: Unreachable code detected
  3. System.Collections.Specialized/ListDictionary.cs(58,19): warning CS0219: The variable `prev' is assigned but its value is never used
  4. System.ComponentModel/ReflectionPropertyDescriptor.cs(83,10): warning CS0219: The variable `attr_ro' is assigned but its value is never used
  5. System.ComponentModel/TypeDescriptor.cs(287,36): warning CS0168: The variable `e' is declared but never used
  6. System.ComponentModel/TypeDescriptor.cs(389,36): warning CS0168: The variable `e' is declared but never used
  7. Compilation succeeded - 5 warning(s)
  8. :  System.dll ../../class/mono.snk
  9. mv System.dll ../../class/lib/net_1_1_bootstrap/System.dll
  10. test ! -f System.dll.mdb || mv System.dll.mdb ../../class/lib/net_1_1_bootstrap/System.dll.mdb
  11. test ! -f System.pdb || mv System.pdb ../../class/lib/net_1_1_bootstrap/System.pdb
  12. make[8]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System'
  13. make[7]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System'
  14. make[7]: Entering directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System.XML'
  15. Creating ../../build/deps/net_1_1_bootstrap_System.Xml.dll.makefrag ...
  16. make[7]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System.XML'
  17. make[7]: Entering directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System.XML'
  18. make all-local
  19. make[8]: Entering directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System.XML'
  20. MONO_PATH="../../class/lib/basic:$MONO_PATH" /var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/runtime/mono-wrapper  ../../class/lib/basic/mcs.exe /codepage:65001   -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig -r:mscorlib.dll -r:System.dll -nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources
  21. Mono.Xml.Xsl/XslOutput.cs(275,20): warning CS0219: The variable `li' is assigned but its value is never used
  22. Mono.Xml.Xsl/XslTemplate.cs(374,24): warning CS0168: The variable `ex' is declared but never used
  23. System.Xml/DTDObjectModel.cs(1090,23): warning CS0168: The variable `ex' is declared but never used
  24. System.Xml/XmlTextReader.cs(1754,12): warning CS0168: The variable `dummyValue' is declared but never used
  25. System.Xml/XmlTextWriter2.cs(753,9): warning CS0219: The variable `isEmpty' is assigned but its value is never used
  26. System.Xml/XmlReader.cs(1251,16): warning CS0169: The private method `System.Xml.XmlReader.CheckSupport()' is never used
  27. System.Xml/XmlReader.cs(1285,24): warning CS0169: The private method `System.Xml.XmlReader.XmlError(string, System.Exception)' is never used
  28. Mono.Xml.Xsl/XslKey.cs(101,23): warning CS0169: The private field `Mono.Xml.Xsl.KeyIndexTable.ctx' is assigned but its value is never used
  29. Mono.Xml.Xsl/XslTransformProcessor.cs(56,8): warning CS0169: The private field `Mono.Xml.Xsl.XslTransformProcessor.outputStylesheetXmlns' is assigned but its value is never used
  30. System.Xml/DTDReader.cs(1451,15): warning CS0169: The private method `System.Xml.DTDReader.ReadCharacterReference()' is never used
  31. System.Xml/DTDValidatingReader2.cs(562,24): warning CS0169: The private method `Mono.Xml.DTDValidatingReader.NotWFError(string)' is never used
  32. System.Xml/XmlNodeChangedEventArgs.cs(40,10): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._oldValue' is assigned but its value is never used
  33. System.Xml/XmlNodeChangedEventArgs.cs(41,10): warning CS0169: The private field `System.Xml.XmlNodeChangedEventArgs._newValue' is assigned but its value is never used
  34. System.Xml/XmlIteratorNodeList.cs(41,11): warning CS0169: The private field `System.Xml.XmlIteratorNodeList.previous' is never used
  35. System.Xml.XPath/XPathDocument.cs(100,16): warning CS0169: The private method `System.Xml.XPath.XPathDocument.Initialize(System.Xml.XmlReader, System.Xml.XmlSpace, bool)' is never used
  36. System.Xml.Schema/XmlSchemaChoice.cs(201,16): warning CS0169: The private method `System.Xml.Schema.XmlSchemaChoice.ValidateParticleSection(ref int, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.XmlSchemaParticle, System.Xml.Schema.ValidationEventHandler, System.Xml.Schema.XmlSchema, bool)' is never used
  37. System.Xml.Schema/XmlSchemaSerializer.cs(118,8): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaForm(System.Xml.Schema.XmlSchemaForm, string, string, bool, bool, bool)' is never used
  38. System.Xml.Schema/XmlSchemaSerializer.cs(147,8): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaDerivationMethod(System.Xml.Schema.XmlSchemaDerivationMethod, string, string, bool, bool, bool)' is never used
  39. System.Xml.Schema/XmlSchemaSerializer.cs(1094,8): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaUse(System.Xml.Schema.XmlSchemaUse, string, string, bool, bool, bool)' is never used
  40. System.Xml.Schema/XmlSchemaSerializer.cs(2101,8): warning CS0169: The private method `System.Xml.Schema.XmlSchemaSerializationWriter.WriteObject_XmlSchemaContentProcessing(System.Xml.Schema.XmlSchemaContentProcessing, string, string, bool, bool, bool)' is never used
  41. System.Xml.Serialization/MapCodeGenerator.cs(47,19): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeCompileUnit' is assigned but its value is never used
  42. System.Xml.Serialization/MapCodeGenerator.cs(51,19): warning CS0169: The private field `System.Xml.Serialization.MapCodeGenerator.codeProvider' is assigned but its value is never used
  43. System.Xml.Serialization/SerializationSource.cs(151,8): warning CS0169: The private field `System.Xml.Serialization.MembersSerializationSource.writeAccessors' is assigned but its value is never used
  44. System.Xml.Serialization/TypeTranslator.cs(46,20): warning CS0169: The private field `System.Xml.Serialization.TypeTranslator.primitiveNullableTypes' is never used
  45. System.Xml.Serialization/XmlAnyElementAttribute.cs(45,15): warning CS0169: The private field `System.Xml.Serialization.XmlAnyElementAttribute.order' is assigned but its value is never used
  46. System.Xml.Serialization/XmlArrayAttribute.cs(47,15): warning CS0169: The private field `System.Xml.Serialization.XmlArrayAttribute.order' is assigned but its value is never used
  47. System.Xml.Serialization/XmlAttributeEventArgs.cs(45,18): warning CS0169: The private field `System.Xml.Serialization.XmlAttributeEventArgs.expectedAttributes' is never used
  48. System.Xml.Serialization/XmlElementAttribute.cs(49,15): warning CS0169: The private field `System.Xml.Serialization.XmlElementAttribute.order' is assigned but its value is never used
  49. System.Xml.Serialization/XmlElementEventArgs.cs(45,18): warning CS0169: The private field `System.Xml.Serialization.XmlElementEventArgs.expectedElements' is never used
  50. Compilation succeeded - 29 warning(s)
  51. make[8]: *** [../../class/lib/net_1_1_bootstrap/System.Xml.dll] 段错误
  52. make[8]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System.XML'
  53. make[7]: *** [do-all] 错误 2
  54. make[7]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class/System.XML'
  55. make[6]: *** [all-recursive] 错误 1
  56. make[6]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs/class'
  57. make[5]: *** [all-recursive] 错误 1
  58. make[5]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs'
  59. make[4]: *** [profile-do--net_1_1_bootstrap--all] 错误 2
  60. make[4]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs'
  61. make[3]: *** [profiles-do--all] 错误 2
  62. make[3]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/mcs'
  63. make[2]: *** [all-local] 错误 2
  64. make[2]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1/runtime'
  65. make[1]: *** [all-recursive] 错误 1
  66. make[1]: Leaving directory `/var/tmp/portage/mono-1.2.2.1/work/mono-1.2.2.1'
  67. make: *** [all] 错误 2

  68. !!! ERROR: dev-lang/mono-1.2.2.1 failed.
  69. Call stack:
  70.   ebuild.sh, line 1546:   Called dyn_compile
  71.   ebuild.sh, line 937:   Called src_compile
  72.   mono-1.2.2.1.ebuild, line 90:   Called die

  73. !!! compile failed
  74. !!! If you need support, post the topmost build error, and the call stack if relevant.
复制代码

2. emerge的时候老被提示:
* QA Notice: The package net-im/gaim-svn-2.0 still uses the broken debug.eclass

3. 最近用china-overlay中的gaim-svn编译gaim-svn,最近老是在svn update的时候断掉,不知道是否跟地震有关
发表于 2007-1-8 19:05:11 | 显示全部楼层
Post by Zer4tul
1. 编译mono-1.2.2.1失败
2. emerge的时候老被提示:
* QA Notice: The package net-im/gaim-svn-2.0 still uses the broken debug.eclass

3. 最近用china-overlay中的gaim-svn编译gaim-svn,最近老是在svn update的时候断掉,不知道是否跟地震有关

1. bugs.gentoo.org
2. 不用理会
3. 当然是因为地震
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表