Opened 15 years ago
Last modified 15 years ago
#24645 closed enhancement
You cannot install wxWidgets for the architecture(s) i386 because its dependency ______ only contains the architecture(s) x86_64. — at Initial Version
Reported by: | Andreas.Krueger2@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | wxWidgets |
Description
Hi! is there really no other way for
py25-wxpython
than manually reinstalling
libiconv jpeg tiff libpng ...
with the +universal --enforce-variants?
that is a lot of hassle. See below.
thanks! Andreas
---
port install py25-wxpython ---> Computing dependencies for py25-wxpython ---> Configuring wxWidgets Error: You cannot install wxWidgets for the architecture(s) i386 because Error: its dependency libpng only contains the architecture(s) x86_64. Error:
Error: Try rebuilding libpng (and all its dependencies) with Error: the +universal variant by running Error: sudo port upgrade --enforce-variants libpng +universal
Error: Try rebuilding tiff (and all its dependencies) with Error: the +universal variant by running Error: sudo port upgrade --enforce-variants tiff +universal
Error: Try rebuilding jpeg (and all its dependencies) with Error: the +universal variant by running Error: sudo port upgrade --enforce-variants jpeg +universal
Error: Try rebuilding libiconv (and all its dependencies) with Error: the +universal variant by running Error: sudo port upgrade --enforce-variants libiconv +universal
...