From owner-freebsd-ports@FreeBSD.ORG Fri Sep 28 12:36:18 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F414016A41A for ; Fri, 28 Sep 2007 12:36:17 +0000 (UTC) (envelope-from chrissicool@chrissicool.net) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id BBAA213C457 for ; Fri, 28 Sep 2007 12:36:17 +0000 (UTC) (envelope-from chrissicool@chrissicool.net) Received: from [10.0.0.240] (port-83-236-4-239.dynamic.qsc.de [83.236.4.239]) by mx01.qsc.de (Postfix) with ESMTP id 7DC19C7EAC; Fri, 28 Sep 2007 14:12:27 +0200 (CEST) From: Christian Ludwig To: lists@socruel.nu In-Reply-To: <53969.80.127.130.242.1190785632.squirrel@imeel.socruel.nu> References: <53969.80.127.130.242.1190785632.squirrel@imeel.socruel.nu> Content-Type: text/plain Date: Fri, 28 Sep 2007 14:12:30 +0200 Message-Id: <1190981550.6103.9.camel@weasel.chrissicool.shacknet.nu> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Error code 1 when upgrading ftp-proxy port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2007 12:36:18 -0000 Hello, your errors seem to be related to libevent. From your logs portmaster shows that you have libevent-1.3d installed. Is that really the case? Does /usr/local/include/event.h exist? Because this file could not be found by the compiler. Try reinstalling libevent and after that try to update ftp-proxy again. - Christian