From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:03:21 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67FFB1065674 for ; Mon, 2 Aug 2010 20:03:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 226148FC27 for ; Mon, 2 Aug 2010 20:03:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o72K3AuL006483; Mon, 2 Aug 2010 14:03:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o72K3Aak006480; Mon, 2 Aug 2010 14:03:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 2 Aug 2010 14:03:10 -0600 (MDT) From: Warren Block To: Robert In-Reply-To: <20100802122609.0c6107d5@asus64> Message-ID: References: <20100802122609.0c6107d5@asus64> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (wonkity.com [127.0.0.1]); Mon, 02 Aug 2010 14:03:11 -0600 (MDT) Cc: questions@freebsd.org Subject: Re: Firefox printing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 20:03:21 -0000 On Mon, 2 Aug 2010, Robert wrote: > On Mon, 2 Aug 2010 12:36:58 -0600 (MDT) > Warren Block wrote: > >> Firefox 3.6.8,1 coredumps on print preview or print. Can anyone else >> confirm this? (8.1-stable using lpd.) > > Warren, > I was fighting this problem over the weekend. I have a network > printer. I did a debug on the core dump and there was a some kind of > cups library involved. I have WITHOUT_CUPS=YES in make.conf. > > I checked the installed ports and saw that cups-client was installed. I > removed it and was able to print. That works! It does leave a long list of ports that are convinced they need cups-client to work, but that's probably something that needs to be fixed by rebuilding them without CUPS anyway. Thanks!