public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14972] New: Space in path kills make install
@ 2004-04-16  0:35 v dot haisman at sh dot cvut dot cz
  2004-04-16  0:42 ` [Bug bootstrap/14972] " v dot haisman at sh dot cvut dot cz
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-04-16  0:35 UTC (permalink / raw)
  To: gcc-bugs

Space in path kills make install.

make[1]: Entering directory `/D/WilX/gcc-head/objdir/i686-pc-cygwin/libobjc'
/bin/sh /D/WilX/gcc-head/srcdir/libobjc/../mkinstalldirs /usr/local/lib/gcc/i686
-pc-cygwin /3.5.0
mkdir -p -- /3.5.0
./libtool --mode=install /usr/bin/install -c libobjc.la /usr/local/lib/gcc/i686-
pc-cygwin /3.5.0;
/usr/bin/install -c .libs/libobjc.lai /3.5.0/libobjc.la
/usr/bin/install -c /usr/local/lib/gcc/i686-pc-cygwin /3.5.0/i686-pc-cygwin
/usr/bin/install: `/usr/local/lib/gcc/i686-pc-cygwin' is a directory
make[1]: *** [install-libs] Error 1
make[1]: Leaving directory `/D/WilX/gcc-head/objdir/i686-pc-cygwin/libobjc'
make: *** [install-target-libobjc] Error 2

-- 
           Summary: Space in path kills make install
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: v dot haisman at sh dot cvut dot cz
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


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


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

* [Bug bootstrap/14972] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
@ 2004-04-16  0:42 ` v dot haisman at sh dot cvut dot cz
  2004-04-16  1:59 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-04-16  0:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |v dot haisman at sh dot cvut
                   |                            |dot cz


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


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

* [Bug bootstrap/14972] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
  2004-04-16  0:42 ` [Bug bootstrap/14972] " v dot haisman at sh dot cvut dot cz
@ 2004-04-16  1:59 ` pinskia at gcc dot gnu dot org
  2004-04-16  2:07 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-16  1:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-16 00:32 -------
Confirmed, basically nothing is quoted in the Makefile.in:

        $(SHELL) $(toplevel_srcdir)/mkinstalldirs $(DESTDIR)$(toolexeclibdir)
        $(LIBTOOL_INSTALL) $(INSTALL) libobjc.la $(DESTDIR)$(toolexeclibdir);
        if [ "$(OBJC_BOEHM_GC)" ]; then \
          $(LIBTOOL_INSTALL) $(INSTALL) libobjc_gc.la \
                                $(DESTDIR)$(toolexeclibdir);\

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-16 00:32:22
               date|                            |


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


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

* [Bug bootstrap/14972] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
  2004-04-16  0:42 ` [Bug bootstrap/14972] " v dot haisman at sh dot cvut dot cz
  2004-04-16  1:59 ` pinskia at gcc dot gnu dot org
@ 2004-04-16  2:07 ` pinskia at gcc dot gnu dot org
  2004-04-16  7:59 ` v dot haisman at sh dot cvut dot cz
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-16  2:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-16 00:34 -------
Also not this has never worked, and is usually hard to get right.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


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


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

* [Bug bootstrap/14972] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (2 preceding siblings ...)
  2004-04-16  2:07 ` pinskia at gcc dot gnu dot org
@ 2004-04-16  7:59 ` v dot haisman at sh dot cvut dot cz
  2004-04-16 13:05 ` [Bug libobjc/14972] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-04-16  7:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-04-16 07:46 -------
Umm, enhancement? I didn't add any space to the installation path. The
configuration is following and I have used plain make bootstrap. I would say it
is just a bug in the script/makefile:

WilX@amber2:::~/gcc-head/objdir> ../srcdir/configure --with-gcc --with-gnu-ld --
with-gnu-as --enable-languages=c,c++,objc --enable-threads=posix --with-system-z
lib --enable-nls --without-included-gettext --enable-sjlj-exceptions --enable-ve
rsion-specific-runtime-libs --enable-shared --disable-win32-registry --enable-dw
arf2 --with-cpu=athlon-tbird --with-arch=athlon-tbird --program-suffix=-3.5


-- 


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


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

