Once again, we came to a conclusion that thunderbird-2.0.0.14 should have stayed in [testing] for a while until it's stable enough to make it into [extra].. Alper KANAT http://raptiye.org Allan McRae yazmış:
For those wanting to work around this while waiting for an official solution:
gcc-42 package (i686): http://allan.mcrae.googlepages.com/gcc-42-4.2.3-1-i686.pkg.tar.gz gcc-42 PKGBUILD: http://allan.mcrae.googlepages.com/PKGBUILD (not x86_64 tested but I think it should work) This installs alongside gcc-4.3.
add these lines the the thunderbird PKGBUILD then build... export CC=gcc-4.2 export CXX=g++-4.2
Or you can install gcc-34 from the official repos and try that.
I can't upload a thunderbird build as the file size is bigger than googlepages allows (and I like mozilla branding which I can't distribute).
Allan