Summary: | If libinotify is installed, net/avahi-app doesn't build | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Michiel Leenaars <michiel.ml> |
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Michiel Leenaars
2011-09-16 13:30:09 UTC
Responsible Changed From-To: freebsd-amd64->gnome Make this a ports PR, fix Synopsis, and assign. This probably breaks a number of other ports as well. devel/glib20 is another, for instance. For many of these ports that break when libinotify is installed, adding -linotify to LDFLAGS helps it find the library (and thus satisfy undefined references). Whether that is the right thing to do (have a port built that actually uses this BSD incarnation of inotify successfully) for a particular port is a separate question, but it gets it compiling. In theory, devel/libinotify can be helpful for some of our ports now. For instance, devel/gamin could use it which may solve the problem of gam_server holding so many open file descriptors when using the kqueue implementation. ahze 2012-01-19 17:13:12 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile net/avahi-app Makefile Log: Always disable libinofity to fix build if devel/libinotify is installed PR: ports/160764 Reported by: Michiel Leenaars <michiel.ml@nlnet.nl> John Hein <jhein@symmetricom.com> Approved by: pav Revision Changes Path 1.182 +2 -0 ports/devel/glib20/Makefile 1.33 +2 -0 ports/net/avahi-app/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Fixed by disabling libinotify, Thanks for the report! |