Total confusion over toolchain/xdev behavior
Sean Bruno
sbruno at ignoranthack.me
Wed Jul 9 00:20:24 UTC 2014
> >>> That’s from _xi-links target (the last one!). You can safely ignore it.
> >>>
> >>> Something like the following would also eliminate the warning. Just not too sure about it. You may also need to define WITH_INSTALL_AS_USER=t.
> >>>
> >>> Warner
> >>>
> >> Ah crap, is there were I need "XDTP" defined or something?
> >
> > Maybe… But it looks like it is still trying to do the links, so I must have messed up something in the patch…
> >
> > And the links look kinda sketchy to me like it is reaching outside the /usr/mips-freebsd area directly into /usr/bin, which won’t matter for what you are trying to do… You don’t need mips-freebsd-cc binaries in the chroot… though you might want different symlinks from your chroot’s /usr/bin/cc to /usr/mips-freebsd-cc/usr/bin/cc, etc.
> >
> > Warner
>
> Try this instead:
>
> Warner
>
Ok, thanks to you guys for bearing with me. It looks like I can get the
xdev target to compile utilizing this patch + dim's
libproc-no-cxx-1.diff and bapt's orginal patch to bsd.src.mk with the
following command:
make -s -j8 xdev MAKEOBJDIRPREFIX=/var/tmp XDDESTDIR=/var/tmp/mips_cc
XDEV=mips XDEV_ARCH=mips WITHOUT_CXX=t
I'm going to try a couple of other arch's and see what else lies within.
sean
More information about the freebsd-arch
mailing list