#15914: glib2 2.16.4 - build/configure failure ----------------------------------+----------------------------------------- Reporter: tim.lahey@gmail.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: glib2, pkg-config ----------------------------------+----------------------------------------- Comment (by ryandesign@macports.org): The PATH shown in the config.log is wrong. It says: {{{ PATH: opt/local/bin PATH: /opt/local/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/X11R6/bin PATH: /usr/texbin }}} Note the first line which is missing the slash at the beginning, hence /opt/local/bin (where pkg-config lives) is not in the PATH. Also /usr/texbin should not be in the MacPorts PATH. This PATH is not taken from the user environment, but from /opt/local/etc/macports/macports.conf. Check the binpath variable in that file. Changing that variable from its default value is not recommended. -- Ticket URL: <http://trac.macports.org/ticket/15914#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS