Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build failure in games/fortune/strfile/strfile.c



On Mon, Oct 20, 2008 at 12:30:33PM +0200, Alan Barrett wrote:
> On Sun, 19 Oct 2008, Kurt J. Lidl wrote:
> > In file included from /nbsd/src/dist/nawk/awk.h:232,
> >                  from /nbsd/src/dist/nawk/awkgram.y:32:
> > /nbsd/src/dist/nawk/proto.h:164: error: conflicting types for 'gettemp'
> > /nbsd/src/tools/awk/../compat/compat_defs.h:316: error: previous 
> > declaration of 'gettemp' was here
> > /nbsd/src/dist/nawk/proto.h:164: error: conflicting types for 'gettemp'
> > /nbsd/src/tools/awk/../compat/compat_defs.h:316: error: previous 
> > declaration of 'gettemp' was here
> 
> Please try again with the latest versions of tools/compat and
> lib/libc/stdio.  There was a problem with the way tools/compat supplied
> implementaions fo mkstemp() and mkdtemp() on systems that lack those
> functions.

I updated around 11:00 AM EDT today, and it still fails (although
differently).  I nuked the obj tree entirely before I started my
run, to make sure there were any leftovers from the previous runs.

-Kurt

===> build.sh command: ./build.sh -u -U -O /nbsd/mvme68k/obj -D /nbsd/mvme68k/nb
uild -T /nbsd/mvme68k/tools -m mvme68k build
[...]
#   compile  awk/proctab.lo
gcc64 -O -I/nbsd/mvme68k/obj/tools/compat 
-I/nbsd/mvme68k/obj/tools/compat/include  -I/nbsd/src/tools/awk/../compat 
-DHAVE_NBTOOL_CONFIG_H=1  -D_FILE_OFFSET_BITS=64  -I/nbsd/src/dist/nawk -I. 
-DHAS_ISBLANK -c -o proctab.lo.o    /nbsd/src/dist/nawk/proctab.c
mv proctab.lo.o proctab.lo
#   compile  awk/run.lo
gcc64 -O -I/nbsd/mvme68k/obj/tools/compat 
-I/nbsd/mvme68k/obj/tools/compat/include  -I/nbsd/src/tools/awk/../compat 
-DHAVE_NBTOOL_CONFIG_H=1  -D_FILE_OFFSET_BITS=64  -I/nbsd/src/dist/nawk -I. 
-DHAS_ISBLANK -c -o run.lo.o    /nbsd/src/dist/nawk/run.c
mv run.lo.o run.lo
#   compile  awk/tran.lo
gcc64 -O -I/nbsd/mvme68k/obj/tools/compat 
-I/nbsd/mvme68k/obj/tools/compat/include  -I/nbsd/src/tools/awk/../compat 
-DHAVE_NBTOOL_CONFIG_H=1  -D_FILE_OFFSET_BITS=64  -I/nbsd/src/dist/nawk -I. 
-DHAS_ISBLANK -c -o tran.lo.o    /nbsd/src/dist/nawk/tran.c
mv tran.lo.o tran.lo
nbmake: don't know how to make /usr/lib/libm.a. Stop

nbmake: stopped in /nbsd/src/tools/awk

*** Failed target:  dependall
*** Failed command: cd /nbsd/src/tools/awk; /nbsd/mvme68k/tools/bin/nbmake 
realall
*** Error code 2

Stop.
nbmake: stopped in /nbsd/src/tools/awk

*** Failed target:  dependall-awk
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="tools/"; 
real="/nbsd/src/tools" ;; *) this="tools/${dir}/"; 
real="/nbsd/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> 
${show%/}${1:+ (with: $@)}"; cd "${real}" && /nbsd/mvme68k/tools/bin/nbmake 
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget awk dependall
*** Error code 1

Stop.
nbmake: stopped in /nbsd/src/tools

*** Failed target:  do-tools
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/nbsd/src" ;; *) this="${dir}/"; real="/nbsd/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /nbsd/mvme68k/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget tools dependall
*** Error code 1

Stop.
nbmake: stopped in /nbsd/src

*** Failed target:  build
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/nbsd/src" ;; *) this="${dir}/"; real="/nbsd/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /nbsd/mvme68k/tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget . do-tools
*** Error code 1

Stop.
nbmake: stopped in /nbsd/src

ERROR: Failed to make build
*** BUILD ABORTED ***



Home | Main Index | Thread Index | Old Index