Re: Compile failure against RELENG_4

2001-02-03 Thread Kent Stewart



Dennis Glatting wrote:
 
 Updated my sources yesterday. There were no changes to the tree today.
 So, I guess this must be a problem.

Well, I updated my sources last night and didn't have a problem doing
the usual buildworld, buildkernel, installkernel, and installworld.

What version did you start with? Are you trying to build a release
because I don't have a disk-1 directory.

Kent

 
 cd /disk-1/src/gnu/lib/libgcc;  make depend;  make all;  make install
 echo '#include i386/xm-i386.h' config.h
 echo '#include xm-freebsd.h'   config.h
 echo '#include "gansidecl.h"'tconfig.h
 echo '#include "i386/xm-i386.h"' tconfig.h
 echo '#include "i386/i386.h"'tm.h
 echo '#include "i386/att.h"' tm.h
 echo '#include "svr4.h"' tm.h
 echo '#include freebsd.h'  tm.h
 echo '#include "i386/freebsd.h"' tm.h
 echo '#include "i386/perform.h"' tm.h
 rm -f .depend
 mkdep -f .depend -a
 -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config
 -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
 -D_PTHREADS -DGTHREAD_USE_WEAK -I/usr/obj/disk-1/src/i386/usr/include
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
 mkdep -f .depend -a   -nostdinc++
 -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc
 
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33:
 gansidecl.h: No
 such file or directory
 /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34:
 eh-common.h: No
 such file or directory
 mkdep: compile failed
 *** Error code 1
 
 Stop in /disk-1/src/gnu/lib/libgcc.
 *** Error code 1
 
 Stop in /disk-1/src.
 *** Error code 1
 
 Stop in /disk-1/src.
 *** Error code 1
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:[EMAIL PROTECTED]
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Compile failure against RELENG_4

2001-02-03 Thread Dennis Glatting

On Saturday 03 February 2001 12:51 pm, Kent Stewart wrote:
 Dennis Glatting wrote:
  Updated my sources yesterday. There were no changes to the tree
  today. So, I guess this must be a problem.

 Well, I updated my sources last night and didn't have a problem doing
 the usual buildworld, buildkernel, installkernel, and installworld.

 What version did you start with? Are you trying to build a release
 because I don't have a disk-1 directory.


I feed several local machines from a CVS tree that I keep up to date 
from cvsup8.freebsd.org. The source in question has checked out against 
the RELENG_4 tag several times since 4.2. /usr/src is a symlink into 
/disk-1 on this machine. The last time I built RELENG_4 was January 10, 
2001. When I compiler all I say is "make buildworld."


 Kent

  cd /disk-1/src/gnu/lib/libgcc;  make depend;  make all;  make
  install echo '#include i386/xm-i386.h' config.h
  echo '#include xm-freebsd.h'   config.h
  echo '#include "gansidecl.h"'tconfig.h
  echo '#include "i386/xm-i386.h"' tconfig.h
  echo '#include "i386/i386.h"'tm.h
  echo '#include "i386/att.h"' tm.h
  echo '#include "svr4.h"' tm.h
  echo '#include freebsd.h'  tm.h
  echo '#include "i386/freebsd.h"' tm.h
  echo '#include "i386/perform.h"' tm.h
  rm -f .depend
  mkdep -f .depend -a
  -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config
  -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
  -D_PTHREADS -DGTHREAD_USE_WEAK
  -I/usr/obj/disk-1/src/i386/usr/include
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
  mkdep -f .depend -a   -nostdinc++
  -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc
 
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33:
  gansidecl.h: No
  such file or directory
  /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34:
  eh-common.h: No
  such file or directory
  mkdep: compile failed
  *** Error code 1
 
  Stop in /disk-1/src/gnu/lib/libgcc.
  *** Error code 1
 
  Stop in /disk-1/src.
  *** Error code 1
 
  Stop in /disk-1/src.
  *** Error code 1
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-stable" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Compile failure against RELENG_4

2001-02-03 Thread Kent Stewart



Dennis Glatting wrote:
 
 On Saturday 03 February 2001 12:51 pm, Kent Stewart wrote:
  Dennis Glatting wrote:
   Updated my sources yesterday. There were no changes to the tree
   today. So, I guess this must be a problem.
 
  Well, I updated my sources last night and didn't have a problem doing
  the usual buildworld, buildkernel, installkernel, and installworld.
 
  What version did you start with? Are you trying to build a release
  because I don't have a disk-1 directory.
 
 
 I feed several local machines from a CVS tree that I keep up to date
 from cvsup8.freebsd.org. The source in question has checked out against
 the RELENG_4 tag several times since 4.2. /usr/src is a symlink into
 /disk-1 on this machine. The last time I built RELENG_4 was January 10,
 2001. When I compiler all I say is "make buildworld."

I also use cvsup8 and have a number of successful cvsup's and build's
since 26 Jan. Four of them have been run since 1 Feb. I don't have any
idea what is wrong at your site. I don't have any symlinks but do
mount /usr/src and /usr/obj on different HD's.

Kent

 
  Kent
 
   cd /disk-1/src/gnu/lib/libgcc;  make depend;  make all;  make
   install echo '#include i386/xm-i386.h' config.h
   echo '#include xm-freebsd.h'   config.h
   echo '#include "gansidecl.h"'tconfig.h
   echo '#include "i386/xm-i386.h"' tconfig.h
   echo '#include "i386/i386.h"'tm.h
   echo '#include "i386/att.h"' tm.h
   echo '#include "svr4.h"' tm.h
   echo '#include freebsd.h'  tm.h
   echo '#include "i386/freebsd.h"' tm.h
   echo '#include "i386/perform.h"' tm.h
   rm -f .depend
   mkdep -f .depend -a
   -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/config
   -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc -I. -DIN_GCC
   -D_PTHREADS -DGTHREAD_USE_WEAK
   -I/usr/obj/disk-1/src/i386/usr/include
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/frame.c
   mkdep -f .depend -a   -nostdinc++
   -I/disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/inc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo.cc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/tinfo2.cc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/new.cc
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc
  
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:33:
   gansidecl.h: No
   such file or directory
   /disk-1/src/gnu/lib/libgcc/../../../contrib/gcc/cp/exception.cc:34:
   eh-common.h: No
   such file or directory
   mkdep: compile failed
   *** Error code 1
  
   Stop in /disk-1/src/gnu/lib/libgcc.
   *** Error code 1
  
   Stop in /disk-1/src.
   *** Error code 1
  
   Stop in /disk-1/src.
   *** Error code 1
  
  
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with "unsubscribe freebsd-stable" in the body of the message
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message

-- 
Kent Stewart
Richland, WA

mailto:[EMAIL PROTECTED]
http://kstewart.urx.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message