public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/18458] New: "make install" -> fixincl missing extension
@ 2004-11-12 23:13 ovidr at users dot sourceforge dot net
  2004-11-12 23:19 ` [Bug bootstrap/18458] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-11-12 23:13 UTC (permalink / raw)
  To: gcc-bugs

fixincl is missing the ".exe" when building a native win32 compiler from a cross
compiler.

"make install" 

/bin/sh /datal/gcc/gcc/mkinstalldirs /datal/gcc/build/wingcc /datal/gcc/build/wingcc
make[1]: Entering directory `/home/gcc/build/wingcc_build/fastjar'
make[2]: Entering directory `/home/gcc/build/wingcc_build/fastjar'
test -z "/datal/gcc/build/wingcc/bin" || mkdir -p -- . "/datal/gcc/build/wingcc/bin"
  /usr/bin/install -c 'fastjar.exe' '/datal/gcc/build/wingcc/bin/fastjar.exe'
  /usr/bin/install -c 'grepjar.exe' '/datal/gcc/build/wingcc/bin/grepjar.exe'
test -z "/datal/gcc/build/wingcc/info" || mkdir -p -- .
"/datal/gcc/build/wingcc/info"
 /usr/bin/install -c -m 644 './fastjar.info'
'/datal/gcc/build/wingcc/info/fastjar.info'
 install-info --info-dir='/datal/gcc/build/wingcc/info'
'/datal/gcc/build/wingcc/info/fastjar.info'
test -z "/datal/gcc/build/wingcc/man/man1" || mkdir -p -- .
"/datal/gcc/build/wingcc/man/man1"
 /usr/bin/install -c -m 644 'fastjar.1' '/datal/gcc/build/wingcc/man/man1/fastjar.1'
 /usr/bin/install -c -m 644 'grepjar.1' '/datal/gcc/build/wingcc/man/man1/grepjar.1'
make[2]: Leaving directory `/home/gcc/build/wingcc_build/fastjar'
make[1]: Leaving directory `/home/gcc/build/wingcc_build/fastjar'
make[1]: Entering directory `/home/gcc/build/wingcc_build/fixincludes'
rm -rf /datal/gcc/build/wingcc/libexec/gcc/i686-pc-mingw32/4.0.0/install-tools
/bin/sh /datal/gcc/gcc/fixincludes/../mkinstalldirs
/datal/gcc/build/wingcc/libexec/gcc/i686-pc-mingw32/4.0.0/install-tools
mkdir -p -- /datal/gcc/build/wingcc/libexec/gcc/i686-pc-mingw32/4.0.0/install-tools
/bin/sh /datal/gcc/gcc/fixincludes/../mkinstalldirs
/datal/gcc/build/wingcc/lib/gcc/i686-pc-mingw32/4.0.0/install-tools/include
/usr/bin/install -c -m 644 /datal/gcc/gcc/fixincludes/README-fixinc \
  /datal/gcc/build/wingcc/lib/gcc/i686-pc-mingw32/4.0.0/install-tools/include/README
/usr/bin/install -c fixinc.sh
/datal/gcc/build/wingcc/libexec/gcc/i686-pc-mingw32/4.0.0/install-tools/fixinc.sh
/usr/bin/install -c fixincl \
  /datal/gcc/build/wingcc/libexec/gcc/i686-pc-mingw32/4.0.0/install-tools/fixincl
/usr/bin/install: cannot stat `fixincl': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/gcc/build/wingcc_build/fixincludes'
make: *** [install-fixincludes] Error 2
mv: can't stat source /datal/gcc/build/wingcc/lib/lib*
mv: can't stat source /datal/gcc/build/wingcc/include/*.h
mv: can't stat source /datal/gcc/build/wingcc/include/gcj
mv: can't stat source /datal/gcc/build/wingcc/include/gnu
mv: can't stat source /datal/gcc/build/wingcc/include/java
mv: can't stat source /datal/gcc/build/wingcc/include/javax
 
All done !


"fixincl.exe" exists, "fixincl" does not.

-- 
           Summary: "make install" -> fixincl missing extension
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ovidr at users dot sourceforge dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug bootstrap/18458] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
@ 2004-11-12 23:19 ` pinskia at gcc dot gnu dot org
  2004-11-12 23:59 ` dannysmith at users dot sourceforge dot net
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-12 23:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-12 23:19 -------
Created an attachment (id=7537)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7537&action=view)
patch which should work

Could you test this patch for me, it is an obvious patch?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


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


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

* [Bug bootstrap/18458] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
  2004-11-12 23:19 ` [Bug bootstrap/18458] " pinskia at gcc dot gnu dot org
