public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/44079] Bootstrap error about elf_getshdrstrndx when configure script does not detect elf_getshdrstrndx
       [not found] <bug-44079-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-28  5:29 ` pinskia at gcc dot gnu.org
  0 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-28  5:29 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-28 05:18:26 UTC ---
This was fixed fully by not depending on libelf and writing our own simple elf
reader.


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

* [Bug bootstrap/44079] Bootstrap error about elf_getshdrstrndx when configure script does not detect elf_getshdrstrndx
  2010-05-11 14:19 [Bug bootstrap/44079] New: " soni dot sandeepb at gmail dot com
  2010-05-12 17:22 ` [Bug bootstrap/44079] " ro at gcc dot gnu dot org
  2010-05-15  2:54 ` soni dot sandeepb at gmail dot com
@ 2010-05-15 15:07 ` mikereape at onetel dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mikereape at onetel dot com @ 2010-05-15 15:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mikereape at onetel dot com  2010-05-15 15:07 -------
Subject: Re:  Bootstrap error about elf_getshdrstrndx
 when configure script does not detect elf_getshdrstrndx

On 05/15/2010 03:53 AM, soni dot sandeepb at gmail dot com wrote:
> ------- Comment #2 from soni dot sandeepb at gmail dot com  2010-05-15 02:53 -------
> (In reply to comment #1)
>    
>> Could you please provide some more details, please: what system are you running
>> on, what version of libelf is in use?
>>
>> And please provide config.log and configure output from the toplevel and from
>> the gcc subdirectory, together with gcc/auto-host.h.
>>
>>      
>
> [Sandy@Sandy ~]$ uname -r
> 2.6.29.4-167.fc11.i686.PAE
>
> Currently, I am unable to reproduce the configure output since now I am working
> with elfutils-libelf-devel-0.145-1 which, it seems, has fixed the problem.
> Earlier, I was using elfutils-libelf-devel-0.140-1 which came installed with
> the distro.
> I also had libelf 0.8.13 on my system at the time of this bug but that was
> insufficient to resolve the bug.
>
> Maybe Mike can reproduce the configure and config.log output.
>
>
>    
Hi, I am currently unable to reproduce the output due to a changing 
configuration as well.  I may be able to do it but it won't be for at 
least another three days.

My apologies,
Mike


-- 


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


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

* [Bug bootstrap/44079] Bootstrap error about elf_getshdrstrndx when configure script does not detect elf_getshdrstrndx
  2010-05-11 14:19 [Bug bootstrap/44079] New: " soni dot sandeepb at gmail dot com
  2010-05-12 17:22 ` [Bug bootstrap/44079] " ro at gcc dot gnu dot org
@ 2010-05-15  2:54 ` soni dot sandeepb at gmail dot com
  2010-05-15 15:07 ` mikereape at onetel dot com
  2 siblings, 0 replies; 4+ messages in thread
From: soni dot sandeepb at gmail dot com @ 2010-05-15  2:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from soni dot sandeepb at gmail dot com  2010-05-15 02:53 -------
(In reply to comment #1)
> Could you please provide some more details, please: what system are you running
> on, what version of libelf is in use?
> 
> And please provide config.log and configure output from the toplevel and from
> the gcc subdirectory, together with gcc/auto-host.h.
> 


[Sandy@Sandy ~]$ uname -r
2.6.29.4-167.fc11.i686.PAE

Currently, I am unable to reproduce the configure output since now I am working
with elfutils-libelf-devel-0.145-1 which, it seems, has fixed the problem.
Earlier, I was using elfutils-libelf-devel-0.140-1 which came installed with
the distro.
I also had libelf 0.8.13 on my system at the time of this bug but that was
insufficient to resolve the bug. 

Maybe Mike can reproduce the configure and config.log output.


-- 

soni dot sandeepb at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |soni dot sandeepb at gmail
                   |                            |dot com


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


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

* [Bug bootstrap/44079] Bootstrap error about elf_getshdrstrndx when configure script does not detect elf_getshdrstrndx
  2010-05-11 14:19 [Bug bootstrap/44079] New: " soni dot sandeepb at gmail dot com
@ 2010-05-12 17:22 ` ro at gcc dot gnu dot org
  2010-05-15  2:54 ` soni dot sandeepb at gmail dot com
  2010-05-15 15:07 ` mikereape at onetel dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ro at gcc dot gnu dot org @ 2010-05-12 17:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ro at gcc dot gnu dot org  2010-05-12 17:22 -------
Could you please provide some more details, please: what system are you running
on, what version of libelf is in use?

And please provide config.log and configure output from the toplevel and from
the gcc subdirectory, together with gcc/auto-host.h.


-- 

ro at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu dot org


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


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

end of thread, other threads:[~2012-01-28  5:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44079-4@http.gcc.gnu.org/bugzilla/>
2012-01-28  5:29 ` [Bug bootstrap/44079] Bootstrap error about elf_getshdrstrndx when configure script does not detect elf_getshdrstrndx pinskia at gcc dot gnu.org
2010-05-11 14:19 [Bug bootstrap/44079] New: " soni dot sandeepb at gmail dot com
2010-05-12 17:22 ` [Bug bootstrap/44079] " ro at gcc dot gnu dot org
2010-05-15  2:54 ` soni dot sandeepb at gmail dot com
2010-05-15 15:07 ` mikereape at onetel dot com

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).