This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] New *-*-solaris2.x cross configury, including looser wchar_t requirements for all targets


On Fri, Sep 26, 2003 at 03:20:48PM -0500, Benjamin Kosnik wrote:
> 
> >This fails because filebuf_members-1.txt was not writable and the
> >system call underneath line 53 fails with EACCES.  Changing the file
> >permissions made this test run fine.
>
> Huh. My copy of the sources have these files (in
> libstdc++-v3/testsuite/data) as already writable. I wonder what is up
> here?

I always checkout with CVS_READ=y, so that probably forced them to be
read-only.  Perhaps the make rule or Deja script should chmod them
before running the tests?
 
> Odd, as there is a using directive in scope. However, I've checked in
> your patch to explicitly qualify, and removed the directive.

Hmmm.  I didn't notice the directive at first.  I can't explain that.

Which "4 odd fails on Solaris" were you referring to in your earlier
message?  

-- 
------------------------------------------------------------------
Brad Spencer - spencer@infointeractive.com - "It's quite nice..."
Systems Architect | InfoInterActive Corp. | A Canadian AOL Company


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]