Changes between Initial Version and Version 1 of Ticket #33967


Ignore:
Timestamp:
Apr 10, 2012, 4:21:11 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Yes, the intention is that thunderbird-x11 be compiled 32-bit; that's the purpose of the line "supported_archs i386 ppc" in the portfile. The surprising part, and the reason the build fails, is that when trying to create "now" from "now.o", it's forgetting to use the -arch flags that were used in every previous step, thus it's trying to make "now" 64-bit, which of course won't work because "now.o" is 32-bit as it should be.

Unfortunately this port has no maintainer so someone will have to volunteer to figure out what's wrong and submit a patch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33967 – Description

    initial v1  
    1 thunderbird-x11 fails to compile.  I just did a "sudo port -d sync".
     1thunderbird-x11 fails to compile.  I just did a "`sudo port -d sync`".
    22
    33Relevant log is below.  For some reason, it seems to be compiling now.o for 32-bit instead of 64-bit.
     
    55-- Bob
    66
     7{{{
    78:info:build gmake[3]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.mac
    89ports.org_trunk_dports_mail_thunderbird-x11/thunderbird-x11/work/mozilla/directory/c-sdk/config'
     
    1415:info:build ld: symbol(s) not found for architecture x86_64
    1516:info:build collect2: ld returned 1 exit status
     17}}}