From owner-freebsd-questions@FreeBSD.ORG Thu Aug 19 13:34:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D260416A4CF for ; Thu, 19 Aug 2004 13:34:55 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7019943D46 for ; Thu, 19 Aug 2004 13:34:55 +0000 (GMT) (envelope-from tparrott@gmail.com) Received: by mproxy.gmail.com with SMTP id 80so2359rnk for ; Thu, 19 Aug 2004 06:34:51 -0700 (PDT) Received: by 10.38.8.67 with SMTP id 67mr2213490rnh; Thu, 19 Aug 2004 06:34:51 -0700 (PDT) Received: by 10.38.8.30 with HTTP; Thu, 19 Aug 2004 06:34:51 -0700 (PDT) Message-ID: <8550301b04081906342251f288@mail.gmail.com> Date: Thu, 19 Aug 2004 09:34:51 -0400 From: Tyler Parrott To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: >> Patch patch-ac failed to apply cleanly. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tyler@boardom.ca List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 13:34:56 -0000 Hey guys, I'm currently trying to build evolution (for the sole purpose of using ximian-connector) and the install is choking on m4-1.4.1. The following is what I get when I try to install m4 separately: Chernak# make install ===> Vulnerability check disabled >> m4-1.4.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://ftp.gnu.org/gnu/m4/. m4-1.4.1.tar.gz 100% of 335 kB 477 kBps ===> Extracting for m4-1.4.1 >> Checksum OK for m4-1.4.1.tar.gz. ===> Patching for m4-1.4.1 ===> Applying FreeBSD patches for m4-1.4.1 Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to src/m4.c.rej >> Patch patch-ac failed to apply cleanly. >> Patch(es) patch-aa patch-ab applied cleanly. *** Error code 1 Stop in /usr/ports/devel/m4. After getting this error, I did the following: Downloaded the latest ports.tar.gz from freebsd.org (don't have cvsup configured yet), un tarred it into /usr/ports. I then ran pkgdb -F followed by portupgrade -aRr. Any ideas as to what else I can try? Thanks TP