=> Bootstrap dependency digest>=20010302: found digest-20111104
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for cint-5.15.174nb2
cd /scratch/lang/cint/work;						 case NetBSD in					 NetBSD)							 /bin/sh ./setup platform/netbsd ;;		 SunOS)							 /bin/sh ./setup platform/solaris_gcc ;;		 *)							 echo 'not yet ported to NetBSD'; exit 1 ;;	 esac
#######################################################################
# setup
# C/C++ interpreter installation
# Copyright(c) : 1995~2004 Masaharu Goto (cint@pcroot.cern.ch)
#######################################################################
rm -f main/*.o cint done core include/mkincld include/stdio.h makecint include/iosenum.h ; (cd src; make clean) || exit 1 ; (cd readline; make clean) || exit 1
rm -f   gcc3strm.o stdstrct.o  Api.o Class.o BaseCls.o Type.o DataMbr.o Method.o MethodAr.o CallFunc.o Typedf.o Apiif.o Token.o  bc_autoobj.o bc_cfunc.o bc_inst.o bc_parse.o bc_reader.o bc_type.o bc_exec.o bc_vtbl.o bc_eh.o bc_debug.o bc_assign.o  auxu.o  cast.o  debug.o  decl.o  disp.o  dump.o  end.o  error.o  expr.o  fread.o  func.o  gcoll.o  global1.o  global2.o  g__cfunc.o  ifunc.o  inherit.o  init.o  input.o  intrpt.o  loadfile.o  macro.o  malloc.o  memtest.o  new.o  newlink.o  oldlink.o  opr.o  parse.o  pause.o  pcode.o  pragma.o  quote.o  scrupto.o  shl.o  sizeof.o  struct.o  stub.o  tmplt.o  typedef.o  val2a.o  value.o  var.o /Users/gotom/src/cint/src/G__ci.a core
rm -f readline.o vi_mode.o history.o funmap.o keymaps.o xmalloc.o tilde.o alloca.o *.a core
(cd doc; make clean)
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs  *.fns *.kys *.tps *.vrs *.o core texindex
# Get platform information file #######################################


platform/netbsd will be used as MAKEINFO
Makefile.base will be used as Base of Makefile


Continue after 5 sec
# Copying Makefiles ###################################################
# make clean ###########################################################
rm -f main/*.o cint done core include/mkincld include/stdio.h makecint include/iosenum.h ; (cd src; make clean) ; (cd readline; make clean)
rm -f   gcc3strm.o stdstrct.o  Api.o Class.o BaseCls.o Type.o DataMbr.o Method.o MethodAr.o CallFunc.o Typedf.o Apiif.o Token.o  bc_autoobj.o bc_cfunc.o bc_inst.o bc_parse.o bc_reader.o bc_type.o bc_exec.o bc_vtbl.o bc_eh.o bc_debug.o bc_assign.o  auxu.o  cast.o  debug.o  decl.o  disp.o  dump.o  end.o  error.o  expr.o  fread.o  func.o  gcoll.o  global1.o  global2.o  g__cfunc.o  ifunc.o  inherit.o  init.o  input.o  intrpt.o  loadfile.o  macro.o  malloc.o  memtest.o  new.o  newlink.o  oldlink.o  opr.o  parse.o  pause.o  pcode.o  pragma.o  quote.o  scrupto.o  shl.o  sizeof.o  struct.o  stub.o  tmplt.o  typedef.o  val2a.o  value.o  var.o /scratch/lang/cint/work/src/G__ci.a core
rm -f readline.o vi_mode.o history.o funmap.o keymaps.o xmalloc.o tilde.o alloca.o *.a core
(cd doc; make clean)
rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs  *.fns *.kys *.tps *.vrs *.o core texindex
# make #################################################################
(cd readline ; make)
cc -c -O -DUSGr3 -I. -I../   -DVI_MODE  readline.c
cc -c -O -DUSGr3 -I. -I../   -DVI_MODE  vi_mode.c
vi_mode.c: In function 'rl_vi_search':
vi_mode.c:232:5: warning: incompatible implicit declaration of built-in function 'free'
cc -c -O -DUSGr3 -I. -I../   -DVI_MODE  history.c
history.c: In function 'add_history':
history.c:163:4: warning: incompatible implicit declaration of built-in function 'free'
history.c: In function 'stifle_history':
history.c:389:4: warning: incompatible implicit declaration of built-in function 'free'
history.c: In function 'read_history_range':
history.c:489:2: warning: incompatible implicit declaration of built-in function 'free'
history.c: In function 'history_truncate_file':
history.c:590:5: warning: incompatible implicit declaration of built-in function 'free'
history.c: In function 'get_history_event':
history.c:889:8: warning: incompatible implicit declaration of built-in function 'free'
history.c: In function 'history_expand':
history.c:975:3: warning: incompatible implicit declaration of built-in function 'free'
history.c: In function 'history_arg_extract':
history.c:1442:5: warning: incompatible implicit declaration of built-in function 'free'
cc -c -O -DUSGr3 -I. -I../   -DVI_MODE  funmap.c
cc -c -O -DUSGr3 -I. -I../   -DVI_MODE  keymaps.c
keymaps.c: In function 'rl_discard_keymap':
keymaps.c:127:4: warning: incompatible implicit declaration of built-in function 'free'
rm -f xmalloc.o
cc -O -DUSGr3 -I.  -c ../malloc/xmalloc.c
rm -f tilde.o
cc -O -DUSGr3 -I.  -c ../glob/tilde.c
rm -f alloca.o
cc -O -DUSGr3 -I.  -c ../malloc/alloca.c
../malloc/alloca.c:138:1: warning: conflicting types for built-in function 'alloca'
rm -f -f libreadline.a
ar clq libreadline.a readline.o vi_mode.o history.o funmap.o keymaps.o xmalloc.o tilde.o alloca.o
if [ -f "/usr/bin/ranlib" ]; then /usr/bin/ranlib libreadline.a; fi
(cd src ; make CINTSYSDIR=/scratch/lang/cint/work )
g++ -I../lib/gcc3strm -I..  -DG__REGEXP -DG__SHAREDLIB -DG__OSFDLL -DG__NEWSTDHEADER  -O -c gcc3strm.cxx
gcc3strm.cxx: In function 'int G__G__stream_5_7_0(G__value*, const char*, G__param*, int)':
gcc3strm.cxx:168:87: error: 'class std::fpos<__mbstate_t>' has no member named 'operator=='
gcc3strm.cxx: In function 'int G__G__stream_5_8_0(G__value*, const char*, G__param*, int)':
gcc3strm.cxx:173:87: error: 'class std::fpos<__mbstate_t>' has no member named 'operator!='
*** Error code 1

Stop.
make: stopped in /scratch/lang/cint/work/src
*** Error code 1

Stop.
make: stopped in /scratch/lang/cint/work
# Building optional component. Not guaranteed #########################
# Failing following build is not fatal for cint #######################
makecint: not found
make: cannot open Makefile.

make: stopped in /scratch/lang/cint/work/lib/posix
rm: G__*: No such file or directory
rm: Makefile: No such file or directory
rm: *.o: No such file or directory
makecint: not found
make: cannot open Makefile.

make: stopped in /scratch/lang/cint/work/lib/longlong
rm: G__*: No such file or directory
rm: Makefile: No such file or directory
gcc -DG__REGEXP -DG__SHAREDLIB -DG__OSFDLL -DG__NEWSTDHEADER -o mksockh mksockh.c
rm: mksockh.exe: No such file or directory
makecint: not found
gcc -DG__REGEXP -DG__SHAREDLIB -DG__OSFDLL -DG__NEWSTDHEADER -o mksockh mksockh.c
rm: G__*: No such file or directory
rm: *.o: No such file or directory
makecint: not found
make: cannot open Makefile.

make: stopped in /scratch/lang/cint/work/lib/ipc
makecint: not found
make: cannot open Makefile.

make: stopped in /scratch/lang/cint/work/lib/ipc
rm: G__*: No such file or directory
rm: Makefile: No such file or directory
makecint: not found
make: don't know how to make /Users/gotom/src/cint/cint. Stop

make: stopped in /scratch/lang/cint/work/lib/pthread
mv: rename pthread.dll to ../../include/pthread.dll: No such file or directory
rm -f pthread.dll core    G__cpp_pthread.o G__cpp_pthread.C G__cpp_pthread.h  
makecint: not found
rm -f xlib.dll core G__c_xlib.o G__c_xlib.c G__c_xlib.h     
make: don't know how to make /Users/gotom/src/cint/cint. Stop

make: stopped in /scratch/lang/cint/work/lib/xlib
mv: rename xlib.dll to /scratch/lang/cint/work/include/X11/xlib.dll: No such file or directory
rm -f xlib.dll core G__c_xlib.o G__c_xlib.c G__c_xlib.h     
makecint: not found
make: don't know how to make clean. Stop

make: stopped in /scratch/lang/cint/work/lib/gl
make: no target to make.

make: stopped in /scratch/lang/cint/work/lib/gl
mv: rename gl.dll to /scratch/lang/cint/work/include/GL/gl.dll: No such file or directory
make: don't know how to make clean. Stop

make: stopped in /scratch/lang/cint/work/lib/gl
rm: Makefile: No such file or directory
rm: ../../include/stdfunc.dll: No such file or directory
makecint: not found
make: cannot open Makestdfunc.

make: stopped in /scratch/lang/cint/work/lib/stdstrct
mv: rename stdfunc.dll to ../../include/stdfunc.dll: No such file or directory
make: cannot open Makestdfunc.

make: stopped in /scratch/lang/cint/work/lib/stdstrct
rm: Makestdfunc: No such file or directory
rm: ../../include/stdcxxfunc.dll: No such file or directory
makecint: not found
make: cannot open Makestdcxxfunc.

make: stopped in /scratch/lang/cint/work/lib/stdstrct
mv: rename stdcxxfunc.dll to ../../include/stdcxxfunc.dll: No such file or directory
make: cannot open Makestdcxxfunc.

make: stopped in /scratch/lang/cint/work/lib/stdstrct
rm: Makestdcxxfunc: No such file or directory
rm: ../../stl/string.dll: No such file or directory
rm: ../../stl/vector.dll: No such file or directory
rm: ../../stl/vectorbool.dll: No such file or directory
rm: ../../stl/list.dll: No such file or directory
rm: ../../stl/deque.dll: No such file or directory
rm: ../../stl/pair.dll: No such file or directory
rm: ../../stl/map.dll: No such file or directory
rm: ../../stl/map2.dll: No such file or directory
rm: ../../stl/set.dll: No such file or directory
rm: ../../stl/multimap.dll: No such file or directory
rm: ../../stl/multimap2.dll: No such file or directory
rm: ../../stl/multiset.dll: No such file or directory
rm: ../../stl/stack.dll: No such file or directory
rm: ../../stl/queue.dll: No such file or directory
rm: ../../stl/valarray.dll: No such file or directory
rm: ../../stl/exception.dll: No such file or directory
rm: ../../stl/stdexcept.dll: No such file or directory
rm: ../../stl/climits.dll: No such file or directory
rm: ../../stl/complex.dll: No such file or directory
rm: G__*: No such file or directory
makecint: not found
make: cannot open Makestr.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename string.dll to ../../stl/string.dll: No such file or directory
makecint: not found
make: cannot open Makevec.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename vector.dll to ../../stl/vector.dll: No such file or directory
makecint: not found
make: cannot open Makevecbool.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename vectorbool.dll to ../../stl/vectorbool.dll: No such file or directory
makecint: not found
make: cannot open Makelist.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename list.dll to ../../stl/list.dll: No such file or directory
makecint: not found
make: cannot open Makedeque.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename deque.dll to ../../stl/deque.dll: No such file or directory
makecint: not found
make: cannot open Makemap.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename map.dll to ../../stl/map.dll: No such file or directory
makecint: not found
make: cannot open Makemap2.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename map2.dll to ../../stl/map2.dll: No such file or directory
makecint: not found
make: cannot open Makeset.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename set.dll to ../../stl/set.dll: No such file or directory
makecint: not found
make: cannot open Makemmap.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename multimap.dll to ../../stl/multimap.dll: No such file or directory
makecint: not found
make: cannot open Makemmap2.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename multimap2.dll to ../../stl/multimap2.dll: No such file or directory
makecint: not found
make: cannot open Makemset.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename multiset.dll to ../../stl/multiset.dll: No such file or directory
makecint: not found
make: cannot open Makestk.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename stack.dll to ../../stl/stack.dll: No such file or directory
makecint: not found
make: cannot open Makeque.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename queue.dll to ../../stl/queue.dll: No such file or directory
makecint: not found
make: cannot open Makevary.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename valarray.dll to ../../stl/valarray.dll: No such file or directory
makecint: not found
make: cannot open Makeeh.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename exception.dll to ../../stl/exception.dll: No such file or directory
makecint: not found
make: cannot open Makese.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename stdexcept.dll to ../../stl/stdexcept.dll: No such file or directory
makecint: not found
make: cannot open Makeclimits.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename climits.dll to ../../stl/climits.dll: No such file or directory
makecint: not found
make: cannot open Makecomplex.

make: stopped in /scratch/lang/cint/work/lib/dll_stl
mv: rename complex.dll to ../../stl/complex.dll: No such file or directory
rm: G__*: No such file or directory
rm: Make*: No such file or directory
make: don't know how to make ../cint. Stop

make: stopped in /scratch/lang/cint/work/include
rm -f get.o ifdef.o ifdef
g++ -O -DG__GET -c -o ifdef.o ifdef.cxx
gcc -O -DG__IFDEF -c -o get.o get.c
g++ -O -o ifdef ifdef.o get.o -lm
rm -f get.o ifdef.o ifdef
# Failing above build is not fatal for cint ###########################
Create /home/kristerw/.inputrc if you wish to use vi-mode with following content.
    set editing-mode vi
#######################################################################

Cint installation failed. Contact cint@pcroot.cern.ch

#######################################################################
=> Unwrapping files-to-be-installed.