From: Reg <re...@ri...> - 2007-09-30 10:34:03
|
Reg wrote: > > > > David Essex-2 wrote: >> >> Reg wrote: >> >> > ... >> >> Thanks for rapid response. >> >> Doesn't seem to matter which source code, so >> >> looks like compiler bug. >> >> Will debug it when I get chance, probably >> >> about 3 or 4 weeks. >> >> Meanwhile, I seem to recall someone muttering >> >> about gcc 3 returning a yes/ok instead of a 0/1 >> >> or vice versa on a memory alloc, so might try >> >> running on an older machine. >> >> The latest release (and CVS) was developed using GCC3x. >> >> AFAIK, TC was never tested on any GCC4. And there were some problems >> reported. I don't recall the specifics. >> >> If you are feeling REALLY adventurous, you could try the current 'new >> and improved' CVS version. >> >> Cheers >> >> PS. >> How to download CVS version using anonymous CVS: >> cvsopts='-da...@ti...:/cvsroot/tiny-cobol' >> cvs $cvsopts login >> Password: <enter> >> cvs -z3 $cvsopts co -P development >> >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Tin...@li... >> https://lists.sourceforge.net/lists/listinfo/tiny-cobol-users >> >> > Thanks David, will follow up..... eventually. > Currently sinking under workload, but still keen on sorting this. > Any idea when CVS moving to stable? > Regards, > Reg. > Hi Again, David. Can't login to the repository, as follows:- ******************************************************************** [root@Appserver viewvc-1.0.4]# cvsopts='-da...@ti...:/cvsroot/tiny-cobol' [root@Appserver viewvc-1.0.4]# cvs $cvsopts login cvs login: can only use `login' command with the 'pserver' method cvs [login aborted]: CVSROOT: ano...@ti...:/cvsroot/tiny-cobol [root@Appserver viewvc-1.0.4]# cvs $cvsopts Usage: cvs [cvs-options] command [command-options-and-arguments] where cvs-options are -4, -6,-q, -n, etc. (specify --help-options for a list of options) where command is add, admin, etc. (specify --help-commands for a list of commands or --help-synonyms for a list of command synonyms) where command-options-and-arguments depend on the specific command (specify -H followed by a command name for command-specific help) Specify --help to receive this message The Concurrent Versions System (CVS) is a tool for version control. For CVS updates and additional information, see the CVS home page at http://cvs.nongnu.org/ [root@Appserver viewvc-1.0.4]# cvs -H Usage: cvs [cvs-options] command [command-options-and-arguments] where cvs-options are -4, -6,-q, -n, etc. (specify --help-options for a list of options) where command is add, admin, etc. (specify --help-commands for a list of commands or --help-synonyms for a list of command synonyms) where command-options-and-arguments depend on the specific command (specify -H followed by a command name for command-specific help) Specify --help to receive this message The Concurrent Versions System (CVS) is a tool for version control. For CVS updates and additional information, see the CVS home page at http://cvs.nongnu.org/ [root@Appserver viewvc-1.0.4]# cvs -H login Usage: cvs login (Specify the --help global option for a list of other help options) [root@Appserver viewvc-1.0.4]# cvs -z3 $cvsopts co -P development The authenticity of host 'tiny-cobol.cvs.sourceforge.net (66.35.250.90)' can't be established. RSA key fingerprint is 13:f1:65:c3:6c:b7:7e:a5:f0:f3:f5:19:f4:42:9c:4a. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'tiny-cobol.cvs.sourceforge.net,66.35.250.90' (RSA) to the list of known hosts. ano...@ti...'s password: ano...@ti...'s password: Permission denied, please try again. ano...@ti...'s password: Permission denied, please try again. Permission denied (publickey,gssapi-with-mic,password). cvs [checkout aborted]: end of file from server (consult above messages if any) [root@Appserver viewvc-1.0.4]# cvs -z3 $cvsopts co -P development ano...@ti...'s password: ano...@ti...'s password: Permission denied, please try again. ******************************************************************************* What is the "pserver method"? Or can you email me a password directly? Regards, Reg. -- View this message in context: http://www.nabble.com/Segmentation-Fault-tf4383688.html#a12964443 Sent from the tiny-cobol-users mailing list archive at Nabble.com. |