I know this is not exactly the correct list to ask this in, but something 
tells me I can get a quick and knowledgeable answer here...


I'm trying to install various programs from Ports into my NanoBSD Build.
Based on an example I found somewhere (PHK?) I've tried:

install_lsof () (
     cd /usr/ports/sysutils/lsof
     make install DESTDIR=${NANO_WORLDDIR}/usr
)
customize_cmd install_lsof

This generates a chroot error about "/bin/sh: no such file or directory".

I tried changing my DESTDIR to just ${NANO_WORLDDIR} but that generates
a chroot error about "no system rules (sys.mk)"

Installing lsof is just a first step.  Ultimately, I'd also like to
*replace* the version of NTP that is being built into my image by default
with a newer one from Ports.  Any input to guide me in this direction would
be greatly appreciated.  I'm using FreeBSD 6.2-RELEASE. and can post my
full config file if needed.

Thanks guys,
-Bill
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to