ports/123390: x11-toolkits/gtk20 records xdamge

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Sun May 4 09:40:05 UTC 2008


>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:



More information about the freebsd-ports-bugs mailing list