public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Does "make install" work?
@ 1998-06-25 23:46 H.J. Lu
  1998-06-26  5:13 ` Andreas Schwab
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: H.J. Lu @ 1998-06-25 23:46 UTC (permalink / raw)
  To: egcs

Hi,

This is what I got with "make install". Any ideas?

Thanks.


-- 
H.J. Lu (hjl@gnu.org)
----
/bin/sh /home/work/gnu/src/egcs/mkinstalldirs /usr /usr
make[1]: Entering directory `/home/work/gnu/bin/egcs/gcc'
if [ -d /usr ] ; then true ; else mkdir /usr ; chmod a+rx /usr ; fi
if [ -f cc1plus ] ; then \
  if [ -f g++-cross ] ; then \
    rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t`; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  g++-cross /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t`; \
    chmod a+x /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t`; \
    rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo c++ | sed $t`; \
    ln /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t` /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo c++ | sed $t`; \
  else \
    rm -f /usr/bin/`t='s,x,x,'; echo g++ | sed $t`; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  g++ /usr/bin/`t='s,x,x,'; echo g++ | sed $t`; \
    chmod a+x /usr/bin/`t='s,x,x,'; echo g++ | sed $t`; \
    rm -f /usr/bin/`t='s,x,x,'; echo c++ | sed $t`; \
    ln /usr/bin/`t='s,x,x,'; echo g++ | sed $t` /usr/bin/`t='s,x,x,'; echo c++ | sed $t`; \
  fi ; \
  if [ xc++filt != x ] && [ -x "c++filt" ]; then \
    if [ -f g++-cross ] ; then \
      rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo c++filt | sed $t`; \
      /bin/sh /home/work/gnu/src/egcs/install-sh -c  c++filt /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo c++filt | sed $t`; \
      chmod a+x /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo c++filt | sed $t`; \
    else \
      rm -f /usr/bin/`t='s,x,x,'; echo c++filt | sed $t`; \
      /bin/sh /home/work/gnu/src/egcs/install-sh -c  c++filt /usr/bin/`t='s,x,x,'; echo c++filt | sed $t`; \
      chmod a+x /usr/bin/`t='s,x,x,'; echo c++filt | sed $t`; \
    fi ; \
  fi ; \
fi
case "c proto gcov  c++ f77 objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -d /usr ] ; then true ; else mkdir /usr ; chmod a+rx /usr ; fi
if [ -f cc1plus ] ; then \
  if [ -f g++-cross ] ; then \
    rm -f /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t`.1; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/cp/g++.1 /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t`.1; \
    chmod a-x /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g++ | sed $t`.1; \
  else \
    rm -f /usr/man/man1/`t='s,x,x,'; echo g++ | sed $t`.1; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/cp/g++.1 /usr/man/man1/`t='s,x,x,'; echo g++ | sed $t`.1; \
    chmod a-x /usr/man/man1/`t='s,x,x,'; echo g++ | sed $t`.1; \
  fi; \
else true; fi
if [ -d /usr/lib ] ; then true ; else mkdir /usr/lib ; chmod a+rx /usr/lib ; fi
if [ -f lang-f77 -a -f f771 ] ; then \
  if [ -f g77-cross ] ; then \
    rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g77 | sed $t`; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  g77-cross /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g77 | sed $t`; \
    chmod a+x /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g77 | sed $t`; \
  else \
    rm -f /usr/bin/`t='s,x,x,'; echo g77 | sed $t`; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  g77 /usr/bin/`t='s,x,x,'; echo g77 | sed $t`; \
    chmod a+x /usr/bin/`t='s,x,x,'; echo g77 | sed $t`; \
  fi ; \
else true; fi
if [ -d /usr/lib/gcc-lib ] ; then true ; else mkdir /usr/lib/gcc-lib ; chmod a+rx /usr/lib/gcc-lib ; fi
fdir= ; for dir in `echo /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1 | tr '/' ' '`; do \
  fdir=${fdir}/${dir}; \
  if [ -d ${fdir} ] ; then true ; else mkdir ${fdir}; chmod a+rx ${fdir}; fi ; \
done
if [ -d /usr/bin ] ; then true ; else mkdir /usr/bin ; chmod a+rx /usr/bin ; fi
if [ -d /usr/local/include ] ; then true ; else mkdir /usr/local/include ; chmod a+rx /usr/local/include ; fi
if [ -d /usr/i586-unknown-linux-gnulibc1 ] ; then true ; else mkdir /usr/i586-unknown-linux-gnulibc1 ; chmod a+rx /usr/i586-unknown-linux-gnulibc1 ; fi
if [ -d /usr/i586-unknown-linux-gnulibc1/include ] ; then true ; else mkdir /usr/i586-unknown-linux-gnulibc1/include ; chmod a+rx /usr/i586-unknown-linux-gnulibc1/include ; fi
if [ -d /usr/info ] ; then true ; else mkdir /usr/info ; chmod a+rx /usr/info ; fi
parent=`echo /usr/man/man1|sed -e 's@/[^/]*$@@'`; \
if [ -d $parent ] ; then true ; else mkdir $parent ; chmod a+rx $parent ; fi
if [ -d /usr/man/man1 ] ; then true ; else mkdir /usr/man/man1 ; chmod a+rx /usr/man/man1 ; fi
case "c proto gcov  c++ f77 objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
case "c proto gcov  c++ f77 objc" in \
  *[fF]77*) touch lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 -a -f f771 ] ; then \
  if [ -f g77-cross ] ; then \
    rm -f /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g77 | sed $t`.1; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/f/g77.1 /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g77 | sed $t`.1; \
    chmod a-x /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo g77 | sed $t`.1; \
  else \
    rm -f /usr/man/man1/`t='s,x,x,'; echo g77 | sed $t`.1; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/f/g77.1 /usr/man/man1/`t='s,x,x,'; echo g77 | sed $t`.1; \
    chmod a-x /usr/man/man1/`t='s,x,x,'; echo g77 | sed $t`.1; \
  fi; \
else true; fi
if [ -f lang-f77 -a -f f/g77.info ] ; then \
  rm -f /usr/info/g77.info*; \
  for f in f/g77.info*; do \
      realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
      /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 $f /usr/info/$realfile; \
  done; \
  chmod a-x /usr/info/g77.info*; \
fi
if [ -f libobjc.a ] ; then \
  rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libobjc.a; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 libobjc.a /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libobjc.a; \
  if [ -f ranlib ] || ( [ "i586-unknown-linux-gnulibc1" = "i586-unknown-linux-gnulibc1" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
    (cd /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1; ranlib libobjc.a); else true; fi; \
  chmod a-x /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libobjc.a; \
else true; fi
if [ -f libobjc_s.a ] ; then \
  rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libobjc_s.a; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 libobjc_s.a /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libobjc_s.a; \
  if [ -f ranlib ] || ( [ "i586-unknown-linux-gnulibc1" = "i586-unknown-linux-gnulibc1" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
    (cd /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1; ranlib libobjc_s.a); else true; fi; \
  chmod a-x /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libobjc_s.a; \
else true; fi
if [ -f libobjc.dll ] ; then \
  rm -f /usr/bin/libobjc.dll; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 libobjc.dll /usr/bin/libobjc.dll; \
else true; fi
if [ -f gcc-cross ] ; then \
  rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo gcc | sed -e $t`; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c  gcc-cross /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo gcc | sed -e $t`; \
  if [ -d /usr/i586-unknown-linux-gnulibc1/bin/. ] ; then \
    rm -f /usr/i586-unknown-linux-gnulibc1/bin/gcc; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  gcc-cross /usr/i586-unknown-linux-gnulibc1/bin/gcc; \
  else true; fi; \
else \
  rm -f /usr/bin/`t='s,x,x,'; echo gcc | sed -e $t`; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c  xgcc /usr/bin/`t='s,x,x,'; echo gcc | sed -e $t`; \
  rm -f /usr/bin/i586-unknown-linux-gnulibc1-gcc-1; \
  ln /usr/bin/`t='s,x,x,'; echo gcc | sed -e $t` /usr/bin/i586-unknown-linux-gnulibc1-gcc-1; \
  mv /usr/bin/i586-unknown-linux-gnulibc1-gcc-1 /usr/bin/i586-unknown-linux-gnulibc1-gcc; \
fi
if [ -f libgcc2.ready ] ; then \
	true; \
else \
	touch libgcc2.ready; \
fi
rm -rf /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include
mkdir /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include
if [ -f gcc-cross ] ; then \
  rm -f /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo gcc | sed -e $t`.1; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/gcc.1 /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo gcc | sed -e $t`.1; \
  chmod a-x /usr/man/man1/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo gcc | sed -e $t`.1; \
else \
  rm -f /usr/man/man1/`t='s,x,x,'; echo gcc | sed -e $t`.1; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/gcc.1 /usr/man/man1/`t='s,x,x,'; echo gcc | sed -e $t`.1; \
  chmod a-x /usr/man/man1/`t='s,x,x,'; echo gcc | sed -e $t`.1; \
fi
chmod a+rx /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include
for file in cc1  cc1plus f771 cc1obj; do \
  if [ -f $file ] ; then \
    rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  $file /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
  else true; \
  fi; \
done
rm -f /usr/man/man1/cccp.1
(cd include; \
 tar -cf - .; exit 0) | (cd /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include; tar xpBf - )
/bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 /home/work/gnu/src/egcs/gcc/cccp.1 /usr/man/man1/cccp.1
files=`cd /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include; find . -type l -print 2>/dev/null`; \
if [ $? -eq 0 ]; then \
  dir=`cd include; pwd`; \
  for i in $files; do \
    dest=`ls -ld /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include/$i | sed -n 's/.*-> //p'`; \
    if expr "$dest" : "$dir.*" > /dev/null; then \
      rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include/$i; \
      ln -s `echo $i | sed "s|/[^/]*|/..|g" | sed 's|/..$||'``echo "$dest" | sed "s|$dir||"` /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/include/$i; \
    fi; \
  done; \
fi
if [ -f libgcc.a ] ; then \
  rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libgcc.a; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 libgcc.a /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libgcc.a; \
  if [ -f ranlib ] || ( [ "i586-unknown-linux-gnulibc1" = "i586-unknown-linux-gnulibc1" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
    (cd /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1; ranlib libgcc.a); else true; fi; \
  chmod a-x /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/libgcc.a; \
else true; fi
chmod a-x /usr/man/man1/cccp.1
for file in   collect2 ..; do \
  if [ x"$file" != x.. ]; then \
    rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  $file /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
  else true; fi; \
done
for file in crtbegin.o crtbeginS.o crtend.o crtendS.o ..; do \
  if [ x"$file" != x.. ]; then \
    rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 $file /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
    chmod a-x /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/$file; \
  else true; fi; \
done
if [ -f specs ] ; then \
  rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/specs; \
  /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 specs /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/specs; \
  chmod a-x /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/specs; \
fi
if [ -f protoize ]; \
then \
    if [ -f gcc-cross ] ; then \
	rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo protoize | sed -e $t`; \
	/bin/sh /home/work/gnu/src/egcs/install-sh -c  protoize /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo protoize | sed -e $t`; \
	rm -f /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo unprotoize | sed -e $t`; \
	/bin/sh /home/work/gnu/src/egcs/install-sh -c  unprotoize /usr/bin/`t='s,^,i586-unknown-linux-gnulibc1-,'; echo unprotoize | sed -e $t`; \
    else \
	rm -f /usr/bin/`t='s,x,x,'; echo protoize | sed -e $t`; \
	/bin/sh /home/work/gnu/src/egcs/install-sh -c  protoize /usr/bin/`t='s,x,x,'; echo protoize | sed -e $t`; \
	rm -f /usr/bin/`t='s,x,x,'; echo unprotoize | sed -e $t`; \
	/bin/sh /home/work/gnu/src/egcs/install-sh -c  unprotoize /usr/bin/`t='s,x,x,'; echo unprotoize | sed -e $t`; \
    fi ; \
    rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/SYSCALLS.c.X; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 SYSCALLS.c.X /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/SYSCALLS.c.X; \
    chmod a-x /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/SYSCALLS.c.X; \
fi
rm -f /usr/info/cpp.info* /usr/info/gcc.info*
for f in cpp.info* gcc.info*; do \
    realfile=`echo $f | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c -m 644 $f /usr/info/$realfile; \
    if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
       install-info --dir-file=/usr/info/dir /usr/info/$realfile; \
    else true; fi; \
done
rm -f /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/cpp
/bin/sh /home/work/gnu/src/egcs/install-sh -c  cpp /usr/lib/gcc-lib/i586-unknown-linux-gnulibc1/testgcc-2.8.1/cpp
install-info: menu item `Cpp' already exists, for file `cpp'
install-info: menu item `Cpp' already exists, for file `cpp'
if [ -f gcov ]; \
then \
    rm -f /usr/bin/gcov; \
    /bin/sh /home/work/gnu/src/egcs/install-sh -c  gcov /usr/bin/gcov; \
    chmod a+x /usr/bin/gcov; \
fi
install-info: menu item `Cpp' already exists, for file `cpp'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
install-info: menu item `gcc' already exists, for file `gcc'
make[1]: *** [install-info] Error 1
make[1]: Leaving directory `/home/work/gnu/bin/egcs/gcc'
make: *** [install-gcc] Error 2

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

* Re: Does "make install" work?
  1998-06-25 23:46 Does "make install" work? H.J. Lu
@ 1998-06-26  5:13 ` Andreas Schwab
  1998-06-26  8:43   ` H.J. Lu
                     ` (2 more replies)
  1998-06-26  9:06 ` Manfred Hollstein
  1998-06-26  9:06 ` Jim Meyering
  2 siblings, 3 replies; 10+ messages in thread
From: Andreas Schwab @ 1998-06-26  5:13 UTC (permalink / raw)
  To: H.J. Lu; +Cc: egcs

hjl@lucon.org (H.J. Lu) writes:

|> This is what I got with "make install". Any ideas?

You should perhaps update the texinfo package.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org

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

* Re: Does "make install" work?
  1998-06-26  5:13 ` Andreas Schwab
@ 1998-06-26  8:43   ` H.J. Lu
  1998-06-26  9:23   ` Gerald Pfeifer
  1998-06-26 18:46   ` Martin von Loewis
  2 siblings, 0 replies; 10+ messages in thread
From: H.J. Lu @ 1998-06-26  8:43 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: egcs

> 
> hjl@lucon.org (H.J. Lu) writes:
> 
> |> This is what I got with "make install". Any ideas?
> 
> You should perhaps update the texinfo package.
> 

Which one? I am using texinfo 3.12.

-- 
H.J. Lu (hjl@gnu.org)

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

* Re: Does "make install" work?
  1998-06-25 23:46 Does "make install" work? H.J. Lu
  1998-06-26  5:13 ` Andreas Schwab
  1998-06-26  9:06 ` Manfred Hollstein
@ 1998-06-26  9:06 ` Jim Meyering
  2 siblings, 0 replies; 10+ messages in thread
From: Jim Meyering @ 1998-06-26  9:06 UTC (permalink / raw)
  To: H.J. Lu; +Cc: egcs

hjl@lucon.org (H.J. Lu) writes:

| Hi,
|
| This is what I got with "make install". Any ideas?

...
| install-info: menu item `gcc' already exists, for file `gcc'
| install-info: menu item `gcc' already exists, for file `gcc'
| install-info: menu item `gcc' already exists, for file `gcc'
| make[1]: *** [install-info] Error 1
| make[1]: Leaving directory `/home/work/gnu/bin/egcs/gcc'
| make: *** [install-gcc] Error 2

Here's how I fixed it in my local copy:

Index: Makefile.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/Makefile.in,v
retrieving revision 1.138
diff -u -p -r1.138 Makefile.in
--- Makefile.in	1998/06/26 02:13:41	1.138
+++ Makefile.in	1998/06/26 12:37:34
@@ -2380,7 +2380,7 @@ install-info: doc installdirs lang.insta
 	    realfile=`echo $$f | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
 	    $(INSTALL_DATA) $$f $(infodir)/$$realfile; \
 	    if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-	       install-info --dir-file=$(infodir)/dir $(infodir)/$$realfile; \
+	       install-info --dir-file=$(infodir)/dir $(infodir)/$$realfile || true; \
 	    else true; fi; \
 	done
 	-chmod a-x $(infodir)/cpp.info* $(infodir)/gcc.info*

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

* Re: Does "make install" work?
  1998-06-25 23:46 Does "make install" work? H.J. Lu
  1998-06-26  5:13 ` Andreas Schwab
@ 1998-06-26  9:06 ` Manfred Hollstein
  1998-06-26  9:06 ` Jim Meyering
  2 siblings, 0 replies; 10+ messages in thread
From: Manfred Hollstein @ 1998-06-26  9:06 UTC (permalink / raw)
  To: hjl; +Cc: egcs

On Thu, 25 June 1998, 19:33:02, hjl@lucon.org wrote:

 > Hi,
 > 
 > This is what I got with "make install". Any ideas?

See < http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0522.html > for a
patch.

 > 
 > Thanks.
 > 
 > 
 > -- 
 > H.J. Lu (hjl@gnu.org)

manfred

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

* Re: Does "make install" work?
  1998-06-26  5:13 ` Andreas Schwab
  1998-06-26  8:43   ` H.J. Lu
@ 1998-06-26  9:23   ` Gerald Pfeifer
  1998-06-26 18:46     ` Carlo Wood
  1998-06-26 18:46   ` Martin von Loewis
  2 siblings, 1 reply; 10+ messages in thread
From: Gerald Pfeifer @ 1998-06-26  9:23 UTC (permalink / raw)
  To: Andreas Schwab, H.J. Lu; +Cc: egcs

On 26 Jun 1998, Andreas Schwab wrote:
> hjl@lucon.org (H.J. Lu) writes:
>> This is what I got with "make install". Any ideas?
> You should perhaps update the texinfo package.

I believe that shouldn't be necessary.

H.J., you might want to have a look at the following thread in egcs-bugs
http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0464.html , specifically
http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0522.html , which contains a
patch by Dave Love that might help. (At least it solved my problem. ;-) ) 

Hope this helps,
Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/



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

* Re: Does "make install" work?
  1998-06-26  9:23   ` Gerald Pfeifer
@ 1998-06-26 18:46     ` Carlo Wood
  1998-06-27  7:22       ` Gerald Pfeifer
  0 siblings, 1 reply; 10+ messages in thread
From: Carlo Wood @ 1998-06-26 18:46 UTC (permalink / raw)
  To: egcs

| > You should perhaps update the texinfo package.
| 
| I believe that shouldn't be necessary.
| 
| H.J., you might want to have a look at the following thread in egcs-bugs
| http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0464.html , specifically
| http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0522.html , which contains a
| patch by Dave Love that might help. (At least it solved my problem. ;-) ) 

What was the reason that this patch wasn't added to the snapshot?

Carlo Wood

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

* Re: Does "make install" work?
  1998-06-26  5:13 ` Andreas Schwab
  1998-06-26  8:43   ` H.J. Lu
  1998-06-26  9:23   ` Gerald Pfeifer
@ 1998-06-26 18:46   ` Martin von Loewis
  2 siblings, 0 replies; 10+ messages in thread
From: Martin von Loewis @ 1998-06-26 18:46 UTC (permalink / raw)
  To: schwab; +Cc: hjl, egcs

> |> This is what I got with "make install". Any ideas?

No, except that I get the same message.

> You should perhaps update the texinfo package.

Hmm. After I got the message, I went into the egcs/texinfo directory
and made install. I also went into texinfo/util and made install.
As a result, I get

mira% install-info  --version
install-info (GNU texinfo) 3.12
Copyright (C) 1998 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

Still, installing egcs produces this message:

install-info: menu item `gcc' already exists, for file `gcc'

Regards,
Martin

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

* Re: Does "make install" work?
  1998-06-26 18:46     ` Carlo Wood
@ 1998-06-27  7:22       ` Gerald Pfeifer
  1998-06-27 10:03         ` Jeffrey A Law
  0 siblings, 1 reply; 10+ messages in thread
From: Gerald Pfeifer @ 1998-06-27  7:22 UTC (permalink / raw)
  To: Carlo Wood; +Cc: egcs

On Sat, 27 Jun 1998, Carlo Wood wrote:
>> H.J., you might want to have a look at the following thread in egcs-bugs
>> http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0464.html , specifically
>> http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0522.html , which contains a
>> patch by Dave Love that might help. (At least it solved my problem. ;-) ) 
> What was the reason that this patch wasn't added to the snapshot?

Jeff's human requirement to sleep (at least) a bit now and then? :-).
Alternately, he may have waited for feedback (from me?) resp. tested
the patch by himself. 

In any case that patch -- submitted two days ago -- has been installed
by Jeff yesterday ( http://www.cygnus.com/ml/egcs-bugs/1998-Jun/0548.html ).

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/


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

* Re: Does "make install" work?
  1998-06-27  7:22       ` Gerald Pfeifer
@ 1998-06-27 10:03         ` Jeffrey A Law
  0 siblings, 0 replies; 10+ messages in thread
From: Jeffrey A Law @ 1998-06-27 10:03 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Carlo Wood, egcs

  In message < Pine.GSO.3.96.980627161336.4750F-100000@markab.dbai.tuwien.ac.at >you write:
  > Jeff's human requirement to sleep (at least) a bit now and then? :-).
Yup, sleep is a good thing.  


jeff

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

end of thread, other threads:[~1998-06-27 10:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-06-25 23:46 Does "make install" work? H.J. Lu
1998-06-26  5:13 ` Andreas Schwab
1998-06-26  8:43   ` H.J. Lu
1998-06-26  9:23   ` Gerald Pfeifer
1998-06-26 18:46     ` Carlo Wood
1998-06-27  7:22       ` Gerald Pfeifer
1998-06-27 10:03         ` Jeffrey A Law
1998-06-26 18:46   ` Martin von Loewis
1998-06-26  9:06 ` Manfred Hollstein
1998-06-26  9:06 ` Jim Meyering

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).