Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 01:41:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192724] New: [patch] devel/gnome-vfs: doesn't completely ignore auto detect of sys/inotify.h
Message-ID:  <bug-192724-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192724

            Bug ID: 192724
           Summary: [patch] devel/gnome-vfs: doesn't completely ignore
                    auto detect of sys/inotify.h
           Product: Ports Tree
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: beastie@tardisi.com

On:
FreeBSD 9.2-RELEASE-p10 #0: Tue Jul  8 10:48:24 UTC 2014    
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 

Been stumped by this error:

/usr/local/lib/gnome-vfs-2.0/modules/libfile.so: Undefined symbol "ih_startup"

Eventually found that in post-patch it changes "inotify_support=yes" to
"inotify_support=no".  However this is one of two things configure does when it
auto-detects sys/inotify.h.

Which allowed me to decide that the application wasn't for me, so I deleted it.

But, here's the patch:

--- patch-config.h.in.orig      2014-01-22 11:40:44.000000000 -0600
+++ patch-config.h.in   2014-08-16 20:20:26.933911743 -0500
@@ -1,6 +1,6 @@
---- config.h.in.orig   Sun May  7 00:54:09 2006
-+++ config.h.in        Sun May  7 00:54:46 2006
-@@ -121,6 +121,9 @@
+--- config.h.in.orig   2010-09-28 04:35:21.000000000 -0500
++++ config.h.in        2014-08-16 20:20:09.534309070 -0500
+@@ -133,6 +133,9 @@
  /* Define to 1 if you have the <fnmatch.h> header file. */
  #undef HAVE_FNMATCH_H

@@ -10,3 +10,12 @@
  /* Define to 1 if you have the <fstab.h> header file. */
  #undef HAVE_FSTAB_H

+@@ -429,7 +432,7 @@
+ #undef HAVE_SYS_CDIO_H
+ 
+ /* Define to 1 if you have the <sys/inotify.h> header file. */
+-#undef HAVE_SYS_INOTIFY_H
++/* undef HAVE_SYS_INOTIFY_H */
+ 
+ /* Define to 1 if you have the <sys/mntctl.h> header file. */
+ #undef HAVE_SYS_MNTCTL_H

-- 
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-13>