This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/29656] New: make install fails with "sed: command garbled: s,["
- From: "brett dot albertson at stratech dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2006 19:08:56 -0000
- Subject: [Bug bootstrap/29656] New: make install fails with "sed: command garbled: s,["
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I run make install on current 4.2 sources on Solaris 10 x86, I get:
if [ x != x ] ; then \
/u01/var/tmp/gcc_4.2_svn/gcc/install-sh -c /bin/sh
/u01/var/tmp/gcc_4.2_svn/gcc/gcc/../mkinstalldirs \
/opt/gcc-4.2/libexec/gcc/i386-pc-solaris2.10/4.2.0/install-tools/mkinstalldirs
; \
/u01/var/tmp/gcc_4.2_svn/gcc/install-sh -c
/u01/var/tmp/gcc_4.2_svn/gcc/gcc/fixproto
/opt/gcc-4.2/libexec/gcc/i386-pc-solaris2.10/4.2.0/install-tools/fixproto ; \
/u01/var/tmp/gcc_4.2_svn/gcc/install-sh -c build/fix-header \
/opt/gcc-4.2/libexec/gcc/i386-pc-solaris2.10/4.2.0/install-tools/fix-header ; \
else :; fi
echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e :a -e "s,[^/]*/\.\.\/,,"
-e ta`"'"' \
>
/opt/gcc-4.2/lib/gcc/i386-pc-solaris2.10/4.2.0/install-tools/mkheaders.conf
sed: command garbled: s,[
/bin/sh: : cannot execute
/bin/sh: /]*/../,, -e ta: not found
gmake[2]: *** [install-mkheaders] Error 1
gmake[2]: Leaving directory `/u01/var/tmp/gcc_4.2_svn/gcc_20061030/gcc'
gmake[1]: *** [install-gcc] Error 2
gmake[1]: Leaving directory `/u01/var/tmp/gcc_4.2_svn/gcc_20061030'
gmake: *** [install] Error 2
It worked as of October 18th, but I hadn't done a make install since then.
Brett Albertson
--
Summary: make install fails with "sed: command garbled: s,["
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: brett dot albertson at stratech dot com
GCC build triplet: i386-pc-solaris2.10
GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29656