Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Build break on port-amd64 - related to sprintf clean-up?
With src/ updated on 2014-03-26 at 21:17:49 UTC
# compile lua/lobject.o
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -O2 -std=gnu99
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-sign-compare -Wno-traditional -Wa,--fatal-warnings -Werror
-ffreestanding -fno-strict-aliasing -Wno-pointer-sign -mno-red-zone
-mcmodel=kernel -fno-omit-frame-pointer
-I/build/netbsd-local/src/common/include
--sysroot=/build/netbsd-local/dest/amd64
-I/build/netbsd-local/src/sys/../external/mit/lua/dist/src
-I/build/netbsd-local/src/sys/sys -I/build/netbsd-local/src/common/include
-nostdinc -I. -I/build/netbsd-local/src/sys/modules/lua -isystem
/build/netbsd-local/src/sys -isystem /build/netbsd-local/src/sys/arch -isystem
/build/netbsd-local/src/sys/../common/include -D_KERNEL -D_LKM -D_MODULE
-DSYSCTL_INCLUDE_DESCR -c
/build/netbsd-local/src/sys/../external/mit/lua/dist/src/lobject.c
/build/netbsd-local/src/sys/../external/mit/lua/dist/src/lobject.c: In function
'luaO_pushvfstring':
/build/netbsd-local/src/sys/../external/mit/lua/dist/src/lobject.c:147:9:
error: implicit declaration of function 'sprintf'
[-Werror=implicit-function-declaration]
sprintf(buff, "%p", va_arg(argp, void *));
^
cc1: all warnings being treated as errors
*** [lobject.o] Error code 1
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index