[MacPorts] #14089: configure --without-x doesn't work
#14089: configure --without-x doesn't work ------------------------------+--------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Keywords: | ------------------------------+--------------------------------------------- {{{ checking for X... disabled checking for XOpenDisplay in -lX11... yes Please install the X11 SDK packages from the Xcode Developer Tools CD configure: error: Broken X11 install. No X11 headers }}} The installation logic is flawed. It requires you to install the SDK if you have the runtime installed (instead of just disabling X) and it requires you to uninstall the runtime if you want to disable X for some other reason (while still having it and/or the SDK still installed). Caused http://lists.macosforge.org/pipermail/macports- dev/2008-January/004234.html -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14089> MacPorts </projects/macports> Ports system for Mac OS
#14089: configure --without-x doesn't work -------------------------------+-------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: | Keywords: -------------------------------+-------------------------------------------- Comment (by afb@macports.org): The problem is the hardcoded lib path: `-L/usr/X11R6/lib` It makes has_x_runtime=yes, which confuses the rest of it. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14089#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14089: configure --without-x doesn't work -------------------------------+-------------------------------------------- Reporter: afb@macports.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: closed Priority: Normal | Milestone: MacPorts base bugs Component: base | Version: 1.6.0 Resolution: fixed | Keywords: -------------------------------+-------------------------------------------- Changes (by afb@macports.org): * status: new => closed * resolution: => fixed Comment: Fixed, r33716. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14089#comment:2> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts