pkgsrc-Users archive

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

Re: Is pango still broken? (vim-gtk2 won't build)



On Thu, 16 Sep 2010 22:42:12 +0900, Sad Clouds 
<cryintothebluesky%googlemail.com@localhost> wrote:

Well looking at your config.log here is where it fails:

/home/netbsd/pkgsrc/x11/gtk2/work/.buildlink/lib/libcairo.so: undefined
reference to `pixman_image_set_destroy_function'
  /home/netbsd/pkgsrc/x11/gtk2/work/.buildlink/lib/libcairo.so: undefined
reference to `pixman_image_composite32'
  /home/netbsd/pkgsrc/x11/gtk2/work/.buildlink/lib/libcairo.so: undefined
reference to `pixman_image_fill_boxes'

libcairo was linked to libpixman, but for some reason libpixman's
pixman_image_* functions are not available.

Do you have two libpixman libraries installed, one under /usr/X11R7/lib and
one under /usr/pkg/lib? If so, then it finds the wrong version of library,
it's better to stick with one system-wide libpixman.

Maybe pkg_delete libpixman and rebuild libcairo.

No.
current minimal requirements of pixman is bumped to 0.18.4,
and cairo-1.10.0 require it.
Whole cairo and pixman related packages had been bumped its version.

Just update those packages.

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index