Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2011 19:52:54 -0500 (CDT)
From:      Robert Bonomi <bonomi@mail.r-bonomi.com>
To:        freebsd-questions-local@be-well.ilk.org, web@3dresearch.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: thunderbird-3.1.10 build error
Message-ID:  <201105090052.p490qssr007360@mail.r-bonomi.com>
In-Reply-To: <44hb95nmgz.fsf@lowell-desk.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
> From owner-freebsd-questions@freebsd.org  Sun May  8 12:15:43 2011
> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
> To: Janos Dohanics <web@3dresearch.com>
> Date: Sun, 08 May 2011 13:14:36 -0400
> Cc: FreeBSD Questions <freebsd-questions@freebsd.org>
> Subject: Re: thunderbird-3.1.10 build error
>
> Janos Dohanics <web@3dresearch.com> 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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105090052.p490qssr007360>