public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26377]  New: gcc 4.1.0 RC1 failes to bootstrap
@ 2006-02-20  8:06 xtv at tveith dot homelinux dot com
  2006-02-20  9:19 ` [Bug bootstrap/26377] " themis_hv at yahoo dot co dot uk
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: xtv at tveith dot homelinux dot com @ 2006-02-20  8:06 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2854 bytes --]

gcc 4.1.0 rc1 failes to bootstrap on my amd64 gentoo-box; the last release
gcc-4.1.0-20060217 bootstraps fine so it seems to be rc1 and not my gentoo
setup.

../gcc-4.1.0-20060219/configure --prefix=/home/xtv --program-prefix=x
--program-suffix=41rc1 --enable-languages=c,c++,objc,obj-c++,fortran
make bootstrap

results in:

Applying io_quotes_def            to cdda_interface.h
Cleaning up unneeded directories:
fixincludes is done
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ../../gcc-4.1.0-20060219/gcc/gsyslimits.h include/syslimits.h; \
fi
chmod a+r include/syslimits.h
echo timestamp > stmp-fixinc
rm -f mm_malloc.h
cat ../../gcc-4.1.0-20060219/gcc/config/i386/pmm_malloc.h > mm_malloc.h
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ../../gcc-4.1.0-20060219/gcc/ginclude/float.h
../../gcc-4.1.0-20060219/gcc/ginclude/iso646.h
../../gcc-4.1.0-20060219/gcc/ginclude/stdarg.h
../../gcc-4.1.0-20060219/gcc/ginclude/stdbool.h
../../gcc-4.1.0-20060219/gcc/ginclude/stddef.h
../../gcc-4.1.0-20060219/gcc/ginclude/varargs.h
../../gcc-4.1.0-20060219/gcc/config/i386/mmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/mm3dnow.h
../../gcc-4.1.0-20060219/gcc/config/i386/xmmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/emmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/pmmintrin.h mm_malloc.h; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    echo timestamp > include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
cp ../../gcc-4.1.0-20060219/gcc/unwind-generic.h include/unwind.h
chmod a+r include/limits.h
rm -f include/README
cp ../../gcc-4.1.0-20060219/gcc/../fixincludes/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
creating as
echo timestamp > stamp-as
make[2]: *** Keine Regel vorhanden, um das Target »/home/xtv/bin/xld«,
  benötigt von »stamp-collect-ld«, zu erstellen.  Schluss.
make[2]: Leaving directory `/home/xtv/gcc/out/gcc'
make[1]: *** [stage1_build] Fehler 2
make[1]: Leaving directory `/home/xtv/gcc/out/gcc'
make: *** [bootstrap] Fehler 2


Hope this helps.

Best regards,
Thomas Veith


-- 
           Summary: gcc 4.1.0 RC1 failes to bootstrap
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: xtv at tveith dot homelinux dot com
 GCC build triplet: x86_64-unknown-linux
  GCC host triplet: x86_64-unknown-linux
GCC target triplet: x86_64-unknown-linux


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
@ 2006-02-20  9:19 ` themis_hv at yahoo dot co dot uk
  2006-02-20  9:52 ` xtv at tveith dot homelinux dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: themis_hv at yahoo dot co dot uk @ 2006-02-20  9:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from themis_hv at yahoo dot co dot uk  2006-02-20 09:19 -------
GCC here is expecting ld to be located at /home/xtv/bin/xld

Try adding --with-ld=/path/to/ld and --with-as=/path/to/as to configury

See if this makes any difference


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
  2006-02-20  9:19 ` [Bug bootstrap/26377] " themis_hv at yahoo dot co dot uk
@ 2006-02-20  9:52 ` xtv at tveith dot homelinux dot com
  2006-02-20 12:34 ` xtv at tveith dot homelinux dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: xtv at tveith dot homelinux dot com @ 2006-02-20  9:52 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]



