From owner-freebsd-current@FreeBSD.ORG Thu Aug 4 18:43:46 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1435C16A41F for ; Thu, 4 Aug 2005 18:43:46 +0000 (GMT) (envelope-from caelian@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C3243D45 for ; Thu, 4 Aug 2005 18:43:45 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so410409rna for ; Thu, 04 Aug 2005 11:43:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=iFeuM38k5rjCj9JZjF0A6NnDEnvIXZzHYH1EefolqIUYV2X6RsL8CAl2qAHiMfZ0fnbNrzWI9BgHnFEsetRBqFKhaVafxiu/Sbeo2RXfocm3FS+uB2f2UPtK6nlCmhAYk987LIHvjYkbdWAoszJ9abpShnTseeQZJAYtMEu6MPo= Received: by 10.38.76.64 with SMTP id y64mr976597rna; Thu, 04 Aug 2005 11:43:45 -0700 (PDT) Received: from ?192.168.15.122? ([68.190.230.198]) by mx.gmail.com with ESMTP id r34sm1301103rna.2005.08.04.11.43.30; Thu, 04 Aug 2005 11:43:45 -0700 (PDT) From: Pascal Hofstee To: current@FreeBSD.org Content-Type: text/plain Date: Thu, 04 Aug 2005 11:42:22 -0700 Message-Id: <1123180942.75727.3.camel@synergy.charterpipeline.net.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.3.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: buildworld broken ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 18:43:46 -0000 I have tried a buildworld for 7.0-CURRENT/amd64 for two days straight now .. and it keeps bailing out with the following error. It looks like somehow "MACHINE=i386 MACHINE_ARCH=i386" are not getting properly set during the building of these lib32 bits. Can somebody please confirm this breakage ... as i haven't seen the tinderboxes complain yet. (I have no NO_* settings or TARGET_ARCH specifications in my make.conf). ===> kerberos5/lib/libasn1 (depend,all,install) building shared library libasn1.so.8 /usr/obj/usr/src/tmp/usr/bin/ld: warning: i386 architecture of input file `asn1_err.So' is incompatible with i386:x86-64 output asn1_err.So(.text+0x33): In function `initialize_asn1_error_table_r': /usr/obj/lib32/usr/src/kerberos5/lib/libasn1/asn1_err.c:26: undefined reference to `initialize_error_table_r' asn1_err.So(.text+0x6c): In function `initialize_asn1_error_table': /usr/obj/lib32/usr/src/kerberos5/lib/libasn1/asn1_err.c:31: undefined reference to `init_error_table' *** Error code 1 Stop in /usr/src/kerberos5/lib/libasn1. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Pascal Hofstee