From owner-freebsd-current@FreeBSD.ORG Thu Jan 21 01:19:00 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 0980210656A4 for ; Thu, 21 Jan 2010 01:19:00 +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 8A1EC8FC08 for ; Thu, 21 Jan 2010 01:18:59 +0000 (UTC) Received: by fxm10 with SMTP id 10so2640788fxm.34 for ; Wed, 20 Jan 2010 17:18:58 -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=wfcDJ6bhWUx5vN4gALFbv6IIb1aIjII31hoQXqHXgZ0=; b=CEXmYOOo9NGQUI3i7NJLqPbfbHVekHrybDj0QLEiHBtFLup9qzCz7Fgco8yhxuU/Bv 3Cr3l1pnnpATLGxcHCH9MT/6zOebpwQbV9WBNTnvZ8K3ztw20E+kKbCZg13CHCQg1ePM b5daw07Z3Q1qpUQ2NHnuJ/p6rPGp+3A9k3LyE= 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=JQYoBQ0bNWNa/qC5HUNr8RrSerbQabwpDD/akC/9dlKYWZndRtU8eUgh/22w++ND+y uuw2U4qn98BEyCMVKsAoZj/I+L2hrcbWLw5Q1WiGH0YavCl3deQATDCDNcS0ESjeT6TW aUBwpJSf56Q2OZW9EACDec4LvDvBLsPFWUv3c= MIME-Version: 1.0 Received: by 10.87.5.15 with SMTP id h15mr1351698fgi.43.1264036738295; Wed, 20 Jan 2010 17:18:58 -0800 (PST) In-Reply-To: <20100120235024.GE50360@dan.emsphone.com> References: <20100120162326.GD50360@dan.emsphone.com> <20100120235024.GE50360@dan.emsphone.com> Date: Thu, 21 Jan 2010 11:48:58 +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: Thu, 21 Jan 2010 01:19:00 -0000 2010/1/21 Dan Nelson > In the last episode (Jan 21), Matt Thyer said: > > 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). > [...] > > > > 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. > > Since the ln command didn't print an error message itself, it's unlikely to > have caused the build to fail. Try searching for "***" or ":" instead. [...] You are correct. I missed the error the first time. It is: make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libmd.a. Stop *** Error code 2