Hello List!

I have the following trouble:

# cat /etc/make.conf | grep PORTS_MODULES
PORTS_MODULES=  x11/nvidia-driver emulators/kqemu-kmod

running:
# cd /usr/src
# make buildkernel
# make installkernel
goes fine for installation of kernel and nvidia-driver, but making kqemu-mod 
fails.

It deinstalls it, then starts to build and finds no gmake, which is required 
as a dependency - hence it descends to devel/gmake and starts building it. 
Finally it fails since gmake is already installed -- make deinstall and make 
reinstall is recommended.

When I run:
# cd /usr/ports/emulators/kqemu-kmod
# make install clean
All goes fine - during the dependency test, the gmake is found.

What's wrong here?

Regards,
-- 
Milan Knížek
http://milan-knizek.net/
e-mail knizek {na} volny {v} cz
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to