ports/166296: [patch] x11-wm/libcompizconfig - compiz-manager not running

Ivan Klymenko fidaj at ukr.net
Wed Mar 21 13:10:12 UTC 2012


>Number:         166296
>Category:       ports
>Synopsis:       [patch] x11-wm/libcompizconfig - compiz-manager not running
>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:   Wed Mar 21 13:10:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ivan Klymenko
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
individual
>Environment:
>Description:
compiz-manager not running with devel/libinotify installed

>How-To-Repeat:
# compiz-manager --replace &
[1] 29223
# Checking for Xgl: not present. 
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log 
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Comparing resolution (1366x768) to maximum 3D texture size (8192): Passed.
Checking for nVidia: not present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting emerald
Gtk-Message: Failed to load module "globalmenu-gnome"
/usr/local/lib/libcompizconfig.so.0: Undefined symbol "inotify_init"
Gtk-Message: Failed to load module "globalmenu-gnome"
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-03-21 14:27:36.000000000 +0200
+++ Makefile	2012-03-21 14:39:08.000000000 +0200
@@ -38,6 +38,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if exists(${LOCALBASE}/include/sys/inotify.h)
+CONFIGURE_ENV+=	LIBS="${LIBS} -linotify"
+.endif
+
 .if (${OSVERSION} < 800501) || \
     ((${OSVERSION} >= 900000) && (${OSVERSION} < 900006))
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src-compiz.cpp


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



More information about the freebsd-ports-bugs mailing list