[Bug 192724] [patch] devel/gnome-vfs: doesn't completely ignore auto detect of sys/inotify.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 10 01:57:01 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192724

Danilo Egea Gondolfo <danilo at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danilo at FreeBSD.org

--- Comment #6 from Danilo Egea Gondolfo <danilo at 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.


More information about the freebsd-gnome mailing list