From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 23 16:20:10 2012 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 80D26106566B for ; Thu, 23 Feb 2012 16:20:10 +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 3E9DF8FC15 for ; Thu, 23 Feb 2012 16:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1NGKAWl096792 for ; Thu, 23 Feb 2012 16:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1NGKAie096791; Thu, 23 Feb 2012 16:20:10 GMT (envelope-from gnats) Resent-Date: Thu, 23 Feb 2012 16:20:10 GMT Resent-Message-Id: <201202231620.q1NGKAie096791@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, Clint Travis Hunter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D9C01065677 for ; Thu, 23 Feb 2012 16:14:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 496FE8FC08 for ; Thu, 23 Feb 2012 16:14:23 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1NGENtw085963 for ; Thu, 23 Feb 2012 16:14:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q1NGENfI085936; Thu, 23 Feb 2012 16:14:23 GMT (envelope-from nobody) Message-Id: <201202231614.q1NGENfI085936@red.freebsd.org> Date: Thu, 23 Feb 2012 16:14:23 GMT From: Clint Travis Hunter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/165423: math/gnuplot missing some wxwidgets dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2012 16:20:10 -0000 >Number: 165423 >Category: ports >Synopsis: math/gnuplot missing some wxwidgets dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 23 16:20:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Clint Travis Hunter >Release: 9.0 >Organization: Univ. Colorado at Colo Spgs >Environment: FreeBSD prometheus 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Feb 5 17:50:50 MST 2012 root@prometheus:/usr/obj/usr/src/sys/PROMETHEUS amd64 >Description: When compiling gnuplot 4.4.4 from ports with WX enabled, the wxt term does not work. When trying to plot something (e.g. sin(x)) in wxt, gnuplot simply exits. >How-To-Repeat: This might be a bit tricky since there may be some external factors at play here, as described below. On a machine that does not have the wxgtk-{,unicode-}contrib ports installed (which may or may not be present on any given machine, depending on what other software has been installed, but gnuplot does not pull them in) open up a gnuplot session and type: gnuplot> set term wxt gnuplot> plot sin(x) It simply exits and returns you to your prompt. >Fix: wxgtk28, wxgtk28-common, wxgtk-unicode were all installed and up to date (as of a week or so ago). wxgtk28-unicode-contrib and wxgtk28-contrib{,-common} were not installed (so not pulled in by the gnuplot port). I installed both of these and recompiled gnuplot and now the wxt terminal works. The recompilation may not have been necessary, though. >Release-Note: >Audit-Trail: >Unformatted: