From owner-freebsd-ports Sun Jun 17 4:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1D6A37B406 for ; Sun, 17 Jun 2001 04:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5HBo4x03362; Sun, 17 Jun 2001 04:50:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 17 Jun 2001 04:50:04 -0700 (PDT) Message-Id: <200106171150.f5HBo4x03362@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/28227: metamail won't compile Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28227; it has been noted by GNATS. From: Peter Pentchev To: "Antonio M. D'souza" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/28227: metamail won't compile Date: Sun, 17 Jun 2001 14:39:48 +0300 On Sun, Jun 17, 2001 at 04:16:16AM -0700, Antonio M. D'souza wrote: > > >Number: 28227 > >Category: ports > >Synopsis: metamail won't compile > >Originator: Antonio M. D'souza > > Metamail will not compile. > It seems to break while trying to delete a nonexistent directory. > Here is the console output: > > ===> Building for metamail-2.7 > (cd metamail ; make CONFIGDIR=../. CFLAGS="-O -pipe -I. " CC="cc" LDLIBS="-s -lcompat") [snip] > rm bin/metamail > rm: bin/metamail: No such file or directory*** Error code 1 (ignored) > (cd bin; ln -s ../metamail/metamail metamail) > rm bin/mmencode > rm: bin/mmencode: No such file or directory > *** Error code 1 (ignored) > (cd bin; ln -s ../metamail/mmencode mmencode) [snip lots of similar ignored errors] If this is all the 'error' output you're getting, then no, these are not build errors. Metamail is simply trying to ascertain that there is no bin/metamail file or link, before it creates the new link to metamail/metamail. As make(1) says, the error code from the failed 'rm' is ignored - this is due to the Makefile specifying that this particular command is allowed to fail, because the authors are aware that there might be no bin/metamail, and are trying to remove it just in case there is. G'luck, Peter -- This sentence would be seven words long if it were six words shorter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message