Opened 11 years ago

Closed 10 years ago

#38990 closed defect (worksforme)

cmake cannot be installed for the configured universal_archs 'i386 ppc' because it only supports the arch(s) 'i386 x86_64'

Reported by: curtis.gates@… Owned by: cssdev
Priority: Low Milestone:
Component: ports Version: 2.1.3
Keywords: Cc: jyrkiwahlstedt, ryandesign (Ryan Carsten Schmidt)
Port: cmake

Description

Trying to install Wine on OSX 10.5.8 (Leopard). Installed XCode v3.1.3

Lappy486:~ Lappy486$ sudo port install wine
--->  Computing dependencies for wine
--->  Dependencies to be installed: gstreamer010-gst-plugins-base gnome-vfs gconf gtk2 pango harfbuzz graphite2 cmake icu shared-mime-info xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit gnome-mime-data libtheora libvorbis libogg orc xorg-libice xorg-libsm lcms mesa makedepend tcl xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libXxf86vm xorg-xf86vidmodeproto
Error: cmake cannot be installed for the configured universal_archs 'i386 ppc' because it only supports the arch(s) 'i386 x86_64'.
Error: Failed to install cmake
Please see the log file for port cmake for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_cmake/cmake/main.log
Error: The following dependencies were not installed: gstreamer010-gst-plugins-base gnome-vfs gconf gtk2 pango harfbuzz graphite2 cmake icu shared-mime-info xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit gnome-mime-data libtheora libvorbis libogg orc xorg-libice xorg-libsm lcms mesa makedepend tcl xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libXxf86vm xorg-xf86vidmodeproto
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port wine failed

Change History (3)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: jwa@… ryandesign@… added
Owner: changed from macports-tickets@… to css@…
Port: cmake added; Wine removed
Summary: Wine - XCode v3.1.3 - Error: Processing of port wine failedcmake cannot be installed for the configured universal_archs 'i386 ppc' because it only supports the arch(s) 'i386 x86_64'

As it says, cmake cannot be installed for the configured universal_archs 'i386 ppc' because it only supports the arch(s) 'i386 x86_64'.

Wine should not be trying to reinstall cmake universal—cmake should already be installed for i386—unless you've changed the build_arch from i386 to something else in macports.conf. Have you? If so, that's going to be a problem here.

comment:2 Changed 11 years ago by cssdev

Priority: NormalLow

Yeah, I don't have any idea on this one ... were there any changes to the build_arch on your system, as Ryan asked?

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.