[GHC] #13934: FP_CONVERT_CPU fails to convert CPU when invoked from bindist
#13934: FP_CONVERT_CPU fails to convert CPU when invoked from bindist -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.2.1 Component: Build System | Version: 8.0.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Trying to pass `--target=arm-linux-gnueabihf` to a ARM 8.0.2 bindist's `configure` on my AArch64 box fails with, {{{ $ ./configure --prefix=/mnt/ext/arm/roots/ghc/8.0.1-armv7 --target=arm- linux-gnueabihf checking for path to top of build tree... /mnt/ext/arm/ghc-8.0.2 Build platform inferred as: arm-unknown-linux Host platform inferred as: arm-unknown-linux Unknown CPU }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13934> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13934: FP_CONVERT_CPU fails to convert CPU when invoked from bindist -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.2.1 Component: Build System | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3761 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D3761 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13934#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13934: FP_CONVERT_CPU fails to convert CPU when invoked from bindist -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.2.1 Component: Build System | Version: 8.0.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3761 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"1480080b31e9f7cd47ca7b677455b3558b0da2bc/ghc" 1480080/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="1480080b31e9f7cd47ca7b677455b3558b0da2bc" distrib/configure: Canonicalize triples Previously we failed to do this, which meant that the bindist's configure would fail when passed --target (as you may need to do when installing an armv7 bindist on an aarch64 machine, for instance). Reviewers: hvr, erikd, austin Reviewed By: hvr Subscribers: rwbarton, thomie GHC Trac Issues: #13934 Differential Revision: https://phabricator.haskell.org/D3761 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13934#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13934: FP_CONVERT_CPU fails to convert CPU when invoked from bindist -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.2.1 Component: Build System | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3761 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: Merged to `ghc-8.2` with e86ebd4f35a3d55db8855a31fa8c9bd6971dcafc. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13934#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC