public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS
@ 2004-11-08 19:22 James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-08 19:24 ` [Bug bootstrap/18381] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-11-08 19:22 UTC (permalink / raw)
  To: gcc-bugs

$ uname -a
CYGWIN_NT-5.1 jmckelvey-xp 1.5.11(0.116/4/2) 2004-09-04 23:17 i686 unknown unkno
wn Cygwin


$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefi
x=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/s
hare/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,
pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zli
b --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sj
lj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)


$ alias CONFIGURECVS
alias CONFIGURECVS='/cygdrive/c/jimdata/home/cvsroot/gcc/configure --prefix=/cyg
drive/c/jimdata/home/utilities     --verbose --enable-threads --with-gnu-as --wi
th-gnu-ld --disable-nls     --enable-languages=c++'

$ alias BUILD
alias BUILD='nice make CFLAGS='\'''\'' BOOT_CFLAGS='\'''\'' LIBCFLAGS='\''-g -O'
\''     CXXFLAGS='\''-O'\'' LIBCXXFLAGS='\''-g -O'\'' bootstrap'


  gcc.o g++spec.o intl.o prefix.o version.o  cygwin1.o ../libcpp/libcpp.a  -lico
nv ../libiberty/libiberty.a
echo |  ./xgcc -B./ -B/cygdrive/c/jimdata/home/utilities/i686-pc-cygwin/bin/ -is
ystem /cygdrive/c/jimdata/home/utilities/i686-pc-cygwin/include -isystem /cygdri
ve/c/jimdata/home/utilities/i686-pc-cygwin/sys-include -L/cygdrive/c/jimdata/hom
e/cvsroot/gcc-obj/gcc/../ld -E -dM - | \
  sed -n 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p ; \
        s/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  sort -u > macro_list
make[2]: *** No rule to make target `../build-i686-pc-cygwin/fixincludes/fixincl
', needed by `stmp-fixinc'.  Stop.
make[2]: Leaving directory `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/cygdrive/c/jimdata/home/cvsroot/gcc-obj/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: Stage 1 failure in fixincludes, recent CVS
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: James dot W dot Mckelvey at jpl dot nasa dot gov
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-11-08 19:24 ` pinskia at gcc dot gnu dot org
  2004-11-08 19:26 ` geoffk at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-08 19:24 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at gcc dot gnu dot
                   |                            |org
           Keywords|                            |build
            Summary|Stage 1 failure in          |[4.0 Regression] Stage 1
                   |fixincludes, recent CVS     |failure in fixincludes,
                   |                            |recent CVS
   Target Milestone|---                         |4.0.0


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-08 19:24 ` [Bug bootstrap/18381] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-11-08 19:26 ` geoffk at gcc dot gnu dot org
  2004-11-08 19:28 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-11-08 19:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-11-08 19:26 -------
Everyone else who has had this problem has not properly checked out their CVS tree.

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


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-08 19:24 ` [Bug bootstrap/18381] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2004-11-08 19:26 ` geoffk at gcc dot gnu dot org
@ 2004-11-08 19:28 ` pinskia at gcc dot gnu dot org
  2004-11-08 19:31 ` geoffk at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-08 19:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-08 19:28 -------
No it is not cygwin is marked as not to build fixincludes at all:
  *-*-cygwin*)
    target_configdirs="$target_configdirs target-libtermcap target-winsup"
    noconfigdirs="$noconfigdirs target-gperf target-libgloss build-fixincludes ${libgcj}"

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


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 preceding siblings ...)
  2004-11-08 19:28 ` pinskia at gcc dot gnu dot org
@ 2004-11-08 19:31 ` geoffk at gcc dot gnu dot org
  2004-11-08 22:35 ` James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-11-08 19:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-11-08 19:31 -------
Try removing 'build-fixincludes' from that line, tell me if it works.

-- 


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (3 preceding siblings ...)
  2004-11-08 19:31 ` geoffk at gcc dot gnu dot org
@ 2004-11-08 22:35 ` James dot W dot Mckelvey at jpl dot nasa dot gov
  2004-11-10 20:03 ` mg_gentoo at yahoo dot com
  2004-11-11 15:16 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: James dot W dot Mckelvey at jpl dot nasa dot gov @ 2004-11-08 22:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From James dot W dot Mckelvey at jpl dot nasa dot gov  2004-11-08 22:35 -------
(In reply to comment #3)
> Try removing 'build-fixincludes' from that line, tell me if it works.

That worked! Thanks.


-- 


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (4 preceding siblings ...)
  2004-11-08 22:35 ` James dot W dot Mckelvey at jpl dot nasa dot gov
@ 2004-11-10 20:03 ` mg_gentoo at yahoo dot com
  2004-11-11 15:16 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mg_gentoo at yahoo dot com @ 2004-11-10 20:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mg_gentoo at yahoo dot com  2004-11-10 20:02 -------
Same problem building compiler on x86_64 targetted at *mingw* (as opposed to
cygwin).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mg_gentoo at yahoo dot com


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


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

* [Bug bootstrap/18381] [4.0 Regression] Stage 1 failure in fixincludes, recent CVS
  2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
                   ` (5 preceding siblings ...)
  2004-11-10 20:03 ` mg_gentoo at yahoo dot com
@ 2004-11-11 15:16 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-11 15:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-11 15:15 -------


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

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


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


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

end of thread, other threads:[~2004-11-11 15:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-08 19:22 [Bug bootstrap/18381] New: Stage 1 failure in fixincludes, recent CVS James dot W dot Mckelvey at jpl dot nasa dot gov
2004-11-08 19:24 ` [Bug bootstrap/18381] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-11-08 19:26 ` geoffk at gcc dot gnu dot org
2004-11-08 19:28 ` pinskia at gcc dot gnu dot org
2004-11-08 19:31 ` geoffk at gcc dot gnu dot org
2004-11-08 22:35 ` James dot W dot Mckelvey at jpl dot nasa dot gov
2004-11-10 20:03 ` mg_gentoo at yahoo dot com
2004-11-11 15:16 ` 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).