From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Claudio Matsuoka" Subject: Re: [PATCH] Ash execution and VTs (error building elkscmd) Date: Thu, 24 Aug 2006 22:17:51 -0300 Message-ID: <5f52f6d70608241817i4be6d151q8f3f197fc7e6c50@mail.gmail.com> References: <5f52f6d70608201512x556833f6rebe00b587ae6fae@mail.gmail.com> <44ED685B.2020505@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <44ED685B.2020505@gmail.com> Content-Disposition: inline Sender: linux-8086-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-8086@vger.kernel.org On 8/24/06, Eddy wrote: > Very good work! But I can't build any image of elkscmd, because it give > this error: > > "/bin/sh: compress: command not found".. I could not realize where > compress command is called from. Hello, compress is called from the mtools makefile to compress man pages -- you can either install compress on your system or comment out that line in the makefile. > - -t -M -o $(ARCH_DIR)/boot/system > System.tmp ; \ > + -M -o $(ARCH_DIR)/boot/system > System.tmp ; \ Good catch, it seems that we had some unnecessary stuff on System.map. Mike, any probkem if I commit Eddy's patches? I'd leave the debug option out for now, I had some problems building the kernel with full debug when tracing the minix executable loader.