From owner-freebsd-questions@FreeBSD.ORG Mon May 9 16:24:47 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 B4F681065674 for ; Mon, 9 May 2011 16:24:47 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 662498FC17 for ; Mon, 9 May 2011 16:24:47 +0000 (UTC) Received: from fracasso.3dresearch.com (pool-96-236-232-63.pitbpa.east.verizon.net [96.236.232.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 3C20B739D6; Mon, 9 May 2011 12:24:44 -0400 (EDT) Received: from fracasso.3dresearch.com (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with SMTP id 6EB165CAC; Mon, 9 May 2011 12:24:43 -0400 (EDT) Date: Mon, 9 May 2011 12:24:24 -0400 From: Janos Dohanics To: utisoft@gmail.com Message-Id: <20110509122424.9216c276.web@3dresearch.com> In-Reply-To: References: <20110507170744.65a93826.web@3dresearch.com> <44hb95nmgz.fsf@lowell-desk.lan> <20110508133733.d93437ed.web@3dresearch.com> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: thunderbird-3.1.10 build error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 16:24:47 -0000 On Sun, 8 May 2011 20:45:54 +0100 Chris Rees wrote: > On 8 May 2011 20:03, Chris Rees wrote: > > 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? > > > > If it persists, stick up a copy of > /usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime/build/Makefile > and we can have a look. > > Chris Chris, I did make clean and make distclean, same result. I posted /usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime/build/Makefile at http://wwwp.3dresearch.com/thunderbird_smime_Makefile I'm not familiar with makefile syntax, still, I wondered if line 84 had an unwanted extra space between "+ ="? 83 ifndef MOZ_STATIC_MAIL_BUILD 84 SHARED_LIBRARY_LIBS + = ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) 85 endif -- Janos Dohanics