Re: bootstrap/7555: make command too long during install for gcc-3.1.1 on alpha axp

"Robert W. Hasker" <[email protected]>
Newsgroups gmane.comp.gcc.prs
Message-ID <[email protected]>
The following reply was made to PR bootstrap/7555; it has been noted by GNATS.

From: "Robert W. Hasker" <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: bootstrap/7555: make command too long during install for gcc-3.1.1
 on alpha axp
Date: Mon, 19 May 2003 21:01:53 -0500 (CDT)

    sorry for the repeat mailing, but could the submitter of this PR also  
    verify whether this is still a problem with current gcc releases?
 
 It is still a problem with version 3.2.3.  When I try to build into the
 directory 
 
         /usr2/sys/usr/local/src/gcc/build323
 
 "make install" fails with the error
 
 if [ -z "" ]; then  true;  else  rootpre=`pwd`/; export rootpre;  srcrootpre=`cd ../../../gcc-3.2.3/libiberty; pwd`/; export srcrootpre;  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`;  compiler="/usr2/sys/usr/local/src/gcc/build323/gcc/xgcc -B/usr2/sys/usr/local/src/gcc/build323/gcc/ -B/usr/local/alpha-dec-osf4.0g/bin/ -B/usr/local/alpha-dec-osf4.0g/lib/ -isystem /usr/local/alpha-dec-osf4.0g/include";  for i in `${compiler} --print-multi-lib 2>/dev/null`; do  dir=`echo $i | sed -e 's/;.*$//'` ;  if [ "${dir}" = "." ]; then  true;  else  if [ -d ../${dir}/${lib} ]; then  flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`;  if (cd ../${dir}/${lib}; make "AR=ar"  "AR_FLAGS=rc"  "CC=/usr2/sys/usr/local/src/gcc/build323/gcc/xgcc -B/usr2/sys/usr/local/src/gcc/build323/gcc/ -B/usr/local/alpha-dec-osf4.0g/bin/ -B/usr/local/alpha-dec-osf4.0g/lib/ -isystem /usr/local/alpha-dec-osf4.0g/include"  "CFLAGS=-g -O2"  "DESTDIR="  "LIBCFLAGS=-g -O2"  "EXTRA_OFILES="  "HDEFINES
 =" !
  "INSTALL=/bin/sh /usr2/sys/usr/local/src/gcc/gcc-3.2.3/install-sh -c"  "INSTALL_DATA=/bin/sh /usr2/sys/usr/local/src/gcc/gcc-3.2.3/install-sh -c -m 644"  "INSTALL_PROGRAM=/bin/sh /usr2/sys/usr/local/src/gcc/gcc-3.2.3/install-sh -c "  "LDFLAGS="  "LOADLIBES="  "RANLIB=ranlib"  "SHELL=/bin/sh"  "prefix=/usr/local"  "exec_prefix=/usr/local"  "libdir=/usr/local/lib"  "libsubdir=/usr/local/lib/gcc-lib/alpha-dec-osf4.0g/3.2.3"  "tooldir=/usr/local/alpha-dec-osf4.0g"  CFLAGS="-g -O2 ${flags}"  prefix="/usr/local "  exec_prefix="/usr/local"  GCJFLAGS=" ${flags}"  CXXFLAGS="-g -O2 ${flags}"  LIBCFLAGS="-g -O2 ${flags}"  LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}"  LDFLAGS=" ${flags}"  DESTDIR=""  install); then  true;  else  exit 1;  fi;  else true;  fi;  fi;  done;  fi
 Make: line too long.  Stop.
 *** Exit 1
 Stop.
 
 Building into /usr2/sys/usr/local/src/b works, however.
 
 Rob
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.