public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/49438] New: error during make
@ 2011-06-16 12:53 eisoab at gmail dot com
  2011-06-16 13:40 ` [Bug fortran/49438] " burnus at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: eisoab at gmail dot com @ 2011-06-16 12:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

           Summary: error during make
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: eisoab@gmail.com


Created attachment 24545
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24545
config.log

make ends with 

checking whether the GNU Fortran compiler is working... no
configure: error: GNU Fortran is not working; please report a bug in
http://gcc.gnu.org/bugzilla, attaching
/home/e.ab/software/src/gcc-4.5.3-build/i686-pc-linux-gnu/libgfortran/config.log
make[1]: *** [configure-target-libgfortran] Error 1
make[1]: Leaving directory `/data1/software/src/gcc-4.5.3-build'
make: *** [all] Error 2


config.log attached...

-E


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
@ 2011-06-16 13:40 ` burnus at gcc dot gnu.org
  2011-06-16 16:32 ` kargl at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: burnus at gcc dot gnu.org @ 2011-06-16 13:40 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-06-16 13:39:34 UTC ---
In 95% of the cases one sees this error, there is a problem with GMP or MPFR.

That seems to be also the case here:

/home/e.ab/software/src/gcc-4.5.3-build/./gcc/f951: symbol lookup error:
/usr/local/lib/libmpfr.so.1: undefined symbol: __gmp_get_memory_functions


Can you check that your GMP and MPFR are compatible, that they are in the
library search path, etc.?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
  2011-06-16 13:40 ` [Bug fortran/49438] " burnus at gcc dot gnu.org
@ 2011-06-16 16:32 ` kargl at gcc dot gnu.org
  2011-06-16 17:36 ` eisoab at gmail dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: kargl at gcc dot gnu.org @ 2011-06-16 16:32 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

kargl at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu.org

--- Comment #2 from kargl at gcc dot gnu.org 2011-06-16 16:31:23 UTC ---
(In reply to comment #0)
> Created attachment 24545 [details]
> config.log
> 
> make ends with 
> 
> checking whether the GNU Fortran compiler is working... no
> configure: error: GNU Fortran is not working; please report a bug in
> http://gcc.gnu.org/bugzilla, attaching
> /home/e.ab/software/src/gcc-4.5.3-build/i686-pc-linux-gnu/libgfortran/config.log
> make[1]: *** [configure-target-libgfortran] Error 1
> make[1]: Leaving directory `/data1/software/src/gcc-4.5.3-build'
> make: *** [all] Error 2
> 

What is the configure command line you used to configure
the gcc?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
  2011-06-16 13:40 ` [Bug fortran/49438] " burnus at gcc dot gnu.org
  2011-06-16 16:32 ` kargl at gcc dot gnu.org
@ 2011-06-16 17:36 ` eisoab at gmail dot com
  2011-06-16 17:53 ` sgk at troutmask dot apl.washington.edu
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: eisoab at gmail dot com @ 2011-06-16 17:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

--- Comment #3 from eisoab at gmail dot com 2011-06-16 17:36:15 UTC ---
kargl at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438
>
> kargl at gcc dot gnu.org changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                   CC|                            |kargl at gcc dot gnu.org
>
> --- Comment #2 from kargl at gcc dot gnu.org 2011-06-16 16:31:23 UTC ---
> (In reply to comment #0)
>    
>> Created attachment 24545 [details]
>> config.log
>>
>> make ends with
>>
>> checking whether the GNU Fortran compiler is working... no
>> configure: error: GNU Fortran is not working; please report a bug in
>> http://gcc.gnu.org/bugzilla, attaching
>> /home/e.ab/software/src/gcc-4.5.3-build/i686-pc-linux-gnu/libgfortran/config.log
>> make[1]: *** [configure-target-libgfortran] Error 1
>> make[1]: Leaving directory `/data1/software/src/gcc-4.5.3-build'
>> make: *** [all] Error 2
>>
>>      
> What is the configure command line you used to configure
> the gcc?
>
>    
nothing. just ../configure

there was a gmp version on the machine that was too old and no mpfr

I unpacked the latest source tar files of gmp and mpfr in  the
source directory (gcc-4.5.3) hoping that they would be found an installed.

But after make distclean  ;  ../gcc-4.5.3/configure
make  ends with the same error as before. (although i didn't compare the 
config.log
it was overwritten)

I'm now first installing gmp and mpfr by hand.
I probably have to remove the old gmp version right?


Eiso


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
                   ` (2 preceding siblings ...)
  2011-06-16 17:36 ` eisoab at gmail dot com
@ 2011-06-16 17:53 ` sgk at troutmask dot apl.washington.edu
  2011-06-16 17:57 ` eisoab at gmail dot com
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgk at troutmask dot apl.washington.edu @ 2011-06-16 17:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

--- Comment #4 from Steve Kargl <sgk at troutmask dot apl.washington.edu> 2011-06-16 17:52:39 UTC ---
On Thu, Jun 16, 2011 at 05:36:35PM +0000, eisoab at gmail dot com wrote:
> 
> > What is the configure command line you used to configure
> > the gcc?
> >
> >    
> nothing. just ../configure
> 

This appears to mean that you are trying to build
gcc within its source tree.  That is not support.
Please the instructions for building gcc.

>
> I probably have to remove the old gmp version right?
> 

This would certainly ensure that the old versions are
not found and used.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
                   ` (3 preceding siblings ...)
  2011-06-16 17:53 ` sgk at troutmask dot apl.washington.edu
@ 2011-06-16 17:57 ` eisoab at gmail dot com
  2011-06-16 18:08 ` eisoab at gmail dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: eisoab at gmail dot com @ 2011-06-16 17:57 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

--- Comment #5 from eisoab at gmail dot com 2011-06-16 17:56:10 UTC ---
sgk at troutmask dot apl.washington.edu wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438
>
> --- Comment #4 from Steve Kargl<sgk at troutmask dot apl.washington.edu>  2011-06-16 17:52:39 UTC ---
> On Thu, Jun 16, 2011 at 05:36:35PM +0000, eisoab at gmail dot com wrote:
>>
>>> What is the configure command line you used to configure
>>> the gcc?
>>>
>>>
>> nothing. just ../configure
sorry that was incorrect, I meant

../gcc-4.5.3/configure

I'm using a gcc-4.5.3-build dir next to gcc-4.5.3

Eiso

>>
>
> This appears to mean that you are trying to build
> gcc within its source tree.  That is not support.
> Please the instructions for building gcc.
>
>>
>> I probably have to remove the old gmp version right?
>>
>
> This would certainly ensure that the old versions are
> not found and used.
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
                   ` (4 preceding siblings ...)
  2011-06-16 17:57 ` eisoab at gmail dot com
@ 2011-06-16 18:08 ` eisoab at gmail dot com
  2011-07-24 18:42 ` dfranke at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: eisoab at gmail dot com @ 2011-06-16 18:08 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

--- Comment #6 from eisoab at gmail dot com 2011-06-16 18:07:41 UTC ---
Eiso AB wrote:
> sgk at troutmask dot apl.washington.edu wrote:
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438
>>
>> --- Comment #4 from Steve Kargl<sgk at troutmask dot
>> apl.washington.edu> 2011-06-16 17:52:39 UTC ---
>> On Thu, Jun 16, 2011 at 05:36:35PM +0000, eisoab at gmail dot com wrote:
>>>
>>>> What is the configure command line you used to configure
>>>> the gcc?
>>>>
>>>>
>>> nothing. just ../configure
> sorry that was incorrect, I meant
>
> ../gcc-4.5.3/configure
>
> I'm using a gcc-4.5.3-build dir next to gcc-4.5.3
>
> Eiso
>
>>>
>>
>> This appears to mean that you are trying to build
>> gcc within its source tree. That is not support.
>> Please the instructions for building gcc.
>>
>>>
>>> I probably have to remove the old gmp version right?
>>>
>>
>> This would certainly ensure that the old versions are
>> not found and used.

yum wants to remove about 60 packages when I try that. So I
think I'll leave that one alone.

-E



>>
>


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
                   ` (5 preceding siblings ...)
  2011-06-16 18:08 ` eisoab at gmail dot com
@ 2011-07-24 18:42 ` dfranke at gcc dot gnu.org
  2011-11-07 22:48 ` fxcoudert at gcc dot gnu.org
  2011-11-07 22:53 ` fxcoudert at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: dfranke at gcc dot gnu.org @ 2011-07-24 18:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

Daniel Franke <dfranke at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2011.07.24 18:41:44
                 CC|                            |dfranke at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #7 from Daniel Franke <dfranke at gcc dot gnu.org> 2011-07-24 18:41:44 UTC ---
Set to waiting. Close if no additional info shows up in a reasonable time
frame.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
                   ` (6 preceding siblings ...)
  2011-07-24 18:42 ` dfranke at gcc dot gnu.org
@ 2011-11-07 22:48 ` fxcoudert at gcc dot gnu.org
  2011-11-07 22:53 ` fxcoudert at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2011-11-07 22:48 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot
                   |                            |gnu.org

--- Comment #8 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2011-11-07 22:47:04 UTC ---
Closing, please reopen with detailed information if you still encounter the
issue. One problem may be that you were compiling with recent GMP headers, but
picking up an older GMP library at runtime.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug fortran/49438] error during make
  2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
                   ` (7 preceding siblings ...)
  2011-11-07 22:48 ` fxcoudert at gcc dot gnu.org
@ 2011-11-07 22:53 ` fxcoudert at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2011-11-07 22:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #9 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2011-11-07 22:48:26 UTC ---
Closing, please reopen with detailed information if you still encounter the
issue. One problem may be that you were compiling with recent GMP headers, but
picking up an older GMP library at runtime.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-11-07 22:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-16 12:53 [Bug fortran/49438] New: error during make eisoab at gmail dot com
2011-06-16 13:40 ` [Bug fortran/49438] " burnus at gcc dot gnu.org
2011-06-16 16:32 ` kargl at gcc dot gnu.org
2011-06-16 17:36 ` eisoab at gmail dot com
2011-06-16 17:53 ` sgk at troutmask dot apl.washington.edu
2011-06-16 17:57 ` eisoab at gmail dot com
2011-06-16 18:08 ` eisoab at gmail dot com
2011-07-24 18:42 ` dfranke at gcc dot gnu.org
2011-11-07 22:48 ` fxcoudert at gcc dot gnu.org
2011-11-07 22:53 ` fxcoudert at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).