Re: thunderbird-3.1.10 build error

2011-05-11 Thread Janos Dohanics
On Mon, 9 May 2011 18:52:12 +0100
Chris Rees utis...@gmail.com wrote:

 On 9 May 2011 18:38, Janos Dohanics w...@3dresearch.com wrote:
  On Sun, 8 May 2011 19:52:54 -0500 (CDT)
  Robert Bonomi bon...@mail.r-bonomi.com wrote:
 
   From [...]
 
                                                 Are you trying to
   run a parallel build?
 
  Reading the full trace _DID_ show a parallel build.
 
  How can you tell? I'm pretty sure I did not use the -j flag...
 
 
 You're right about + =!
 
 Fetch this patchfile:
 
 http://www.bayofrum.net/~crees/patches/patch-mailnews-extensions-smime-build-Makefile-in
 
 and stick it in /usr/ports/mail/thunderbird/files
 
 make clean, and try making again.
 
 Chris

Chris,

I guess your reward for helping is more nagging... would you please
take a look at http://wwwp.3dresearch.com/thunderbird2

-- 
Janos Dohanics


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-09 Thread Janos Dohanics
On Sun, 8 May 2011 20:45:54 +0100
Chris Rees utis...@gmail.com wrote:

 On 8 May 2011 20:03, Chris Rees utis...@gmail.com wrote:
  On 8 May 2011 18:37, Janos Dohanics w...@3dresearch.com wrote:
  On Sun, 08 May 2011 13:14:36 -0400
  Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:
 
  Janos Dohanics w...@3dresearch.com 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-09 Thread Chris Rees
On 9 May 2011 18:38, Janos Dohanics w...@3dresearch.com wrote:
 On Sun, 8 May 2011 19:52:54 -0500 (CDT)
 Robert Bonomi bon...@mail.r-bonomi.com wrote:

  From [...]

                                                Are you trying to run
  a parallel build?

 Reading the full trace _DID_ show a parallel build.

 How can you tell? I'm pretty sure I did not use the -j flag...


You're right about + =!

Fetch this patchfile:

http://www.bayofrum.net/~crees/patches/patch-mailnews-extensions-smime-build-Makefile-in

and stick it in /usr/ports/mail/thunderbird/files

make clean, and try making again.

Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-09 Thread Janos Dohanics
On Mon, 9 May 2011 12:45:38 -0500 (CDT)
Robert Bonomi bon...@mail.r-bonomi.com wrote:

  From owner-freebsd-questi...@freebsd.org  Mon May  9 12:40:39 2011
  Date: Mon, 9 May 2011 13:38:19 -0400
  From: Janos Dohanics w...@3dresearch.com
  To: Robert Bonomi bon...@mail.r-bonomi.com
  Cc: FreeBSD Questions freebsd-questions@freebsd.org
  Subject: Re: thunderbird-3.1.10 build error
 
  On Sun, 8 May 2011 19:52:54 -0500 (CDT)
  Robert Bonomi bon...@mail.r-bonomi.com wrote:
 
From [...]
   
  Are you trying to
run a parallel build?
   
   Reading the full trace _DID_ show a parallel build.
 
  How can you tell? I'm pretty sure I did not use the -j flag...
 
 I actually read the log you posted.  grin
 
 Shortly after the line with the makefile error, there was a line
 mentioning  'pmake'.   pmake is the 'parallel make' utility.
 
 Q.E.D.

I'm getting these unwelcome reminders of getting older and dimmer more
and more often; forgetting things, can't see the obvious in plain
sight, etc... but I can't for the life of me find pmake either in my
original post or in build log I posted additionally:
http://wwwp.3dresearch.com/thunderbird

Then again, I may have forgotten my ophthalmologist appointment...

-- 
Janos Dohanics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-09 Thread Janos Dohanics
On Mon, 9 May 2011 18:52:12 +0100
Chris Rees utis...@gmail.com wrote:

 On 9 May 2011 18:38, Janos Dohanics w...@3dresearch.com wrote:
  On Sun, 8 May 2011 19:52:54 -0500 (CDT)
  Robert Bonomi bon...@mail.r-bonomi.com wrote:
 
   From [...]
 
                                                 Are you trying to
   run a parallel build?
 
  Reading the full trace _DID_ show a parallel build.
 
  How can you tell? I'm pretty sure I did not use the -j flag...
 
 
 You're right about + =!
 
 Fetch this patchfile:
 
 http://www.bayofrum.net/~crees/patches/patch-mailnews-extensions-smime-build-Makefile-in
 
 and stick it in /usr/ports/mail/thunderbird/files
 
 make clean, and try making again.
 
 Chris

Thank you for the patch, I have installed it, tried make clean and make
again, and this time I got the error:

*** nsMsgSMIMEFactory.cpp
No rule to make target `../../../base/util/libmsgbsutl_s.a', needed by
`libmsgsmime.so'.  Stop.

