tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure with -N2



On Thu, Sep 18, 2014 at 07:23:37PM +1200, Lloyd Parkes wrote:
> Hi all,
> After the mandatory couple of false starts I have my trio of building  
> stuff and I have my first proper failure. The log and a copy of destdir  
> and obj are available at http://www.must-have-coffee.com/broken/02. It's  
> 02 because 01 was a false positive (a moderately interesting false  
> positive that I'll write up sometime soonish).

Yeah, we have seen that from time to time on varying m68k ports:

> fatal error: itest.S: No such file or directory

The file is supposed to be generated in the objdir from 
sys/arch/m68k/060sp/itest.sa via src/regress/sys/arch/m68k/060sp/Makefile:

realdepend dotestsubs.o: itest.S ftest.S

and:

.sa.S:
        SED=${TOOL_SED:Q} \
        ${HOST_SH} ${SPDIR}/asm2gas ${.IMPSRC} >${.TARGET}


Martin


Home | Main Index | Thread Index | Old Index