Bug 173884 - www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "inotify_init"
Summary: www/firefox: /libexec/ld-elf.so.1: /usr/local/lib/gnome-vfs-2.0/modules/libfi...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 21:50 UTC by Petr Bohac
Modified: 2012-12-28 21:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Bohac 2012-11-23 21:50:00 UTC
Firefox 17.0,1 build from ports crashes with "Undefined symbol" on start.

How-To-Repeat: build ff from ports and start it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-12-03 04:47:26 UTC
Responsible Changed
From-To: freebsd-amd64->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-03 04:48:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2012-12-17 17:49:00 UTC
Responsible Changed
From-To: gecko->gnome

This is gnome territory
Comment 4 Jeremy Messenger freebsd_committer freebsd_triage 2012-12-28 21:21:30 UTC
State Changed
From-To: open->closed

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!
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-12-28 21:21:31 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"