[MacPorts] #33760: gobject-introspection 1.30.0 Build Error
MacPorts
noreply at macports.org
Fri Dec 7 17:45:35 PST 2012
#33760: gobject-introspection 1.30.0 Build Error
------------------------------------+------------------------------
Reporter: gabe@… | Owner: singingwolfboy@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Resolution: invalid | Keywords:
Port: gobject-introspection |
------------------------------------+------------------------------
Changes (by ryandesign@…):
* status: new => closed
* cc: ryandesign@… (added)
* resolution: => invalid
Comment:
So now you've overwritten some MacPorts-provided files with manually-
compiled files. That's not a good idea.
As Frank said above, the "-devel" suffix in MacPorts does not mean it
installs headers; rather, all ports install headers, as much as possible.
In MacPorts, "-devel" means "this is a development version", as opposed to
a stable version. So unless you have a specific need for testing the
latest development version of glib2, I suggest you use the glib2 port not
the glib2-devel port.
To ensure you have the right versions of the files, and that they were
compiled by MacPorts, my recommendation is to uninstall glib2 or
glib2-devel, whichever you have installed at the moment:
{{{
sudo port -fp uninstall glib2 glib2-devel
}}}
`-p` will proceed even if one of the ports is not installed.
`-f` will force the uninstallation even if other ports depend on these
ports.
Then install glib2:
{{{
sudo port clean glib2
sudo port install glib2
}}}
--
Ticket URL: <https://trac.macports.org/ticket/33760#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list