Current-Users archive

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

Re: telnet doesn't compile aarm64



On Fri, Jan 11, 2019 at 04:03:32PM +0000, Christos Zoulas wrote:
> In article <20190111160258.GB2485%imac7.ub.uni-mainz.de@localhost>,
> K. Schreiner <ks%ub.uni-mainz.de@localhost> wrote:
> >[...]
> >/u/NetBSD/src/usr.bin/telnet/machine/ansi.h:66:23: fatal error:
> >i386/ansi.h: No such file or directory
> >#include <i386/ansi.h>
> >                      ^
> >[...]
> Prolly:
> 
> Your tree was used to compile i386 before and was not cleaned...
> You should be using OBJMACHINE :-)
i386? Never ever! ;-) I've no such oldish HW anymore...

Cross-compile was done (on amd64) with:

./build.sh -u -N 1 -j 8 -U -m evbarm64-el -O /u/NetBSD/arch/evbarm64-el/obj -D /u/NetBSD/arch/evbarm64-el/dest -R /u/NetBSD/arch/evbarm64-el/release -T /u/NetBSD/arch/evbarm64-el/TOOLS distribution


But the were these two links in my tree:

ll /u/NetBSD/src/usr.bin/telnet/
total 240
drwxr-x---    2 ks  staff  -   512 Jan  6 23:11 CVS/
-rw-r-----    1 ks  staff  -  2666 Jan  6 23:11 Makefile
[...]
lrwxr-x---    1 ks  staff  -    28 Dec 16 14:12 machine@ -> ../../sys/arch/amd64/include
[...]
lrwxr-x---    1 ks  staff  -    28 Dec 16 14:24 x86@ -> ../..//sys/arch/x86/include/

I've no idea where these came form - and why cvs update doesn't
complain about or delete the faulty links!? :-/

Kurt


Home | Main Index | Thread Index | Old Index