From owner-freebsd-questions@FreeBSD.ORG Tue Feb 19 00:10:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5768816A473 for ; Tue, 19 Feb 2008 00:10:02 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 0F66113C442 for ; Tue, 19 Feb 2008 00:10:01 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so1405255wri.3 for ; Mon, 18 Feb 2008 16:10:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=ojSuWTz+oXK8UTtE9YxbcNOuRn8jSiupSapYLFDlgBc=; b=gqG7w98/7fKhp4l9MkPyvSInthiIBFpVqjUwvsyhqAdXrug9QG8j3yaDnbPm4xVeo2BB38LawxRtJGko2BBxofwVR9jQf2f2jjPeU5Kf8+nBeAVc2iw0kFWNfXd2SWuqlv9A4psuJelDTUZ+KMxxnAe6fxHMrgAhb9y4WaPaxN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=j6pKKrju5+3/BjhreJxESDyhQrsc56h3tA7PeE88l6PR/6cjiVoTH5HblLELApFxKODBAWvKKm9n4X4Xn1mgsk5vMi1pwe6pK/4xE0GouaHYWfWkvcHqq61CotiMInNpSMWCAVaP6Jf5grZnKr6WBX67dFJ0Te1pgYPhk/2Lp7Y= Received: by 10.151.8.8 with SMTP id l8mr2246515ybi.123.1203379800071; Mon, 18 Feb 2008 16:10:00 -0800 (PST) Received: by 10.151.85.17 with HTTP; Mon, 18 Feb 2008 16:10:00 -0800 (PST) Message-ID: <14989d6e0802181610l7c4c7a91u44f597679d60ec87@mail.gmail.com> Date: Tue, 19 Feb 2008 00:10:00 +0000 From: "Christian Walther" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Building Xorg as 32 Bit binaries on 64 Bit system? 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: Tue, 19 Feb 2008 00:10:02 -0000 Hi, I'm running FreeBSD 7 on an Athlon64 based machine with a 64 bit kernel. The machine is supposed to be a server (at home) so there's basically no Xorg involved. Now I want to monitor what the system is doing and I decided to install sysutils/conky from ports. The problem is that conky crashes with a "BadDrawable error". I searched the net for some time and found evidence that conky might not work in 64 bit mode. I tried to recompile it - the entire Xorg packages - but every time I end up having 64 bit binaries. I have CPUTYPE and CFLAGS commented out in /etc/make.conf, but the problem seems to arise from the configure scripts used by Xorg. For example during "make install clean" on xproto configure states: checking build system type... amd64-portbld-freebsd7.0 checking host system type... amd64-portbld-freebsd7.0 checking for style of include used by make... GNU checking for amd64-portbld-freebsd7.0-gcc... cc I wonder if it's possible to somehow override the build system type information? Christian