=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for nvramtool-0pre20131209 gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o cmos_lowlevel.o cmos_lowlevel.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o cmos_ops.o cmos_ops.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o common.o common.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o compute_ip_checksum.o compute_ip_checksum.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o hexdump.o hexdump.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o input_file.o input_file.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o layout.o layout.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o accessors/layout-common.o accessors/layout-common.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o accessors/layout-text.o accessors/layout-text.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o accessors/layout-bin.o accessors/layout-bin.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o lbtable.o lbtable.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o reg_expr.o reg_expr.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o cbfs.o cbfs.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o accessors/cmos-hw-unix.o accessors/cmos-hw-unix.c accessors/cmos-hw-unix.c:99:2: warning: implicit declaration of function 'outb' is invalid in C99 [-Wimplicit-function-declaration] OUTB(index, port_0); ^ accessors/cmos-hw-unix.c:67:14: note: expanded from macro 'OUTB' #define OUTB outb ^ accessors/cmos-hw-unix.c:100:9: warning: implicit declaration of function 'inb' is invalid in C99 [-Wimplicit-function-declaration] return INB(port_1); ^ accessors/cmos-hw-unix.c:70:14: note: expanded from macro 'INB' #define INB inb ^ accessors/cmos-hw-unix.c:155:6: warning: implicit declaration of function 'iopl' is invalid in C99 [-Wimplicit-function-declaration] if (iopl(level)) { ^ 3 warnings generated. gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o accessors/cmos-mem.o accessors/cmos-mem.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o cli/nvramtool.o cli/nvramtool.c gcc -O2 -g -Wall -W -I. -DCMOS_HAL=1 -c -o cli/opts.o cli/opts.c gcc -o nvramtool cmos_lowlevel.o cmos_ops.o common.o compute_ip_checksum.o hexdump.o input_file.o layout.o accessors/layout-common.o accessors/layout-text.o accessors/layout-bin.o lbtable.o reg_expr.o cbfs.o accessors/cmos-hw-unix.o accessors/cmos-mem.o cli/nvramtool.o cli/opts.o -Wl,-R/usr/pkg/lib -O2 -g -Wall -W -I. -DCMOS_HAL=1 accessors/cmos-hw-unix.o: In function `cmos_hal_read': /usr/pkgsrc/work/sysutils/nvramtool/work/nvramtool-4.0-5009-gf87c20a-6af86f2/accessors/cmos-hw-unix.c:99: undefined reference to `outb' /usr/pkgsrc/work/sysutils/nvramtool/work/nvramtool-4.0-5009-gf87c20a-6af86f2/accessors/cmos-hw-unix.c:100: undefined reference to `inb' accessors/cmos-hw-unix.o: In function `cmos_hal_write': /usr/pkgsrc/work/sysutils/nvramtool/work/nvramtool-4.0-5009-gf87c20a-6af86f2/accessors/cmos-hw-unix.c:117: undefined reference to `outb' /usr/pkgsrc/work/sysutils/nvramtool/work/nvramtool-4.0-5009-gf87c20a-6af86f2/accessors/cmos-hw-unix.c:118: undefined reference to `outb' accessors/cmos-hw-unix.o: In function `cmos_set_iopl': /usr/pkgsrc/work/sysutils/nvramtool/work/nvramtool-4.0-5009-gf87c20a-6af86f2/accessors/cmos-hw-unix.c:155: undefined reference to `iopl' clang: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:53: recipe for target 'nvramtool' failed gmake: *** [nvramtool] Error 1 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/sysutils/nvramtool *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/sysutils/nvramtool