From owner-freebsd-current Thu Oct 9 06:45:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA00730 for current-outgoing; Thu, 9 Oct 1997 06:45:43 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from silvia.HIP.Berkeley.EDU (ala-ca8-03.ix.netcom.com [207.93.141.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA00723 for ; Thu, 9 Oct 1997 06:45:32 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id GAA08164; Thu, 9 Oct 1997 06:45:30 -0700 (PDT) Date: Thu, 9 Oct 1997 06:45:30 -0700 (PDT) Message-Id: <199710091345.GAA08164@silvia.HIP.Berkeley.EDU> To: current@freebsd.org Subject: world build error from 2.1.5R From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After removing the "-B" in the initial make build, it goes on but eventually dies with a weird error: ======= ===> share/doc/papers/memfs indxbib -c /a/current/src/share/doc/papers/memfs/../../../../contrib/groff/indxbib/eign -o ref.bib /a/current/src/share/doc/papers/memfs/ref.bib indxbib:fatal error: cannot get current working directory: Operation not supported *** Error code 3 Stop. ======= What the hell is this? Does this have something to do with getcwd()? Satoshi