Current-Users archive

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

building distribution for alpha fails



Hi,

with -current source updated half an hour ago (cross, on amd64) building
distribution for alpha fails:

    compile  lib/dwarf_dump.o
cc1: warnings being treated as errors
/u/NetBSD/src/external/bsd/libdwarf/dist/dwarf_dump.c: In function 
'dwarf_dump_symtab':
/u/NetBSD/src/external/bsd/libdwarf/dist/dwarf_dump.c:884: warning: format '%u' 
expects type 'unsigned int', but argument 2 has type 'Elf64_Word'
/u/NetBSD/src/external/bsd/libdwarf/dist/dwarf_dump.c:884: warning: format '%u' 
expects type 'unsigned int', but argument 2 has type 'Elf64_Word'
/u/NetBSD/src/external/bsd/libdwarf/dist/dwarf_dump.c:886: warning: format '%u' 
expects type 'unsigned int', but argument 3 has type 'Elf64_Word'
/u/NetBSD/src/external/bsd/libdwarf/dist/dwarf_dump.c:886: warning: format '%u' 
expects type 'unsigned int', but argument 3 has type 'Elf64_Word'

*** Failed target:  dwarf_dump.o
*** Failed command: /u/NetBSD/arch/alpha/TOOLS/bin/alpha--netbsd-gcc -O2 -pipe 
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch 
-Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter 
-Wsign-compare -std=gnu99 -Werror -mieee 
-I/u/NetBSD/src/external/bsd/libdwarf/dist 
-I/u/NetBSD/src/external/bsd/libdwarf/lib -nostdinc -isystem 
/u/NetBSD/arch/alpha/dest/usr/include -c 
/u/NetBSD/src/external/bsd/libdwarf/dist/dwarf_dump.c -o dwarf_dump.o
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/external/bsd/libdwarf/lib

*** Failed target:  all-lib
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/u/NetBSD/src/external/bsd/libdwarf" ;; *) this="${dir}/"; 
real="/u/NetBSD/src/external/bsd/libdwarf/${dir}" ;; esac; show=${this:-.}; 
echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && 
/u/NetBSD/arch/alpha/TOOLS/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget lib all
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/external/bsd/libdwarf


Kurt


Home | Main Index | Thread Index | Old Index