On Sun, 8 May 2011 20:45:54 +0100 Chris Rees <[email protected]> wrote:
> On 8 May 2011 20:03, Chris Rees <[email protected]> wrote: > > On 8 May 2011 18:37, Janos Dohanics <[email protected]> wrote: > >> On Sun, 08 May 2011 13:14:36 -0400 > >> Lowell Gilbert <[email protected]> wrote: > >> > >>> Janos Dohanics <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
