From nobody@FreeBSD.org  Fri Nov 23 21:45:29 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id A9D5888B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Nov 2012 21:45:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 778EA8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Nov 2012 21:45:29 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qANLjT52066746
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 23 Nov 2012 21:45:29 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qANLjTFo066745;
	Fri, 23 Nov 2012 21:45:29 GMT
	(envelope-from nobody)
Message-Id: <201211232145.qANLjTFo066745@red.freebsd.org>
Date: Fri, 23 Nov 2012 21:45:29 GMT
From: Petr Bohac <bohacpetr@bohyn.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /libexec/ld-elf.so.1: /usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "inotify_init"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173884
>Category:       ports
>Synopsis:       www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "inotify_init"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 23 21:50:00 UTC 2012
>Closed-Date:    Fri Dec 28 21:22:23 UTC 2012
>Last-Modified:  Fri Dec 28 21:30:00 UTC 2012
>Originator:     Petr Bohac
>Release:        8.3-RELEASE-p3
>Organization:
>Environment:
FreeBSD local.bohyn.cz 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Firefox 17.0,1 build from ports crashes with "Undefined symbol" on start. 
>How-To-Repeat:
build ff from ports and start it.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Dec 3 04:47:26 UTC 2012 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173884 
Responsible-Changed-From-To: freebsd-ports-bugs->gecko 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 3 04:48:01 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173884 
Responsible-Changed-From-To: gecko->gnome 
Responsible-Changed-By: flo 
Responsible-Changed-When: Mon Dec 17 17:49:00 UTC 2012 
Responsible-Changed-Why:  
This is gnome territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173884 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Fri Dec 28 21:21:30 UTC 2012 
State-Changed-Why:  
Interesting... I didn't know that we have devel/libinotify. I have committed 
a fix in gnome-vfs to always have inotify disable no matter what. Thanks for 
report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173884 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/173884: commit references a PR
Date: Fri, 28 Dec 2012 21:21:31 +0000 (UTC)

 Author: mezz
 Date: Fri Dec 28 21:21:18 2012
 New Revision: 309588
 URL: http://svnweb.freebsd.org/changeset/ports/309588
 
 Log:
   Always disable inotify no matter what if even you have devel/libinotify
   installed. We are using our own, kevent.
   
   PR:		ports/173884
   Reported by:	Petr Bohac <bohacpetr@bohyn.cz>
 
 Modified:
   head/devel/gnome-vfs/Makefile   (contents, props changed)
 
 Modified: head/devel/gnome-vfs/Makefile
 ==============================================================================
 --- head/devel/gnome-vfs/Makefile	Fri Dec 28 21:18:10 2012	(r309587)
 +++ head/devel/gnome-vfs/Makefile	Fri Dec 28 21:21:18 2012	(r309588)
 @@ -88,8 +88,9 @@ post-patch:
  		s|%%LOCALBASE%%|${LOCALBASE}|g' \
  		${WRKSRC}/libgnomevfs/xdgmime.c \
  		${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c
 -	@${REINPLACE_CMD} -e 's|-lacl||g' \
 -		${WRKSRC}/configure
 +	@${REINPLACE_CMD} -e 's|-lacl||g ; \
 +		s|inotify_support=yes|inotify_support=no|g' \
 +			${WRKSRC}/configure
  	@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
  		< ${MASTERDIR}/pkg-install.in > ${PKGINSTALL}
  	@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
