Re: cvs: Terminated with fatal signal 6

2002-02-07 Thread David Starks-Browning

On Thursday 7 Feb 02, Volker Quetschke writes:
 They have weird prerequisits for the compilation, they use:
 * 4NT Version 2.5 or higher.
 * JDK 1.3.1.
 * Perl 5 for Win32.
 * Cygnus Toolkit. The latest Cygnus Toolkit is available from
http://www.cygwin.com. However: OpenOffice.org was successfully
built using the (old) b20 version of cygwin, but we encountered
problems with the newest version run under the 4NT shell.
Cygwin-b20 resides under various mirror sites, for instance at ..

You didn't include the URL they cite:

ftp://ftp.ccp14.dl.ac.uk/ccp14/ftp-mirror/programming/cygwin/pub/cygwin/old/cygwin-b20/

In fact that site no longer carries cygwin-b20, since I helped them
fix their mirror script many months ago.  I doubt any other official
Cygwin mirror is carrying it, either.

Is b20 even available anywhere?  It doesn't sound like Openoffice is
going to make much progress on Windows with the instructions they are
providing.

David


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cvs: Terminated with fatal signal 6

2002-02-07 Thread Volker Quetschke

 I just tried to download the Openoffice sources with cvs running on 
 cygwin (1.3.9, everything updatet, all binary mounts) / Windows 2K.
 
 $export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs
 
 $cvs login
 ... Password: anoncvs
 
 $cvs checkout -r OpenOffice341C OpenOffice
 cvs: lock.c:177: lock_name: Assertion `(__extension__ 
 (__builtin_constant_p ( strlen (CVSroot_directory))  
 ((__builtin_constant_p (repository)  strlen (repository)  ((size_t) ( 
 strlen (CVSroot_directory || (__builtin_constant_p
 [stuff deleted]
 CVSroot_directory; }) : strncmp (repository, CVSroot_directory, 
 strlen (CVSroot_directory == 0' failed.
 Terminated with fatal signal 6
 
 I write this to the cygwin list, because when I try the commands given
 above on a sun solaris machine everything is OK and cvs starts to download.

So, I tried the commands given above on two more cygwin systems:

Notebook with cygwin 1.3.9 / Windows 98SE - same failure
Desktop with cygwin 1.3.6 / Windows 2K - works as on solaris!!

I tried to revert my notebook back to cygwin 1.3.6, but the failure 
stays. This evening I will try to revert my home PC back to 1.3.6. I 
will also compare the cygcheck -s files to see other differences.

Maybe it helps finding if other people (YOU) try the cvs commands also.

Bye
Volker


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cvs: Terminated with fatal signal 6

2002-02-07 Thread Volker Quetschke

  I just tried to download the Openoffice sources with cvs running on
  cygwin (1.3.9, everything updatet, all binary mounts) / Windows 2K.
 
  $export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs
 
  $cvs login
  ... Password: anoncvs
 
  $cvs checkout -r OpenOffice341C OpenOffice
  cvs: lock.c:177: lock_name: Assertion `(__extension__
  [stuff deleted]
  strlen (CVSroot_directory == 0' failed.
  Terminated with fatal signal 6
 
 
  So, I tried the commands given above on two more cygwin systems:
 
  Notebook with cygwin 1.3.9 / Windows 98SE - same failure
  Desktop with cygwin 1.3.6 / Windows 2K - works as on solaris!!

Ok, I just upgraded this Win2K Machine to cygwin 1.3.9 and all other
packets to the current version.
The cvs checkout STILL works. Ok, thats it! It is nearly the same
configuration as on the other machine, but there cvs fails.

I bothered some colleages, same test:
Linux 7.1 on Sparc64 - cvs works.
Linux 7.1 on x86 - cvs fails
BSD on x86 - cvs fails
Linux 7.3 on x86 - cvs fails.

I think this is no cygwin problem!

Volker



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cvs: Terminated with fatal signal 6

2002-02-06 Thread Charles Wilson

Just a hunch: do the openoffice sources contain files (within the same 
directory) whose names differ only in case?  If so, then cygwin cvs will 
have problems...

--Chuck

Volker Quetschke wrote:

 Hi!
 
 I just tried to download the Openoffice sources with cvs running on 
 cygwin (1.3.9, everything updatet, all binary mounts) / Windows 2K.
 
 $export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs
 
 $cvs login
 ... Password: anoncvs
 
 $cvs checkout -r OpenOffice341C OpenOffice
 cvs: lock.c:177: lock_name: Assertion `(__extension__ 
 (__builtin_constant_p ( strlen (CVSroot_directory))  
 ((__builtin_constant_p (repository)  strlen (repository)  ((size_t) ( 
 strlen (CVSroot_directory || (__builtin_constant_p
 [stuff deleted]
 CVSroot_directory; }) : strncmp (repository, CVSroot_directory, 
 strlen (CVSroot_directory == 0' failed.
 Terminated with fatal signal 6
 
 I write this to the cygwin list, because when I try the commands given
 above on a sun solaris machine everything is OK and cvs starts to download.
 
 But I realized that when I mistype the branch on the solaris machine, 
 e.g. OpenOffice341c (a small c instead of a capital C) I get a similar 
 fault.
 
 Is this cygwin related? Can anybody help? My apologies if this is off 
 topic.
 
 Volker
 
 
 -- 
 Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
 Bug reporting: http://cygwin.com/bugs.html
 Documentation: http://cygwin.com/docs.html
 FAQ:   http://cygwin.com/faq/
 



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




RE: cvs: Terminated with fatal signal 6

2002-02-06 Thread Billinghurst, David (CRTS)

cygwin cvs (on win2k) copes with this ok.  It happens with gcc and maxima sources.  It 
just overwrites on file and complains.

-Original Message-
From: Charles Wilson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 7 February 2002 12:56 
To: Volker Quetschke
Cc: [EMAIL PROTECTED]
Subject: Re: cvs: Terminated with fatal signal 6


Just a hunch: do the openoffice sources contain files (within the same 
directory) whose names differ only in case?  If so, then cygwin cvs will 
have problems...

--Chuck

Volker Quetschke wrote:

 Hi!
 
 I just tried to download the Openoffice sources with cvs running on 
 cygwin (1.3.9, everything updatet, all binary mounts) / Windows 2K.
 
 $export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs
 
 $cvs login
 ... Password: anoncvs
 
 $cvs checkout -r OpenOffice341C OpenOffice
 cvs: lock.c:177: lock_name: Assertion `(__extension__ 
 (__builtin_constant_p ( strlen (CVSroot_directory))  
 ((__builtin_constant_p (repository)  strlen (repository)  ((size_t) ( 
 strlen (CVSroot_directory || (__builtin_constant_p
 [stuff deleted]
 CVSroot_directory; }) : strncmp (repository, CVSroot_directory, 
 strlen (CVSroot_directory == 0' failed.
 Terminated with fatal signal 6
 
 I write this to the cygwin list, because when I try the commands given
 above on a sun solaris machine everything is OK and cvs starts to download.
 
 But I realized that when I mistype the branch on the solaris machine, 
 e.g. OpenOffice341c (a small c instead of a capital C) I get a similar 
 fault.
 
 Is this cygwin related? Can anybody help? My apologies if this is off 
 topic.
 
 Volker
 
 
 -- 
 Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
 Bug reporting: http://cygwin.com/bugs.html
 Documentation: http://cygwin.com/docs.html
 FAQ:   http://cygwin.com/faq/
 



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: cvs: Terminated with fatal signal 6

2002-02-06 Thread Volker Quetschke

Hi!

Charles Wilson wrote:

 Just a hunch: do the openoffice sources contain files (within the same 
 directory) whose names differ only in case?  If so, then cygwin cvs will 
 have problems...


Err, I dont't think so (I have not checked) but the sources are made to 
be used with MS VC++ (the windows version) and also for Linux, Solaris 
and Mac OS X.

They have weird prerequisits for the compilation, they use:
* 4NT Version 2.5 or higher.
* JDK 1.3.1.
* Perl 5 for Win32.
* Cygnus Toolkit. The latest Cygnus Toolkit is available from
   http://www.cygwin.com. However: OpenOffice.org was successfully
   built using the (old) b20 version of cygwin, but we encountered
   problems with the newest version run under the 4NT shell.
   Cygwin-b20 resides under various mirror sites, for instance at ..
* GNU Bison 1.28: cygwin-b20 only contains Bison 1.25.

See: http://www.openoffice.org/dev_docs/source/build_windows.html

I thought I should try a build using only cygwin and native cygwin 
programms (and MS VC++).

Volker


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/