#38465: ghc-bootstrap: universal variant doesn't install universal software --------------------------+---------------------------- Reporter: ryandesign@… | Owner: kitchen.andy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: ghc-bootstrap --------------------------+---------------------------- Enabling i386 support in ghc-bootstrap in r104166 had the effect of also turning on the default universal variant, but it doesn't work. Either fix the universal variant or disable it again. {{{ $ sudo port install ghc-bootstrap +universal Password: ---> Computing dependencies for ghc-bootstrap ---> Fetching distfiles for ghc-bootstrap ---> Attempting to fetch ghc-7.0.4-x86_64-apple-darwin.tar.bz2 from http://haskell.org/ghc/dist/7.0.4/ ---> Verifying checksum(s) for ghc-bootstrap ---> Extracting ghc-bootstrap ---> Configuring ghc-bootstrap ---> Building ghc-bootstrap ---> Staging ghc-bootstrap into destroot ---> Installing ghc-bootstrap @7.0.4_0+universal ---> Activating ghc-bootstrap @7.0.4_0+universal ---> Cleaning ghc-bootstrap $ port -v installed ghc-bootstrap The following ports are currently installed: ghc-bootstrap @7.0.4_0+universal (active) platform='darwin 12' archs='i386 x86_64' $ port -q contents ghc-bootstrap | xargs -n 1 lipo -info 2>/dev/null | head -n 10 Non-fat file: /opt/local/share/ghc-bootstrap/bin/hp2ps is architecture: x86_64 Non-fat file: /opt/local/share/ghc-bootstrap/bin/hpc is architecture: x86_64 Non-fat file: /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/Cabal-1.10.2.0/HSCabal-1.10.2.0.o is architecture: x86_64 input file /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/Cabal-1.10.2.0/libHSCabal-1.10.2.0.a is not a fat file Non-fat file: /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/Cabal-1.10.2.0/libHSCabal-1.10.2.0.a is architecture: x86_64 input file /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/Cabal-1.10.2.0/libHSCabal-1.10.2.0_p.a is not a fat file Non-fat file: /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/Cabal-1.10.2.0/libHSCabal-1.10.2.0_p.a is architecture: x86_64 Non-fat file: /opt/local/share/ghc-bootstrap/lib/ghc-7.0.4/HSffi.o is architecture: x86_64 Non-fat file: /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/array-0.3.0.2/HSarray-0.3.0.2.o is architecture: x86_64 input file /opt/local/share/ghc- bootstrap/lib/ghc-7.0.4/array-0.3.0.2/libHSarray-0.3.0.2.a is not a fat file $ }}} -- Ticket URL: <https://trac.macports.org/ticket/38465> MacPorts <http://www.macports.org/> Ports system for OS X