From owner-freebsd-gnome@FreeBSD.ORG Thu Mar 22 15:41:03 2007 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AE7016A404 for ; Thu, 22 Mar 2007 15:41:03 +0000 (UTC) (envelope-from neb@drycold.ca) Received: from clockwork.private.drycold.ca (drycold.ca [206.248.171.157]) by mx1.freebsd.org (Postfix) with ESMTP id E8CFB13C4D5 for ; Thu, 22 Mar 2007 15:41:02 +0000 (UTC) (envelope-from neb@drycold.ca) Received: from clockwork.private.drycold.ca (localhost.private.drycold.ca [127.0.0.1]) by clockwork.private.drycold.ca (Postfix) with ESMTP id AEFB4EBC45; Thu, 22 Mar 2007 11:18:30 -0400 (EDT) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed; d=drycold.ca; h=received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; q=dns/txt; s=march2007; bh=nTFnWPRDCob2TI20J4Y7IshKiUg=; b=ASvwSAsvhX1bs7OqX3L5gZ/VtQ++2je9spwUbhoctPqZEXN6kyL1VPrw/aOBoJ64kywOEzcJnjg3FTdoc1NxVRV2j/tPdIJjjtMomYwbUcIUKJhb8/tWJhLn1K+nhHEpwc1YvoppsIq8+WJYfSs0rrKwLlLql9rxPKegtVvvGZE= Received: by clockwork.private.drycold.ca (Postfix, from userid 1000) id 600F1EBC25; Thu, 22 Mar 2007 11:18:30 -0400 (EDT) Date: Thu, 22 Mar 2007 11:18:30 -0400 From: Ben Korvemaker To: cairo maintainer , chkrootkit maintainer Message-ID: <20070322151828.GA509@clockwork.private.drycold.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.14 (2007-02-12) Cc: Subject: conflict between cairo and chkrootkit ports X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 15:41:03 -0000 It took a while to track this one down. security/chkrootkit (0.47) provides a replacement 'strings' command in /usr/local/bin, that doesn't understand the '-' argument. configure in graphics/cairo (1.4.2) uses 'strings - conftest.$ac_objext' to look for "seesnoon" / "noonsees" to determine the floating point endianess. The symptom ends up being: ================ checking whether byte ordering is bigendian... no checking whether float word ordering is bigendian... fopen: No such file or directory fopen: No such file or directory unknown configure: error: Unknown float word ordering. You need to manually preset ax_cv_c_float_words_bigendian=no (or yes) according to your system. ================ If/how you solve this is up to you. Ben -- Ben Korvemaker neb@drycold.ca