From owner-freebsd-x11@FreeBSD.ORG Thu Apr 16 07:36:02 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18E7C106566C for ; Thu, 16 Apr 2009 07:36:02 +0000 (UTC) (envelope-from grey.leo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id A47D48FC08 for ; Thu, 16 Apr 2009 07:36:01 +0000 (UTC) (envelope-from grey.leo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so124226fka.11 for ; Thu, 16 Apr 2009 00:36:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=a9X3o+fvBhn1tn5v7akxqAsU8kRfe6lBXRoBYCt/KoU=; b=uDDxYvLzhJn7FSiwHNpFnILUHUPNp2q/lWq7MDB9V1fLrd+9EQ1joPBl8zJFzAdvMe 15B6lgRjOPsDU2WwU58shsARrnfHwRWAZBSX3t8aMqo6vO2j1cG981ZwqGpDcevk8ZbE GCCEJeWHrpqYyNy/usi+GoWEhyJ3kKRSl3Z1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=a67ltAZ1HwQbwXz/HflnWrPFx0jIJySmvoqx1nN2tMDIymR/NASEDUcU8nxxgcUQy/ gc0g1W9d4ha2gTbSiBJGaD6vTTyRG2t7IdSUDWP0MtzLHqvLyTpgz6lS0yI/drOqi3wE ePNDNIPzUOKeGdiDhsOYlyP/yWSYQxlSZxtZs= MIME-Version: 1.0 Received: by 10.223.127.8 with SMTP id e8mr305454fas.81.1239865821313; Thu, 16 Apr 2009 00:10:21 -0700 (PDT) Date: Thu, 16 Apr 2009 11:10:21 +0400 Message-ID: <2fffb80904160010l3e9149fem963b7b118551e9fc@mail.gmail.com> From: Leo Cherepanov To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Mesa-7.4 cross-build bug X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 07:36:02 -0000 Hi. Host - amd64, 7.1-p4 Chroot - i386 7.1-p4 Compiling i386 ports in chroot failed in packets which use Mesa-7.4 - graphics/dri and graphics/libGL Configuration part doesn't find cross-compiling environment and tries to use x86_64 subdir for asm code. Compiling in pure x86 box is OK Compiling other ports in chroot is OK Thanx an avance :)