Current-Users archive

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

ld.elf_so fails to compile



Hi,

with -current source updated some minutes ago build.sh ... distribuiton
(on i386 at least) fails in ld.elf_so:

dependall ===> sys/dev/sbus
/u/NetBSD/src/libexec/ld.elf_so/headers.c: In function '_rtld_digest_dynamic':
dependall ===> share/man/man8/man8.sun2
/u/NetBSD/src/libexec/ld.elf_so/headers.c:77:21: error: variable 'fini' set but 
not used [-Werror=unused-but-set-variable]
  Elf_Addr init = 0, fini = 0;
                     ^
#### There are 35 free bytes in bootxx_fat16
/u/NetBSD/src/libexec/ld.elf_so/headers.c:77:11: error: variable 'init' set but 
not used [-Werror=unused-but-set-variable]
  Elf_Addr init = 0, fini = 0;
           ^
dependall ===> sys/arch/i386/stand/fatboot/fat12
cc1: all warnings being treated as errors


Kurt


Home | Main Index | Thread Index | Old Index