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, Sad Clouds 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.

Weird. cairo is building pixman. pango is building cairo.

Nothing appears to be requiring cairo, so let me delete those three and
try over.

--
Hisashi T Fujinaka - htodd%twofifty.com@localhost
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte


Home | Main Index | Thread Index | Old Index