@ 2004-11-12 23:59 ` dannysmith at users dot sourceforge dot net
  2004-11-13 19:18 ` ovidr at users dot sourceforge dot net
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: dannysmith at users dot sourceforge dot net @ 2004-11-12 23:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dannysmith at users dot sourceforge dot net  2004-11-12 23:59 -------
See also:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00938.html
to get fixincl.exe to actually work

Danny

-- 


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


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

* [Bug bootstrap/18458] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
  2004-11-12 23:19 ` [Bug bootstrap/18458] " pinskia at gcc dot gnu dot org
  2004-11-12 23:59 ` dannysmith at users dot sourceforge dot net
@ 2004-11-13 19:18 ` ovidr at users dot sourceforge dot net
  2004-12-10  3:12 ` ovidr at users dot sourceforge dot net
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-11-13 19:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ovidr at users dot sourceforge dot net  2004-11-13 19:18 -------
The attached patch works - install succeeds.

-- 


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


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

* [Bug bootstrap/18458] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
                   ` (2 preceding siblings ...)
  2004-11-13 19:18 ` ovidr at users dot sourceforge dot net
@ 2004-12-10  3:12 ` ovidr at users dot sourceforge dot net
  2004-12-13 15:25 ` [Bug bootstrap/18458] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ovidr at users dot sourceforge dot net @ 2004-12-10  3:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ovidr at users dot sourceforge dot net  2004-12-10 03:12 -------
Ping. 


-- 


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


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

* [Bug bootstrap/18458] [4.0 Regression] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
                   ` (3 preceding siblings ...)
  2004-12-10  3:12 ` ovidr at users dot sourceforge dot net
@ 2004-12-13 15:25 ` pinskia at gcc dot gnu dot org
  2004-12-13 15:42 ` pinskia at gcc dot gnu dot org
  2004-12-13 15:42 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-13 15:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
   Target Milestone|---                         |4.0.0


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


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

* [Bug bootstrap/18458] [4.0 Regression] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
                   ` (5 preceding siblings ...)
  2004-12-13 15:42 ` pinskia at gcc dot gnu dot org
@ 2004-12-13 15:42 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-12-13 15:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-12-13 15:42 -------
Subject: Bug 18458

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2004-12-13 15:42:10

Modified files:
	fixincludes    : ChangeLog Makefile.in 

Log message:
	2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
	
	PR 18458
	* Makefile.in (install): Add @EXEEXT@ to the end of the program name,
	fixincl.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/ChangeLog.diff?cvsroot=gcc&r1=1.30&r2=1.31
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/fixincludes/Makefile.in.diff?cvsroot=gcc&r1=1.6&r2=1.7



-- 


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


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

* [Bug bootstrap/18458] [4.0 Regression] "make install" -> fixincl missing extension
  2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
                   ` (4 preceding siblings ...)
  2004-12-13 15:25 ` [Bug bootstrap/18458] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-12-13 15:42 ` pinskia at gcc dot gnu dot org
  2004-12-13 15:42 ` cvs-commit at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-13 15:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-13 15:42 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-12-13 15:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-12 23:13 [Bug bootstrap/18458] New: "make install" -> fixincl missing extension ovidr at users dot sourceforge dot net
2004-11-12 23:19 ` [Bug bootstrap/18458] " pinskia at gcc dot gnu dot org
2004-11-12 23:59 ` dannysmith at users dot sourceforge dot net
2004-11-13 19:18 ` ovidr at users dot sourceforge dot net
2004-12-10  3:12 ` ovidr at users dot sourceforge dot net
2004-12-13 15:25 ` [Bug bootstrap/18458] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-12-13 15:42 ` pinskia at gcc dot gnu dot org
2004-12-13 15:42 ` cvs-commit 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).