Changes between Version 111 and Version 112 of FAQ


Ignore:
Timestamp:
May 27, 2011, 4:49:08 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v111 v112  
    209209
    210210There are two issues to note before you try and use build_arch:
    211  - many ports ignore the {{{-arch}}} flag to select the architecture, and will most likely fail to build at all
    212  - you must set build_arch prior to building any ports (must be done on a new, clean install), otherwise you will have major issues due to some ports being of one architecture, and some the other.
     211 - many ports ignore the {{{-arch}}} flag to select the architecture, and will most likely fail to build at all (if you encounter such a problem, please file a ticket so it can be fixed)
     212 - you must set build_arch prior to building any ports (must be done on a new, clean install), otherwise you will have major issues due to some ports being of one architecture, and some the other (if you want to switch architectures and have already installed ports, you can uninstall all ports with "`sudo port -f uninstall installed`" and then reinstall ports, or consult the [wiki:Migration Migration] document for an automated script)
    213213
    214214=== How can I get a list of all dependencies for a port? === #alldependencies