nasm-0.98.39
nasm-0.98.39-security_fix-1.patch
patching file output/outieee.c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking for nroff... nroff
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for vprintf... yes
checking for _doprnt... no
checking for strcspn... yes
checking for strspn... yes
checking for snprintf... yes
checking for vsnprintf... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rdoff/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing default-1 commands
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o nasm.o nasm.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o nasmlib.o nasmlib.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o float.o float.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o insnsa.o insnsa.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o assemble.o assemble.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o labels.o labels.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o parser.o parser.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o outform.o outform.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outbin.o output/outbin.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outaout.o output/outaout.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outcoff.o output/outcoff.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outelf.o output/outelf.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outobj.o output/outobj.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outas86.o output/outas86.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outrdf2.o output/outrdf2.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outdbg.o output/outdbg.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o output/outieee.o output/outieee.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o preproc.o preproc.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o listing.o listing.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o eval.o eval.c
gcc  -o nasm nasm.o nasmlib.o float.o insnsa.o assemble.o labels.o parser.o outform.o output/outbin.o output/outaout.o output/outcoff.o output/outelf.o output/outobj.o output/outas86.o output/outrdf2.o output/outdbg.o output/outieee.o preproc.o listing.o eval.o 
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o ndisasm.o ndisasm.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o disasm.o disasm.c
disasm.c: In function 'disasm':
disasm.c:586: warning: 'ins.nprefix' may be used uninitialized in this function
disasm.c:586: warning: 'ins.condition' may be used uninitialized in this function
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o sync.o sync.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.   -o insnsd.o insnsd.c
gcc  -o ndisasm ndisasm.o disasm.o sync.o nasmlib.o insnsd.o 
nroff -man nasm.1 > nasm.man
nroff -man ndisasm.1 > ndisasm.man
cd rdoff && make all
make[1]: Entering directory `/usr/src/nasm-0.98.39/rdoff'
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdfdump.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdoff.c
rdoff.c: In function 'membufwrite':
rdoff.c:98: warning: dereferencing type-punned pointer will break strict-aliasing rules
rdoff.c:100: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc  -o rdfdump rdfdump.o rdoff.o
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. ldrdf.c
cd .. && make nasmlib.o
make[2]: Entering directory `/usr/src/nasm-0.98.39'
make[2]: `nasmlib.o' is up to date.
make[2]: Leaving directory `/usr/src/nasm-0.98.39'
cp ../nasmlib.o .
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. symtab.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. collectn.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdlib.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. segtab.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. hash.c
gcc  -o ldrdf ldrdf.o rdoff.o nasmlib.o symtab.o collectn.o rdlib.o segtab.o hash.o
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdx.c
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdfload.c
gcc  -o rdx rdx.o rdoff.o rdfload.o symtab.o collectn.o hash.o
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdflib.c
gcc  -o rdflib rdflib.o
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdf2bin.c
gcc  -o rdf2bin rdf2bin.o rdoff.o rdfload.o symtab.o collectn.o hash.o nasmlib.o
rm -f rdf2com && ln -s rdf2bin rdf2com
gcc -c -O3 -march=k8 -fomit-frame-pointer -pipe -Wall -std=c99 -pedantic -I. -I.. rdf2ihx.c
gcc  -o rdf2ihx rdf2ihx.o rdoff.o rdfload.o symtab.o collectn.o hash.o nasmlib.o
make[1]: Leaving directory `/usr/src/nasm-0.98.39/rdoff'
/bin/install -c nasm /usr/bin/nasm
/bin/install -c ndisasm /usr/bin/ndisasm
/bin/install -c -m 644 ./nasm.1 /usr/man/man1/nasm.1
/bin/install -c -m 644 ./ndisasm.1 /usr/man/man1/ndisasm.1

real	0m22.140s
user	0m21.085s
sys	0m1.020s