------- Comment #2 from xtv at tveith dot homelinux dot com  2006-02-20 09:52 -------
(In reply to comment #1)
> GCC here is expecting ld to be located at /home/xtv/bin/xld
> 
> Try adding --with-ld=/path/to/ld and --with-as=/path/to/as to configury
> 
> See if this makes any difference
> 

The problem is that --program-prefix seems to be broken; with
--program-prefix=x he has no rule to make xld; with --program-prefix=test_ the
same error like above but the error is

make[2]: *** Keine Regel vorhanden, um das Target »/home/xtv/bin/test_ld«,
  benötigt von »stamp-collect-ld«, zu erstellen.  Schluss.

which translated means i.e "no rule for target /home/xtv/bin/test_ld ..." (btw.
sorry for posting german errors, i just realized)

ATM i bootstrap without --program-prefix to verify.


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
  2006-02-20  9:19 ` [Bug bootstrap/26377] " themis_hv at yahoo dot co dot uk
  2006-02-20  9:52 ` xtv at tveith dot homelinux dot com
@ 2006-02-20 12:34 ` xtv at tveith dot homelinux dot com
  2006-02-20 13:06 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: xtv at tveith dot homelinux dot com @ 2006-02-20 12:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from xtv at tveith dot homelinux dot com  2006-02-20 12:33 -------
Without --program-prefix it bootstraps fine. So it seems to be a problem with
the configure-machinery.

Shall I close this bug and open a new one regarding configure?


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (2 preceding siblings ...)
  2006-02-20 12:34 ` xtv at tveith dot homelinux dot com
@ 2006-02-20 13:06 ` pinskia at gcc dot gnu dot org
  2006-02-20 13:12 ` themis_hv at yahoo dot co dot uk
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-20 13:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-02-20 13:06 -------
If this worked with "20060217" and does not with the RC1, this actually does
not make sense as there have been no configuring changes made between that
time.


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (3 preceding siblings ...)
  2006-02-20 13:06 ` pinskia at gcc dot gnu dot org
@ 2006-02-20 13:12 ` themis_hv at yahoo dot co dot uk
  2006-02-20 19:54 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: themis_hv at yahoo dot co dot uk @ 2006-02-20 13:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from themis_hv at yahoo dot co dot uk  2006-02-20 13:12 -------
--program-prefix works fine on i686-pc-linux with GCC 4.1.0 RC 1


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (4 preceding siblings ...)
  2006-02-20 13:12 ` themis_hv at yahoo dot co dot uk
@ 2006-02-20 19:54 ` pinskia at gcc dot gnu dot org
  2006-02-20 20:24 ` xtv at tveith dot homelinux dot com
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-20 19:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-02-20 19:54 -------
I just tried to reproduce this with exactly the options you used and I could
not.  I then tried with a different prefix of /home/pinskia (my home directory)
and it still worked.

Is there something special with your prefix having ld or something else?


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (5 preceding siblings ...)
  2006-02-20 19:54 ` pinskia at gcc dot gnu dot org
@ 2006-02-20 20:24 ` xtv at tveith dot homelinux dot com
  2006-02-20 20:58 ` themis_hv at yahoo dot co dot uk
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: xtv at tveith dot homelinux dot com @ 2006-02-20 20:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from xtv at tveith dot homelinux dot com  2006-02-20 20:24 -------
Hi..

whenever I use --program-prefix, bootstrap fails / otherwise it works just
perfect. To illustrate, this time i used the following configure:

../gcc-4.1.0-20060219/configure --prefix=/home/xtv --program-prefix=A_Prefix_
--program-suffix=41rc1 --enable-languages=c,c++,objc,obj-c++,fortran

resulting in:

Applying io_quotes_def            to cdda_interface.h
Cleaning up unneeded directories:
fixincludes is done
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp ../../gcc-4.1.0-20060219/gcc/gsyslimits.h include/syslimits.h; \
fi
chmod a+r include/syslimits.h
echo timestamp > stmp-fixinc
rm -f mm_malloc.h
cat ../../gcc-4.1.0-20060219/gcc/config/i386/pmm_malloc.h > mm_malloc.h
if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
for file in .. ../../gcc-4.1.0-20060219/gcc/ginclude/float.h
../../gcc-4.1.0-20060219/gcc/ginclude/iso646.h
../../gcc-4.1.0-20060219/gcc/ginclude/stdarg.h
../../gcc-4.1.0-20060219/gcc/ginclude/stdbool.h
../../gcc-4.1.0-20060219/gcc/ginclude/stddef.h
../../gcc-4.1.0-20060219/gcc/ginclude/varargs.h
../../gcc-4.1.0-20060219/gcc/config/i386/mmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/mm3dnow.h
../../gcc-4.1.0-20060219/gcc/config/i386/xmmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/emmintrin.h
../../gcc-4.1.0-20060219/gcc/config/i386/pmmintrin.h mm_malloc.h; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    echo timestamp > include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
cp ../../gcc-4.1.0-20060219/gcc/unwind-generic.h include/unwind.h
chmod a+r include/limits.h
rm -f include/README
cp ../../gcc-4.1.0-20060219/gcc/../fixincludes/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrs
creating as
echo timestamp > stamp-as
make[2]: *** No rule to make target `/home/xtv/bin/A_Prefix_ld', needed by
`stamp-collect-ld'.  Stop.
make[2]: Leaving directory `/home/xtv/gcc/out/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/home/xtv/gcc/out/gcc'
make: *** [bootstrap] Error 2
xtv@homer ~/gcc/out $       

Since this was the first time i tried to compile gcc-4.1 with --program-prefix,
I can't say since when this occurs. At least on my box its reproducable.

If you're interrested, I can give you ssh-access to my box so you can look
what's wrong.

Otherwise I'm perfectly happy with a running gcc-4.1 and don't care too much
about 'broken' configure-magic :-)

Best regards,
Thomas


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (6 preceding siblings ...)
  2006-02-20 20:24 ` xtv at tveith dot homelinux dot com
@ 2006-02-20 20:58 ` themis_hv at yahoo dot co dot uk
  2006-02-20 21:05 ` xtv at tveith dot homelinux dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: themis_hv at yahoo dot co dot uk @ 2006-02-20 20:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from themis_hv at yahoo dot co dot uk  2006-02-20 20:57 -------
Do you have any of the following variables set before building GCC:

LD
DEFAULT_LINKER
ORIGINAL_LD_FOR_TARGET
CONFIG_SITE

?


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (7 preceding siblings ...)
  2006-02-20 20:58 ` themis_hv at yahoo dot co dot uk
@ 2006-02-20 21:05 ` xtv at tveith dot homelinux dot com
  2006-02-21  2:19 ` pinskia at gcc dot gnu dot org
  2006-07-19  3:44 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: xtv at tveith dot homelinux dot com @ 2006-02-20 21:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from xtv at tveith dot homelinux dot com  2006-02-20 21:05 -------
(In reply to comment #8)
> Do you have any of the following variables set before building GCC:
> 
> LD
> DEFAULT_LINKER
> ORIGINAL_LD_FOR_TARGET
> CONFIG_SITE

No:
xtv@homer ~/gcc/out $ echo $LD

xtv@homer ~/gcc/out $ echo $DEFAULT_LINKER

xtv@homer ~/gcc/out $ echo $ORIGINAL_LD_FOR_TARGET

xtv@homer ~/gcc/out $ echo $CONFIG_SITE

But its a gentoo amd64 box with 'unstable' packages...

autoconf-2.59
automake-1.9.6
binutils-2.16.1

Maybe thats the reason.. 


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (8 preceding siblings ...)
  2006-02-20 21:05 ` xtv at tveith dot homelinux dot com
@ 2006-02-21  2:19 ` pinskia at gcc dot gnu dot org
  2006-07-19  3:44 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-21  2:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from pinskia at gcc dot gnu dot org  2006-02-21 02:19 -------
(In reply to comment #9)
> autoconf-2.59
> automake-1.9.6
> binutils-2.16.1
> 
> Maybe thats the reason.. 

I doubt it.  Maybe you have a messed up coreutils.


-- 


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


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

* [Bug bootstrap/26377] gcc 4.1.0 RC1 failes to bootstrap
  2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
                   ` (9 preceding siblings ...)
  2006-02-21  2:19 ` pinskia at gcc dot gnu dot org
@ 2006-07-19  3:44 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-07-19  3:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-07-19 03:44 -------
This works for me and many other people.  Also no feedback in 3 months so
closing.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-07-19  3:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-20  8:06 [Bug bootstrap/26377] New: gcc 4.1.0 RC1 failes to bootstrap xtv at tveith dot homelinux dot com
2006-02-20  9:19 ` [Bug bootstrap/26377] " themis_hv at yahoo dot co dot uk
2006-02-20  9:52 ` xtv at tveith dot homelinux dot com
2006-02-20 12:34 ` xtv at tveith dot homelinux dot com
2006-02-20 13:06 ` pinskia at gcc dot gnu dot org
2006-02-20 13:12 ` themis_hv at yahoo dot co dot uk
2006-02-20 19:54 ` pinskia at gcc dot gnu dot org
2006-02-20 20:24 ` xtv at tveith dot homelinux dot com
2006-02-20 20:58 ` themis_hv at yahoo dot co dot uk
2006-02-20 21:05 ` xtv at tveith dot homelinux dot com
2006-02-21  2:19 ` pinskia at gcc dot gnu dot org
2006-07-19  3:44 ` 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).