Re: [GHC] #3835: unpleasant linker warning

2010-01-26 Thread GHC
#3835: unpleasant linker warning
-+--
  Reporter:  maeder  |  Owner:  igloo  
  Type:  merge   | Status:  closed 
  Priority:  high|  Milestone:  6.12.2 
 Component:  Runtime System  |Version:  6.12.1 
Resolution:  fixed   |   Keywords: 
Difficulty:  | Os:  Solaris
  Testcase:  |   Architecture:  x86
   Failure:  None/Unknown|  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Merged

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3835#comment:4
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] #3835: unpleasant linker warning

2010-01-25 Thread GHC
#3835: unpleasant linker warning
---+
Reporter:  maeder  |Owner:  igloo   
Type:  merge   |   Status:  new 
Priority:  high|Milestone:  6.12.2  
   Component:  Runtime System  |  Version:  6.12.1  
Keywords:  |   Difficulty:  
  Os:  Solaris | Testcase:  
Architecture:  x86 |  Failure:  None/Unknown
---+
Changes (by simonmar):

  * owner:  simonmar = igloo
  * status:  assigned = new
  * type:  bug = merge


Comment:

 Fixed (I believe, I don't have a Solaris box to reproduce):

 {{{
 Fri Jan 22 16:48:34 GMT 2010  Simon Marlow marlo...@gmail.com
   * 'store' should be static (#3835)
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3835#comment:3
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] #3835: unpleasant linker warning

2010-01-22 Thread GHC
#3835: unpleasant linker warning
+---
Reporter:  maeder   |   Owner:  
Type:  bug  |  Status:  new 
Priority:  normal   |   Component:  Compiler
 Version:  6.12.1   |Keywords:  
  Os:  Solaris  |Testcase:  
Architecture:  x86  | Failure:  None/Unknown
+---
 When linking any binary (i.e. cabal) that uses the network package I get
 the following warning:

 {{{
 ld: warning: symbol `store' has differing types:
 (file /usr/lib/libnsl.so type=FUNC; file /home/pub-bkb/pc-
 solaris/ghc/ghc-6.12.1/lib/ghc-6.12.1/libHSrts_thr.a(Globals.thr_o)
 type=OBJT);
 /home/pub-bkb/pc-
 solaris/ghc/ghc-6.12.1/lib/ghc-6.12.1/libHSrts_thr.a(Globals.thr_o)
 definition taken
 ld: warning: symbol `store' has differing types:
 (file /usr/lib/libnsl.so type=FUNC; file /home/pub-bkb/pc-
 solaris/ghc/ghc-6.12.1/lib/ghc-6.12.1/libHSrts_thr.a(Globals.thr_o)
 type=OBJT);
 }}}

 I've got network-2.2.1.7 that as extra-libraries: nsl socket

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3835
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] #3835: unpleasant linker warning

2010-01-22 Thread GHC
#3835: unpleasant linker warning
---+
Reporter:  maeder  |Owner:  simonmar
Type:  bug |   Status:  assigned
Priority:  high|Milestone:  6.12.2  
   Component:  Runtime System  |  Version:  6.12.1  
Keywords:  |   Difficulty:  
  Os:  Solaris | Testcase:  
Architecture:  x86 |  Failure:  None/Unknown
---+
Changes (by simonmar):

  * owner:  = simonmar
  * priority:  normal = high
  * status:  new = assigned
  * component:  Compiler = Runtime System
  * milestone:  = 6.12.2


Comment:

 `store` should be static; I'll fix.  Thanks for the report.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3835#comment:1
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] #3835: unpleasant linker warning

2010-01-22 Thread GHC
#3835: unpleasant linker warning
---+
Reporter:  maeder  |Owner:  simonmar
Type:  bug |   Status:  assigned
Priority:  high|Milestone:  6.12.2  
   Component:  Runtime System  |  Version:  6.12.1  
Keywords:  |   Difficulty:  
  Os:  Solaris | Testcase:  
Architecture:  x86 |  Failure:  None/Unknown
---+

Comment(by maeder):

 Without -threaded this also applies to
 `lib/ghc-6.12.1/libHSrts.a(Globals.o) type=OBJT`.
 (I hope the corresponding code is shared)

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/3835#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