From owner-freebsd-current@FreeBSD.ORG Wed Jan 20 15:38:36 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C5C3106568D for ; Wed, 20 Jan 2010 15:38:36 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 049408FC17 for ; Wed, 20 Jan 2010 15:38:35 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so1509014fga.13 for ; Wed, 20 Jan 2010 07:38:34 -0800 (PST) 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; bh=/Hj1TJoyod3XI0DAV7OQjL7wVRLt4f4rBybEr/JHuU4=; b=G1xwt3hFR2p2oqo5SWHCLvhgX4baBtaD6RVj2/q92uKuyqrIR0JwJ5g8EedBNaic+D 8W9OFW50EtXxIi4014ZCKE4nr+Q36Ze1V/w2Jh0YhPgGrDQc5H2eUPTe1cjSKUcmW2JI qlivTTyv/2AHZ5SG7BCOMBGcZSENV8ngAW73s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ohfcSQdNs4tvjXNI0Htl42+Z4V8MPuANTO1CITkqtPpR1YkizmAJmwulxSwZVGCgDi Lye+hTFx3qnjMonJz4280j2VvsfRrZYA65RDGGKrBorP7L20YNQ0PhqYoIO04xeDI6Ch vBmw44xMAfHe67xJBy6mYB/NjRDRcc6JMyifY= MIME-Version: 1.0 Received: by 10.87.56.8 with SMTP id i8mr330436fgk.24.1264000178930; Wed, 20 Jan 2010 07:09:38 -0800 (PST) Date: Thu, 21 Jan 2010 01:39:38 +1030 Message-ID: From: Matt Thyer To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Buildworld failure with -j24 and ZFS on GPT on Core i7-860 system 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: Wed, 20 Jan 2010 15:38:36 -0000 I typically buildworld with a parallel make of hw.ncpu * 3 which results in -j24 on my new system (Intel Core i7-860, 8GB RAM). I've not been able to buildworld natively on this new system (with ZFS - I have not tried non-ZFS natively yet) but have been able to buildworld in a virtual machine under Windows 7 64bit VMware Server 2.0.2 with 2 virtual CPUs (hence -j6 for buildworld). Both 8-STABLE 32bit (this VM is non-ZFS) and CURRENT 64bit (a ZFS system) will build as a VM (-j6) but a native 64bit FreeBSD CURRENT (ZFS) fails. The CURRENT 64bit systems were installed from the allbsd.org JPSNAP DVD of 18 Jan 2010 and both can successfully buildworld with -j1 (Virtual and native). Build failure is: sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 asn1_err.h /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/heim_asn1.h cms_asn1.h rfc2459_asn1.h krb5_asn1.h pkinit_asn1.h pkcs8_asn1.h pkcs9_asn1.h pkcs12_asn1.h digest_asn1.h kx509_asn1.h /usr/obj/usr/src/tmp/usr/include sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 libasn1.so.10 /usr/obj/usr/src/tmp/usr/lib ln -fs libasn1.so.10 /usr/obj/usr/src/tmp/usr/lib/libasn1.so 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error I guess this is a FreeBSD ZFS bug of some kind. I have not yet prepared another non-ZFS hard disk for native testing (though I do have a spare hard disk available and will test this soon).