のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

pkg-config

export PKG_CONFIG_PATH=$HOME/usr/lib/pkgconfig
u01@vm01:~/layout/oss/cairo-1.12.18$ pkg-config --debug
Option --debug seen
Error printing disabled by default, value of --print-errors: 0
Error printing disabled
Adding virtual 'pkg-config' package to list of known packages
Scanning directory '/home/u01/usr/lib/pkgconfig'
Ignoring file '.' in search directory; not a .pc file
File 'pixman-1.pc' appears to be a .pc file
Will find package 'pixman-1' in file '/home/u01/usr/lib/pkgconfig/pixman-1.pc'
Ignoring file '..' in search directory; not a .pc file
File 'freetype2.pc' appears to be a .pc file
Will find package 'freetype2' in file '/home/u01/usr/lib/pkgconfig/freetype2.pc'
File 'fontconfig.pc' appears to be a .pc file
Will find package 'fontconfig' in file '/home/u01/usr/lib/pkgconfig/fontconfig.pc'
Cannot open directory '/usr/local/lib/x86_64-linux-gnu/pkgconfig' in package search path: No such file or directory
Cannot open directory '/usr/local/lib/pkgconfig' in package search path: No such file or directory
Cannot open directory '/usr/local/share/pkgconfig' in package search path: No such file or directory
Scanning directory '/usr/lib/x86_64-linux-gnu/pkgconfig'
Ignoring file '.' in search directory; not a .pc file
File 'expat.pc' appears to be a .pc file
Will find package 'expat' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/expat.pc'
File 'libpng12.pc' appears to be a .pc file
Will find package 'libpng12' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/libpng12.pc'
File 'harfbuzz-icu.pc' appears to be a .pc file
Will find package 'harfbuzz-icu' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/harfbuzz-icu.pc'
File 'zlib.pc' appears to be a .pc file
Will find package 'zlib' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/zlib.pc'
Ignoring file '..' in search directory; not a .pc file
File 'freetype2.pc' appears to be a .pc file
File 'freetype2.pc' ignored, we already know about package 'freetype2'
File 'harfbuzz-gobject.pc' appears to be a .pc file
Will find package 'harfbuzz-gobject' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/harfbuzz-gobject.pc'
File 'harfbuzz.pc' appears to be a .pc file
Will find package 'harfbuzz' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/harfbuzz.pc'
File 'libpng.pc' appears to be a .pc file
Will find package 'libpng' in file '/usr/lib/x86_64-linux-gnu/pkgconfig/libpng.pc'
Scanning directory '/usr/lib/pkgconfig'
Ignoring file '.' in search directory; not a .pc file
File 'ibus-table.pc' appears to be a .pc file
Will find package 'ibus-table' in file '/usr/lib/pkgconfig/ibus-table.pc'
File 'dbus-python.pc' appears to be a .pc file
Will find package 'dbus-python' in file '/usr/lib/pkgconfig/dbus-python.pc'
File 'notify-python.pc' appears to be a .pc file
Will find package 'notify-python' in file '/usr/lib/pkgconfig/notify-python.pc'
File 'pm-utils.pc' appears to be a .pc file
Will find package 'pm-utils' in file '/usr/lib/pkgconfig/pm-utils.pc'
File 'xorg-wacom.pc' appears to be a .pc file
Will find package 'xorg-wacom' in file '/usr/lib/pkgconfig/xorg-wacom.pc'
Ignoring file '..' in search directory; not a .pc file
File 'nautilus-sendto.pc' appears to be a .pc file
Will find package 'nautilus-sendto' in file '/usr/lib/pkgconfig/nautilus-sendto.pc'
File 'xkbcomp.pc' appears to be a .pc file
Will find package 'xkbcomp' in file '/usr/lib/pkgconfig/xkbcomp.pc'
Scanning directory '/usr/share/pkgconfig'
Ignoring file '.' in search directory; not a .pc file
File 'bash-completion.pc' appears to be a .pc file
Will find package 'bash-completion' in file '/usr/share/pkgconfig/bash-completion.pc'
File 'iso-codes.pc' appears to be a .pc file
Will find package 'iso-codes' in file '/usr/share/pkgconfig/iso-codes.pc'
File 'mobile-broadband-provider-info.pc' appears to be a .pc file
Will find package 'mobile-broadband-provider-info' in file '/usr/share/pkgconfig/mobile-broadband-provider-info.pc'
Ignoring file '..' in search directory; not a .pc file
File 'xkeyboard-config.pc' appears to be a .pc file
Will find package 'xkeyboard-config' in file '/usr/share/pkgconfig/xkeyboard-config.pc'
File 'gnome-icon-theme-symbolic.pc' appears to be a .pc file
Will find package 'gnome-icon-theme-symbolic' in file '/usr/share/pkgconfig/gnome-icon-theme-symbolic.pc'
File 'usbutils.pc' appears to be a .pc file
Will find package 'usbutils' in file '/usr/share/pkgconfig/usbutils.pc'
File 'udev.pc' appears to be a .pc file
Will find package 'udev' in file '/usr/share/pkgconfig/udev.pc'
File 'fontutil.pc' appears to be a .pc file
Will find package 'fontutil' in file '/usr/share/pkgconfig/fontutil.pc'
File 'xbitmaps.pc' appears to be a .pc file
Will find package 'xbitmaps' in file '/usr/share/pkgconfig/xbitmaps.pc'
File 'gnome-icon-theme.pc' appears to be a .pc file
Will find package 'gnome-icon-theme' in file '/usr/share/pkgconfig/gnome-icon-theme.pc'
File 'shared-mime-info.pc' appears to be a .pc file
Will find package 'shared-mime-info' in file '/usr/share/pkgconfig/shared-mime-info.pc'
File 'yelp-xsl.pc' appears to be a .pc file
Will find package 'yelp-xsl' in file '/usr/share/pkgconfig/yelp-xsl.pc'
Must specify package names on the command line
u01@vm01:~/layout/oss/cairo-1.12.18$