public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libobjc/11273] New: make install fails in libobjc directory
@ 2003-06-20 20:26 charles_cox at att dot net
  2003-07-06  4:13 ` [Bug bootstrap/11273] " dhazeghi at yahoo dot com
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: charles_cox at att dot net @ 2003-06-20 20: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=11273

           Summary: make install fails in libobjc directory
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libobjc
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: charles_cox@att.net
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: sparcv9-sun-solaris2.9
  GCC host triplet: sparcv9-sun-solaris2.9
GCC target triplet: sparcv9-sun-solaris2.9

'make install' fails in libobjc and sparcv7/libobjc.  The libtool in that
directory seems to be confused by having /bin/ksh in front of the install-sh
command.  I think the /bin/ksh is there due to setting CONFIG_SHELL to /bin/ksh
as recommended in the Solaris2-specific tips.  I edited the Makefiles in
sparcv9-sun-solaris2.9/libobjc/ and sparcv9-sun-solaris2.9/sparcv7/libobjc/ and 
replaced $(INSTALL) with '<path>/install-sh -c' in two places around line 325. 
Now make install works properly.  I had no such problems with the libtool that
is in the libstdc++ directory.


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
@ 2003-07-06  4:13 ` dhazeghi at yahoo dot com
  2003-07-07 17:24 ` Chuck dot Cox at Sun dot COM
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-06  4:13 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=11273


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
          Component|libobjc                     |bootstrap
           Keywords|                            |build


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-06 04:13 -------
How exactly did you configure? What flags? Thanks.


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
  2003-07-06  4:13 ` [Bug bootstrap/11273] " dhazeghi at yahoo dot com
@ 2003-07-07 17:24 ` Chuck dot Cox at Sun dot COM
  2003-07-13 20:47 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Chuck dot Cox at Sun dot COM @ 2003-07-07 17:24 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=11273



------- Additional Comments From Chuck dot Cox at Sun dot COM  2003-07-07 17:24 -------
Subject: Re:  make install fails in libobjc directory

<350> cat pkgs/build/gcc-3.3/config.status
#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../../src/gcc-3.3/configure 
--with-gcc-version-trigger=/home/cc111239/pkgs/src/gcc-3.3/gcc/version.c 
--prefix=/home/cc111239/pkgs --with-local-prefix=/home/cc111239/pkgs 
--enable-languages=c,c++,objc --with-gnu-as --with-as=/home/cc111239/pkgs/bin/as 
--with-gnu-ld --with-ld=/home/cc111239/pkgs/bin/ld --with-cpu=v9 
--host=sparcv9-sun-solaris2.9 --enable-threads=solaris --norecursion
# using "mh-frag"



dhazeghi at yahoo dot com wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11273
> 
> 
> dhazeghi at yahoo dot com changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
>           Component|libobjc                     |bootstrap
>            Keywords|                            |build
> 
> 
> ------- Additional Comments From dhazeghi at yahoo dot com  2003-07-06 04:13 -------
> How exactly did you configure? What flags? Thanks.
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
  2003-07-06  4:13 ` [Bug bootstrap/11273] " dhazeghi at yahoo dot com
  2003-07-07 17:24 ` Chuck dot Cox at Sun dot COM
@ 2003-07-13 20:47 ` cvs-commit at gcc dot gnu dot org
  2003-07-13 20:59 ` neroden at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-07-13 20:47 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=11273



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-07-13 20:47 -------
Subject: Bug 11273

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2003-07-13 20:47:32

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure.in 
	                 configure 

Log message:
	PR bootstrap/11273
	PR bootstrap/11408
	* Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
	unused INSTALL_PROGRAM_ARGS.
	* configure.in: Use AC_PROG_INSTALL.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.770&r2=1.771
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&r1=1.65&r2=1.66
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.181&r2=1.182
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.245&r2=1.246
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.104&r2=1.105


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (2 preceding siblings ...)
  2003-07-13 20:47 ` cvs-commit at gcc dot gnu dot org
