pkgsrc-Bugs archive

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

pkg/32317: gtk2 build error when buildlink to xcursor



>Number:         32317
>Category:       pkg
>Synopsis:       gtk2 build error when buildlink to xcursor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 16 13:15:00 +0000 2005
>Originator:     Rui-Xiang Guo
>Release:        NetBSD 3.99.14
>Organization:
        
>Environment:
        
        
System: NetBSD hive 3.99.14 NetBSD 3.99.14 (HIVE) #0: Wed Dec 14 01:14:07 CST 
2005 rxg@hive:/usr/obj/sys/arch/i386/compile/HIVE i386
Architecture: i386
Machine: i386
>Description:
        I used native X window(xsrc) and set USE_BUILTIN.xcursor=yes
        in /etc/mk.conf.
        But when I try to build x11/gtk2, it complain about
        "xcursor is not installed:.
>How-To-Repeat:
        % cd /usr/pkgsrc/x11/gtk2 && make
===> Checking for vulnerabilities in gtk2+-2.8.9
=> Checksum SHA1 OK for gtk+-2.8.9.tar.bz2.
=> Checksum RMD160 OK for gtk+-2.8.9.tar.bz2.
===> Extracting for gtk2+-2.8.9
==========================================================================
The supported build options for this package are:

        debug

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

        PKG_OPTIONS.gtk2+ (not defined)

==========================================================================
===> Required installed package xdg-dirs>=1.1: xdg-dirs-1.2nb1 found
===> Required installed package atk>=1.8.0nb1: atk-1.10.3 found
===> Required installed package pango>=1.10.0: pango-1.10.2 found
===> Required installed package glib2>=2.8.2: glib2-2.8.4 found
===> Required installed package cairo>=1.0.0nb2: cairo-1.0.2nb1 found
===> Required installed package glitz>=0.4.4nb1: glitz-0.4.4nb1 found
===> Required installed package libpixman>=0.1.4: libpixman-0.1.6 found
===> Required installed package png>=1.2.6nb1: png-1.2.8 found
===> Required installed package tiff>=3.7.2nb1: tiff-3.7.4 found
===> Required installed package jpeg>=6bnb2: jpeg-6bnb3 found
===> Required installed package Xfixes>=2.0.1nb1: Xfixes-2.0.1nb1 found
===> Required installed package fixesext>=2.0: fixesext-2.0.1 found
===> Required installed package libtool-base>=1.5.18nb5: libtool-base-1.5.18nb6 
found
===> Required installed package gmake>=3.78: gmake-3.80nb4 found
===> Required installed package pkg-config>=0.19: pkg-config-0.20 found
===> Required installed package x11-links>=0.25: x11-links-0.26 found
===> Patching for gtk2+-2.8.9
===> Applying pkgsrc patches for gtk2+-2.8.9
===> Overriding tools for gtk2+-2.8.9
===> Creating toolchain wrappers for gtk2+-2.8.9
xcursor is not installed; can't buildlink files.
*** Error code 1

Stop.
[...]
        % ls /usr/X11R6/lib/pkgconfig
        fontconfig.pc   xcursor.pc      xft.pc
>Fix:
        Remove this line -
        .include "../../x11/xcursor/buildlink3.mk"
        in Makefile can resolve the problem but I don't know if it
        is the correct method.

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index