Subject: Re: pkg/30773: thunderbird 1.0.2 does not compile
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@NetBSD.org>
List: pkgsrc-bugs
Date: 07/26/2005 00:13:01
The following reply was made to PR pkg/30773; it has been noted by GNATS.

From: Thomas Klausner <wiz@NetBSD.org>
To: David Chmelik <dchmelik@hipplanet.com>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/30773: thunderbird 1.0.2 does not compile
Date: Tue, 26 Jul 2005 02:12:19 +0200

 On Mon, Jul 25, 2005 at 03:17:43PM -0700, David Chmelik wrote:
 > --- Thomas Klausner <wiz@NetBSD.org> wrote:
 > >> Thunderbird 1.0.2 did not compile... I think I compiled this before an os >>reinstall, and am not sure why it does not work now, but says "error code 1" and >>refer to .work.log (long).
 > >>
 > >We need at least the last lines before the error to be able
 > >to say anything about this.
 > 
 > >From now on I will save make's lines, but here are the last from .work.log:
 > 
 > <.> echo  xpt_dump.c
 > [*] /usr/localsrc/pkgsrc/mail/thunderbird/work/.wrapper/bin/cc -o xpt_dump.o -c -DOSTYPE="NetBSD2.0" -DOSARCH="NetBSD" -I../../../../dist/include/xpcom -I../../../../dist/include -I/usr/localsrc/pkgsrc/mail/thunderbird/work/mozilla/dist/include/nspr -I/usr/pkg/include -I/usr/pkg/include -I/usr/X11R6/include -fPIC -DPIC -I/usr/pkg/include -I/usr/include -I/usr/X11R6/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R6/include -I/usr/pkg/include/freetype2 -Dunix -pthread -pipe -DNDEBUG -DTRIMMED -O2 -I/usr/pkg/include -I/usr/include -I/usr/X11R6/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include -include ../../../../mozilla-config.h -DMOZILLA_CLIENT -Wp,-MD,.deps/xpt_dump.pp xpt_dump.c
 >     (wrapper.sh) append args: -I/usr/localsrc/pkgsrc/mail/thunderbird/work/.buildlink/include -L/usr/localsrc/pkgsrc/mail/thunderbird/work/.buildlink/lib
 >     (arg-source) push: -o
 >     (arg-source) push: xpt_dump.o
 >     (arg-source
 > 
 > 
 > /usr/localsrc/pkgsrc/mail/thunderbird/work/.buildlink/include -L/usr/localsrc/pkgsrc/mail/thunderbird/work/.buildlink/lib
 
 Same as for qt3-tools:
 Try updating your pkgsrc, then
         cd /usr/pkgsrc/mail/thunderbird
         make clean
         make > /tmp/log 2>&1
         bzip2 /tmp/log
 and then send me /tmp/log.bz2 if it still failed.
  Thomas