From owner-freebsd-current@FreeBSD.ORG Wed Jan 20 23:20:16 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 7A7241065670 for ; Wed, 20 Jan 2010 23:20:16 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5FF8FC16 for ; Wed, 20 Jan 2010 23:20:15 +0000 (UTC) Received: by fxm10 with SMTP id 10so2565522fxm.34 for ; Wed, 20 Jan 2010 15:20:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=tkZ4LWJmQjJALYferkolNhy+GTFft1tyy98Kd0772wM=; b=B4aPdvf4W7pOhL2Q9g0xlA0wA4SjH9f7FahFdh1byGkfccbW4wyVQKPy/hOH90faql 5sfToEF4ByUAhqBKc3USgj7bHxqtnGDXot3jxww/79FqQC+wOd7t9W2jVX7v/iMc0rMy CG5ADIhxbYQQWFWgNYNjjlusWw2siCiIueYlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=j3b5dSBOxd7f3fP4yWOUVURZmIzhBY5xlgZzv2DMPJzQrBiScrsfkPGarfVWXp7eGh ijaJ53E2dhiwxiqnqXn2aK934vofRL+UmfQ4QqYphoKzNDB6Y1yL6OzpzPdP8luADafG 8u4TJpEdty/AfqyOc0oVfifLLa7duv6bMwv4U= MIME-Version: 1.0 Received: by 10.87.2.15 with SMTP id e15mr1214957fgi.22.1264029614769; Wed, 20 Jan 2010 15:20:14 -0800 (PST) In-Reply-To: <20100120162326.GD50360@dan.emsphone.com> References: <20100120162326.GD50360@dan.emsphone.com> Date: Thu, 21 Jan 2010 09:50:14 +1030 Message-ID: From: Matt Thyer To: Dan Nelson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: 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 23:20:16 -0000 2010/1/21 Dan Nelson > In the last episode (Jan 21), Matt Thyer said: > > 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). > [snip] > > 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 > > It's much more likely to be a Makefile dependency problem than a ZFS bug. > You will need to look much farther up in your log to see the real error > message. Make will wait for the other 23 jobs to finish before returning, > so what you posted was the output of one of the other jobs, plus the output > of each parent make as it exits with an error code. > This was my first thought so I grepped my log for "error" in a case insensitive way and found nothing. That's why I think that it may be a file system issue as the line prior to the link is the installation of the "libasn1.so.10" shared library. I have now installed the same JPSNAP on another identical hard disk (300GB Seagate SATA) in a UFS only system and will test again shortly. > -- > Dan Nelson > dnelson@allantgroup.com >