From owner-freebsd-ports@FreeBSD.ORG Sat Jan 3 21:00:39 2015 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE0744E8 for ; Sat, 3 Jan 2015 21:00:39 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 685862E1A for ; Sat, 3 Jan 2015 21:00:39 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t03L0Ssh039353; Sat, 3 Jan 2015 13:00:32 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201501032100.t03L0Ssh039353@gw.catspoiler.org> Date: Sat, 3 Jan 2015 13:00:28 -0800 (PST) From: Don Lewis Subject: Re: Linker error compiling cups-base To: frank_s@bellsouth.net In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 21:00:39 -0000 On 3 Jan, Frank Seltzer wrote: > I'm getting this while upgrading cups-base. Is this a known problem or > have I fat-fingered something? > > I don't understand why cups-base is even trying to link with avahi since > this option is unchecked: > > OPTIONS_FILE_UNSET+=AVAHI Is the MDNSRESPONDER option checked? I think I ran into this before. If neither option is checked, then cups-base tries to use avahi. See . I think the Makefile should be using OPTIONS_SINGLE instead of OPTIONS_RADIO.