Haskell.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

ghc-tickets

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2013 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
ghc-tickets@haskell.org

  • 16452 discussions
Re: [GHC] #7399: Test Posix004 fails in test-suite
by GHC 12 Apr '13

12 Apr '13
#7399: Test Posix004 fails in test-suite -------------------------------+-------------------------------------------- Reporter: paulh | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.6.1 Keywords: | Os: Linux Architecture: x86_64 (amd64) | Failure: Incorrect result at runtime Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | -------------------------------+-------------------------------------------- Changes (by igloo): * difficulty: => Unknown Old description: > After a standard build of ghc-7.6.1 on debian wheezy, the test-suite > fails on the test posix004. > > The error given is: > > Wrong exit code (expected 0 , actual 1 ) > Stdout: > > Stderr: > posix004: unexpected termination cause > > *** unexpected failure for posix004(normal) New description: After a standard build of ghc-7.6.1 on debian wheezy, the test-suite fails on the test posix004. The error given is: {{{ Wrong exit code (expected 0 , actual 1 ) Stdout: Stderr: posix004: unexpected termination cause *** unexpected failure for posix004(normal) }}} -- -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7399#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7398: RULES don't apply to a newtype constructor
by GHC 12 Apr '13

12 Apr '13
#7398: RULES don't apply to a newtype constructor ---------------------------------+------------------------------------------ Reporter: shachaf | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.6.1 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Incorrect result at runtime Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * difficulty: => Unknown * milestone: => 7.8.1 Comment: Thanks for the report. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7398#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7396: Improve "parse error on input `$'" when TemplateHaskell PRAGMA not declared
by GHC 12 Apr '13

12 Apr '13
#7396: Improve "parse error on input `$'" when TemplateHaskell PRAGMA not declared ----------------------------------+----------------------------------------- Reporter: ydewit | Owner: Type: feature request | Status: closed Priority: normal | Milestone: Component: Template Haskell | Version: 7.4.2 Resolution: wontfix | Keywords: Os: MacOS X | Architecture: x86 Failure: Building GHC failed | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: ----------------------------------+----------------------------------------- Changes (by igloo): * status: new => closed * resolution: => wontfix Comment: I don't think that this would be simple enough that it would be worth doing, so I'll close the ticket. Of course, if anyone does decide to take it on and make a patch, please feel free to reopen it. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7396#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7395: DefaultSignatures conflict with default implementations
by GHC 12 Apr '13

12 Apr '13
#7395: DefaultSignatures conflict with default implementations ----------------------------------+----------------------------------------- Reporter: cgaebel | Owner: Type: feature request | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.6.1 Keywords: DefaultSignatures | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: GHC rejects valid program Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: 7346 | ----------------------------------+----------------------------------------- Changes (by igloo): * milestone: => 7.8.1 -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7395#comment:14> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7390: Setup.hs: internal error: stg_ap_v_ret (MacOS)
by GHC 12 Apr '13

12 Apr '13
#7390: Setup.hs: internal error: stg_ap_v_ret (MacOS) -------------------------------+-------------------------------------------- Reporter: guest | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.4.1 Resolution: worksforme | Keywords: Os: Unknown/Multiple | Architecture: x86_64 (amd64) Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: -------------------------------+-------------------------------------------- Changes (by igloo): * status: new => closed * resolution: => worksforme Comment: Thanks for the report. However, no-one else has reported this, so my suspicion is that it is a system-specific problem, perhaps dodgy hardware. Because of this, and because we have no way to reproduce the problem, I'm closing this ticket. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7390#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7390: Setup.hs: internal error: stg_ap_v_ret (MacOS)
by GHC 12 Apr '13