Also posted the build log at http://wwwp.3dresearch.com/thunderbird2

Thank you for your help...

-- 
Janos Dohanics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-09 Thread Janos Dohanics
On Mon, 9 May 2011 14:35:55 -0500 (CDT)
Robert Bonomi bon...@mail.r-bonomi.com wrote:

  From w...@3dresearch.com  Mon May  9 13:30:28 2011
  Date: Mon, 9 May 2011 14:29:47 -0400
  From: Janos Dohanics w...@3dresearch.com
  To: Robert Bonomi bon...@mail.r-bonomi.com
  Cc: FreeBSD Questions freebsd-questions@freebsd.org
  Subject: Re: thunderbird-3.1.10 build error
 
  On Mon, 9 May 2011 12:45:38 -0500 (CDT)
  Robert Bonomi bon...@mail.r-bonomi.com wrote:
 
From owner-freebsd-questi...@freebsd.org  Mon May  9 12:40:39
2011 Date: Mon, 9 May 2011 13:38:19 -0400
From: Janos Dohanics w...@3dresearch.com
To: Robert Bonomi bon...@mail.r-bonomi.com
Cc: FreeBSD Questions freebsd-questions@freebsd.org
Subject: Re: thunderbird-3.1.10 build error
   
On Sun, 8 May 2011 19:52:54 -0500 (CDT)
Robert Bonomi bon...@mail.r-bonomi.com wrote:
   
  From [...]
 
Are you
  trying to run a parallel build?
 
 Reading the full trace _DID_ show a parallel build.
   
How can you tell? I'm pretty sure I did not use the -j flag...
   
   I actually read the log you posted.  grin
   
   Shortly after the line with the makefile error, there was a line
   mentioning  'pmake'.   pmake is the 'parallel make' utility.
   
   Q.E.D.
 
  I'm getting these unwelcome reminders of getting older and dimmer
  more and more often; forgetting things, can't see the obvious in
  plain sight, etc... 
 
 Simple explanation: bit-rot in _my_ memory.  It was -not- an explicit
 reference to 'pmake', as I mis-remembered.  It was _this_ line:
 
  gmake[3]: *** Waiting for unfinished jobs

Relief :)

I should then ask: where is the switch which tells Thuderbird to do a
parallel build or not? Since I didn't use -j...

-- 
Janos Dohanics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-09 Thread Janos Dohanics
On Mon, 9 May 2011 16:35:59 -0500 (CDT)
Robert Bonomi bon...@mail.r-bonomi.com wrote:

  [...]
 
  I should then ask: where is the switch which tells Thuderbird to do
  a parallel build or not? Since I didn't use -j...
 
 The answer to that is a hybrid between a rhinoceros and an elephant.
 i.e.  'elephino'.  GRIN
 
 I'm _guessing_ that a several-levels deep makefile sets '-j' for a
 build in the lower-level directory.  without a bunch of digging
 through the source-code build tree of a product _I_ don't use, I
 can't be any more specific.

Thanks for all your help...

-- 
Janos Dohanics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-08 Thread Lowell Gilbert
Janos Dohanics w...@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/build'
 Makefile:84: *** missing separator.  Stop.
 gmake[6]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime/build'
 gmake[5]: *** [export] Error 2
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime'
 gmake[4]: *** [smime_export] Error 2
 gmake[4]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions'
 gmake[3]: *** [extensions_export] Error 2
 gmake[3]: *** Waiting for unfinished jobs
 gmake[5]: Entering directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/public'
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
 ../../../mozilla/dist/idl
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
 ../../../mozilla/dist/idl
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 
 644 nsIImportService.idl nsIImportModule.idl nsIImportMail.idl 
 nsIImportMailboxDescriptor.idl nsIImportGeneric.idl nsIImportAddressBooks.idl 
 nsIImportABDescriptor.idl nsIImportSettings.idl nsIImportMimeEncode.idl 
 nsIImportFieldMap.idl nsIImportFilters.idl ../../../mozilla/dist/idl
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 
 644 _xpidlgen/nsIImportService.h _xpidlgen/nsIImportModule.h 
 _xpidlgen/nsIImportMail.h _xpidlgen/nsIImportMailboxDescriptor.h 
 _xpidlgen/nsIImportGeneric.h _xpidlgen/nsIImportAddressBooks.h 
 _xpidlgen/nsIImportABDescriptor.h _xpidlgen/nsIImportSettings.h 
 _xpidlgen/nsIImportMimeEncode.h _xpidlgen/nsIImportFieldMap.h 
 _xpidlgen/nsIImportFilters.h ../../../mozilla/dist/include 
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/public'
 gmake[5]: Entering directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/src'
 gmake[5]: Nothing to be done for `export'.
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/src'
 gmake[5]: Entering directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/text/src'
 gmake[5]: Nothing to be done for `export'.
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/text/src'
 gmake[5]: Entering directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/public'
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
 ../../../../mozilla/dist/idl
 gmake[5]: Entering directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/src'
 gmake[5]: Nothing to be done for `export'.
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/src'
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
 ../../../../mozilla/dist/idl
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 
 644 nsIComm4xProfile.idl ../../../../mozilla/dist/idl
 /usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 
 644 _xpidlgen/nsIComm4xProfile.h ../../../../mozilla/dist/include 
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/public'
 gmake[5]: Entering directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/build'
 gmake[5]: Nothing to be done for `export'.
 gmake[5]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/build'
 gmake[4]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import'
 gmake[3]: Leaving directory 
 `/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews'
 gmake[2]: *** [export_tier_app] Error 2
 gmake[2]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-1.9.2'
 gmake[1]: *** [tier_app] Error 2
 gmake[1]: Leaving directory `/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.
