Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 7709 invoked from network); 21 Sep 2005 21:47:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2005 21:47:50 -0000 Received: (qmail 31530 invoked by uid 500); 21 Sep 2005 21:47:50 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 31506 invoked by uid 500); 21 Sep 2005 21:47:50 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 31493 invoked by uid 99); 21 Sep 2005 21:47:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2005 14:47:49 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 68D23122 for ; Wed, 21 Sep 2005 23:47:28 +0200 (CEST) Message-ID: <1231753578.1127339248427.JavaMail.jira@ajax.apache.org> Date: Wed, 21 Sep 2005 23:47:28 +0200 (CEST) From: "Lance Diduck (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-14) [Windows] atomic.{S,s} causing svn client errors In-Reply-To: <1221581747.1124987062814.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-14?page=comments#action_12330136 ] Lance Diduck commented on STDCXX-14: ------------------------------------ Confim I was able to svn co the library, Thanks!! Build works until you get to STDCXX-39 , but the case sensitive fix works > [Windows] atomic.{S,s} causing svn client errors > ------------------------------------------------ > > Key: STDCXX-14 > URL: http://issues.apache.org/jira/browse/STDCXX-14 > Project: STDCXX > Type: Improvement > Components: Build > Versions: 4.1.2 > Environment: Windows > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.1.3 > > From http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3c430DEB2C.20805@roguewave.com%3e: > From: Martin Sebor > Subject: Re: svn co > Date: Thu, 25 Aug 2005 16:00:44 GMT > Raw Message Prev Next Prev by Thread Next by Thread > Lance Diduck wrote: > > I tried svn co a couple of times, and keep getting this error > > > > svn: In directory 'src' > > > > svn: Can't open file 'src\.svn\tmp\text-base\atomic.s.svn-base': The > > system cannot find the file specified. > > > > Then it stops ? I get include, doc and most of src . > > Any idea what is happeneing? > I suspect it's caused by the case insensitivity of the Windows NTFS > file system. There are two atomic.* files: atomic.S and atomic.s: > http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.S > http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.s > We'll need to deal with this, probably by renaming one of the files > (or both) and changing the build infrastructure correspondingly. Let > me open a bug for it in the stdcxx bug tracking database. > In the meantime you will need to get svn on Windows to work around > it somehow. You can try checking out the files in this directory > individually, or read the Subversion Book to see if there is a better > way: http://svnbook.red-bean.com/. You can also search the svn users > mailing list, I'm pretty sure it's been discussed before: > http://subversion.tigris.org/servlets/SearchList?listName=users. > See also > From: "Alex Ostapenko" > Subject: Re: svn co > Date: Thu, 25 Aug 2005 16:14:25 GMT > Raw Message Prev Next Prev by Thread Next by Thread > Hello, Martin! > You wrote to "Lance Diduck" on Thu, 25 Aug 2005 > 10:00:44 -0600: > MS> I suspect it's caused by the case insensitivity of the Windows NTFS > MS> file system. There are two atomic.* files: atomic.S and atomic.s: > MS> http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.S > MS> http://svn.apache.org/repos/asf/incubator/stdcxx/trunk/src/atomic.s > There are also another two files: > /etc/config/src/extern_function_template.cpp > and > /etc/config/src/EXTERN_FUNCTION_TEMPLATE.cpp -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira