From owner-freebsd-questions@FreeBSD.ORG Tue Sep 11 23:36:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5F0516A418 for ; Tue, 11 Sep 2007 23:36:52 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 156BA13C45A; Tue, 11 Sep 2007 23:36:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <46E72690.8020707@FreeBSD.org> Date: Wed, 12 Sep 2007 01:36:48 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Gabriel Dragffy References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Hunks failed, is this bad? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 23:36:52 -0000 Gabriel Dragffy wrote: > Hi all > > I hope you can help me. > > I have a clean install of freebsd. I changed to /usr and made ports > directory. Then I ran portsnap fetch and then extract. Then I changed to > ports-mngmt/portmanager and did make install clean. > > When I try to install any port using either 'make install clean' or > 'portmanager www/lighttpd' (for example) I see hunks failed in stdout. > As an exaple I saw one of these flas by when installing lighttpd: > > |--- /usr/ports/Mk/bsd.port.mk Tue Nov 8 01:02:51 2005 > |+++ bsd.port.mk Wed Nov 16 02:16:57 2005 > -------------------------- > Patching file bsd.port.mk using Plan A... > Hunk #1 failed at 2049. > 1 out of 1 hunks failed--s > > As far as I can tell I see similar errors no matter what port I try to > install. Is this a problem? Yes, and it doesn't make much sense either. Nothing should be patching bsd.port.mk on the fly, and the date of 2005 is also suspicious. Kris