Subject: Re: pkg/29829
To: None <jschauma@netbsd.org>
From: Ryan Cresawn <cresawn@chass.utoronto.ca>
List: pkgsrc-bugs
Date: 03/29/2005 17:45:36
Jan,

I have followed your instructions with changes to only the last line.

Yours:  ./bmake |& tee /tmp/log
Mine:   ./bootstrap &> /tmp/log

Unfortunately gcc is used by bootstrap and so this test fails to
demonstrate the problem with the mipspro compiler.  Output will be
sent to you only.

Ryan


On Tue, Mar 29, 2005 at 09:31:29PM +0000, jschauma@netbsd.org wrote:
> Synopsis: pkgsrc-2005Q1 bootstrap failure with mipspro 7.2.1
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: jschauma@netbsd.org
> State-Changed-When: Tue, 29 Mar 2005 21:31:28 +0000
> State-Changed-Why:
> 
> I don't think we know what precisely the problem is.  The header sys/types.h
> appears fine -- later versions of IRIX have the same typedef.
> 
> Please do the following:
> 
> unset CC
> unset CXX
> 
> rm /etc/mk.conf
> 
> cd pkgsrc/bootstrap
> ident bootstrap
> ./bmake |& tee /tmp/log
> 
> 
> Then send the entire log to me, including the output of the indent program.
> 
> 
>