From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 20 11:00:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE66616A4CE for ; Fri, 20 May 2005 11:00:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217A343D95 for ; Fri, 20 May 2005 11:00:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4KB06oA019316 for ; Fri, 20 May 2005 11:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4KB068f019297; Fri, 20 May 2005 11:00:06 GMT (envelope-from gnats) Resent-Date: Fri, 20 May 2005 11:00:06 GMT Resent-Message-Id: <200505201100.j4KB068f019297@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, Thomas Schweikle Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 708C816A4CE for ; Fri, 20 May 2005 10:53:02 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4443A43D7F for ; Fri, 20 May 2005 10:53:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j4KAr1kU094955 for ; Fri, 20 May 2005 10:53:01 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4KAr0bW094954; Fri, 20 May 2005 10:53:00 GMT (envelope-from nobody) Message-Id: <200505201053.j4KAr0bW094954@www.freebsd.org> Date: Fri, 20 May 2005 10:53:00 GMT From: Thomas Schweikle To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/81299: rdesktop compile error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 11:00:17 -0000 >Number: 81299 >Category: ports >Synopsis: rdesktop compile error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 20 11:00:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Thomas Schweikle >Release: FreeBSD 5.4 >Organization: >Environment: FreeBSD hazel.tps 5.4-STABLE FreeBSD 5.4-STABLE #37: Fri May 20 11:15:49 CEST 2005 screen@hazel.tps:/usr/obj/usr/src/sys/HAZEL i386 >Description: rdesktop upgrade to 1.4.1 fails because of missing variables in "iconv_h.c" hazel# make install ===> Building for rdesktop-1.4.1 p\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_STRING=\"rdesktop\ 1.4.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DL_ENDIAN=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr/local\" -DEGD_SOCKET=\"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1 -DKEYMAP_PATH=\"/usr/local/share/rdesktop/keymaps/\" -o rdp.o -c rdp.c rdp.c: In function `rdp_out_unistr': rdp.c:164: error: syntax error before "iconv_h" rdp.c:171: error: `iconv_h' undeclared (first use in this function) rdp.c:171: error: (Each undeclared identifier is reported only once rdp.c:171: error: for each function it appears in.) rdp.c:171: error: `iconv_t' undeclared (first use in this function) rdp.c:174: warning: implicit declaration of function `iconv_open' rdp.c:183: warning: implicit declaration of function `iconv' rdp.c:186: warning: implicit declaration of function `iconv_close' rdp.c: In function `rdp_in_unistr': rdp.c:239: error: syntax error before "iconv_h" rdp.c:243: error: `iconv_h' undeclared (first use in this function) rdp.c:243: error: `iconv_t' undeclared (first use in this function) gmake: *** [rdp.o] Error 1 *** Error code 2 Stop in /usr/ports/net/rdesktop. >How-To-Repeat: cd /usr/ports/net/rdesktop make build >Fix: >Release-Note: >Audit-Trail: >Unformatted: