Date: Tue, 10 Oct 2017 01:57:00 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 192724] [patch] devel/gnome-vfs: doesn't completely ignore auto detect of sys/inotify.h Message-ID: <bug-192724-6497-LLzjgXuUEc@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192724-6497@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192724 Danilo Egea Gondolfo <danilo@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danilo@FreeBSD.org --- Comment #6 from Danilo Egea Gondolfo <danilo@FreeBSD.org> --- Resurrecting the PR... I'm getting this error on 12 CURRENT. It's affecting gnome-commander2. /usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "ih_startup" If I build gnome-vfs with inotify support it just works again. Index: Makefile =================================================================== --- Makefile (revision 451643) +++ Makefile (working copy) @@ -81,8 +81,7 @@ s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g ; \ - s|inotify_support=yes|inotify_support=no|g' \ + @${REINPLACE_CMD} -e 's|-lacl||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/*/Makefile.in I think it's ok once our libinotify is developed on top on kqueue. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192724-6497-LLzjgXuUEc>
