Date: Sat, 03 Sep 2016 17:31:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212357] cad/ngspice_rework "Can't open viewport for graphics." Message-ID: <bug-212357-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212357 Bug ID: 212357 Summary: cad/ngspice_rework "Can't open viewport for graphics." Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mneumann@ntecs.de CC: kevinz5000@gmail.com CC: kevinz5000@gmail.com Flags: maintainer-feedback?(kevinz5000@gmail.com) When trying to plot signals with ngspice, a message "Can't open viewport for graphics." is shown, when the binary package (pkg ins ngspice_rework) is us= ed on DragonFlyBSD. When compiled from ports, it works (see below for the reas= on). I reported this issue to the DragonFlyBSD ports maintainer: https://github.com/DragonFlyBSD/DPorts/issues/181 I think this issue occurs as well on FreeBSD. The patch below fixes it for DragonFly (and probably for FreeBSD as well): https://github.com/DragonFlyBSD/DeltaPorts/pull/627/commits/74aa615347b7e53= b5ba96e04480f605bfb65e50e The problem is that during package building, X11 is not installed and as su= ch autoconf will not find the appropriate X11 headers. The port should explici= tly specify X11 as a dependency in this case. Note that --enable-xspice should only be passed to CONFIGURATION_ARGS in ca= se the X11 option is actually choosen. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212357-13>