From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 12 Dec 2009 09:39:43 +0300 From: Girar Builder robot To: Alexey Shabalin Subject: [#17078] FAILED monodevelop.git=2.2.1-alt1 libgtksourcecompletion.git=0.7.0-alt1 ... Message-ID: <20091212063943.GA10007@ssh.git.orion.altlinux.org> Mail-Followup-To: Girar Builder robot Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 17078 X-girar-task-owner: shaba X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-status: FAILED X-girar-task-URL: http://git.altlinux.org/tasks/17078/ X-girar-task-summary: [#17078] FAILED monodevelop.git=2.2.1-alt1 libgtksourcecompletion.git=0.7.0-alt1 vtg.git=0.6.1-alt1 monodevelop-vala.git=2.2.1-alt1 srpm=monodevelop-database-2.1.1-alt1.src.rpm srpm=monodevelop-debugger-gdb-2.1.1-alt1.src.rpm srpm=monodevelop-debugger-mdb-2.1.1-alt1.src.rpm srpm=monodevelop-python-0.2-alt1.src.rpm Cc: sisyphus-incominger@lists.altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: shaba@altlinux.org List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2009 06:39:44 -0000 Archived-At: List-Archive: http://git.altlinux.org/tasks/17078/task/log 2009-Dec-12 09:31:01 :: task #17078 for sisyphus started: #1 build 2.2.1-alt1 from /people/shaba/packages/monodevelop.git #2 build 0.7.0-alt1 from /people/shaba/packages/libgtksourcecompletion.git #3 build 0.6.1-alt1 from /people/shaba/packages/vtg.git #4 build 2.2.1-alt1 from /people/shaba/packages/monodevelop-vala.git #5 build monodevelop-database-2.1.1-alt1.src.rpm #6 build monodevelop-debugger-gdb-2.1.1-alt1.src.rpm #7 build monodevelop-debugger-mdb-2.1.1-alt1.src.rpm #8 build monodevelop-python-0.2-alt1.src.rpm 2009-Dec-12 09:31:04 :: created pkg.tar for monodevelop.git tag 2.2.1-alt1 2009-Dec-12 09:31:05 :: created pkg.tar for libgtksourcecompletion.git tag 0.7.0-alt1 2009-Dec-12 09:31:05 :: created pkg.tar for vtg.git tag 0.6.1-alt1 2009-Dec-12 09:31:06 :: created pkg.tar for monodevelop-vala.git tag 2.2.1-alt1 2009-Dec-12 09:31:37 :: created build repo 2009-Dec-12 09:31:41 :: [x86_64] monodevelop.git 2.2.1-alt1: build start 2009-Dec-12 09:31:41 :: [i586] monodevelop.git 2.2.1-alt1: build start 2009-Dec-12 09:36:57 :: [x86_64] monodevelop.git 2.2.1-alt1: build OK 2009-Dec-12 09:36:57 :: [x86_64] libgtksourcecompletion.git 0.7.0-alt1: build start 2009-Dec-12 09:37:31 :: [i586] monodevelop.git 2.2.1-alt1: build OK 2009-Dec-12 09:37:31 :: [i586] libgtksourcecompletion.git 0.7.0-alt1: build start 2009-Dec-12 09:38:07 :: [x86_64] libgtksourcecompletion.git 0.7.0-alt1: build OK 2009-Dec-12 09:38:07 :: [x86_64] vtg.git 0.6.1-alt1: build start 2009-Dec-12 09:38:42 :: [i586] libgtksourcecompletion.git 0.7.0-alt1: build OK 2009-Dec-12 09:38:42 :: [i586] vtg.git 0.6.1-alt1: build start /usr/bin/valac --Xcc "-D G_DISABLE_DEBUG" -C --vapidir ../vapi --pkg config --pkg vala-1.0 --pkg utils -H vsc.h --library vsc-1.0 vscsymbolitem.vala vscsymbolcompletion.vala vscsymbolcompletionfilteroptions.vala vscsymbolcompletionitem.vala vscsymbolcompletionresult.vala vscsourcebuffer.vala vscmethodlistvisitor.vala vscclasslistvisitor.vala vsccompletionvisitor.vala vsctypefindvisitor.vala vscparsermanager.vala vscsourceoutlinervisitor.vala vscsymbolitem.vala:31.11-31.36: error: The type name `Vala.ArrayList' could not be found private Vala.ArrayList _children = null; vscsymbolitem.vala:89.40-89.65: error: The type name `Vala.List' could not be found private string parameters_to_string (Vala.List parameters, bool compact = false) vscsymbolitem.vala:48.10-48.35: error: The type name `Vala.ArrayList' could not be found public Vala.ArrayList children vscsymbolitem.vala:48.10-48.35: error: The type name `Vala.ArrayList' could not be found public Vala.ArrayList children vscsymbolcompletion.vala:376.10-376.40: error: The type name `Vala.List' could not be found public Vala.List get_methods_for_source (string sourcefile) vscsymbolcompletion.vala:444.10-444.31: error: The type name `Vala.List' could not be found public Vala.List get_symbols_for_source (string sourcefile) vscsymbolcompletion.vala:446.4-446.25: error: The type name `Vala.List' could not be found Vala.List res = null; vscsymbolcompletion.vala:480.5-480.29: error: The type name `Vala.ArrayList' could not be found Vala.ArrayList namespaces = new Vala.ArrayList (); vscsymbolcompletionitem.vala:80.47-80.72: error: The type name `Vala.List' could not be found private string formal_parameters_to_string (Vala.List parameters) vscsymbolcompletionresult.vala:28.10-28.40: error: The type name `Vala.List' could not be found public Vala.List properties = new Vala.ArrayList (); 2009-Dec-12 09:39:06 :: [x86_64] vtg.git 0.6.1-alt1: remote: build failed 2009-Dec-12 09:39:06 :: [x86_64] vtg.git 0.6.1-alt1: build FAILED /usr/bin/valac --Xcc "-D G_DISABLE_DEBUG" -C --vapidir ../vapi --pkg config --pkg vala-1.0 --pkg utils -H vsc.h --library vsc-1.0 vscsymbolitem.vala vscsymbolcompletion.vala vscsymbolcompletionfilteroptions.vala vscsymbolcompletionitem.vala vscsymbolcompletionresult.vala vscsourcebuffer.vala vscmethodlistvisitor.vala vscclasslistvisitor.vala vsccompletionvisitor.vala vsctypefindvisitor.vala vscparsermanager.vala vscsourceoutlinervisitor.vala vscsymbolitem.vala:31.11-31.36: error: The type name `Vala.ArrayList' could not be found private Vala.ArrayList _children = null; vscsymbolitem.vala:89.40-89.65: error: The type name `Vala.List' could not be found private string parameters_to_string (Vala.List parameters, bool compact = false) vscsymbolitem.vala:48.10-48.35: error: The type name `Vala.ArrayList' could not be found public Vala.ArrayList children vscsymbolitem.vala:48.10-48.35: error: The type name `Vala.ArrayList' could not be found public Vala.ArrayList children vscsymbolcompletion.vala:376.10-376.40: error: The type name `Vala.List' could not be found public Vala.List get_methods_for_source (string sourcefile) vscsymbolcompletion.vala:444.10-444.31: error: The type name `Vala.List' could not be found public Vala.List get_symbols_for_source (string sourcefile) vscsymbolcompletion.vala:446.4-446.25: error: The type name `Vala.List' could not be found Vala.List res = null; vscsymbolcompletion.vala:480.5-480.29: error: The type name `Vala.ArrayList' could not be found Vala.ArrayList namespaces = new Vala.ArrayList (); vscsymbolcompletionitem.vala:80.47-80.72: error: The type name `Vala.List' could not be found private string formal_parameters_to_string (Vala.List parameters) vscsymbolcompletionresult.vala:28.10-28.40: error: The type name `Vala.List' could not be found public Vala.List properties = new Vala.ArrayList (); 2009-Dec-12 09:39:43 :: [i586] vtg.git 0.6.1-alt1: remote: build failed 2009-Dec-12 09:39:43 :: [i586] vtg.git 0.6.1-alt1: build FAILED 2009-Dec-12 09:39:06 :: [x86_64] build FAILED 2009-Dec-12 09:39:43 :: [i586] build FAILED 2009-Dec-12 09:39:43 :: task #17078 for sisyphus FAILED