From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 9 00:10:08 2011 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 EDBB71065670 for ; Sat, 9 Jul 2011 00:10:07 +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 C28ED8FC0C for ; Sat, 9 Jul 2011 00:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p690A7GZ036720 for ; Sat, 9 Jul 2011 00:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p690A72B036719; Sat, 9 Jul 2011 00:10:07 GMT (envelope-from gnats) Resent-Date: Sat, 9 Jul 2011 00:10:07 GMT Resent-Message-Id: <201107090010.p690A72B036719@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, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89303106566B for ; Sat, 9 Jul 2011 00:04:25 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) by mx1.freebsd.org (Postfix) with ESMTP id 515A38FC08 for ; Sat, 9 Jul 2011 00:04:25 +0000 (UTC) Received: from 99-39-115-150.lightspeed.austtx.sbcglobal.net ([99.39.115.150]:30886 helo=borg.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1QfL1z-0009bO-HR for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Jul 2011 19:04:24 -0500 Received: from ler by borg.lerctr.org with local (Exim 4.75 (FreeBSD)) (envelope-from ) id 1QfL1y-0003Ns-No for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Jul 2011 19:04:22 -0500 Message-Id: Date: Fri, 08 Jul 2011 19:04:22 -0500 From: Larry Rosenman Sender: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158748: libvncserver won't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 00:10:08 -0000 >Number: 158748 >Category: ports >Synopsis: libvncserver won't compile >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: Sat Jul 09 00:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 8.2-STABLE amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD borg.lerctr.org 8.2-STABLE FreeBSD 8.2-STABLE #58: Fri Jul 8 14:29:00 CDT 2011 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG amd64 >Description: ===> Building for libvncserver-0.9.8 /usr/bin/make all-recursive Making all in libvncserver /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -I/usr/local/include -I/usr/local/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../common -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall -I/usr/local/include -I/usr/local/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o main.c:1057:19: error: conio.h: No such file or directory main.c:1061: error: conflicting types for 'gettimeofday' /usr/include/sys/time.h:335: error: previous declaration of 'gettimeofday' was here main.c: In function 'gettimeofday': main.c:1062: error: 'SYSTEMTIME' undeclared (first use in this function) main.c:1062: error: (Each undeclared identifier is reported only once main.c:1062: error: for each function it appears in.) main.c:1062: error: expected ';' before 't' main.c:1063: warning: implicit declaration of function 'GetSystemTime' main.c:1063: error: 't' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/net/libvncserver/work/LibVNCServer-0.9.8/libvncserver. *** Error code 1 Stop in /usr/ports/net/libvncserver/work/LibVNCServer-0.9.8. *** Error code 1 Stop in /usr/ports/net/libvncserver/work/LibVNCServer-0.9.8. *** Error code 1 Stop in /usr/ports/net/libvncserver. ===>>> make failed for net/libvncserver ===>>> Aborting update ===>>> Update for net/libvncserver failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster emulators/virtualbox-ose emulators/virtualbox-ose-kmod net/libvncserver net/vde2 sysutils/cdrtools textproc/libxslt security/libgcrypt security/libgpg-error >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: