[GHC] #3644: ./configure fails while gcc version checking

View: New views
6 Messages — Rating Filter:   Alert me  

[GHC] #3644: ./configure fails while gcc version checking

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#3644: ./configure fails while gcc version checking
-------------------+--------------------------------------------------------
Reporter:  tolysz  |          Owner:                  
    Type:  bug     |         Status:  new            
Priority:  normal  |      Component:  Build System    
 Version:  6.13    |       Severity:  critical        
Keywords:          |       Testcase:                  
      Os:  Linux   |   Architecture:  Unknown/Multiple
-------------------+--------------------------------------------------------
 ./configure exits with an error 1
 but commenting out lines 4115 - 4138 solves this problem i.e.

 {{{
 >gcc --version
 gcc (Debian 4.3.4-6) 4.3.4
 Copyright (C) 2008 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 }}}

 {{{
 >gcc -v
 Using built-in specs.
 Target: x86_64-linux-gnu
 Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.4-6'
 --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-
 languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
 --enable-multiarch --enable-linker-build-id --with-system-zlib
 --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
 --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-
 suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
 --enable-mpfr --with-tune=generic --enable-checking=release --build=x86_64
 -linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
 Thread model: posix
 gcc version 4.3.4 (Debian 4.3.4-6)
 }}}

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3644>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #3644: ./configure fails while gcc version checking

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#3644: ./configure fails while gcc version checking
---------------------------------+------------------------------------------
    Reporter:  tolysz            |        Owner:        
        Type:  bug               |       Status:  new    
    Priority:  high              |    Milestone:  6.12.1
   Component:  Build System      |      Version:  6.13  
    Severity:  critical          |   Resolution:        
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  Linux  
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by igloo):

  * priority:  normal => high
  * difficulty:  => Unknown
  * milestone:  => 6.12.1

Comment:

 What's on those lines will depend on what version of autoconf you use. Can
 you paste them here please?

 Can you also attach the output of configure and the config.log file
 please?

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3644#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #3644: ./configure fails while gcc version checking

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#3644: ./configure fails while gcc version checking
---------------------------------+------------------------------------------
    Reporter:  tolysz            |        Owner:        
        Type:  bug               |       Status:  new    
    Priority:  high              |    Milestone:  6.12.1
   Component:  Build System      |      Version:  6.13  
    Severity:  critical          |   Resolution:        
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  Linux  
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by tolysz):

 The ./configure from '''ghc-6.12.0.20091106''' is working fine. Only
 '''6.13''' is broken.

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

Re: [GHC] #3644: ./configure fails while gcc version checking

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#3644: ./configure fails while gcc version checking
---------------------------------+------------------------------------------
    Reporter:  tolysz            |        Owner:        
        Type:  bug               |       Status:  new    
    Priority:  high              |    Milestone:  6.12.1
   Component:  Build System      |      Version:  6.13  
    Severity:  critical          |   Resolution:        
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  Linux  
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by igloo):

 Is this the latest HEAD?

 Do you have "set -e" in configure?

 The configure scripts in the 6.12 and 6.13 branches are currently
 identical apart from the version number.

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3644#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #3644: ./configure fails while gcc version checking

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#3644: ./configure fails while gcc version checking
---------------------------------+------------------------------------------
    Reporter:  tolysz            |        Owner:        
        Type:  bug               |       Status:  new    
    Priority:  high              |    Milestone:  6.12.1
   Component:  Build System      |      Version:  6.13  
    Severity:  critical          |   Resolution:        
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  Linux  
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by tolysz):

 Replying to [comment:3 igloo]:
 > Is this the latest HEAD?
 >
 > Do you have "set -e" in configure?
 >
 > The configure scripts in the 6.12 and 6.13 branches are currently
 identical apart from the version number.

 There was "set -e" in 6.13 it works now with this line(2472) being
 commented out.

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3644#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@...
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Re: [GHC] #3644: ./configure fails while gcc version checking

by GHC-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#3644: ./configure fails while gcc version checking
---------------------------------+------------------------------------------
    Reporter:  tolysz            |        Owner:        
        Type:  bug               |       Status:  closed
    Priority:  high              |    Milestone:  6.12.1
   Component:  Build System      |      Version:  6.13  
    Severity:  critical          |   Resolution:  fixed  
    Keywords:                    |   Difficulty:  Unknown
    Testcase:                    |           Os:  Linux  
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 OK, thanks for the follow-up. It sounds like you have an old snapshot, so
 I'll close this ticket.

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