Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2008 11:39:23 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123390: x11-toolkits/gtk20 records xdamge
Message-ID:  <200805040939.m449dNIT086937@home3.dinoex.sub.de>
Resent-Message-ID: <200805040940.m449e5rm009468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123390
>Category:       ports
>Synopsis:       x11-toolkits/gtk20 records xdamge
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 04 09:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 7.0-STABLE
>Organization:
privat
>Environment:

	/usr/ports/x11-toolkits/gtk20

>Description:

	11-toolkits/gtk20 detects xrender and records it in its
	*.pc files.

>How-To-Repeat:

	build and install x11-toolkits/gtk20 while xrender ist installed.

	grep -r xrender /usr/local/libdata/pkgconfig
/usr/local/libdata/pkgconfig/gdk-2.0.pc:Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xi xrandr xcursor xfixes xdamage
/usr/local/libdata/pkgconfig/gdk-x11-2.0.pc:Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xi xrandr xcursor xfixes xdamage

	deinstall xrender and try to build a gtk related port.
	e.G.	databases/animenfo-client-gtk
		deskutils/hot-babe
		graphics/dia
		graphics/poppler-gtk
		graphics/swfdec
		mail/thunderbird
		misc/lingoteach
		net/wireshark
		net-im/pidgin
		www/firefox
		www/nvu
		x11-fm/rox-filer
		x11-toolkits/gtkmm24

	stoping with this error whice configure:
[...]
checking for pkg-config... /usr/local/bin/pkg-config
checking for gtk+-2.0 >= 1.3.13... gnome-config: not found
gnome-config: not found
Package xdamage was not found in the pkg-config search path. Perhaps you should add the directory containing `xdamage.pc' to the PKG_CONFIG_PATH environment variable Package 'xdamage', required by 'GDK', not found
configure: error: Library requirements (gtk+-2.0 >= 1.3.13) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonsta

>Fix:

	Appy this micro patch:

-USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes
+USE_XORG=	xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805040939.m449dNIT086937>