public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/28756]  New: `make install` is broken, doesn't install `gcc`
@ 2006-08-16 23:53 phreelance_spam at yahoo dot com
  2006-08-17  0:18 ` [Bug other/28756] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: phreelance_spam at yahoo dot com @ 2006-08-16 23:53 UTC (permalink / raw)
  To: gcc-bugs

On my system, though I don't think it's system dependent, there's an error in
`make install` for gcc-4.1.1 where it doesn't install gcc (though other
components, c++/g++, gcov, gccbug are installed fine).

System: SPARC, Solaris 10 Generic_118833-17

Configuration: ../gcc-4.1.1/configure                      \
    --prefix=/pkgs/gcc/gcc-4.1.1            \
    --disable-shared                        \
    --with-gnu-as                           \
    --with-gnu-ld                           \
    --enable-__cxa_atexit                   \
    --enable-checking=yes                   \
    --enable-languages=c,c++,objc           \
    --program-prefix=sparc-sun-solaris2.10- \
    --program-suffix=-4.1.1

Relevant portion of make's output:

rm -f /pkgs/gcc/gcc-4.1.1/bin/sparc-sun-solaris2.10-gcc-4.1.1
/export/home/koninkje/gcc-4.1.1/install-sh -c xgcc
/pkgs/gcc/gcc-4.1.1/bin/sparc-sun-solaris2.10-gcc-4.1.1
rm -f /pkgs/gcc/gcc-4.1.1/bin/sparc-sun-solaris2.10-gcc-4.1.1
( cd /pkgs/gcc/gcc-4.1.1/bin && \ 
          ln sparc-sun-solaris2.10-gcc-4.1.1 sparc-sun-solaris2.10-gcc-4.1.1 )
ln: cannot access sparc-sun-solaris2.10-gcc-4.1.1
make[2]: [install-driver] Error 2 (ignored)


-- 
           Summary: `make install` is broken, doesn't install `gcc`
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: phreelance_spam at yahoo dot com


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


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

* [Bug other/28756] `make install` is broken, doesn't install `gcc`
  2006-08-16 23:53 [Bug other/28756] New: `make install` is broken, doesn't install `gcc` phreelance_spam at yahoo dot com
@ 2006-08-17  0:18 ` pinskia at gcc dot gnu dot org
  2010-07-02 14:33 ` [Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-" ramiro dot polla at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-17  0:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-17 00:18 -------
The problem is that sparc-sun-solaris2.10-gcc-$suffix is installed also by
default .


-- 


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


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

* [Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-"
  2006-08-16 23:53 [Bug other/28756] New: `make install` is broken, doesn't install `gcc` phreelance_spam at yahoo dot com
  2006-08-17  0:18 ` [Bug other/28756] " pinskia at gcc dot gnu dot org
@ 2010-07-02 14:33 ` ramiro dot polla at gmail dot com
  2010-09-22 19:13 ` rwild at gcc dot gnu dot org
  2010-09-22 23:22 ` redi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ramiro dot polla at gmail dot com @ 2010-07-02 14:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ramiro dot polla at gmail dot com  2010-07-02 14:33 -------
Still reproducible with 4.5.0. For example:
../gcc-4.5.0/configure --target=i686-pc-mingw32 --enable-languages=c
--program-prefix=i686-pc-mingw32- --program-suffix=-4.5.0
--enable-version-specific-runtime-libs


-- 

ramiro dot polla at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ramiro dot polla at gmail
                   |                            |dot com


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


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

* [Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-"
  2006-08-16 23:53 [Bug other/28756] New: `make install` is broken, doesn't install `gcc` phreelance_spam at yahoo dot com
  2006-08-17  0:18 ` [Bug other/28756] " pinskia at gcc dot gnu dot org
  2010-07-02 14:33 ` [Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-" ramiro dot polla at gmail dot com
@ 2010-09-22 19:13 ` rwild at gcc dot gnu dot org
  2010-09-22 23:22 ` redi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rwild at gcc dot gnu dot org @ 2010-09-22 19:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rwild at gcc dot gnu dot org  2010-09-22 19:13 -------
I'm not sure why you would ever want to use --program-prefix=$target_alias when
GCC already installs symlinks under the $target_alias-gcc name (and similar for
g++ et al).

This seems to me an instance of "don't do it when it hurts", no?  Thanks.


-- 


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


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

* [Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-"
  2006-08-16 23:53 [Bug other/28756] New: `make install` is broken, doesn't install `gcc` phreelance_spam at yahoo dot com
                   ` (2 preceding siblings ...)
  2010-09-22 19:13 ` rwild at gcc dot gnu dot org
@ 2010-09-22 23:22 ` redi at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-09-22 23:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from redi at gcc dot gnu dot org  2010-09-22 23:22 -------
(In reply to comment #3)
> This seems to me an instance of "don't do it when it hurts", no?  Thanks.

That was my first thought when I saw this bug. 


-- 


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


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

end of thread, other threads:[~2010-09-22 23:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-16 23:53 [Bug other/28756] New: `make install` is broken, doesn't install `gcc` phreelance_spam at yahoo dot com
2006-08-17  0:18 ` [Bug other/28756] " pinskia at gcc dot gnu dot org
2010-07-02 14:33 ` [Bug bootstrap/28756] `make install` is broken, doesn't install `gcc` when program_prefix == "${triplet}-" ramiro dot polla at gmail dot com
2010-09-22 19:13 ` rwild at gcc dot gnu dot org
2010-09-22 23:22 ` redi 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).