From owner-freebsd-ports Wed Mar 27 13:10:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DAED37B420 for ; Wed, 27 Mar 2002 13:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2RLA2X39073; Wed, 27 Mar 2002 13:10:02 -0800 (PST) (envelope-from gnats) Received: from chrome.verticalscope.com (226.42.234.216.rev.connection.ca [216.234.42.226]) by hub.freebsd.org (Postfix) with ESMTP id 0DC9E37B400 for ; Wed, 27 Mar 2002 13:08:32 -0800 (PST) Received: from jedi.office.verticalscope.com (jedi.office.verticalscope.com [10.10.10.7]) by chrome.verticalscope.com (Postfix) with ESMTP id DCBEF255 for ; Wed, 27 Mar 2002 16:08:05 -0500 (EST) Received: by jedi.office.verticalscope.com (Postfix, from userid 533) id 1A0381890; Wed, 27 Mar 2002 16:08:25 -0500 (EST) Message-Id: <20020327210825.1A0381890@jedi.office.verticalscope.com> Date: Wed, 27 Mar 2002 16:08:25 -0500 (EST) From: Julian Dunn Reply-To: Julian Dunn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36387 >Category: ports >Synopsis: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 27 13:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Julian C. Dunn >Release: FreeBSD 4.5-STABLE i386 >Organization: VerticalScope Inc. >Environment: System: FreeBSD jedi.office.verticalscope.com 4.5-STABLE FreeBSD 4.5-STABLE #8: Thu Mar 21 13:07:30 EST 2002 sith@jedi.verticalscope.com:/usr/obj/usr/src/sys/YODA i386 >Description: BitchX fails to build when gnome is installed because the libzvt headers are in /usr/X11R6/include/gnome-1.0/zvt, instead of /usr/X11R6/include/zvt (or another path within the include path) >How-To-Repeat: Install gnomelibs-1.4.1.4_1 Try to build BitchX. The following occurs: cc -I. -I/usr/ports/irc/bitchx/work/BitchX/include -I../include -I. -I./include -D_THREAD_SAFE -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/local/include/glib12 -O -Wall -pipe -c ./term.c In file included from ./term.c:642: gtkbitchx.c:6: zvt/zvtterm.h: No such file or directory followed by a whole bunch of errors. >Fix: A workaround is to make a soft link from /usr/X11R6/include/gnome-1.0/zvt to /usr/X11R6/include/zvt. A patch to the port should probably be made to fix the include path. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message