public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs.
@ 2005-03-17 21:10 schlie at comcast dot net
  2005-03-19 13:15 ` [Bug other/20525] " jsm28 at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schlie at comcast dot net @ 2005-03-17 21:10 UTC (permalink / raw)
  To: gcc-bugs

(for reference no such files were generated during build, likely because of no target os/headers etc.)

if [ xstmp-fixproto != x ] ; then \
  /usr/bin/install -c /bin/sh /Applications/avr/avr-src/gcc/../mkinstalldirs \
        /usr/local/libexec/gcc/avr/4.1.0/install-tools/mkinstalldirs ; \
  /usr/bin/install -c /Applications/avr/avr-src/gcc/fixproto /usr/local/libexec/gcc/avr/4.1.0/install-
tools/fixproto ; \
  /usr/bin/install -c build/fix-header \
        /usr/local/libexec/gcc/avr/4.1.0/install-tools/fix-header ; \
else :; fi
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
install: /usr/local/libexec/gcc/avr/4.1.0/install-tools/fixproto: No such file or directory
install: /usr/local/libexec/gcc/avr/4.1.0/install-tools/fix-header: No such file or directory
make[1]: *** [install-mkheaders] Error 71
make: *** [install-gcc] Error 2

-- 
           Summary: 4.1 make install fails trying to install ungenerated
                    fixproto & fix-header dirs.
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schlie at comcast dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin7.8.0
  GCC host triplet: powerpc-apple-darwin7.8.0
GCC target triplet: avr-unknown-none


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


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

* [Bug other/20525] 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs.
  2005-03-17 21:10 [Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs schlie at comcast dot net
@ 2005-03-19 13:15 ` jsm28 at gcc dot gnu dot org
  2005-06-20  2:30 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2005-03-19 13:15 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |other


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


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

* [Bug other/20525] 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs.
  2005-03-17 21:10 [Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs schlie at comcast dot net
  2005-03-19 13:15 ` [Bug other/20525] " jsm28 at gcc dot gnu dot org
@ 2005-06-20  2:30 ` pinskia at gcc dot gnu dot org
  2005-06-20  2:44 ` schlie at comcast dot net
  2005-06-20  2:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-20  2:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|powerpc-apple-darwin7.8.0   |
   GCC host triplet|powerpc-apple-darwin7.8.0   |


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


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

* [Bug other/20525] 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs.
  2005-03-17 21:10 [Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs schlie at comcast dot net
  2005-03-19 13:15 ` [Bug other/20525] " jsm28 at gcc dot gnu dot org
  2005-06-20  2:30 ` pinskia at gcc dot gnu dot org
@ 2005-06-20  2:44 ` schlie at comcast dot net
  2005-06-20  2:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: schlie at comcast dot net @ 2005-06-20  2:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From schlie at comcast dot net  2005-06-20 02:44 -------
Subject: Re:  4.1 make install fails trying to install
 ungenerated fixproto & fix-header dirs.

please mark as apparently fixed, the problem no longer seems to exist.


> From: pinskia at gcc dot gnu dot org <gcc-bugzilla@gcc.gnu.org>
> Reply-To: <gcc-bugzilla@gcc.gnu.org>
> Date: 20 Jun 2005 02:30:32 -0000
> To: <schlie@comcast.net>
> Subject: [Bug other/20525] 4.1 make install fails trying to install
> ungenerated fixproto & fix-header dirs.
> 
> 
> 
> -- 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>   GCC build triplet|powerpc-apple-darwin7.8.0   |
>    GCC host triplet|powerpc-apple-darwin7.8.0   |
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20525
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.




-- 


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


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

* [Bug other/20525] 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs.
  2005-03-17 21:10 [Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs schlie at comcast dot net
                   ` (2 preceding siblings ...)
  2005-06-20  2:44 ` schlie at comcast dot net
@ 2005-06-20  2:56 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-20  2:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-20 02:56 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-06-20  2:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-17 21:10 [Bug c/20525] New: 4.1 make install fails trying to install ungenerated fixproto & fix-header dirs schlie at comcast dot net
2005-03-19 13:15 ` [Bug other/20525] " jsm28 at gcc dot gnu dot org
2005-06-20  2:30 ` pinskia at gcc dot gnu dot org
2005-06-20  2:44 ` schlie at comcast dot net
2005-06-20  2:56 ` 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).