[GHC] #8794: Unresolved @ArSupportsAtFile@ on Solaris distribution.

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution. --------------------------------+------------------------------------------ Reporter: kgardas | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 7.6.3 Keywords: | Operating System: Solaris Architecture: x86_64 | Type of failure: Installing GHC failed (amd64) | Test Case: Difficulty: Unknown | Blocking: Blocked By: | Related Tickets: | --------------------------------+------------------------------------------ While configuring ghc binary distribution on Solaris I've noted that settings file is not correctly generated: {{{ $ cat settings [("GCC extra via C opts", " -fwrapv"), ("C compiler command", "/usr/sfw/bin/gcc"), ("C compiler flags", " "), ("ar command", "/usr/xpg4/bin/ar"), ("ar flags", "clqs"), ("ar supports at file", "@ArSupportsAtFile@"), ("touch command", "touch"), ("dllwrap command", "/bin/false"), ("windres command", "/bin/false"), ("perl command", "/usr/bin/perl"), ("target os", "OSSolaris2"), ("target arch", "ArchX86"), ("target word size", "4"), ("target has GNU nonexec stack", "True"), ("target has .ident directive", "True"), ("target has subsections via symbols", "False"), ("LLVM llc command", "llc"), ("LLVM opt command", "opt") ] }}} Looks like @ArSupportsAtFile@ is not filled with the right value. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8794 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution. -------------------------------------+------------------------------------ Reporter: kgardas | Owner: Type: task | Status: new Priority: lowest | Milestone: Component: Build System | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by maeder): * priority: normal => lowest * failure: Installing GHC failed => None/Unknown * os: Solaris => Unknown/Multiple * architecture: x86_64 (amd64) => Unknown/Multiple * type: bug => task Comment: this entry looks the same for me also under linux and Mac OSX so it seems to be unused. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8794#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution. -------------------------------------+------------------------------------ Reporter: kgardas | Owner: kgardas Type: task | Status: new Priority: lowest | Milestone: Component: Build System | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by kgardas): * owner: => kgardas Comment: Fixed by adding omitted FP_PROG_AR_SUPPORTS_ATFILE into the distribution configure.ac -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8794#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution. -------------------------------------+------------------------------------ Reporter: kgardas | Owner: kgardas Type: task | Status: patch Priority: lowest | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by kgardas): * status: new => patch * version: 7.6.3 => 7.8.1-rc1 * milestone: => 7.8.1 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8794#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution.
-------------------------------------+------------------------------------
Reporter: kgardas | Owner: kgardas
Type: task | Status: patch
Priority: lowest | Milestone: 7.8.1
Component: Build System | Version: 7.8.1-rc1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by Austin Seipp

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution. -------------------------------------+------------------------------------ Reporter: kgardas | Owner: kgardas Type: task | Status: merge Priority: lowest | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: patch => merge -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8794#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8794: Unresolved @ArSupportsAtFile@ on Solaris distribution. -------------------------------------+------------------------------------ Reporter: kgardas | Owner: kgardas Type: task | Status: closed Priority: lowest | Milestone: 7.8.1 Component: Build System | Version: 7.8.1-rc1 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: merge => closed * resolution: => fixed Comment: Merged. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8794#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC