This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Fwd: Bug#94519: insight: autobuilding fails]


Please have a look at this. make distclean seems to fail
for insight-5.0 on ARM architecture.

For more information on the bug have a look at
http://bugs.debian.org/94519

Thanks,

-- 
Eray Ozkural (exa)
Comp. Sci. Dept., Bilkent University, Ankara
e-mail: erayo@cs.bilkent.edu.tr
www: http://www.cs.bilkent.edu.tr/~erayo



>orion:insight-5.0$ find . -user root       
>./configure-stamp
>
>which is subsequently removed.
>
>What do you get after the same steps? We can include a kludge to remove
>those files or fix the cause.

philb@europa:~/insight-5.0$ find . -user root
./sim/common/cconfig.h
./sim/testsuite/config.log
./sim/testsuite/config.status
./sim/testsuite/Makefile
philb@europa:~/insight-5.0$ 

Looks like `make distclean' is failing in the sim directory.  Here's a likely 
culprit from the original log:

make[3]: Entering directory `/build/buildd/insight-5.0/sim/testsuite'
rm -f *~ core *.o a.out xgdb *.x *.grt
rm -f *.rum *.c *.dif *.*out
if [ x"" != x ] ; then \
    for dir in ; \
    do \
	    echo "$dir:"; \
	    if [ -d $dir ]; then \
		    (cd $dir; make clean); \
	    fi; \
    done ; \
else true; fi
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `if [ x"" != x ] ; then  for dir in ;  do  echo "$dir:";  if [ -d $dir ]; then  (cd $dir; make clean);  fi;  done ;  else true; fi'
make[3]: *** [clean] Error 2
make[3]: Leaving directory `/build/buildd/insight-5.0/sim/testsuite'

p.







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]