Date: Wed, 27 Mar 2002 16:08:25 -0500 (EST) From: Julian Dunn <jdunn@verticalscope.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36387: BitchX-gnome-1.0c18 fails to build due to incorrect location of zvt includes Message-ID: <20020327210825.1A0381890@jedi.office.verticalscope.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020327210825.1A0381890>