Date: Tue, 22 Mar 2005 21:56:13 +0100 From: Roman Neuhauser <neuhauser@sigpipe.cz> To: sergei@gnezdov.net Cc: freebsd-ports@freebsd.org Subject: Re: gnustep-gui and /proc Message-ID: <20050322205613.GA64338@isis.sigpipe.cz> In-Reply-To: <slrnd3qfem.1gs.use-reply-to@gnezdov.net> References: <slrnd3qfem.1gs.use-reply-to@gnezdov.net>
next in thread | previous in thread | raw e-mail | index | archive | help
# use-reply-to@gnezdov.net / 2005-03-20 09:07:43 +0000: > 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'. IGNORE= Requires procfs mounted to build or run. See procfs(5). would be more than enough, IMO. -- How many Vietnam vets does it take to screw in a light bulb? You don't know, man. You don't KNOW. Cause you weren't THERE. http://bash.org/?255991
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050322205613.GA64338>