From owner-freebsd-bugs@FreeBSD.ORG Thu May 12 18:10:03 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A7D16A4CE for ; Thu, 12 May 2005 18:10:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB83843D2D for ; Thu, 12 May 2005 18:10:02 +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 j4CIA2RL041126 for ; Thu, 12 May 2005 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4CIA2qs041125; Thu, 12 May 2005 18:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 12 May 2005 18:10:02 GMT Resent-Message-Id: <200505121810.j4CIA2qs041125@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Branden Root Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F267116A4CE for ; Thu, 12 May 2005 18:05:38 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C811C43D5E for ; Thu, 12 May 2005 18:05:38 +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 j4CI5coW059115 for ; Thu, 12 May 2005 18:05:38 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j4CI5cEs059114; Thu, 12 May 2005 18:05:38 GMT (envelope-from nobody) Message-Id: <200505121805.j4CI5cEs059114@www.freebsd.org> Date: Thu, 12 May 2005 18:05:38 GMT From: Branden Root To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/80950: rdesktop port is broken X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 18:10:03 -0000 >Number: 80950 >Category: misc >Synopsis: rdesktop port is broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 12 18:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Branden Root >Release: FreeBSD 4.11-STABLE #2: >Organization: Portent Interactive >Environment: FreeBSD niss.portentinteractive.com 4.11-STABLE FreeBSD 4.11-STABLE #2: Tue Jan 25 11:47:01 PST 2005 branden@niss.portentinteractive.com:/usr/obj/usr/src/sys/NISS i386 >Description: When trying to upgrade to the latest rdesktop port, I get this error every time: cc -O -pipe -Wall -I/usr/local/include -I/usr/X11R6/include -DPACKAGE_NAME=\"r desktop\" -DPACKAGE_TARNAME=\"rdesktop\" -DPACKAGE_VERSION=\"1.4.1\" -DPACKAGE_S TRING=\"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 -D HAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssld ir=\"/usr/local\" -DEGD_SOCKET=\"/var/run/egd-pool\" -DWITH_RDPSND=1 -DHAVE_DIRE NT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_PARAM_H =1 -DHAVE_SYS_MOUNT_H=1 -DSTAT_STATFS2_BSIZE=1 -DKEYMAP_PATH=\"/usr/local/share /rdesktop/keymaps/\" -o rdp.o -c rdp.c rdp.c: In function `rdp_out_unistr': rdp.c:164: syntax error before `iconv_h' rdp.c:171: `iconv_h' undeclared (first use in this function) rdp.c:171: (Each undeclared identifier is reported only once rdp.c:171: for each function it appears in.) rdp.c:171: `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: syntax error before `iconv_h' rdp.c:243: `iconv_h' undeclared (first use in this function) rdp.c:243: `iconv_t' undeclared (first use in this function) gmake: *** [rdp.o] Error 1 *** Error code 2 Stop in /usr/ports/net/rdesktop. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade27047.5 mak e >How-To-Repeat: portupgrade -PvR rdesktop >Fix: >Release-Note: >Audit-Trail: >Unformatted: