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/> References: <bug-192724-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192724 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_start= up" If I build gnome-vfs with inotify support it just works again. Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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=3Dyes|inotify_support=3Dno|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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192724-6497-LLzjgXuUEc>