From owner-freebsd-ports@FreeBSD.ORG Thu Aug 4 21:54:36 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A032F106566C for ; Thu, 4 Aug 2011 21:54:36 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 245268FC13 for ; Thu, 4 Aug 2011 21:54:35 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0201.4E3B151A.008F,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from soth.ventu (151.41.133.157) by cp-out7.libero.it (8.5.133) id 4E22BE8B02915641 for freebsd-ports@freebsd.org; Thu, 4 Aug 2011 23:54:34 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.5/8.14.4) with ESMTP id p74LsCMQ099004 for ; Thu, 4 Aug 2011 23:54:12 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4E3B1504.3010502@netfence.it> Date: Thu, 04 Aug 2011 23:54:12 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.18) Gecko/20110711 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.71 on 10.1.2.13 Subject: Re: Problems building netatalk 2.2 on FreeBSD 8.2 - AMD64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 21:54:36 -0000 On 08/04/11 22:17, Mattias Lindgren wrote: > I'm having problems building Netatalk 2.2 on one of my machines. It > previously had netatalk 2.1 on it, but have since uninstalled it as > part of the troubleshooting process. It builds fine on another > machine, but moving ithe tbz over to the machine in question makes > afpd dump core. Please see below for the relevant info: I tried it succesfully on a clean machine. My log starts differing from yours here: > checking for avahi-client/client.h... yes > checking for avahi_client_new in -lavahi-client... no > checking whether to enable Zerconf support... no > configure: error: Zeroconf installation not found Perhaps you should "portupgrade -R[f] avahi-app"? Or, if you don't need it, you could disable zeroconf in netatalk's options. bye av.