From owner-freebsd-questions@FreeBSD.ORG Mon May 9 00:52:52 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 2BEEE106566C for ; Mon, 9 May 2011 00:52:52 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 049278FC08 for ; Mon, 9 May 2011 00:52:51 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p490qssr007360; Sun, 8 May 2011 19:52:54 -0500 (CDT) Date: Sun, 8 May 2011 19:52:54 -0500 (CDT) From: Robert Bonomi Message-Id: <201105090052.p490qssr007360@mail.r-bonomi.com> To: freebsd-questions-local@be-well.ilk.org, web@3dresearch.com In-Reply-To: <44hb95nmgz.fsf@lowell-desk.lan> Cc: freebsd-questions@freebsd.org 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 00:52:52 -0000 > From owner-freebsd-questions@freebsd.org Sun May 8 12:15:43 2011 > From: Lowell Gilbert > To: Janos Dohanics > Date: Sun, 08 May 2011 13:14:36 -0400 > Cc: FreeBSD Questions > Subject: Re: thunderbird-3.1.10 build error > > Janos Dohanics writes: > > > Trying to build thunderbird-3.1.10 on a FreeBSD 8.2-STABLE amd64 > > machine and getting this error: > > > > gmake[4]: Entering directory > > `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import' gmake[6]: > > Entering directory > > `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime/b > > uild' Makefile:84: *** missing separator. Stop. gmake[6]: Leaving > > directory The apparent culprit is indicated in the line above -- a syntax error in the Makefile for building 'smime'. If you underestand makefile syntax, check out that file, circa 'line 84' THE most common makefile error is leading _spaces_ on an action line, instead of a 'tab' ([HT], '\t', 0x08) character. [[.. sneck traceback ..]] > > `/usr/ports/mail/thunderbird/work/comm-1.9.2' gmake: *** [default] > > 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. It _was_ there, just not at the end of things. :) > Are you trying to run a > parallel build? Reading the full trace _DID_ show a parallel build.