From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 13:55:10 2005 Return-Path: X-Original-To: freebsd-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 BEDC316A41F for ; Fri, 21 Oct 2005 13:55:10 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C166243D45 for ; Fri, 21 Oct 2005 13:55:08 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 24255 invoked from network); 21 Oct 2005 13:55:07 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Oct 2005 13:55:07 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2EAA734; Fri, 21 Oct 2005 09:55:04 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Owen Jeremiah References: <25b28b630510210539h3e639ecdn998c22ffdfbaa121@mail.gmail.com> From: Lowell Gilbert Date: 21 Oct 2005 09:55:01 -0400 In-Reply-To: <25b28b630510210539h3e639ecdn998c22ffdfbaa121@mail.gmail.com> Message-ID: <44ek6f2cwa.fsf@be-well.ilk.org> Lines: 39 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Problem installing asterisk 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: Fri, 21 Oct 2005 13:55:10 -0000 Owen Jeremiah writes: > I'm a newbie at FreeBSD, been using MS products all my life. Being an > enlighten one (:P), trying to learn how to use FreeBSD. > Got this problem when trying to install asterisk from ports: > > ===> asterisk-1.0.9_2 depends on executable: mpg123 - found > ===> asterisk-1.0.9_2 depends on file: /nonexistent - not found > ===> Verifying build for /nonexistent in /usr/ports/devel/pwlib > ===> Vulnerability check disabled, database not found > ===> Extracting for pwlib-1.5.2,1 > => Checksum OK for pwlib_1.5.2.tar.gz. > ===> Patching for pwlib-1.5.2,1 > ===> Applying FreeBSD patches for pwlib-1.5.2,1 > 3 out of 3 hunks failed--saving rejects to src/ptclib/asner.cxx.rej > => Patch patch-src::ptclib::asner.cxx failed to apply cleanly. > => Patch(es) patch-configurein patch-make-common.mak patch-makefile > patch-src-ptclib-ansper.cxx applied cleanly. > *** Error code 1 > > Stop in /usr/ports/devel/pwlib. > *** Error code 1 > > Stop in /usr/ports/net/asterisk. > > Running on FreeBSD 5.4-stable. Looks like you have stale patches in the port directory. http://www.cvsup.org/faq.html#adopt will explain how you got into this situation, and how you could have avoided it. In theory, you could cvsup your ports back to the original version and then to HEAD again, but that might be a lot of network traffic for you. Deleting that one port (devel/pwlib) and re-updating your ports will solve your problem for now.