Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2010-02-27 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner:  igloo 
   
Type:  bug   |   Status:  new   
   
Priority:  high  |Milestone:  6.12.2
   
   Component:  Compiler  |  Version:  6.10.4
   
Keywords:|   Difficulty:  Unknown   
   
  Os:  MacOS X   | Testcase:
   
Architecture:  Unknown/Multiple  |  Failure:  Incorrect warning at 
compile-time
-+--

Comment(by igloo):

 Testcase:
 {{{
 module Main (main) where

 data MyType
 data MyType2

 main :: IO ()
 main = print ()
 }}}

 {{{
 $ ghc-stage2 --make q -XEmptyDataDecls -fforce-recomp
 [1 of 1] Compiling Main ( q.hs, q.o )
 Linking q ...
 ld: atom sorting error for _Main_MyType_closure_tbl and
 _Main_MyType2_closure_tbl in q.o
 ld: atom sorting error for _Main_MyType_closure_tbl and
 _Main_MyType2_closure_tbl in q.o
 ld: atom sorting error for _Main_MyType_closure_tbl and
 _Main_MyType2_closure_tbl in q.o
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:15
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2010-02-27 Thread GHC
#2578: ld: atom sorting error for ... on OS X
+---
  Reporter:  igloo  |  Owner:  igloo
   
  Type:  bug| Status:  closed   
   
  Priority:  high   |  Milestone:  6.12.2   
   
 Component:  Compiler   |Version:  6.10.4   
   
Resolution:  fixed  |   Keywords:   
   
Difficulty:  Unknown| Os:  MacOS X  
   
  Testcase: |   Architecture:  
Unknown/Multiple
   Failure:  Incorrect warning at compile-time  |  
+---
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Fixed by
 {{{
 Sat Feb 27 17:39:51 GMT 2010  Ian Lynagh ig...@earth.li
   * Fix trac #2578
   We define empty datatypes as not being enumerations, which means the
   empty blocks aren't generated.
 }}}
 in HEAD and 6.12.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:16
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2010-02-01 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner:  igloo 
   
Type:  bug   |   Status:  new   
   
Priority:  high  |Milestone:  6.12.2
   
   Component:  Compiler  |  Version:  6.10.4
   
Keywords:|   Difficulty:  Unknown   
   
  Os:  MacOS X   | Testcase:
   
Architecture:  Unknown/Multiple  |  Failure:  Incorrect warning at 
compile-time
-+--
Changes (by PHO):

 * cc: p...@… (added)


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:14
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-11-18 Thread GHC
#2578: ld: atom sorting error for ... on OS X
+---
  Reporter:  igloo  |  Owner:  igloo
   
  Type:  bug| Status:  new  
   
  Priority:  high   |  Milestone:  6.12.2   
   
 Component:  Compiler   |Version:  6.10.4   
   
Resolution: |   Keywords:   
   
Difficulty:  Unknown| Os:  MacOS X  
   
  Testcase: |   Architecture:  
Unknown/Multiple
   Failure:  Incorrect warning at compile-time  |  
+---
Changes (by simonmar):

  * failure:  = Incorrect warning at compile-time

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:12
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-11-18 Thread GHC
#2578: ld: atom sorting error for ... on OS X
+---
  Reporter:  igloo  |  Owner:  igloo
   
  Type:  bug| Status:  new  
   
  Priority:  high   |  Milestone:  6.12.2   
   
 Component:  Compiler   |Version:  6.10.4   
   
Resolution: |   Keywords:   
   
Difficulty:  Unknown| Os:  MacOS X  
   
  Testcase: |   Architecture:  
Unknown/Multiple
   Failure:  Incorrect warning at compile-time  |  
+---
Comment (by chak):

 FWIW, I don't think that I have seen this warning on Snow Leopard at all.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:13
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-09-27 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner:  igloo  
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.12.2 
   Component:  Compiler  |  Version:  6.10.4 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.12.1 = 6.12.2

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:11
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-09-03 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner:  igloo  
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.10.4 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  Unknown/Multiple  |  
-+--
Changes (by colin-adams):

  * version:  6.9 = 6.10.4

Comment:

 Seconded.
 I didn't attempt to run my program last night (on a laptop - offline from
 the internet) - I assumed I would have to report the bug and await a fix.
 Fortunately, I googled first and found this bug.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:10
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-06-01 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner:  igloo  
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.9
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  Unknown/Multiple  |  
-+--
Changes (by simonmar):

  * owner:  = igloo

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:9
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-04-11 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner: 
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.9
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * priority:  normal = high
  * milestone:  6.10.2 = 6.12.1

Comment:

 This is actually a pretty serious problem in practice, because end users
 assume that compilation failed when they see it.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:8
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-02-23 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.10.2 
   Component:  Compiler  |  Version:  6.9
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  Unknown/Multiple  |  
-+--
Comment (by guest):

 You can avoid the warnings by passing the -w flag to the linker, i.e.,
 -optl -w.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:7
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2009-02-21 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.10.2 
   Component:  Compiler  |  Version:  6.9
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  MacOS X
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * os:  Unknown/Multiple = MacOS X

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:6
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2008-10-04 Thread GHC
#2578: ld: atom sorting error for ... on OS X
--+-
 Reporter:  igloo |  Owner:  
 Type:  bug   | Status:  new 
 Priority:  normal|  Milestone:  6.10.2  
Component:  Compiler  |Version:  6.9 
 Severity:  normal| Resolution:  
 Keywords:| Difficulty:  Unknown 
 Testcase:|   Architecture:  Unknown/Multiple
   Os:  Unknown/Multiple  |  
--+-
Changes (by igloo):

  * milestone:  6.10.1 = 6.10.2

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #2578: ld: atom sorting error for ... on OS X

2008-09-16 Thread GHC
#2578: ld: atom sorting error for ... on OS X
--+-
 Reporter:  igloo |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.10.1 
Component:  Compiler  |Version:  6.9
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  Unknown
   Os:  Unknown   |  
--+-
Comment (by chak):

 It may be harmless, but it is certainly annoying as it makes tests in the
 testsuite fail for reasons unrelated to the test (with the usual
 implications for validate).

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #2578: ld: atom sorting error for ... on OS X

2008-09-07 Thread GHC
#2578: ld: atom sorting error for ... on OS X
-+--
Reporter:  igloo |   Owner: 
Type:  bug   |  Status:  new
Priority:  normal|   Milestone:  6.10.1 
   Component:  Compiler  | Version:  6.9
Severity:  normal|Keywords: 
  Difficulty:  Unknown   |Testcase: 
Architecture:  Unknown   |  Os:  Unknown
-+--
 I'm seeing `atom sorting error`s while building GHC on OS X, e.g.:
 {{{
 Configuring ghc-bin-6.9...
 /Users/ian/ghc/darcs/val/libraries/cabal-bin /usr/bin/ghc
 /Users/ian/ghc/darcs/val/libraries/bootstrapping.conf build --distpref
 dist-stage2
 Preprocessing executables for ghc-bin-6.9...
 Building ghc-bin-6.9...
 [1 of 1] Compiling Main ( Main.hs, dist-stage2/build/ghc/ghc-
 tmp/Main.o )
 Linking dist-stage2/build/ghc/ghc ...
 ld: atom sorting error for _ghczm6zi9_LibFFI_Czuffizutype_closure_tbl and
 _ghczm6zi9_LibFFI_Czuffizucif_closure_tbl in
 /Users/ian/ghc/darcs/val/compiler/dist-
 stage2/build/libHSghc-6.9.a(LibFFI.o)
 ld: atom sorting error for _ghczm6zi9_LibFFI_Czuffizutype_closure_tbl and
 _ghczm6zi9_LibFFI_Czuffizucif_closure_tbl in
 /Users/ian/ghc/darcs/val/compiler/dist-
 stage2/build/libHSghc-6.9.a(LibFFI.o)
 }}}
 It doesn't seem to cause any problems, but it's a little worrying.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2578
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs