From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 3 Mar 2008 13:23:06 +0800 From: "Hongzheng Wang" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] plan9port build failure on Linux (debian) In-Reply-To: <20080303042017.GE14610@morris-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080303042017.GE14610@morris-clan.net> Topicbox-Message-UUID: 6d4eaa18-ead3-11e9-9d60-3106f5b1d025 Hi, I have just cvsed and rebuilt the whole system. No error occurs. And my system is Debian sid. So, I think the problem you encountered might due to some missing or mismatched packages on your debian box. Perhaps, the install.log in /usr/local/plan9/ would be helpful to discover what's wrong during installation. On Mon, Mar 3, 2008 at 12:20 PM, David Morris wrote: > I am trying to install plan9port on a Linux system (Debian), > and am getting the following error: > > 9 yacc -d -s bc bc.y > > fatal error:can't create , :1 > mk: 9 yacc -d ... : exit status=exit(1) > mk: for i in ... : exit status=exit(1) > > Everything compiles just fine up to this point with no > errors. This looks to be the first step of building the > lexx application. Because there is no filename listed in > the error message, I am guessing this is the result of a bug > in the code or the makefile (err, mkfile, I suppose). > > Any idea of what the problem is? Or if its a bug in the > code, where I can get a stable version? > > Details of my build environment and my install process > follow.... > > OS : Debian lenny (with a few packages from sid (unstable)) > Arch: i386 > > plan9port version: > downloaded Saturday from http://swtch.com/plan9port/ > After bug, updated from CVS > > Install location: /usr/local > > Install process: > # cd /usr/local > # sudo tar xvzf plan9port.tgz > # cd plan9 > # sudo ./INSTALL > (failed with noted error) > # sudo cvs update -dP > # sudo ./INSTALL > (failed with noted error) > > Thanks, > > --David > -- HZ