Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> Emerging (1 of 1) dev-lang/nasm-2.10.07
- * nasm-2.10.07.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
- >>> Unpacking source...
- >>> Unpacking nasm-2.10.07.tar.xz to /var/tmp/portage/dev-lang/nasm-2.10.07/work
- >>> Source unpacked in /var/tmp/portage/dev-lang/nasm-2.10.07/work
- >>> Preparing source in /var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07 ...
- >>> Source prepared.
- >>> Configuring source in /var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07 ...
- ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
- checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
- checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/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 minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
- checking whether ln -s works... yes
- checking whether make sets $(MAKE)... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking if x86_64-pc-linux-gnu-gcc accepts -W... yes
- checking if x86_64-pc-linux-gnu-gcc accepts -Wall... yes
- checking if x86_64-pc-linux-gnu-gcc accepts -std=c99... yes
- checking if x86_64-pc-linux-gnu-gcc accepts -pedantic... yes
- checking for nroff... nroff
- checking for acrodist... no
- checking for ps2pdf... ps2pdf
- checking for pstopdf... no
- checking for ANSI C header files... (cached) yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking for inttypes.h... (cached) yes
- checking for strings.h... (cached) yes
- checking stdbool.h usability... yes
- checking stdbool.h presence... yes
- checking for stdbool.h... yes
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for C/C++ restrict keyword... __restrict
- checking for size_t... yes
- checking if x86_64-pc-linux-gnu-gcc has a working bool type... yes
- checking whether byte ordering is bigendian... no
- checking for strcspn... yes
- checking for strspn... yes
- checking for vsnprintf... yes
- checking for _vsnprintf... no
- checking for snprintf... yes
- checking for _snprintf... no
- checking for strcasecmp... yes
- checking for stricmp... no
- checking for strncasecmp... yes
- checking for strnicmp... no
- checking for strsep... yes
- checking for strlcpy... no
- checking for getuid... yes
- checking for getgid... yes
- checking whether strcasecmp is declared... yes
- checking whether stricmp is declared... no
- checking whether strncasecmp is declared... yes
- checking whether strnicmp is declared... no
- checking whether strsep is declared... yes
- checking whether strlcpy is declared... no
- 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
- >>> Source configured.
- >>> Compiling source in /var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07 ...
- make -j3 nasmlib.o
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o nasmlib.o nasmlib.c
- make -j3 all
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o nasm.o nasm.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ver.o ver.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o raa.o raa.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o saa.o saa.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o rbtree.o rbtree.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o float.o float.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsa.o insnsa.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsb.o insnsb.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o directiv.o directiv.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o assemble.o assemble.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o labels.o labels.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o hashtbl.o hashtbl.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o crc64.o crc64.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o parser.o parser.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outform.o output/outform.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outlib.o output/outlib.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/nulldbg.o output/nulldbg.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/nullout.o output/nullout.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outbin.o output/outbin.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outaout.o output/outaout.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outcoff.o output/outcoff.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf.o output/outelf.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf32.o output/outelf32.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelf64.o output/outelf64.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outelfx32.o output/outelfx32.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outobj.o output/outobj.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outas86.o output/outas86.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outrdf2.o output/outrdf2.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outdbg.o output/outdbg.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outieee.o output/outieee.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outmac32.o output/outmac32.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o output/outmac64.o output/outmac64.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o preproc.o preproc.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o quote.o quote.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o pptok.o pptok.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o macros.o macros.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o listing.o listing.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o eval.o eval.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o exprlib.o exprlib.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o stdscan.o stdscan.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o strfunc.o strfunc.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o tokhash.o tokhash.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regvals.o regvals.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regflags.o regflags.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ilog2.o ilog2.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o lib/strlcpy.o lib/strlcpy.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o preproc-nop.o preproc-nop.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o ndisasm.o ndisasm.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o disasm.o disasm.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o sync.o sync.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsd.o insnsd.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o insnsn.o insnsn.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regs.o regs.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I. -o regdis.o regdis.c
- nroff -man nasm.1 > nasm.man
- nroff -man ndisasm.1 > ndisasm.man
- cd rdoff && make all
- make[1]: Entering directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdfdump.c
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o nasm nasm.o nasmlib.o ver.o raa.o saa.o rbtree.o float.o insnsa.o insnsb.o directiv.o assemble.o labels.o hashtbl.o crc64.o parser.o output/outform.o output/outlib.o output/nulldbg.o output/nullout.o output/outbin.o output/outaout.o output/outcoff.o output/outelf.o output/outelf32.o output/outelf64.o output/outelfx32.o output/outobj.o output/outas86.o output/outrdf2.o output/outdbg.o output/outieee.o output/outmac32.o output/outmac64.o preproc.o quote.o pptok.o macros.o listing.o eval.o exprlib.o stdscan.o strfunc.o tokhash.o regvals.o regflags.o ilog2.o lib/strlcpy.o preproc-nop.o
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o ndisasm ndisasm.o disasm.o sync.o nasmlib.o ver.o insnsd.o insnsb.o insnsn.o regs.o regdis.o
- rdfdump.c: In function ‘main’:
- rdfdump.c:239:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:254:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:259:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:265:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:270:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:281:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:288:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:298:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:309:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:311:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:313:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:320:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c: In function ‘print_header’:
- rdfdump.c:60:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:62:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:72:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:73:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:74:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:75:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:91:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:92:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:97:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:101:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:120:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:121:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:122:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:127:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:131:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:148:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:152:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:163:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:175:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:176:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:177:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdfdump.c:179:26: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdoff.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. ldrdf.c
- rdoff.c: In function ‘rdfopenhere’:
- rdoff.c:270:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. symtab.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. collectn.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdlib.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. segtab.c
- rdlib.c: In function ‘rdl_openmodule’:
- rdlib.c:261:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdlib.c:279:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdlib.c: In function ‘rdl_searchlib’:
- rdlib.c:172:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdlib.c: In function ‘rdl_verify’:
- rdlib.c:94:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdlib.c:98:18: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- rdlib.c:106:14: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. hash.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdx.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdfload.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdflib.c
- x86_64-pc-linux-gnu-gcc -c -O2 -march=native -pipe -W -Wall -std=c99 -pedantic -DHAVE_CONFIG_H -I. -I.. rdf2bin.c
- rm -f rdf2com && ln -s rdf2bin rdf2com
- rm -f rdf2ith && ln -s rdf2bin rdf2ith
- rm -f rdf2ihx && ln -s rdf2bin rdf2ihx
- rm -f rdf2srec && ln -s rdf2bin rdf2srec
- rdflib.c: In function ‘main’:
- rdflib.c:355:16: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
- rdflib.c:369:22: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdfdump rdfdump.o rdoff.o
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o ldrdf ldrdf.o rdoff.o symtab.o collectn.o rdlib.o segtab.o hash.o ../nasmlib.o
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdx rdx.o rdoff.o rdfload.o symtab.o collectn.o hash.o ../nasmlib.o
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdflib rdflib.o
- x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o rdf2bin rdf2bin.o rdoff.o rdfload.o symtab.o collectn.o hash.o ../nasmlib.o
- make[1]: Leaving directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
- >>> Source compiled.
- >>> Test phase [not enabled]: dev-lang/nasm-2.10.07
- >>> Install nasm-2.10.07 into /var/tmp/portage/dev-lang/nasm-2.10.07/image/ category dev-lang
- make -j3 INSTALLROOT=/var/tmp/portage/dev-lang/nasm-2.10.07/image/ install install_rdf
- mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin
- cd rdoff && make install
- /usr/bin/install -c nasm /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/nasm
- /usr/bin/install -c ndisasm /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/ndisasm
- mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1
- make[1]: Entering directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
- mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin
- /usr/bin/install -c rdfdump /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdfdump
- /usr/bin/install -c -m 644 ./nasm.1 /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1/nasm.1
- /usr/bin/install -c -m 644 ./ndisasm.1 /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1/ndisasm.1
- /usr/bin/install -c ldrdf /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/ldrdf
- /usr/bin/install -c rdx /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdx
- /usr/bin/install -c rdflib /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdflib
- /usr/bin/install -c rdf2bin /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin/rdf2bin
- cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2com && ln -s rdf2bin rdf2com
- cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2ith && ln -s rdf2bin rdf2ith
- cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2ihx && ln -s rdf2bin rdf2ihx
- cd /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/bin && rm -f rdf2srec && ln -s rdf2bin rdf2srec
- mkdir -p /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1
- /usr/bin/install -c -m 644 ./*.1 /var/tmp/portage/dev-lang/nasm-2.10.07/image//usr/share/man/man1/
- make[1]: Leaving directory `/var/tmp/portage/dev-lang/nasm-2.10.07/work/nasm-2.10.07/rdoff'
- >>> Completed installing nasm-2.10.07 into /var/tmp/portage/dev-lang/nasm-2.10.07/image/
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
- usr/bin/nasm
- usr/bin/rdfdump
- usr/bin/ndisasm
- usr/bin/ldrdf
- usr/bin/rdx
- usr/bin/rdflib
- usr/bin/rdf2bin
- ecompressdir: bzip2 -9 /usr/share/man
- ecompressdir: bzip2 -9 /usr/share/doc
- >>> Installing (1 of 1) dev-lang/nasm-2.10.07
- >>> Auto-cleaning packages...
- >>> No outdated packages were found on your system.
- * GNU info directory index is up-to-date
Advertisement
Add Comment
Please, Sign In to add comment