public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
@ 2003-05-26 21:17 ` dhazeghi@yahoo.com
  2003-05-26 21:26 ` pinskia@physics.uc.edu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-26 21:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-05-26 21:13 -------
Hello,

with gcc 3.3 branch, using --program-suffix, I see no problems. All executables are given the 
correct suffixes. Can you check whether this problem still occurs for you with gcc 3.3? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
  2003-05-26 21:17 ` [Bug other/7031] program-suffix not respected in make install dhazeghi@yahoo.com
@ 2003-05-26 21:26 ` pinskia@physics.uc.edu
  2003-05-27  9:23 ` magnus@thp.uni-duisburg.de
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 21:26 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 21:17 -------
See Dara's question.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
  2003-05-26 21:17 ` [Bug other/7031] program-suffix not respected in make install dhazeghi@yahoo.com
  2003-05-26 21:26 ` pinskia@physics.uc.edu
@ 2003-05-27  9:23 ` magnus@thp.uni-duisburg.de
  2003-06-02  3:17 ` dhazeghi@yahoo.com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: magnus@thp.uni-duisburg.de @ 2003-05-27  9:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From magnus@thp.uni-duisburg.de  2003-05-27 09:07 -------
Subject: Re:  program-suffix not respected in make install

Hi,

the problem is still the same with gcc 3.3 branch. Consider a situation where 
you use --program-suffix to install a new compiler version in parallel to 
another version, let's say gcc 2.95.3 in parallel to gcc 3.3. One might want 
to install the new compiler and its tools with a program suffix "3". Running 
"gmake install" will install all the new tools with the right program suffix 
- no problem - but it will also remove some of the older tools, which I was 
referring to in this bug report. To be more specific "gmake install" will 
remove "/usr/local/bin/gcov" which belongs to our older GCC installation but 
installs "/usr/local/bin/gcov3". IMHO "gmake install" should only remove any 
old version of "/usr/local/bin/gcov3" but leave "/usr/local/bin/gcov" 
untouched.

This is still the same with GCC 3.3 branch as it was in GCC 3.1. The relevant 
section of the Makefile contains the lines which I cited in the original bug 
report. As the Makefile also defines a variable "GCOV_INSTALL_NAME=`echo 
gcov|sed '$(program_transform_name)'`" which is used for the installation of 
the new binary "/usr/local/bin/gcov3", I suspect that it should also use this 
variable for the remove step.

Magnus Kreth




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
                   ` (2 preceding siblings ...)
  2003-05-27  9:23 ` magnus@thp.uni-duisburg.de
@ 2003-06-02  3:17 ` dhazeghi@yahoo.com
  2003-06-07  7:44 ` wilson@tuliptree.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-02  3:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
  GCC build triplet|                            |powerpc-ibm-aix4.3.3.0
   GCC host triplet|                            |powerpc-ibm-aix4.3.3.0
 GCC target triplet|                            |powerpc-ibm-aix4.3.3.0
   Last reconfirmed|2003-05-28 01:27:15         |2003-06-02 03:17:23
               date|                            |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-02 03:17 -------
Yes, you're correct, this is still a problem. If it's not too much trouble, we'd be much obliged if you 
could make a patch to Makefile.in with the change described here, and send it to gcc-patches. I 
suspect this will be fixed eventually anyways, but that would definitely help speed up the process. 
Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
                   ` (3 preceding siblings ...)
  2003-06-02  3:17 ` dhazeghi@yahoo.com
@ 2003-06-07  7:44 ` wilson@tuliptree.org
  2003-06-07 15:08 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: wilson@tuliptree.org @ 2003-06-07  7:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From wilson@tuliptree.org  2003-06-07 07:44 -------
Patch checked in.  Duplicate of 7894.


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
                   ` (4 preceding siblings ...)
  2003-06-07  7:44 ` wilson@tuliptree.org
@ 2003-06-07 15:08 ` pinskia@physics.uc.edu
  2003-06-07 15:09 ` pinskia@physics.uc.edu
  2003-12-09 17:18 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-07 15:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

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


------- Additional Comments From pinskia@physics.uc.edu  2003-06-07 15:08 -------
Fixed checked in: <http://gcc.gnu.org/ml/gcc-cvs/2003-06/msg00296.html>


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
                   ` (5 preceding siblings ...)
  2003-06-07 15:08 ` pinskia@physics.uc.edu
@ 2003-06-07 15:09 ` pinskia@physics.uc.edu
  2003-12-09 17:18 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 8+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-07 15:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thibaud.gaillard@nto.atmel.c
                   |                            |om


------- Additional Comments From pinskia@physics.uc.edu  2003-06-07 15:09 -------
*** Bug 7894 has been marked as a duplicate of this bug. ***


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

* [Bug other/7031] program-suffix not respected in make install
       [not found] <20020614064602.7031.magnus.kreth@gmx.de>
                   ` (6 preceding siblings ...)
  2003-06-07 15:09 ` pinskia@physics.uc.edu
@ 2003-12-09 17:18 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 8+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 17:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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


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

end of thread, other threads:[~2003-12-09 17:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020614064602.7031.magnus.kreth@gmx.de>
2003-05-26 21:17 ` [Bug other/7031] program-suffix not respected in make install dhazeghi@yahoo.com
2003-05-26 21:26 ` pinskia@physics.uc.edu
2003-05-27  9:23 ` magnus@thp.uni-duisburg.de
2003-06-02  3:17 ` dhazeghi@yahoo.com
2003-06-07  7:44 ` wilson@tuliptree.org
2003-06-07 15:08 ` pinskia@physics.uc.edu
2003-06-07 15:09 ` pinskia@physics.uc.edu
2003-12-09 17:18 ` dhazeghi at yahoo dot com

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