From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 18:20:11 2005 Return-Path: X-Original-To: questions@freebsd.org 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 14C5F16A41F for ; Mon, 15 Aug 2005 18:20:11 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id A620643D46 for ; Mon, 15 Aug 2005 18:20:10 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-251.dynamic.qsc.de [212.202.37.251]) by efacilitas.de (Postfix) with ESMTP id B21744B0C7; Mon, 15 Aug 2005 20:26:02 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id E084712B02A; Mon, 15 Aug 2005 20:19:49 +0200 (CEST) Message-ID: <4300DCC5.60205@cs.tu-berlin.de> Date: Mon, 15 Aug 2005 20:19:49 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ted Thomas References: <43000E0F.1060305@desktop2e.com> In-Reply-To: <43000E0F.1060305@desktop2e.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: questions@freebsd.org Subject: Re: RELEASE 4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 18:20:11 -0000 Ted Thomas wrote: > I just installed RELEASE 4 on a Dell 800mhz w/128mb ram. I suppose you mean 5.4-RELEASE? > While attempting to install CVSup, I keep encountering patch failures > like this one: > > cosmo4# make install > ===> Vulnerability check disabled, database not found > ===> Extracting for libtool-1.5.10_1 > => Checksum OK for libtool-1.5.10.tar.gz. > ===> Patching for libtool-1.5.10_1 > ===> Applying FreeBSD patches for libtool-1.5.10_1 > 2 out of 8 hunks failed--saving rejects to ltmain.sh.rej > => Patch patch-ltmain.sh failed to apply cleanly. > => Patch(es) patch-aa patch-ab patch-ad patch-ae patch-af > patch-libtoolize.in applied cleanly. > *** Error code 1 > > Stop in /usr/ports/devel/libtool15. > cosmo4# > > I've rat-holed on this, when CvsUp failed, I tried ezm3, that failed; > then I tried installing libtool alone, that failed... Install the package cvsup (or cvsup-without-gui) and update your local ports directory before trying to install anything from ports. See also http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html ("CVSup Method") > Originally installed RELEASE 4 from an iso image, but ran into this > problem. Also could not get GENERIC kernel to compile. A few lines from the output might be helpful. Björn