[Helix-client-dev] Build system error
Abhishek Jain abhins4 at gmail.comHi Kinson Contents of the config file are same as given in instruction (10) https://common.helixcommunity.org/2004/devdocs/quickstart with myusername changed to abhins4. What you see below might be a copy paste problem with the e-mail client. # connect to helixcommunity.org: (This is in single line) Regards abhi On 12/18/06, Kinson Liu <kliu at real.com> wrote: > > If it was a dry copy and paste from your config file, then these two lines > totally mess things up. > > # connect to helixcommunity.org: > > > Make sure they are in the same line: > > # connect to helixcommunity.org: > > Regards, > > Kinson > > Abhishek Jain wrote: > > hi Kinson > > Following are the contents of config file i am using for step 10. > > # work around a bug in winsock: > # (this is only needed with cygwin ssh, but should do no harm with others) > ConnectionAttempts=4 > # connect to helixcommunity.org: > host=cvs.helixcommunity.org > BatchMode=no > CompressionLevel=9 > IdentityFile=~/.ssh/helixid_dsa > User=*abhins4* > > Regards > Abhi > > On 12/18/06, Kinson Liu <kliu at real.com> wrote: > > > > Interesting. You should not be using pserver and anoncvs to check out > > code. Can you recheck step 10 of the startguide, > > https://common.helixcommunity.org/2004/devdocs/quickstart ? > > > > Regards, > > > > Kinson > > > > Abhishek Jain wrote: > > > > Hi > > > > Still facing building issues. > > > > root at ubuntu:/home/abhins/helix # ../build/bin/build.py > > [#-00000001][2006-12-17 22:18:56][1076171424][INFO ] : Ribosome v2.4.4 > > [#-00000002][2006-12-17 22:18:56][1076171424][INFO ] : Using Python > > v2.4.3 > > [#-00000003][2006-12-17 22:18:56][1076171424][INFO ] : Log dir: > > /home/abhins/helix/ribosome_logs > > [#-00000005][2006-12-17 22:18:56][1076171424][INFO ] : Running tool: > > build > > [#-00000018][2006-12-17 22:18:56][1076171424][INFO ] : Submitting all > > jobs to chaingang. > > [#-00000019][2006-12-17 22:18:56][1076171424][INFO ] : Enabling > > threading, 3 threads requested. > > [#-00000021][2006-12-17 22:18:56][1076171424][INFO ] : Starting thread > > scheduler to process jobs. > > Updating [common] BIF files... > > running 'cvs -d :pserver:anoncvs at localhost:/cvs checkout -d tmp > > common/build/BIF' in '/home/abhins/helix' + > > '/home/abhins/build/bif-cvs/helix/common/build/cvstmpdir_1086380976' (as = > > '/home/abhins/build/bif-cvs/helix/common/build/cvstmpdir_1086380976/tmp') > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > cvs [checkout aborted]: connect to localhost(127.0.0.1):2401 failed: > > Connection refused > > CVS command failed with error code 256, trying again in a few seconds. > > [#-00000057][2006-12-17 22:22:52][1076171424][INFO ] : Thread scheduler > > run completed. > > [#-00000059][2006-12-17 22:22:52][1076171424][INFO ] : Time used for > > updates: 235.512215 > > [#-00000060][2006-12-17 22:22:52][1076171424][INFO ] : Building filename > > lists. > > No BIF branches found, please configure your .buildrc! > > > > > > My .buildrc file contains: > > > > AddMultiCVS("helix", ":ext:abhins4 at cvs.helixcommunity.org:cvsroot/"<:ext:abhins4 at cvs.helixcommunity.org:cvsroot/> > > ) > > AddBIFPath("common", "/home/abhins/helix/common/build/BIF") > > AddBIFPath("client", "/home/abhins/helix/client/build/BIF") > > > > Regards > > Abhishek > > > > On 12/17/06, Kinson Liu <kliu at real.com> wrote: > > > > > > If I understand this snippet right, Ribosome was unable to write to > > > build.reg. Do a clean build? > > > > > > open("build.reg","a") > > > IOError: [Errno 13] Permission denied: ' build.reg' > > > > > > Regards, > > > > > > Kinson > > > > > > Abhishek Jain wrote: > > > > > > Hi > > > > > > Follows the error messages after using python 2.4.3 > > > > > > abhins at ubuntu:~/helix $ python > > > Python 2.4.3 (#1, Dec 17 2006, 08:37:49) > > > [GCC 3.3.4 (Debian 1:3.3.4-9ubuntu5.1)] on linux2 > > > Type "help", "copyright", "credits" or "license" for more information. > > > >>> > > > abhins at ubuntu:~/helix $ build.py > > > Error trying to make log dir: /home/abhins/helix/ribosome_logs > > > Logging not initialized! > > > Log object not initialized - cannot log: [#-00000000][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Imported: $Id: version.py,v 1.62006/08/22 20:58:47 jfinnecy Exp $ > > > Log object not initialized - cannot log: [#-00000001][2006-12-17 > > > 08:56:16][1076171424][INFO ] : Ribosome v2.4.4 > > > Log object not initialized - cannot log: [#-00000002][2006-12-17 > > > 08:56:16][1076171424][INFO ] : Using Python v2.4.3 > > > Log object not initialized - cannot log: [#-00000003][2006-12-17 > > > 08:56:16][1076171424][INFO ] : Log dir: /home/abhins/helix/ribosome_logs > > > Log object not initialized - cannot log: [#-00000004][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Import path: ['/home/abhins/build/lib', > > > '/home/abhins/build/umake', '/home/abhins/build/bin', > > > '/usr/local/lib/python24.zip', '/usr/local/lib/python2.4', > > > '/usr/local/lib/python2.4/plat-linux2', '/usr/local/lib/python2.4/lib-tk', > > > '/usr/local/lib/python2.4/lib-dynload', > > > '/usr/local/lib/python2.4/site-packages'] > > > Log object not initialized - cannot log: [#-00000005][2006-12-17 > > > 08:56:16][1076171424][INFO ] : Running tool: build > > > Log object not initialized - cannot log: [#-00000006][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Imported: $Id: chaingang.py,v 1.202006/06/19 23:11:27 jfinnecy Exp $ > > > Log object not initialized - cannot log: [#-00000007][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Imported: $Id: shell.py,v 1.352006/08/22 20:58:47 jfinnecy Exp $ > > > Log object not initialized - cannot log: [#-00000008][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Using UNIXShell > > > Log object not initialized - cannot log: [#-00000009][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Imported: $Id: cvs.py,v 1.51 2006/07/06 > > > 19:28:05 jfinnecy Exp $ > > > Log object not initialized - cannot log: [#-00000010][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Imported: $Id: utils.py,v 1.32006/06/19 23:11:27 jfinnecy Exp $ > > > Log object not initialized - cannot log: [#-00000011][2006-12-17 > > > 08:56:16][1076171424][DEBUG] : Imported: $Id: build_exe.py,v 1.22006/07/06 19:28:05 jfinnecy Exp $ > > > Log object not initialized - cannot log: [#-00000012][2006-12-17 > > > 08:56:16][1076171424][ERROR] : --- Build System Error > > > ------------------------------------ > > > You have found a Ribosome bug. > > > ----------------------------------------------------------- > > > --- Python Traceback -------------------------------------- > > > ------------------------------------ > > > Traceback (most recent call last): > > > File "/home/abhins/build/bin/launcher.py", line 117, in __runTool > > > tool.run() > > > File "/home/abhins/build/lib/build_exe.py", line 888, in run > > > system_checks() > > > File "/home/abhins/build/lib/build_exe.py", line 100, in > > > system_checks > > > open(" build.reg","a") > > > IOError: [Errno 13] Permission denied: 'build.reg' > > > ----------------------------------------------------------- > > > > > > Traceback (most recent call last): > > > File "/home/abhins/build/bin/build.py", line 67, in ? > > > tool.run() > > > File "/home/abhins/build/bin/launcher.py", line 97, in run > > > self.__runTool() > > > File "/home/abhins/build/bin/launcher.py", line 117, in __runTool > > > tool.run() > > > File "/home/abhins/build/lib/build_exe.py", line 888, in run > > > system_checks() > > > File "/home/abhins/build/lib/build_exe.py", line 100, in > > > system_checks > > > open("build.reg","a") > > > IOError: [Errno 13] Permission denied: 'build.reg' > > > abhins at ubuntu :~/helix $ > > > > > > Regards > > > Abhi > > > > > > On 12/17/06, Greg Wright <gwright at real.com> wrote: > > > > > > > > > enforcePythonVersion > > > > > raise VersionException( error ) > > > > > version.VersionException : 'Ribosome requires Python version 2.4.3 > > > > ' > > > > > > > > > > > > --greg. > > > > > > > > > > > > Abhishek Jain wrote: > > > > > Hi Kinson > > > > > > > > > > Following are the error messages I encountered > > > > > /*********************************************************/ > > > > > > > > > > abhins at ubuntu:~/helix $ python > > > > > Python 2.4 (#1, Dec 16 2006, 14:20:58) > > > > > [GCC 3.3.4 (Debian 1:3.3.4-9ubuntu5.1)] on linux2 > > > > > Type "help", "copyright", "credits" or "license" for more > > > > information. > > > > >>>> > > > > > abhins at ubuntu:~/helix $ python ../build/bin/build.py > > > > > Error trying to make log dir: /home/abhins/helix/ribosome_logs > > > > > Logging not initialized! > > > > > Log object not initialized - cannot log: [#-00000000][2006-12-16 > > > > > 14:26:48][1076171424][DEBUG] : Imported: $Id: version.py,v 1.62006/08/22 > > > > > 20:58:47 jfinnecy Exp $ > > > > > Log object not initialized - cannot log: [#-00000001][2006-12-16 > > > > > 14:26:48][1076171424][INFO ] : Ribosome v2.4.4 > > > > > Log object not initialized - cannot log: [#-00000002][2006-12-16 > > > > > 14:26:48][1076171424][ERROR] : Ribosome requires Python version > > > > 2.4.3 > > > > > Version invoked is 2.4 (#1, Dec 16 2006, 14:20:58) > > > > > [GCC 3.3.4 (Debian 1:3.3.4-9ubuntu5.1)] > > > > > Path is > > > > > > > > > /home/abhins/build/bin:/usr/local/bin:/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/games > > > > > > > > > > > > > > Traceback (most recent call last): > > > > > File "../build/bin/build.py", line 67, in ? > > > > > tool.run() > > > > > File "/home/abhins/build/bin/launcher.py", line 90, in run > > > > > version.enforcePythonVersion() > > > > > File "/home/abhins/build/lib/version.py", line 309, in > > > > > enforcePythonVersion > > > > > raise VersionException( error ) > > > > > version.VersionException: 'Ribosome requires Python version 2.4.3' > > > > > abhins at ubuntu:~/helix $ > > > > > > > > > /**********************************************************************/ > > > > > > > > > > Regards > > > > > Abhishek > > > > > > > > > > On 12/15/06, Kinson Liu < kliu at real.com> wrote: > > > > >> > > > > >> Abhishek, > > > > >> > > > > >> Could you attach the error log to us? > > > > >> > > > > >> Regards, > > > > >> > > > > >> Kinson > > > > >> > > > > >> Abhishek Jain wrote: > > > > >> > > > > >> Hi all > > > > >> > > > > >> I am new to helix community. I followed the instructions as per > > > > >> https://common.helixcommunity.org/2004/devdocs/quickstart and > > > > >> https://helix-client.helixcommunity.org/2004/devdocs/quickstartto build > > > > >> the Helix DNA client BUT while executing the step 4 i.e > > > > >> "Run the build system by typing build.py." i am getting log.pynot found > > > > >> error and indeed the respective folder does'nt contain the log.pyfile. > > > > >> Please guide me as to how to procure this file and proceed with > > > > the > > > > >> build. > > > > >> I am using Ubuntu on intel machine. > > > > >> > > > > >> Is TimeText feature supported in Helix DNA client?? If yes where > > > > can i > > > > >> find more details related to it. How can i test this feature on > > > > host? > > > > >> > > > > >> Regards > > > > >> Abhi > > > > >> > > > > >> ------------------------------ > > > > >> > > > > >> _______________________________________________ > > > > >> Helix-client-dev mailing list > > > > >> Helix-client-dev at helixcommunity.org > > > > >> http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev > > > > > > > > >> > > > > >> > > > > >> -- > > > > >> ------------------------------ > > > > >> *Kinson Liu* | Software Development Engineer | RealNetworks, Inc. > > > > | > > > > >> kliu at real.com | 206.892.6177 > > > > >> > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > _______________________________________________ > > > > > Helix-client-dev mailing list > > > > > Helix-client-dev at helixcommunity.org > > > > > http://lists.helixcommunity.org/mailman/listinfo/helix-client-dev > > > > > > > > > > > > > > -- > > > ------------------------------ > > > *Kinson Liu* | Software Development Engineer | RealNetworks, Inc. | > > > kliu at real.com | 206.892.6177 > > > > > > > > > -- > > ------------------------------ > > *Kinson Liu* | Software Development Engineer | RealNetworks, Inc. | > > kliu at real.com | 206.892.6177 > > > > > -- > ------------------------------ > *Kinson Liu* | Software Development Engineer | RealNetworks, Inc. | > kliu at real.com | 206.892.6177 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.helixcommunity.org/pipermail/helix-client-dev/attachments/20061218/5cdc1d1a/attachment-0001.html