12 Apr '13
#7390: Setup.hs: internal error: stg_ap_v_ret (MacOS) -------------------------------+-------------------------------------------- Reporter: guest | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.4.1 Keywords: | Os: Unknown/Multiple Architecture: x86_64 (amd64) | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | -------------------------------+-------------------------------------------- Changes (by igloo): * difficulty: => Unknown Old description: > I was trying to build some haskell. Here's what happened: > > $ runhaskell Setup.hs configure > Configuring c0c-3.9... > Setup.hs: At least the following dependencies are missing: > mtl -any, syb -any > $ runhaskell Setup.hs configure > $ runhaskell Setup.hs configure > $ runhaskell Setup.hs configure > Configuring c0c-3.9... > Setup.hs: At least the following dependencies are missing: > mtl -any, syb -any > $ runhaskell Setup.hs configure > $ runhaskell Setup.hs configure > $ runhaskell Setup.hs build > Setup.hs: Run the 'configure' command first. > $ runhaskell Setup.hs configure > $ runhaskell Setup.hs build > Setup.hs: internal error: stg_ap_v_ret > (GHC version 7.4.1 for x86_64_apple_darwin) > Please report this as a GHC bug: > http://www.haskell.org/ghc/reportabug > $ runhaskell Setup.hs configure > $ runhaskell Setup.hs build > $ > > In addition to the failure which it told me to report, it appears to be > sometimes unable to locate the mtl and syb packages which I installed. I > don't know if these are related. My platform is MacOS 10.6 on which I > installed the tarball of ghc with gcc47 as my default gcc and haskell- > platform version 2012.2.0.0 (built from source). New description: I was trying to build some haskell. Here's what happened: {{{ $ runhaskell Setup.hs configure Configuring c0c-3.9... Setup.hs: At least the following dependencies are missing: mtl -any, syb -any $ runhaskell Setup.hs configure $ runhaskell Setup.hs configure $ runhaskell Setup.hs configure Configuring c0c-3.9... Setup.hs: At least the following dependencies are missing: mtl -any, syb -any $ runhaskell Setup.hs configure $ runhaskell Setup.hs configure $ runhaskell Setup.hs build Setup.hs: Run the 'configure' command first. $ runhaskell Setup.hs configure $ runhaskell Setup.hs build Setup.hs: internal error: stg_ap_v_ret (GHC version 7.4.1 for x86_64_apple_darwin) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug $ runhaskell Setup.hs configure $ runhaskell Setup.hs build $ }}} In addition to the failure which it told me to report, it appears to be sometimes unable to locate the mtl and syb packages which I installed. I don't know if these are related. My platform is MacOS 10.6 on which I installed the tarball of ghc with gcc47 as my default gcc and haskell- platform version 2012.2.0.0 (built from source). -- -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7390#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7389: can't link postgresql-libpq on windows
by GHC 12 Apr '13

12 Apr '13
#7389: can't link postgresql-libpq on windows -------------------------------+-------------------------------------------- Reporter: eflister | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: GHCi | Version: 7.4.1 Keywords: | Os: Windows Architecture: x86_64 (amd64) | Failure: Runtime crash Difficulty: Unknown | Testcase: Blockedby: 3658 | Blocking: Related: | -------------------------------+-------------------------------------------- Changes (by igloo): * blockedby: => 3658 * milestone: => 7.8.1 Comment: Thanks for the report. I'm a little confused about why the ghc linker is being used in this case, but the error comes from it, so it must be. In any case, this therefore ought to be fixed by #3658. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7389#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7389: can't link postgresql-libpq on windows
by GHC 12 Apr '13

12 Apr '13
#7389: can't link postgresql-libpq on windows -------------------------------+-------------------------------------------- Reporter: eflister | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.4.1 Keywords: | Os: Windows Architecture: x86_64 (amd64) | Failure: Runtime crash Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | -------------------------------+-------------------------------------------- Changes (by igloo): * difficulty: => Unknown Old description: > i follow the instructions here: > https://github.com/hdbc/hdbc-postgresql/wiki/WindowsInstall > > and when cabal tries to link, i get: > > Loading package postgresql-libpq-0.8.2.1 ... ghc.exe: Unknown PEi386 > section name `.idata$4' (while processing: > c:/PROGRA~2/POSTGR~1/9.1/lib\libpq.a) > ghc.exe: panic! (the 'impossible' happened) > (GHC version 7.4.1 for i386-unknown-mingw32): > loadArchive "c:/PROGRA~2/POSTGR~1/9.1/lib\\libpq.a": failed > > Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug New description: i follow the instructions here: https://github.com/hdbc/hdbc-postgresql/wiki/WindowsInstall and when cabal tries to link, i get: {{{ Loading package postgresql-libpq-0.8.2.1 ... ghc.exe: Unknown PEi386 section name `.idata$4' (while processing: c:/PROGRA~2/POSTGR~1/9.1/lib\libpq.a) ghc.exe: panic! (the 'impossible' happened) (GHC version 7.4.1 for i386-unknown-mingw32): loadArchive "c:/PROGRA~2/POSTGR~1/9.1/lib\\libpq.a": failed Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} -- -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7389#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7379: rangeTest test fails on Windows
by GHC 12 Apr '13

12 Apr '13
#7379: rangeTest test fails on Windows ---------------------------------+------------------------------------------ Reporter: igloo | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: libraries/random | Version: 7.6.1 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by igloo): * milestone: => 7.8.1 -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7379#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
Re: [GHC] #7378: Identical alts/bad divInt# code
by GHC 12 Apr '13

12 Apr '13
#7378: Identical alts/bad divInt# code ----------------------------------+----------------------------------------- Reporter: daniel.is.fischer | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.6.1 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Runtime performance bug Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: 7360 | ----------------------------------+----------------------------------------- Changes (by igloo): * milestone: => 7.8.1 -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7378#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1556
  • 1557
  • 1558
  • 1559
  • 1560
  • 1561
  • 1562
  • ...
  • 1646
  • Older →

HyperKitty Powered by HyperKitty version 1.3.9.