* [Bug libobjc/14972] [3.5 Regression] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (3 preceding siblings ...)
  2004-04-16  7:59 ` v dot haisman at sh dot cvut dot cz
@ 2004-04-16 13:05 ` pinskia at gcc dot gnu dot org
  2004-04-23 22:12 ` v dot haisman at sh dot cvut dot cz
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-16 13:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-16 11:52 -------
Maybe not, since you did not give this information before I could not see if there was a problem, but it 
looks like the conversion to use autoconf 2.59 broke this.

Can you try again as --enable-version-specific-runtime-libs was broken for a short while in libobjc?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |neroden at gcc dot gnu dot
                   |                            |org
           Severity|enhancement                 |normal
          Component|bootstrap                   |libobjc
           Keywords|                            |build
            Summary|Space in path kills make    |[3.5 Regression] Space in
                   |install                     |path kills make install
   Target Milestone|---                         |3.5.0


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


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

* [Bug libobjc/14972] [3.5 Regression] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (4 preceding siblings ...)
  2004-04-16 13:05 ` [Bug libobjc/14972] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-04-23 22:12 ` v dot haisman at sh dot cvut dot cz
  2004-05-28  1:22 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-04-23 22:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-04-23 20:32 -------
I have tried today again and make install still fails at the same place, with
todays sources.

-- 


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


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

* [Bug libobjc/14972] [3.5 Regression] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (5 preceding siblings ...)
  2004-04-23 22:12 ` v dot haisman at sh dot cvut dot cz
@ 2004-05-28  1:22 ` pinskia at gcc dot gnu dot org
  2004-06-17 10:04 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-28  1:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-27 15:34 -------
>From configure.ac:
    toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
    toolexeclibdir='$(toolexecdir)/'${gcc_version}'$(MULTISUBDIR)'

These look right to me.  I would gues to try again?

-- 


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


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

* [Bug libobjc/14972] [3.5 Regression] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (6 preceding siblings ...)
  2004-05-28  1:22 ` pinskia at gcc dot gnu dot org
@ 2004-06-17 10:04 ` pinskia at gcc dot gnu dot org
  2004-06-17 16:36 ` v dot haisman at sh dot cvut dot cz
  2004-06-17 17:24 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-17 10:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-17 10:04 -------
I still do not see how this could be wrong, can you try again?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug libobjc/14972] [3.5 Regression] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (7 preceding siblings ...)
  2004-06-17 10:04 ` pinskia at gcc dot gnu dot org
@ 2004-06-17 16:36 ` v dot haisman at sh dot cvut dot cz
  2004-06-17 17:24 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: v dot haisman at sh dot cvut dot cz @ 2004-06-17 16:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-06-17 16:35 -------
Subject: Re:  [3.5 Regression] Space in path kills make install

I've successfully bootstrapped todays CVS sources without this problem. It
seems that it is gone.

Vaclav Haisman

----- Original Message ----- 
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: <v.haisman@sh.cvut.cz>
Sent: Thursday, June 17, 2004 12:04 PM
Subject: [Bug libobjc/14972] [3.5 Regression] Space in path kills make
install


>
> ------- Additional Comments From pinskia at gcc dot gnu dot org
2004-06-17 10:04 -------
> I still do not see how this could be wrong, can you try again?
>
> -- 
>            What    |Removed                     |Added
> --------------------------------------------------------------------------
--
>              Status|NEW                         |WAITING
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14972
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> You are on the CC list for the bug, or are watching someone who is.
>



-- 


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


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

* [Bug libobjc/14972] [3.5 Regression] Space in path kills make install
  2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
                   ` (8 preceding siblings ...)
  2004-06-17 16:36 ` v dot haisman at sh dot cvut dot cz
@ 2004-06-17 17:24 ` pinskia at gcc dot gnu dot org
  9 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-17 17:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-17 17:23 -------
Fixed.

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


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


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

end of thread, other threads:[~2004-06-17 17:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-16  0:35 [Bug bootstrap/14972] New: Space in path kills make install v dot haisman at sh dot cvut dot cz
2004-04-16  0:42 ` [Bug bootstrap/14972] " v dot haisman at sh dot cvut dot cz
2004-04-16  1:59 ` pinskia at gcc dot gnu dot org
2004-04-16  2:07 ` pinskia at gcc dot gnu dot org
2004-04-16  7:59 ` v dot haisman at sh dot cvut dot cz
2004-04-16 13:05 ` [Bug libobjc/14972] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-04-23 22:12 ` v dot haisman at sh dot cvut dot cz
2004-05-28  1:22 ` pinskia at gcc dot gnu dot org
2004-06-17 10:04 ` pinskia at gcc dot gnu dot org
2004-06-17 16:36 ` v dot haisman at sh dot cvut dot cz
2004-06-17 17:24 ` 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).