pkgsrc-Bugs archive

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

Re: pkg/44598 (lang/gcc44) Makefile references non-existing file



Hello,

on NetBSD 5.1 amd64  make test  fails because Makefile tries to copy
files/netbsd64macro.dfs to the ada testsuite directory. Either this 
file has to enter pkgsrc or the lines 159 to 161 have to be deleted.
It tests for x86_64, so it might fail on other platfoms beside NetBSD.

 
.if (${MACHINE_GNU_ARCH} == "x86_64")
        (cd ${FILESDIR} && ${CP} netbsd64macro.dfs 
${WRKSRC}/gcc/testsuite/ada/acats/support/macro.dfs)
.endif


Kind regards,

Kai-Uwe Eckhardt
-- 
-- 




Home | Main Index | Thread Index | Old Index