Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2011 12:27:50 GMT
From:      Michiel Leenaars <michiel.ml@nlnet.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   amd64/160764: If libinotify is installed, avahi-app doesn't build
Message-ID:  <201109161227.p8GCRoAW086055@red.freebsd.org>
Resent-Message-ID: <201109161230.p8GCU9af032648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160764
>Category:       amd64
>Synopsis:       If libinotify is installed, avahi-app doesn't build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-amd64
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 16 12:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Michiel Leenaars
>Release:        8.2 RELEASE
>Organization:
NLnet
>Environment:
FreeBSD localhostname 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
When libinotify is installed, avahi-app no longer compiles - which triggers a long list of things that also not compile.

Configure outputs:

 Enable Linux inotify:                      yes

[..]

The following error then occurs:


avahi_daemon-main.o(.text+0x5d5): In function `add_inotify_watches':
: undefined reference to `inotify_add_watch'
avahi_daemon-main.o(.text+0x11f2): In function `run_server':
: undefined reference to `inotify_init'
avahi_daemon-main.o(.text+0x5ee): In function `add_inotify_watches':
: undefined reference to `inotify_add_watch'
gmake[2]: *** [avahi-daemon] Error 1
gmake[2]: Leaving directory `/usr/ports/net/avahi-app/work/avahi-0.6.29/avahi-daemon'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/avahi-app/work/avahi-0.6.29'
gmake: *** [all] Error 2
*** Error code 1


>How-To-Repeat:
Install devel/libinotify, try to compile net/avahi-app.

>Fix:



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109161227.p8GCRoAW086055>