From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 21 16:10:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D58016A401 for ; Thu, 21 Feb 2008 16:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ECA6E13C43E for ; Thu, 21 Feb 2008 16:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LGA2s3063462 for ; Thu, 21 Feb 2008 16:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1LGA2nR063461; Thu, 21 Feb 2008 16:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 21 Feb 2008 16:10:02 GMT Resent-Message-Id: <200802211610.m1LGA2nR063461@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Belanger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BB4316A401 for ; Thu, 21 Feb 2008 16:01:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3830113C478 for ; Thu, 21 Feb 2008 16:01:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LFx57I054823 for ; Thu, 21 Feb 2008 15:59:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1LFx4C5054822; Thu, 21 Feb 2008 15:59:04 GMT (envelope-from nobody) Message-Id: <200802211559.m1LFx4C5054822@www.freebsd.org> Date: Thu, 21 Feb 2008 15:59:04 GMT From: Paul Belanger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120949: ftp-proxy fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 16:10:03 -0000 >Number: 120949 >Category: ports >Synopsis: ftp-proxy fails to build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 21 16:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Paul Belanger >Release: 6.3-RELEASE-p1 >Organization: >Environment: FreeBSD hound.vopella.com 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:40:56 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: See below, but ftp-proxy fails to build properly. --- ===> Returning to build of ftp-proxy-4.2p2_1 ===> Configuring for ftp-proxy-4.2p2_1 ===> Building for ftp-proxy-4.2p2_1 Warning: Object directory not changed from original /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.2p2 cc -O -pipe -I/usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.2p2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c ftp-proxy.c ftp-proxy.c:32:19: event.h: No such file or directory ftp-proxy.c: In function `client_error': ftp-proxy.c:141: error: `EVBUFFER_EOF' undeclared (first use in this function) ftp-proxy.c:141: error: (Each undeclared identifier is reported only once ftp-proxy.c:141: error: for each function it appears in.) ftp-proxy.c:143: error: `EVBUFFER_ERROR' undeclared (first use in this function) ftp-proxy.c:143: error: `EVBUFFER_READ' undeclared (first use in this function) ftp-proxy.c:145: error: `EVBUFFER_TIMEOUT' undeclared (first use in this function) ftp-proxy.c:147: error: `EVBUFFER_WRITE' undeclared (first use in this function) ftp-proxy.c: In function `client_parse_anon': ftp-proxy.c:198: warning: implicit declaration of function `bufferevent_write' ftp-proxy.c: In function `client_read': ftp-proxy.c:251: warning: implicit declaration of function `bufferevent_read' ftp-proxy.c: In function `end_session': ftp-proxy.c:305: warning: implicit declaration of function `bufferevent_free' ftp-proxy.c: In function `handle_connection': ftp-proxy.c:505: warning: implicit declaration of function `bufferevent_new' ftp-proxy.c:506: warning: assignment makes pointer from integer without a cast ftp-proxy.c:511: warning: implicit declaration of function `bufferevent_settimeout' ftp-proxy.c:512: warning: implicit declaration of function `bufferevent_enable' ftp-proxy.c:512: error: `EV_READ' undeclared (first use in this function) ftp-proxy.c:512: error: `EV_TIMEOUT' undeclared (first use in this function) ftp-proxy.c:515: warning: assignment makes pointer from integer without a cast ftp-proxy.c: In function `main': ftp-proxy.c:604: error: storage size of 'ev' isn't known ftp-proxy.c:604: error: storage size of 'ev_sighup' isn't known ftp-proxy.c:604: error: storage size of 'ev_sigint' isn't known ftp-proxy.c:604: error: storage size of 'ev_sigterm' isn't known ftp-proxy.c:786: warning: implicit declaration of function `event_init' ftp-proxy.c:790: warning: implicit declaration of function `signal_set' ftp-proxy.c:793: warning: implicit declaration of function `signal_add' ftp-proxy.c:797: warning: implicit declaration of function `event_set' ftp-proxy.c:797: error: `EV_READ' undeclared (first use in this function) ftp-proxy.c:797: error: `EV_PERSIST' undeclared (first use in this function) ftp-proxy.c:798: warning: implicit declaration of function `event_add' ftp-proxy.c:803: warning: implicit declaration of function `event_dispatch' ftp-proxy.c:604: warning: unused variable `ev' ftp-proxy.c:604: warning: unused variable `ev_sighup' ftp-proxy.c:604: warning: unused variable `ev_sigint' ftp-proxy.c:604: warning: unused variable `ev_sigterm' ftp-proxy.c: In function `server_error': ftp-proxy.c:922: error: `EVBUFFER_EOF' undeclared (first use in this function) ftp-proxy.c:924: error: `EVBUFFER_ERROR' undeclared (first use in this function) ftp-proxy.c:924: error: `EVBUFFER_READ' undeclared (first use in this function) ftp-proxy.c:926: error: `EVBUFFER_WRITE' undeclared (first use in this function) ftp-proxy.c:928: error: `EVBUFFER_TIMEOUT' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/ftp/ftp-proxy/work/ftp-proxy-4.2p2. *** Error code 1 Stop in /usr/ports/ftp/ftp-proxy. >How-To-Repeat: # portsnap fetch # portsnamp update # cd /usr/ports/ftp/ftp-proxy # make install clean >Fix: >Release-Note: >Audit-Trail: >Unformatted: