Changes between Initial Version and Version 1 of Ticket #32293


Ignore:
Timestamp:
Nov 28, 2011, 1:29:32 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please put the correct port name in the Summary and in the Port field, and remember to Cc the maintainer(s) of that port.

You can run "port variants py27-scipy" to see that it does not have a universal variant. It has gcc variants, which also explains why it doesn't have a universal variant: the MacPorts gcc compilers those gcc variants use cannot produce multi-architecture files.

So, sorry, you cannot install py27-graph-tool universal, because its dependencies cannot be universal. py-graph-tool should disable its universal variant.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32293

    • Property Cc tiago@… added
    • Property Summary changed from scipy universal build architecture mismatch to py-graph-tool cannot build universal because py-scipy is universal
    • Property Keywords scipy architecture graph-tool removed
    • Property Owner changed from macports-tickets@… to mmoll@…
    • Property Type changed from request to defect
    • Property Port py-graph-tool added
  • Ticket #32293 – Description

    initial v1  
    33I'm trying to install the port for graph-tool. The following error occurs when I run 'port install graph-tool':
    44 
    5 > Error: Cannot install py27-graph-tool for the arch(s) 'i386 x86_64' because [[BR]]
    6 
    7 > Error: its dependency py27-scipy does not build for the required arch(s) by default [[BR]]
    8 
    9 > Error: and does not have a universal variant. [[BR]]
    10 
    11 > Error: Unable to execute port: architecture mismatch
     5{{{
     6Error: Cannot install py27-graph-tool for the arch(s) 'i386 x86_64' because
     7Error: its dependency py27-scipy does not build for the required arch(s) by default
     8Error: and does not have a universal variant.
     9Error: Unable to execute port: architecture mismatch
     10}}}
    1211
    1312I'd think that scipy would have a universal variant, but then again, I'm new to Mac (from the linux world), so I'm not quite sure how this universal variant stuff works. I'm running Lion, 10.7.2. 
    1413
    15 Thanks,
     14Thanks, [[br]]
    1615Jesse