Changes between Initial Version and Version 1 of Ticket #23796


Ignore:
Timestamp:
Feb 20, 2010, 2:53:03 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23796

    • Property Keywords build_arch i386 32 removed
    • Property Owner changed from macports-tickets@… to nox@…
  • Ticket #23796 – Description

    initial v1  
    11I tried to install a pure 32-bit version on snow leopard but failed since boost does not support the build_arch since boost. To verify this bug do the following:
    22
    3 1) install macports pkg
    4 2) edit etc/macports/macports.conf and activate "build_arch i386"
    5 3) sudo port install boost
     3  1 install macports pkg
     4  1 edit etc/macports/macports.conf and activate "build_arch i386"
     5  1 sudo port install boost
    66
    77The (attached) errot output says:
    88
     9{{{
    910ld: warning: in /opt/local/lib/libbz2.dylib, file is not of required architecture
    1011ld: warning: in /opt/local/lib/libz.dylib, file is not of required architecture
     12}}}
    1113
    1214So the bzip2 and zlib ports are not installed for the same architecture as that for which the system tries to build boost.