Re: Build problem msg: xgcc: error trying to exec 'cc1': execvp: No such file or directory

2013-08-20 Thread George R Goffe
Wno-variadic-macros -Wno-overlength-strings -Werror 
-fno-common  -DHAVE_CONFIG_H -I. -I
  11741 . -I../../gcc/gcc 
-I../../gcc/gcc/. -I../../gcc/gcc/../include 
-I../../gcc/gcc/../libcpp/include -I/usr/lsd/Linux/include 
-I/usr/lsd/Linux/include -I/usr/lsd/Linux/include  
-I../../gcc/gcc/../libdecnumber -I
  11741 
../../gcc/gcc/../libdecnumber/bid -I../libdecnumber 
-I../../gcc/gcc/../libbacktrace    insn-automata.c -o insn-automata.o
  11742 : > tmp-libgcc.mvars
  11743 echo GCC_CFLAGS = '-g -O2 -DIN_GCC   -W -Wall -Wno-narrowing 
-Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem 
./include ' >> tmp-libgcc.mvars
  11744 echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
  11745 echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
  11746 mv tmp-libgcc.mvars libgcc.mvars
  11747 echo | /tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ -E -dM - | \
  11748   sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
  11749  -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  11750   sort -u > tmp-macro_list
  11751 xgcc: error trying to exec 'cc1': execvp: No such file or directory
  11752 /bin/bash ../../gcc/gcc/../move-if-change tmp-macro_list macro_list
  11753 echo timestamp > s-macro_list
 
11754 if
/tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ -print-sysroot-headers-suffix 
> /dev/null 2>&1; then \
  11755   set -e; for ml in 
`/tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ -print-multi-lib`; do \
  11756 multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
  11757 flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
 
11758 sfx=`/tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ ${flags} 
-print-sysroot-headers-suffix`; \
  11759 if [ "${multi_dir}" = "." ]; \
  11760   then multi_dir=""; \
  11761 else \
  11762   multi_dir=/${multi_dir}; \
 
11763 fi; \
  11764 echo "${sfx};${multi_dir}"; \
  11765   done; \
  11766 else \
  11767   echo ";"; \
  11768 fi > tmp-fixinc_list


#3:

  19848   gcc.o ggc-none.o gfortranspec.o driver-i386.o  libcommon-target.a \
 
19849    libcommon.a ../libcpp/libcpp.a   
../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a 
../libdecnumber/libdecnumber.a 
  19850 : > tmp-libgcc.mvars
  
19851 echo GCC_CFLAGS = '-g -O2 -DIN_GCC   -W -Wall -Wno-narrowing 
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include ' >> tmp-libgcc.mvars
  19852 echo INHIBIT_LIBC_CFLAGS = '' >> tmp-libgcc.mvars
  19853 echo TARGET_SYSTEM_ROOT = '' >> tmp-libgcc.mvars
  19854
mv tmp-libgcc.mvars libgcc.mvars
  19855 echo | /tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ -E -dM - | \
  19856   sed -n -e 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p' \
  19857  -e 's/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  19858   sort -u > tmp-macro_list
  19859 xgcc: error trying to exec 'cc1': execvp: No such file or directory
  19860 /bin/bash ../../gcc/gcc/../move-if-change tmp-macro_list macro_list
  19861 echo timestamp > s-macro_list
 
19862 if /tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ -print-sysroot-headers-suffix 
> /dev/null 2>&1; then \
  19863   set -e; for ml in 
`/tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ -print-multi-lib`; do
\
  19864 multi_dir=`echo ${ml} | sed -e 's/;.*$//'`; \
  19865 flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
 
19866 sfx=`/tools/gcc/obj-i686-pc-linux-gnu/./gcc/xgcc 
-B/tools/gcc/obj-i686-pc-linux-gnu/./gcc/ ${flags} 
-print-sysroot-headers-suffix`; \
  19867 if [ "${multi_dir}" = "." ]; \
  19868   then multi_dir=""; \
  19869 else \
  19870   multi_dir=/${multi_dir}; \
  19871 fi; \
  19872 echo "${sfx};${multi_dir}"; \
  19873   done; \
  19874 else \
  19875   echo ";"; \
  19876 fi > tmp-fixinc_list



- Original Message -
From: Florian Weimer 
To: George R Goffe 
Cc: "gcc@gcc.gnu.org" 
Sent: Monday, August 19, 2013 10:55 PM
Subject: Re: Build problem msg: xgcc: error trying to exec 'cc1': execvp: No 
such file or directory

On 08/20/2013 05:22 AM, George R Goffe wrote:
> I keep getting this error message while building gcc checked out of the
> repository. Could I get a little help with resolving this problem
> please?

You need to provide more details, like the host and target system and a 
dozen or so lines leading up to the error message.

This is probably a question that is more suitable for the gcc-help 
mailing list.

-- 
Florian Weimer / Red Hat Product Security Team



Re: Build problem msg: xgcc: error trying to exec 'cc1': execvp: No such file or directory

2013-08-19 Thread Florian Weimer

On 08/20/2013 05:22 AM, George R Goffe wrote:

I keep getting this error message while building gcc checked out of the
repository. Could I get a little help with resolving this problem
please?


You need to provide more details, like the host and target system and a 
dozen or so lines leading up to the error message.


This is probably a question that is more suitable for the gcc-help 
mailing list.


--
Florian Weimer / Red Hat Product Security Team


Build problem msg: xgcc: error trying to exec 'cc1': execvp: No such file or directory

2013-08-19 Thread George R Goffe


Hi,

I keep getting this error message while building gcc checked out of the 
repository. Could I get a little help with resolving this problem 
please?

Regards,

George...

xgcc: error trying to exec 'cc1': execvp: No such file or directory