Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 00:04:46 +0100
From:      Florian Smeets <flo@smeets.im>
To:        andreast@freebsd.org
Cc:        freebsd-gecko@freebsd.org
Subject:   Re: [SVN-Commit] r441 - branches/experimental/mail/thunderbird-devel/files
Message-ID:  <4CEEEB8E.7060806@smeets.im>
In-Reply-To: <201011252025.oAPKPCnC025782@trillian.chruetertee.ch>
References:  <201011252025.oAPKPCnC025782@trillian.chruetertee.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
On 25.11.10 21:25, svn-freebsd-gecko@chruetertee.ch wrote:
> Author: andreast
> Date: Thu Nov 25 20:25:12 2010
> New Revision: 441
>
> Log:
> Fix compilation on amd64. Same as in Firefox.
>

Hi Andreas,

was that enough to for the build to complete? With a patch that 
basically did the same thing the build stopped here for me:

c++ -o xpcshell -I/usr/local/include -fno-rtti -fno-exceptions -Wall 
-Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof 
-Wno-variadic-macros -Werror=return-type -O2 -pipe -fno-strict-aliasing 
-fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O 
xpcshell.o   -pthread 
-Wl,-rpath-link,/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/dist/bin 
-Wl,-rpath-link,/usr/local/lib  -L../../../../dist/bin 
-L../../../../dist/lib ../../../../dist/lib/libxpcomglue_s.a 
-L/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/dist/bin 
-lxpcom -lmozalloc -lxul 
-L/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/dist/bin 
-lxpcom -lmozalloc -lxul  -L/usr/local/lib -lplds4 -lplc4 -lnspr4 
-pthread
/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/dist/bin/libldap60.so: 
undefined reference to `re_comp'
/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/dist/bin/libldap60.so: 
undefined reference to `re_exec'
gmake[5]: *** [xpcshell] Error 1
gmake[5]: Leaving directory 
`/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/js/src/xpconnect/shell'
gmake[4]: *** [tools] Error 2
gmake[4]: Leaving directory 
`/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla/js/src/xpconnect'
gmake[3]: *** [tools_tier_platform] Error 2
gmake[3]: Leaving directory 
`/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla'
gmake[2]: *** [tier_platform] Error 2
gmake[2]: Leaving directory 
`/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla'
gmake[1]: *** [default] Error 2
gmake[1]: Leaving directory 
`/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel/work/comm-central/mozilla'
gmake: *** [default] Error 2
*** Error code 1

Stop in 
/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel.
*** Error code 1

Stop in 
/usr/home/flo/freebsd-gecko/branches/experimental/mail/thunderbird-devel.

I didn't have enough time to track this down today, but I'll have 
another look at it tomorrow.

This is 9-CURRENT built with clang...

-- 
Florian Smeets



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