From owner-freebsd-amd64@FreeBSD.ORG Fri Sep 16 12:30:10 2011 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E8101065670 for ; Fri, 16 Sep 2011 12:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6DCB8FC13 for ; Fri, 16 Sep 2011 12:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8GCU9eB032652 for ; Fri, 16 Sep 2011 12:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8GCU9af032648; Fri, 16 Sep 2011 12:30:09 GMT (envelope-from gnats) Resent-Date: Fri, 16 Sep 2011 12:30:09 GMT Resent-Message-Id: <201109161230.p8GCU9af032648@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michiel Leenaars Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ADD41065672 for ; Fri, 16 Sep 2011 12:27:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5BCB38FC08 for ; Fri, 16 Sep 2011 12:27:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8GCRoX3086056 for ; Fri, 16 Sep 2011 12:27:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p8GCRoAW086055; Fri, 16 Sep 2011 12:27:50 GMT (envelope-from nobody) Message-Id: <201109161227.p8GCRoAW086055@red.freebsd.org> Date: Fri, 16 Sep 2011 12:27:50 GMT From: Michiel Leenaars To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Fri, 16 Sep 2011 12:56:17 +0000 Cc: Subject: amd64/160764: If libinotify is installed, avahi-app doesn't build X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2011 12:30:10 -0000 >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: