From owner-freebsd-current Sat Dec 23 0:24:53 2000 From owner-freebsd-current@FreeBSD.ORG Sat Dec 23 00:24:52 2000 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id E3B5637B400 for ; Sat, 23 Dec 2000 00:24:51 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eBN8OpS93741; Sat, 23 Dec 2000 00:24:51 -0800 (PST) (envelope-from dillon) Date: Sat, 23 Dec 2000 00:24:51 -0800 (PST) From: Matt Dillon Message-Id: <200012230824.eBN8OpS93741@earth.backplane.com> To: freebsd-current@freebsd.org Subject: Problem building -current kernel with read-only /usr/src. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG While trying to run 'make depend' in /usr/src/sys/compile/BLAH I got: ===> 3dfx @ -> /FreeBSD/FreeBSD-current/src/sys ln: @: Read-only file system *** Error code 1 Stop in /FreeBSD/FreeBSD-current/src/sys/modules/3dfx. *** Error code 1 It looks like it's trying to mess around with something in /usr/src, which is a read-only NFS mount. Needless to say we do not want to break being able to have a read-only /usr/src! Anyone been messing with the 3dfx module recently ? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message