Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2005 09:07:43 +0000 (UTC)
From:      Sergei Gnezdov <use-reply-to@gnezdov.net>
To:        freebsd-ports@freebsd.org
Subject:   gnustep-gui and /proc
Message-ID:  <slrnd3qfem.1gs.use-reply-to@gnezdov.net>

next in thread | raw e-mail | index | archive | help
While installing gnustep-gui I faced an error message:

  gnustep-gui requres procfs mounted to build or run.

I think that error message should give some instructions how to
proceed.  It could be nice to warn about security implications as
well.

Makefile diff:

51c51
< IGNORE=               requires procfs mounted to build or run
---
> IGNORE=       requires procfs mounted to build or run.  Mount command: 'mount_procfs proc /proc'.  To mount /proc during startup modify /etc/fstab to contain: 'proc /proc procfs rw 0 0'.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?slrnd3qfem.1gs.use-reply-to>