From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 20 Feb 2012 17:06:08 +0400 From: ALT beekeeper To: sisyphus-cybertalk@lists.altlinux.org Message-ID: <20120220130607.GA31783@ssh.git.altlinux.org> Mail-Followup-To: sisyphus-cybertalk@lists.altlinux.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [cyber] I: Sisyphus-20120220 i586 beehive_status: +6 -8 (87) X-BeenThere: sisyphus-cybertalk@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: devel@lists.altlinux.org List-Id: ALT Linux Sisyphus cybertalk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 13:06:08 -0000 Archived-At: List-Archive: 6 NEW error logs f-spot-0.8.2-alt1 make[4]: *** [../../../bin/f-spot.exe] Error 1 make[4]: Leaving directory `/usr/src/RPM/BUILD/f-spot-0.8.2/src/Clients/MainApp' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/RPM/BUILD/f-spot-0.8.2/src/Clients' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/RPM/BUILD/f-spot-0.8.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/f-spot-0.8.2' make: *** [all] Error 2 make: Leaving directory `/usr/src/RPM/BUILD/f-spot-0.8.2' gnome-do-0.8.4-alt1 Compiling Do.exe... ./gtk-gui/Do.UI.ColorConfigurationWidget.cs(60,18): error CS0200: Property or indexer `Do.UI.ColorConfigurationWidget.Name' cannot be assigned to (it is read-only) ./gtk-gui/Do.UI.GeneralPreferencesWidget.cs(36,18): error CS0200: Property or indexer `Do.UI.GeneralPreferencesWidget.Name' cannot be assigned to (it is read-only) ./gtk-gui/Do.UI.KeybindingsPreferencesWidget.cs(30,18): error CS0200: Property or indexer `Do.UI.KeybindingsPreferencesWidget.Name' cannot be assigned to (it is read-only) ./gtk-gui/Do.UI.ManagePluginsPreferencesWidget.cs(46,18): error CS0200: Property or indexer `Do.UI.ManagePluginsPreferencesWidget.Name' cannot be assigned to (it is read-only) Compilation failed: 4 error(s), 0 warnings make[1]: *** [../build/Do.exe] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/gnome-do-0.8.4/Do' make: *** [all-recursive] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/gnome-do-0.8.4' monodevelop-database-2.4-alt1 ./ConnectionContextService.cs(52,43): error CS1503: Argument `#1' cannot convert `object' expression to type `string' ./QueryService.cs(46,40): error CS0584: Internal compiler error: Method not found: 'MonoDevelop.Ide.MessageService.GenericAlert'. ./QueryService.cs(46,40): error CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement monodevelop-debugger-gdb-2.4-alt1 PKG_CONFIG_PATH=../../local-config:$PKG_CONFIG_PATH gmcs -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" -out:build/MonoDevelop.Debugger.Gdb.dll -target:library './AssemblyInfo.cs' './CommandStatus.cs' './GdbBacktrace.cs' './GdbCommandResult.cs' './GdbEvent.cs' './GdbSession.cs' './GdbSessionFactory.cs' './ResultData.cs' '-resource:./Manifest.addin.xml' -r:Mono.Posix -pkg:monodevelop -pkg:monodevelop-core-addins -r:System ./GdbSession.cs(256,43): error CS0115: `MonoDevelop.Debugger.Gdb.GdbSession.OnInsertBreakEvent(Mono.Debugging.Client.BreakEvent, bool)' is marked as an override but no suitable method found to override ./GdbSession.cs(391,41): error CS0115: `MonoDevelop.Debugger.Gdb.GdbSession.OnRemoveBreakEvent(object)' is marked as an override but no suitable method found to override ./GdbSession.cs(406,41): error CS0115: `MonoDevelop.Debugger.Gdb.GdbSession.OnEnableBreakEvent(object, bool)' is marked as an override but no suitable method found to override ./GdbSession.cs(421,43): error CS0115: `MonoDevelop.Debugger.Gdb.GdbSession.OnUpdateBreakEvent(object, Mono.Debugging.Client.BreakEvent)' is marked as an override but no suitable method found to override Compilation failed: 4 error(s), 0 warnings make[1]: *** [build/MonoDevelop.Debugger.Gdb.dll] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/monodevelop-debugger-gdb-2.4' make: *** [all-recursive] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/monodevelop-debugger-gdb-2.4' monodevelop-python-2.4-alt1 PKG_CONFIG_PATH=../../../local-config:$PKG_CONFIG_PATH gmcs -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG" -out:../build/PyBinding.dll -target:library './AssemblyInfo.cs' './gtk-gui/generated.cs' './gtk-gui/PyBinding.Gui.PythonOptionsWidget.cs' './PyBinding.Compiler/IPythonCompiler.cs' './PyBinding.Compiler/Python25Compiler.cs' './PyBinding.Gui.Navigation/AttributeNodeBuilder.cs' './PyBinding.Gui.Navigation/ClassNodeBuilder.cs' './PyBinding.Gui.Navigation/FunctionNodeBuilder.cs' './PyBinding.Gui.Navigation/PackageNodeBuilder.cs' './PyBinding.Gui.Navigation/PackagesNodeBuilder.cs' './PyBinding.Gui.Navigation/ProjectNodeBuilderExtension.cs' './PyBinding.Gui/PythonEditorCompletion.cs' './PyBinding.Gui/PythonEditorIndentation.cs' './PyBinding.Gui/PythonEditorOutline.cs' './PyBinding.Gui/PythonOptionsPanel.cs' './PyBinding.Gui/PythonOptionsWidget.cs' './PyBinding.Parser.Dom/PythonArgument.cs' './PyBinding.Parser.Dom/PythonAttribute.cs' './PyBinding.Parser.Dom/PythonClass.cs' './PyBinding.Parser.Dom/PythonComment.cs' './PyBinding.Parser.Dom/PythonCompilationUnit.cs' './PyBinding.Parser.Dom/PythonFunction.cs' './PyBinding.Parser.Dom/PythonImport.cs' './PyBinding.Parser.Dom/PythonLocal.cs' './PyBinding.Parser.Dom/PythonModule.cs' './PyBinding.Parser.Dom/PythonNode.cs' './PyBinding.Parser.Dom/PythonParsedDocument.cs' './PyBinding.Parser/ParserDatabase.cs' './PyBinding.Parser/ParserItem.cs' './PyBinding.Parser/ParserManager.cs' './PyBinding.Parser/PythonExpressionFinder.cs' './PyBinding.Parser/PythonParser.cs' './PyBinding.Parser/PythonParserInternal.cs' './PyBinding.Parser/PythonResolver.cs' './PyBinding.Runtime/AbstractPythonRuntime.cs' './PyBinding.Runtime/IPythonRuntime.cs' './PyBinding.Runtime/Python25Runtime.cs' './PyBinding.Runtime/Python26Runtime.cs' './PyBinding/PythonConfiguration.cs' './PyBinding/PythonExecutionCommand.cs' './PyBinding/PythonExecutionHandler.cs' './PyBinding/PythonHelper.cs' './PyBinding/PythonLanguageBinding.cs' './PyBinding/PythonProject.cs' './PyBinding/PythonProjectBinding.cs' './PyBinding/PythonSite.cs' '-resource:./gtk-gui/gui.stetic' '-resource:./PyBinding.addin.xml' '-resource:./Resources/BasicScriptPySourceFile.xft.xml' '-resource:./Resources/completion.py' '-resource:./Resources/EmptyDjangoProject.xpt.xml' '-resource:./Resources/EmptyPyProject.xpt.xml' '-resource:./Resources/EmptyPySourceFile.xft.xml' '-resource:./Resources/PyClutterProject.xpt.xml' '-resource:./Resources/PyGtkProject.xpt.xml' '-resource:./Resources/py-icon-32.png' '-resource:./Resources/PythonStylePolicy.xml' '-resource:./Resources/Schema.sql' '-resource:./Resources/text-x-pysrc.16x16.png' -r:Mono.Data.Sqlite -r:Mono.Posix -pkg:glib-sharp-2.0 -pkg:gtk-sharp-2.0 -pkg:mono-addins -pkg:monodevelop -pkg:monodevelop-core-addins -r:System -r:System.Core -r:System.Data -r:System.Xml ./PyBinding.Gui/PythonEditorCompletion.cs(90,133): error CS0246: The type or namespace name `TextEditor' could not be found. Are you missing a using directive or an assembly reference? ./PyBinding.Gui/PythonEditorCompletion.cs(242,47): error CS0246: The type or namespace name `TextEditor' could not be found. Are you missing a using directive or an assembly reference? ./PyBinding.Parser/PythonExpressionFinder.cs(47,52): error CS0539: `MonoDevelop.Projects.Dom.IExpressionFinder.FindExpression' in explicit interface declaration is not a member of interface ./PyBinding.Parser/PythonExpressionFinder.cs(59,52): error CS0539: `MonoDevelop.Projects.Dom.IExpressionFinder.FindFullExpression' in explicit interface declaration is not a member of interface Compilation failed: 4 error(s), 0 warnings make[1]: *** [../build/PyBinding.dll] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/monodevelop-python-2.4/PyBinding' make: *** [all-recursive] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/monodevelop-python-2.4' mysql-connector-net-5.1.4-alt1.svn.1150 mono-2.0: BUILD FAILED /usr/src/RPM/BUILD/mysql-connector-net-5.1.4/Client.build(105,6): 8 error logs REMOVED from the list Mayavi-4.1.1-alt1.git20111221 Xdmf-20100923-alt14 cgal-4.0-alt1.beta1 coin3d-3.1.3-alt5 icet-2.1.0-alt1.git20111012 kernel-modules-nvidia-hpc-skif-290.10-alt1.132640.24 libgluezilla-2.12-alt1 pino-0.2.11-alt1 Total 87 error logs.