public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/33503]  New: Can not build gcc from combined tree - bug in libtool
@ 2007-09-19 20:00 s_pyptev at ipmce dot ru
  2007-09-19 20:35 ` [Bug bootstrap/33503] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: s_pyptev at ipmce dot ru @ 2007-09-19 20:00 UTC (permalink / raw)
  To: gcc-bugs

snapshot gcc-4.3-20070914
When i try to build gcc the process falls when it tries to use just created
binutils or gas. Investigating the problem I've found that libtool creates
"normal" binutils in binutils/.libs directory and creates a wrapper in binutils
directory for each util. The wrapper should start shell with script in the same
directory but it can not find shell.
Current wrapper tries to call execve() with first parameter "/bin/sh" and
returns error. Errno is ENOENT. I suppose execve() works with windows path
under MinGW and really, when I've changed libtool to execve() have
C:\msys\1.0\bin\sh.exe as first parameter then the wrapper starts correctly,
but now shell script, which started by the wrapper, can not start "normal"
util, while the script does it from command line without a problem (or may be
shell can not find script, I'm not sure). So problem needs further
investigation. Wrapper code is in gcc/ltmain.sh


-- 
           Summary: Can not build gcc from combined tree - bug in libtool
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: s_pyptev at ipmce dot ru
 GCC build triplet: i686-pc-mingw32
  GCC host triplet: i686-pc-mingw32
GCC target triplet: arm-unknown-elf


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


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

* [Bug bootstrap/33503] Can not build gcc from combined tree - bug in libtool
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
@ 2007-09-19 20:35 ` pinskia at gcc dot gnu dot org
  2008-04-25 15:21 ` bonzini at gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-09-19 20:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|other                       |bootstrap


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


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

* [Bug bootstrap/33503] Can not build gcc from combined tree - bug in libtool
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
  2007-09-19 20:35 ` [Bug bootstrap/33503] " pinskia at gcc dot gnu dot org
@ 2008-04-25 15:21 ` bonzini at gnu dot org
  2008-08-01  8:46 ` [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32 bonzini at gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2008-04-25 15:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bonzini at gnu dot org  2008-04-25 15:21 -------


*** This bug has been marked as a duplicate of 35752 ***


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
  2007-09-19 20:35 ` [Bug bootstrap/33503] " pinskia at gcc dot gnu dot org
  2008-04-25 15:21 ` bonzini at gnu dot org
@ 2008-08-01  8:46 ` bonzini at gnu dot org
  2008-08-01  9:07 ` rwild at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2008-08-01  8:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bonzini at gnu dot org  2008-08-01 08:44 -------
not really a duplicate


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
      Known to fail|                            |4.3.2 4.4.0
      Known to work|                            |4.2.0
         Resolution|DUPLICATE                   |
            Summary|Can not build gcc from      |[4.3/4.4 Regression]
                   |combined tree - bug in      |problems with libtool
                   |libtool                     |wrapper scripts on mingw32


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


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

* [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
                   ` (2 preceding siblings ...)
  2008-08-01  8:46 ` [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32 bonzini at gnu dot org
@ 2008-08-01  9:07 ` rwild at gcc dot gnu dot org
  2008-11-01 11:44 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rwild at gcc dot gnu dot org @ 2008-08-01  9:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwild at gcc dot gnu dot org  2008-08-01 09:05 -------
Have you tried configuring like this?

  CONFIG_SHELL='C:/msys/1.0/bin/sh.exe' C:/msys/1.0/bin/sh.exe \
    ../gcc-4.3XX/configure [OPTIONS...]


-- 


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


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

* [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
                   ` (3 preceding siblings ...)
  2008-08-01  9:07 ` rwild at gcc dot gnu dot org
@ 2008-11-01 11:44 ` rguenth at gcc dot gnu dot org
  2008-11-01 14:27 ` bonzini at gnu dot org
  2008-12-31 18:11 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-11-01 11:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-11-01 11:43 -------
Hum, this is a host problem - and we do not have a list of primary or
secondary host platforms ... extrapolating from the secondary mingw32 target
platform I set this to P2.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
           Priority|P3                          |P2
   Target Milestone|---                         |4.3.3


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


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

* [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
                   ` (4 preceding siblings ...)
  2008-11-01 11:44 ` rguenth at gcc dot gnu dot org
@ 2008-11-01 14:27 ` bonzini at gnu dot org
  2008-12-31 18:11 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: bonzini at gnu dot org @ 2008-11-01 14:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from bonzini at gnu dot org  2008-11-01 14:26 -------
The problem is that this bug is unconfirmed.  I'd like to see a failure log;
mingw builds were tested very carefully when we upgraded Libtool.

Marked as waiting.


-- 

bonzini at gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32
  2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
                   ` (5 preceding siblings ...)
  2008-11-01 14:27 ` bonzini at gnu dot org
@ 2008-12-31 18:11 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-12-31 18:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2008-12-31 18:09 -------
No feedback in 3 months so closing.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-12-31 18:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-19 20:00 [Bug other/33503] New: Can not build gcc from combined tree - bug in libtool s_pyptev at ipmce dot ru
2007-09-19 20:35 ` [Bug bootstrap/33503] " pinskia at gcc dot gnu dot org
2008-04-25 15:21 ` bonzini at gnu dot org
2008-08-01  8:46 ` [Bug bootstrap/33503] [4.3/4.4 Regression] problems with libtool wrapper scripts on mingw32 bonzini at gnu dot org
2008-08-01  9:07 ` rwild at gcc dot gnu dot org
2008-11-01 11:44 ` rguenth at gcc dot gnu dot org
2008-11-01 14:27 ` bonzini at gnu dot org
2008-12-31 18:11 ` pinskia at gcc dot gnu dot 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).