@ 2003-07-13 20:59 ` neroden at gcc dot gnu dot org
  2003-07-13 21:00 ` neroden at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-13 20:59 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=11273



------- Additional Comments From neroden at gcc dot gnu dot org  2003-07-13 20:59 -------
Could the submitter please retest with mainline CVS?  I believe the bug should be fixed there.


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (3 preceding siblings ...)
  2003-07-13 20:59 ` neroden at gcc dot gnu dot org
@ 2003-07-13 21:00 ` neroden at gcc dot gnu dot org
  2003-07-13 21:02 ` neroden at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-13 21:00 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=11273


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |neroden at gcc dot gnu dot
                   |dot org                     |org
             Status|WAITING                     |ASSIGNED


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (4 preceding siblings ...)
  2003-07-13 21:00 ` neroden at gcc dot gnu dot org
@ 2003-07-13 21:02 ` neroden at gcc dot gnu dot org
  2003-07-16 15:42 ` ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-13 21:02 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=11273


neroden at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (5 preceding siblings ...)
  2003-07-13 21:02 ` neroden at gcc dot gnu dot org
@ 2003-07-16 15:42 ` ebotcazou at gcc dot gnu dot org
  2003-08-24 19:07 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-07-16 15:42 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=11273



------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-07-16 15:42 -------
I don't think the problem is the double /bin/ksh per se because it works for me
on Solaris 2.5.1, 2.6, 7, 8 and 9.


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (6 preceding siblings ...)
  2003-07-16 15:42 ` ebotcazou at gcc dot gnu dot org
@ 2003-08-24 19:07 ` dhazeghi at yahoo dot com
  2003-08-24 19:45 ` neroden at gcc dot gnu dot org
  2003-09-08  7:12 ` ebotcazou at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-24 19:07 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=11273



------- Additional Comments From dhazeghi at yahoo dot com  2003-08-24 19:07 -------
Can the reported confirm whether this problem still occurs on mainline? Thanks.


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (7 preceding siblings ...)
  2003-08-24 19:07 ` dhazeghi at yahoo dot com
@ 2003-08-24 19:45 ` neroden at gcc dot gnu dot org
  2003-09-08  7:12 ` ebotcazou at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-24 19:45 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=11273


neroden at gcc dot gnu dot org changed:

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


------- Additional Comments From neroden at gcc dot gnu dot org  2003-08-24 19:45 -------
Not targeting to 3.4, since we're waiting for feedback.  (I think it's fixed in 3.4, but I need feedback.)


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

* [Bug bootstrap/11273] make install fails in libobjc directory
  2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
                   ` (8 preceding siblings ...)
  2003-08-24 19:45 ` neroden at gcc dot gnu dot org
@ 2003-09-08  7:12 ` ebotcazou at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-09-08  7:12 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=11273


ebotcazou at gcc dot gnu dot org changed:

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


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-09-08 07:12 -------


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


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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-20 20:26 [Bug libobjc/11273] New: make install fails in libobjc directory charles_cox at att dot net
2003-07-06  4:13 ` [Bug bootstrap/11273] " dhazeghi at yahoo dot com
2003-07-07 17:24 ` Chuck dot Cox at Sun dot COM
2003-07-13 20:47 ` cvs-commit at gcc dot gnu dot org
2003-07-13 20:59 ` neroden at gcc dot gnu dot org
2003-07-13 21:00 ` neroden at gcc dot gnu dot org
2003-07-13 21:02 ` neroden at gcc dot gnu dot org
2003-07-16 15:42 ` ebotcazou at gcc dot gnu dot org
2003-08-24 19:07 ` dhazeghi at yahoo dot com
2003-08-24 19:45 ` neroden at gcc dot gnu dot org
2003-09-08  7:12 ` ebotcazou 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).