pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: x11/gtk3 - fatal error: pango/pango.h: No such file or directory



Sad Clouds <cryintothebluesky%gmail.com@localhost> writes:

> gmake[4]: Entering directory '/opt/netbsd_build/objects/x11/gtk3/work/gtk+-3.24.12/gdk'
>   GEN      gdkconfig.h
>   GISCAN   Gdk-3.0.gir
> In file included from /opt/netbsd_build/objects/x11/gtk3/work/gtk+-3.24.12/gdk/gdkapplaunchcontext.h:30:0,
>                  from /opt/netbsd_build/objects/x11/gtk3/work/gtk+-3.24.12/gdk/gdk.h:32,
>                  from /opt/netbsd_build/objects/x11/gtk3/work/gtk+-3.24.12/gdk/g-ir-cpp-5pauje6f.c:4:
> /opt/netbsd_build/objects/x11/gtk3/work/gtk+-3.24.12/gdk/gdktypes.h:35:10: fatal error: pango/pango.h: No such file or directory
>  #include <pango/pango.h>
>           ^~~~~~~~~~~~~~~
> compilation terminated.

Make sure your build path doesn't have a symlink.   cd to `pwd -P` to
avoid this.

Make sure you have no stale work directories; these could confuse pkgsrc
into not installing something that's needed.

See if pango is installed.  See if /usr/include/pango/pango.h is there.

Do "pkg_admin check" to see if all installed packages have their files.
Do "pkg_admin rebuild-tree" to check/fix dependencies.

Look in work/.buildlink to see if pango was buildlinked in and appears.

(not likely for this problem, but in general) Make sure all your
packages are up to date with respect to the branch, and with respect to
any system ABI changes.


You may have found a pkgsrc bug but odds are something is wrong on your
system.


Home | Main Index | Thread Index | Old Index