Are you trying to run a parallel build?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-08 Thread Janos Dohanics
On Sun, 08 May 2011 13:14:36 -0400
Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:

 Janos Dohanics w...@3dresearch.com 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...

-- 
Janos Dohanics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-08 Thread Chris Rees
On 8 May 2011 18:37, Janos Dohanics w...@3dresearch.com wrote:
 On Sun, 08 May 2011 13:14:36 -0400
 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:

 Janos Dohanics w...@3dresearch.com 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-08 Thread Chris Rees
On 8 May 2011 20:03, Chris Rees utis...@gmail.com wrote:
 On 8 May 2011 18:37, Janos Dohanics w...@3dresearch.com wrote:
 On Sun, 08 May 2011 13:14:36 -0400
 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote:

 Janos Dohanics w...@3dresearch.com 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: thunderbird-3.1.10 build error

2011-05-08 Thread Robert Bonomi
 From owner-freebsd-questi...@freebsd.org  Sun May  8 12:15:43 2011
 From: Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org
 To: Janos Dohanics w...@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 w...@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.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


thunderbird-3.1.10 build error

2011-05-07 Thread Janos Dohanics
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/build'
Makefile:84: *** missing separator.  Stop.
gmake[6]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime/build'
gmake[5]: *** [export] Error 2
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions/smime'
gmake[4]: *** [smime_export] Error 2
gmake[4]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/extensions'
gmake[3]: *** [extensions_export] Error 2
gmake[3]: *** Waiting for unfinished jobs
gmake[5]: Entering directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/public'
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
../../../mozilla/dist/idl
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
../../../mozilla/dist/idl
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 644 
nsIImportService.idl nsIImportModule.idl nsIImportMail.idl 
nsIImportMailboxDescriptor.idl nsIImportGeneric.idl nsIImportAddressBooks.idl 
nsIImportABDescriptor.idl nsIImportSettings.idl nsIImportMimeEncode.idl 
nsIImportFieldMap.idl nsIImportFilters.idl ../../../mozilla/dist/idl
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 644 
_xpidlgen/nsIImportService.h _xpidlgen/nsIImportModule.h 
_xpidlgen/nsIImportMail.h _xpidlgen/nsIImportMailboxDescriptor.h 
_xpidlgen/nsIImportGeneric.h _xpidlgen/nsIImportAddressBooks.h 
_xpidlgen/nsIImportABDescriptor.h _xpidlgen/nsIImportSettings.h 
_xpidlgen/nsIImportMimeEncode.h _xpidlgen/nsIImportFieldMap.h 
_xpidlgen/nsIImportFilters.h ../../../mozilla/dist/include 
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/public'
gmake[5]: Entering directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/src'
gmake[5]: Nothing to be done for `export'.
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/src'
gmake[5]: Entering directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/text/src'
gmake[5]: Nothing to be done for `export'.
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/text/src'
gmake[5]: Entering directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/public'
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
../../../../mozilla/dist/idl
gmake[5]: Entering directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/src'
gmake[5]: Nothing to be done for `export'.
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/src'
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -D 
../../../../mozilla/dist/idl
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 644 
nsIComm4xProfile.idl ../../../../mozilla/dist/idl
/usr/ports/mail/thunderbird/work/comm-1.9.2/mozilla/config/nsinstall -R -m 644 
_xpidlgen/nsIComm4xProfile.h ../../../../mozilla/dist/include 
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/comm4x/public'
gmake[5]: Entering directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/build'
gmake[5]: Nothing to be done for `export'.
gmake[5]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import/build'
gmake[4]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews/import'
gmake[3]: Leaving directory 
`/usr/ports/mail/thunderbird/work/comm-1.9.2/mailnews'
gmake[2]: *** [export_tier_app] Error 2
gmake[2]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-1.9.2'
gmake[1]: *** [tier_app] Error 2
gmake[1]: Leaving directory `/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...

-- 
Janos Dohanics
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org