public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/26523]  New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
@ 2006-03-01 21:39 wanderer at rsu dot ru
  2006-03-01 21:45 ` [Bug bootstrap/26523] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: wanderer at rsu dot ru @ 2006-03-01 21:39 UTC (permalink / raw)
  To: gcc-bugs

I can't bootstrap (make and make bootstrap have same result and error) at
FreeBSD 6.0 RC1

Build terminated with error:

echo timestamp > s-options-h
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/usr/local/bin/bash /home/wanderer/pkg/build/gcc/src/gcc_41/gcc/mkconfig.sh
bconfig.h
gcc -c   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild -I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc
-I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/build
-I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/../include
-I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/../libcpp/include     -o
build/genmodes.o /home/wanderer/pkg/build/gcc/src/gcc_41/gcc/genmodes.c
gcc -c   -g -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wold-style-definition -Wmissing-format-attribute    -DHAVE_CONFIG_H
-DGENERATOR_FILE -I. -Ibuild -I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc
-I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/build
-I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/../include
-I/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/../libcpp/include     -o
build/errors.o /home/wanderer/pkg/build/gcc/src/gcc_41/gcc/errors.c
gmake: *** No rule to make target
`../build-i386-unknown-freebsd6.0/libiberty/libiberty.a', needed by
`build/genmodes'.  Stop.

If need i can send additional information


-- 
           Summary: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at
                    FreeBSD 6.0rc1
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wanderer at rsu dot ru
 GCC build triplet: i386-unknown-freebsd6.0
  GCC host triplet: i386-unknown-freebsd6.0
GCC target triplet: i386-unknown-freebsd6.0


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
@ 2006-03-01 21:45 ` pinskia at gcc dot gnu dot org
  2006-03-01 21:52 ` wanderer at rsu dot ru
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-01 21:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-01 21:45 -------
How did configure/make?


-- 


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
  2006-03-01 21:45 ` [Bug bootstrap/26523] " pinskia at gcc dot gnu dot org
@ 2006-03-01 21:52 ` wanderer at rsu dot ru
  2006-03-01 21:54 ` wanderer at rsu dot ru
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wanderer at rsu dot ru @ 2006-03-01 21:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from wanderer at rsu dot ru  2006-03-01 21:52 -------
I use script:

cd obj_41
/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/configure
--prefix=/home/wanderer/pkg/gcc_41 --enable-threads=posix --with-gnu-as
--with-gnu-ld --enable-languages=c,c++
gmake 
cd ..


-- 


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
  2006-03-01 21:45 ` [Bug bootstrap/26523] " pinskia at gcc dot gnu dot org
  2006-03-01 21:52 ` wanderer at rsu dot ru
@ 2006-03-01 21:54 ` wanderer at rsu dot ru
  2006-03-01 21:59 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: wanderer at rsu dot ru @ 2006-03-01 21:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from wanderer at rsu dot ru  2006-03-01 21:54 -------
Also recheck with gmake bootstrap

Used tools:

make, ~/pkg/build/gcc > gmake -v
GNU Make 3.80

make, ~/pkg/build/gcc > gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518


-- 


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
                   ` (2 preceding siblings ...)
  2006-03-01 21:54 ` wanderer at rsu dot ru
@ 2006-03-01 21:59 ` pinskia at gcc dot gnu dot org
  2006-03-01 22:04 ` echristo at apple dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-01 21:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-03-01 21:59 -------
Are you using the toplevel configure or the configure in the gcc directory?
>From what you wrote:
/home/wanderer/pkg/build/gcc/src/gcc_41/gcc/configure
It looks like you are using the gcc subdirectory configure which is wrong and
which is why it cannot find
../build-i386-unknown-freebsd6.0/libiberty/libiberty.a.


-- 


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
                   ` (3 preceding siblings ...)
  2006-03-01 21:59 ` pinskia at gcc dot gnu dot org
@ 2006-03-01 22:04 ` echristo at apple dot com
  2006-03-01 22:08 ` wanderer at rsu dot ru
  2006-03-01 22:12 ` wanderer at rsu dot ru
  6 siblings, 0 replies; 8+ messages in thread
From: echristo at apple dot com @ 2006-03-01 22:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from echristo at apple dot com  2006-03-01 22:04 -------
Confirmed. That's the error message if you use the configure from the gcc
subdir.


-- 

echristo at apple dot com changed:

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


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
                   ` (4 preceding siblings ...)
  2006-03-01 22:04 ` echristo at apple dot com
@ 2006-03-01 22:08 ` wanderer at rsu dot ru
  2006-03-01 22:12 ` wanderer at rsu dot ru
  6 siblings, 0 replies; 8+ messages in thread
From: wanderer at rsu dot ru @ 2006-03-01 22:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from wanderer at rsu dot ru  2006-03-01 22:08 -------
No. I not build in source dir. I recheck this before bug report posting and now

I have gcc 4.1.0 sources in /home/wanderer/pkg/build/gcc/src/gcc_41
full path to obj dir: /home/wanderer/pkg/build/gcc/obj_41
script in /home/wanderer/pkg/build/gcc 
and i remove and recreate obj_41 before each build


-- 

wanderer at rsu dot ru changed:

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


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


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

* [Bug bootstrap/26523] Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1
  2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
                   ` (5 preceding siblings ...)
  2006-03-01 22:08 ` wanderer at rsu dot ru
@ 2006-03-01 22:12 ` wanderer at rsu dot ru
  6 siblings, 0 replies; 8+ messages in thread
From: wanderer at rsu dot ru @ 2006-03-01 22:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from wanderer at rsu dot ru  2006-03-01 22:12 -------
> Are you using the toplevel configure or the configure in the gcc directory?
8( You are right! Sorry for false alarm...


-- 

wanderer at rsu dot ru changed:

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


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


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

end of thread, other threads:[~2006-03-01 22:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-01 21:39 [Bug bootstrap/26523] New: Can't bootstrap gcc 4.1.0 (SVN revision : 111569) at FreeBSD 6.0rc1 wanderer at rsu dot ru
2006-03-01 21:45 ` [Bug bootstrap/26523] " pinskia at gcc dot gnu dot org
2006-03-01 21:52 ` wanderer at rsu dot ru
2006-03-01 21:54 ` wanderer at rsu dot ru
2006-03-01 21:59 ` pinskia at gcc dot gnu dot org
2006-03-01 22:04 ` echristo at apple dot com
2006-03-01 22:08 ` wanderer at rsu dot ru
2006-03-01 22:12 ` wanderer at rsu dot ru

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