Changes between Initial Version and Version 1 of Ticket #23796
- Timestamp:
- Feb 20, 2010, 2:53:03 PM (15 years ago)
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 1 1 I 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: 2 2 3 1)install macports pkg4 2)edit etc/macports/macports.conf and activate "build_arch i386"5 3)sudo port install boost3 1 install macports pkg 4 1 edit etc/macports/macports.conf and activate "build_arch i386" 5 1 sudo port install boost 6 6 7 7 The (attached) errot output says: 8 8 9 {{{ 9 10 ld: warning: in /opt/local/lib/libbz2.dylib, file is not of required architecture 10 11 ld: warning: in /opt/local/lib/libz.dylib, file is not of required architecture 12 }}} 11 13 12 14 So the bzip2 and zlib ports are not installed for the same architecture as that for which the system tries to build boost.