Re: [GHC] #2765: unsetenv not found under Solaris 8 when building ghc-6.10.1

2009-04-14 Thread GHC
#2765: unsetenv not found under Solaris 8 when building ghc-6.10.1
-+--
Reporter:  maeder|Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Solaris
Architecture:  sparc |  
-+--
Comment (by maeder):

 I think, it is only a problem under our old Solaris 8. I did not find a
 work around, but simple gave up using Solaris 8 and switched to using
 Solaris 10 machines which don't have this problem:

 http://www.informatik.uni-
 bremen.de/agbkb/forschung/formal_methods/CoFI/hets/solaris/ghcs/ghc-6.10.2
 -sparc-sun-solaris2.tar.bz2

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


Re: [GHC] #2765: unsetenv not found under Solaris 8 when building ghc-6.10.1

2009-04-14 Thread GHC
#2765: unsetenv not found under Solaris 8 when building ghc-6.10.1
-+--
Reporter:  maeder|Owner: 
Type:  bug   |   Status:  closed 
Priority:  normal|Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution:  fixed  
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Solaris
Architecture:  sparc |  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 OK, I'll close this ticket then. And thanks for the bindist; I've added it
 to the 6.10.2 download page.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2765#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] #2765: unsetenv not found under Solaris 8 when building ghc-6.10.1

2009-04-11 Thread GHC
#2765: unsetenv not found under Solaris 8 when building ghc-6.10.1
-+--
Reporter:  maeder|Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.12.1 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Solaris
Architecture:  sparc |  
-+--
Changes (by igloo):

  * milestone:  6.10.2 = 6.12.1

Comment:

 Does the fact that more people haven't seen this mean that it's only a
 problem on old versions of Solaris? If so, should we just close it, or is
 there a simple workaround?

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


Re: [GHC] #2765: unsetenv not found under Solaris 8 when building ghc-6.10.1

2008-11-27 Thread GHC
#2765: unsetenv not found under Solaris 8 when building ghc-6.10.1
-+--
Reporter:  maeder|Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.10.2 
   Component:  Compiler  |  Version:  6.10.1 
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
Testcase:|   Os:  Solaris
Architecture:  sparc |  
-+--
Changes (by igloo):

  * difficulty:  = Unknown
  * milestone:  = 6.10.2

Comment:

 It's in libc on Linux. My manpage says `CONFORMING TO 4.3BSD,
 POSIX.1-2001`.

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


[GHC] #2765: unsetenv not found under Solaris 8 when building ghc-6.10.1

2008-11-11 Thread GHC
#2765: unsetenv not found under Solaris 8 when building ghc-6.10.1
---+
Reporter:  maeder  |   Owner:  
Type:  bug |  Status:  new 
Priority:  normal  |   Component:  Compiler
 Version:  6.10.1  |Severity:  normal  
Keywords:  |Testcase:  
Architecture:  sparc   |  Os:  Solaris 
---+
 Which library provides unsetenv?

 {{{
 Building ghc-bin-6.10.1...
 [1 of 1] Compiling Main ( Main.hs, dist-stage2/build/ghc/ghc-
 tmp/Main.o )
 Linking dist-stage2/build/ghc/ghc ...
 
/home/maeder/haskell/solaris/ghc-6.10.1/libraries/unix/dist/build/libHSunix-2.3.1.0.a(HsUnix.o):
 In function `__hsunix_unsetenv':
 HsUnix.c:(.text+0x138): undefined reference to `unsetenv'
 collect2: ld returned 1 exit status
 gmake[3]: *** [build.stage.2] Error 1
 gmake[3]: Leaving directory `/home/maeder/haskell/solaris/ghc-6.10.1/ghc'
 gmake[2]: *** [build.stage.2] Error 2
 gmake[2]: Leaving directory
 `/home/maeder/haskell/solaris/ghc-6.10.1/compiler'
 gmake[1]: *** [stage2] Error 2
 gmake[1]: Leaving directory `/home/maeder/haskell/solaris/ghc-6.10.1'
 gmake: *** [bootstrap2] Error 2
 }}}

 {{{
 SunOS 5.8 Generic_117350-57 sun4u sparc SUNW,Ultra-4

 -bash-3.00$ gcc -v
 Using built-in specs.
 Target: sparc-sun-solaris2.8
 Configured with: ../gcc-4.0.3/configure --prefix=/usr/local/lang -program-
 suffix=_4.0.3 --with-gnu-as --with-as=/usr/local/bin/gnu-as --with-gnu-ld
 --with-ld=/usr/local/bin/gnu-ld --enable-version-specific-runtime-libs
 --enable-languages=c,c++
 Thread model: posix
 gcc version 4.0.3
 }}}

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