From owner-freebsd-questions@FreeBSD.ORG Sun May 8 19:04:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3459810656D3 for ; Sun, 8 May 2011 19:04:02 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B46558FC13 for ; Sun, 8 May 2011 19:04:01 +0000 (UTC) Received: by bwz12 with SMTP id 12so5236655bwz.13 for ; Sun, 08 May 2011 12:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=a/1A7D1TibuyTBZBiIYeOFc40POjZcuUWdMozVnACds=; b=BLvky6tD1kr0yQkHF7w9jZxRvC6fjTf8nqfxicnHbTtLdAmmFt2Q0tPBvMrA0H5X0i moy0aw08TuYlibPYR5a/2vpl6FaBsxasZcEVhPI+I/o15Nzp2eGRMX1MJmNmL3U8JqpI c37JMOSeIg0WV9Q4t5j1aTjjNIHOqJl2FWf3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=J4Xqr4a4ZSaGyisnJq5AN9XiyiPbCoJPvwommLcuFZLFdItqEmaJCUs+PllKn3zXc0 WhK0xAz/jtCYD/5AyAVpb4sQ8krNFE32T8+RxKaKvEtilYZRPvJ7LWNVbbxfhOR/wF7F rgwCwsazSUx7bCr75nZtOiBDd0Sy1wUjTcShQ= Received: by 10.204.81.203 with SMTP id y11mr2049351bkk.124.1304881440137; Sun, 08 May 2011 12:04:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.42.21 with HTTP; Sun, 8 May 2011 12:03:30 -0700 (PDT) In-Reply-To: <20110508133733.d93437ed.web@3dresearch.com> References: <20110507170744.65a93826.web@3dresearch.com> <44hb95nmgz.fsf@lowell-desk.lan> <20110508133733.d93437ed.web@3dresearch.com> From: Chris Rees Date: Sun, 8 May 2011 20:03:30 +0100 Message-ID: To: Janos Dohanics Content-Type: text/plain; charset=ISO-8859-1 Cc: Lowell Gilbert , FreeBSD Questions Subject: Re: thunderbird-3.1.10 build error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 19:04:02 -0000 On 8 May 2011 18:37, Janos Dohanics wrote: > On Sun, 08 May 2011 13:14:36 -0400 > Lowell Gilbert wrote: > >> Janos Dohanics writes: >> >> > Trying to build thunderbird-3.1.10 on a FreeBSD 8.2-STABLE amd64 >> > machine and getting this error: >> > >> > gmake[4]: [...] >> > Error 2 *** Error code 1 >> > >> > Stop in /usr/ports/mail/thunderbird. >> > *** Error code 1 >> > >> > Stop in /usr/ports/mail/thunderbird. >> > >> > I'd appreciate your expert advice... >> >> The actual error was earlier than you quoted. >> Are you trying to run a parallel build? > > Actually, I wasn't - I posted the full make output to > http://wwwp.3dresearch.com/thunderbird. > > Thank you for taking the time and looking into it... > To clarify; have you tried make clean and starting again? Chris