#1512 closed defect (fixed)
library issue
Reported by: | Noah977@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
It appears as if darwin ports is not setting up some of the apps to look at the right libraries.
Exmple: Installation of ethereal fails.
" checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing `pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found
configure: error: Library requirements (glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Error: The following dependencies failed to build: gtk2
Change History (3)
comment:1 Changed 21 years ago by Noah977@…
comment:2 Changed 21 years ago by blb@…
Is there a pango.pc file in /opt/local/lib/pkgconfig (replace /opt/local with your DP prefix)? If not, check /usr/lib/pkgconfig since you seem to have a pkg-config in /usr/bin (from something other than DP I'm guessing?)
comment:3 Changed 21 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response from reporter, closed.
Note:
All t
All the "missing" ports were sucessfully installed by darwin ports:
sudo port install pango Error: Target com.apple.install returned: Port pango already registered as installed.
sudo port install atk Error: Target com.apple.install returned: Port atk already registered as installed.
sudo port install glib2 Error: Target com.apple.install returned: Port glib2 already registered as installed.